这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pencil2d/pencil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pencil2d/pencil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.7.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 18, 2024

  1. Trigger Actions

    chchwy committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7e83608 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Improve preferences layout for long translations (#1856)

    J5lx authored and Matt Chang committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f8ea883 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix fade in/out not working properly. (#1854)

    * Layer Opacity: Fix selection changes would not update while window was open
    
    The reason is that we didn't emit selection changes while moving, which meant that the opacity window would only have the fade in/out option available if you had frames selected before opening it.
    
    * Make none of the buttons in the dialog default enabled
    
    * Fix layer opacity fade in/out would not fade entirely
    
    When using fade in with initial opacity on 100%
    The result would look like:
    1. 33%
    2. 66%
    3. 100%
    
    However I expected:
    1. 0%
    2. 50%
    3. 100%
    
    Similar when using fade out with initial opacity of 100%
    1. 100%
    2. 66%
    3. 33%
    
    I expected
    1. 100%
    2. 50%
    3. 0%
    
    * Fix case where if the last frame was null, framesModified wouldn't be called
    
    Even though we might have updated other keyframes.
    
    * Apply small simplification
    MrStevns authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1a3ab9f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix linux-Qt5 git checkout failure in GitHub Actions

    chchwy authored and Matt Chang committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ab2e202 View commit details
    Browse the repository at this point in the history
  2. Translate app/translations/mui.pot in cs (#1857)

    100% reviewed source file: 'app/translations/mui.pot'
    on 'cs'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and Matt Chang committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7e81bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb0532d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add preliminary AppStream release entry

    J5lx authored and chchwy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e7b7e2d View commit details
    Browse the repository at this point in the history
  2. Add screenshot environment and caption

    J5lx authored and chchwy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    edc4104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0918f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Create win-xp build

    chchwy committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    680d55d View commit details
    Browse the repository at this point in the history
Loading