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

TimeLineCells rewrite part 1 #1880

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2024

  1. TimeLine rewrite: WIP

    MrStevns committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9dda124 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 31, 2024

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

Commits on Sep 1, 2024

  1. Implement layer list widget

    This simplifies the painting of layers by moving the layer header into its own widget.
    
    The list is no longer based on our own scrolling logic but has instead been put into a QScrollArea.
    MrStevns committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c44daff View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    c80529a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3926283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f404c2b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    79b068b View commit details
    Browse the repository at this point in the history
  2. Layer list: fix crash when moving layers around

    Because the map we're iterating on has been detached and erased in the meantime.
    MrStevns committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c24c2e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f91be18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    578f7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Track list: Separate header and list

    and re-implement vertical scrolling
    MrStevns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    07ad6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a494131 View commit details
    Browse the repository at this point in the history
  3. Layer cell: refactoring

    MrStevns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ce314bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c72962 View commit details
    Browse the repository at this point in the history
  5. Tweak layer dragging

    MrStevns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    80592ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c971aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf6ba4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    495eea8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44bfeaa View commit details
    Browse the repository at this point in the history
  10. Cleanup

    MrStevns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    99f8a20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9eb6c32 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 22, 2024

  1. Implement new layer cell with qboxlayout

    So that we can easily extend this interface in the future
    MrStevns committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    bb3d5d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287c3dc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Remove QSvgWidget import

    MrStevns committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    83386c7 View commit details
    Browse the repository at this point in the history
  2. Cleanup TimeLineLayerList

    MrStevns committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a255cd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Implement better dragging UI/UX

    - Gutter now only appears when the layer will move to a different position
    - Bottom layer (camera layer) cannot be dragged anymore
    - Made the gutter visual more clear
    MrStevns committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e81831f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    66eab40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d299e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055226b View commit details
    Browse the repository at this point in the history
  4. Add missing licenses

    MrStevns committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cb91c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8c5290 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    3c930cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83dedd5 View commit details
    Browse the repository at this point in the history
  3. Remove input dialog to input layer name

    Because this is not handled by double clicking on the layer label
    MrStevns committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a407f92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d35f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Nov 10, 2024

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