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 |https://invent.kde.org/plas
                   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/
                   |8bb0f894d8976468a82dc5db780 |950852fb47cc1999ca8de90d4dd
                   |bf620504e043b               |ac4dcb5667049
   Version Fixed In|6.3.3                       |6.3.5

--- Comment #7 from Nate Graham <n...@kde.org> ---
Git commit 950852fb47cc1999ca8de90d4ddac4dcb5667049 by Nate Graham.
Committed on 25/04/2025 at 13:36.
Pushed by ngraham into branch 'Plasma/6.3'.

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.5
(cherry picked from commit 8bb0f894d8976468a82dc5db780bf620504e043b)

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/views/Desktop.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/950852fb47cc1999ca8de90d4ddac4dcb5667049

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

Reply via email to