SUMMARY *** 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. Typically timers show T- for the time remaining. KClock does this differently, perhaps incorrectly... a setting would be nice and, personally, I would find the remaining time more useful than the total time or the time that has elapsed. The current design makes me do math to get the information that I want / need. ***
https://invent.kde.org/utilities/kclock/-/merge_requests/139
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