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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-desktop/-/commit/
                   |                            |8bb0f894d8976468a82dc5db780
                   |                            |bf620504e043b
   Version Fixed In|                            |6.3.3
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Nate Graham <n...@kde.org> ---
Git commit 8bb0f894d8976468a82dc5db780bf620504e043b by Nate Graham.
Committed on 02/03/2025 at 15:33.
Pushed by ngraham into branch 'master'.

Port Timer objects away from adjustable-duration intervals where needed

A Timer's interval value should only use a standard duration unit that
adjusts with the user's chosen animation speed if it controls a visible
animation. Otherwise the interval will get scaled inappropriately and
weird things will happen.

For Timers where the duration should not scale, we should either use a
hardcoded value appropriate to the use case (if it needs to be short or
match something else) or else use `Kirigami.Units.humanMoment`, which
is 2 seconds long and targets this use case.

Several timers in this repo don't conform to those rules; port them to
the appropriate thing.
FIXED-IN: 6.3.3

M  +1    -1    applets/taskmanager/package/contents/ui/main.qml
M  +1    -1    containments/desktop/package/contents/ui/FolderViewDialog.qml
M  +1    -1    containments/panel/contents/ui/ConfigOverlay.qml
M  +1    -1   
desktoppackage/contents/configuration/panelconfiguration/PanelRepresentation.qml
M  +1    -1    desktoppackage/contents/views/Desktop.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/8bb0f894d8976468a82dc5db780bf620504e043b

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

Reply via email to