Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge new box-model code into QtWebEngine conversion #3618

Closed

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    cfbeb0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39aff20 View commit details
    Browse the repository at this point in the history
  3. Timeline: Unify border-handling, fix object sizing

    - Remove border styling from clip, transition objects
    - Remove box-sizing: border-box, which made objects' DOM size unreliable
    - Create new CSS class .tl-border, to hold border styling
    - Insert new div.tl-border container just inside each clip/transition
    - Remove sizing-bug "fudge factors" (like bounding_box_padding)
    - Implement all highlight/hover styling in pure CSS (with `:hover`),
      eliminating `mouseover` event handlers
    - Apply selected-item border styling to transitions, as well as clips
    ferdnyc committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    aa081c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5683f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    21cde98 View commit details
    Browse the repository at this point in the history
  2. CSS fixes to appease Codacy

    (I hate when it has a point.)
    ferdnyc committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bda8e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6328779 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    bc24a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    438f22a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Eliminate getFooStyle() JS functions in ng-class

    ngClass supports an object as argument, each key for which the value
    evaluates to true will be used as a class name.
    ferdnyc committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0b155e8 View commit details
    Browse the repository at this point in the history
  2. More CSS fixes

    ferdnyc committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    013791b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c0210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5d56e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b92dd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae87a50 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    3a71845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8a1f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    17ffd01 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Razor tool: Update cursor images + CSS, add debug

    - New 32x32 cursors (which fit new Chrome/Firefox restrictions) will
      show the dashed line only when hovering over clips/transitions, just
      the "knife" part otherwise
    - New reveal logic relies on setting a class on the body element, seems
      to style things appropriately. Some UI elements (resize handles, the
      playhead) will show other cursors, if still active in razor mode.
    - The (re-laid-out) debug panel now includes a razor mode toggle.
    ferdnyc committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4e25b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3423bf7 View commit details
    Browse the repository at this point in the history