https://bugs.kde.org/show_bug.cgi?id=479562
Devin Lin <espi...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kclock/-/commit/b691a | |992ea57998fdd81e2fbb0f3e184 | |4cc56099 --- Comment #2 from Devin Lin <espi...@gmail.com> --- Git commit b691a992ea57998fdd81e2fbb0f3e1844cc56099 by Devin Lin, on behalf of Zhangzhi Hu. Committed on 22/10/2024 at 03:03. Pushed by devinlin into branch 'master'. Replace the elapsed time with remaining time Currently when a timer is running, the user is shown the time that has elapsed since the timer was started, and the amount of time that the timer was set for. However, typically timers show the time remaining. Therefore, we'd better replace the elapsed time with remaining time. M +2 -2 src/kclock/qml/timer/TimerListDelegate.qml M +5 -0 src/kclock/timer.cpp M +2 -0 src/kclock/timer.h https://invent.kde.org/utilities/kclock/-/commit/b691a992ea57998fdd81e2fbb0f3e1844cc56099 -- You are receiving this mail because: You are watching all bug changes.