https://bugs.kde.org/show_bug.cgi?id=482829

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/libplasma/-/commit/3478f
                   |                            |a071571dbf759ba710a4a0626ea
                   |                            |2e345d20
   Version Fixed In|                            |6.1
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from Nate Graham <n...@kde.org> ---
Git commit 3478fa071571dbf759ba710a4a0626ea2e345d20 by Nate Graham.
Committed on 10/03/2024 at 16:41.
Pushed by ngraham into branch 'master'.

Completely disable animations when animations are globally disabled

Right now we rely on this happening implicitly when the relevant
duration values become 0. But an animation with a 0 duration does not
work as expected with certain types of QtQuick Animators. In addition,
even if it does work, a 0-duration animation is inefficient, doing
extra work for no reason. Let's disable the animations entirely when
we know the user has globally disabled animations.
FIXED-IN: 6.1

M  +1    -0    src/declarativeimports/plasmacomponents3/BusyIndicator.qml
M  +1    -0    src/declarativeimports/plasmacomponents3/CheckIndicator.qml
M  +1    -0    src/declarativeimports/plasmacomponents3/Dial.qml
M  +1    -0    src/declarativeimports/plasmacomponents3/MenuItem.qml
M  +1    -0    src/declarativeimports/plasmacomponents3/PageIndicator.qml
M  +6    -3    src/declarativeimports/plasmacomponents3/RadioIndicator.qml
M  +3    -0    src/declarativeimports/plasmacomponents3/RoundButton.qml
M  +1    -0    src/declarativeimports/plasmacomponents3/ScrollBar.qml
M  +2    -1    src/declarativeimports/plasmacomponents3/Slider.qml
M  +2    -1    src/declarativeimports/plasmacomponents3/SpinBox.qml
M  +2    -1    src/declarativeimports/plasmacomponents3/SwitchIndicator.qml
M  +3    -1    src/declarativeimports/plasmacomponents3/TextField.qml
M  +4    -1    src/declarativeimports/plasmacomponents3/private/ButtonFocus.qml
M  +4    -1   
src/declarativeimports/plasmacomponents3/private/ButtonShadow.qml
M  +4    -1   
src/declarativeimports/plasmacomponents3/private/FlatButtonBackground.qml
M  +8    -2   
src/declarativeimports/plasmacomponents3/private/RaisedButtonBackground.qml
M  +2    -0   
src/declarativeimports/plasmaextracomponents/qml/ActionTextField.qml
M  +2    -0   
src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
M  +1    -0    src/declarativeimports/plasmaextracomponents/qml/Highlight.qml

https://invent.kde.org/plasma/libplasma/-/commit/3478fa071571dbf759ba710a4a0626ea2e345d20

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to