Summary: | Timers should show time remaining | ||
---|---|---|---|
Product: | [Applications] KClock | Reporter: | Ben Daines <benjamindaines> |
Component: | General | Assignee: | Devin Lin <espidev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | benjamindaines, hanyoung |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kclock/-/commit/b691a992ea57998fdd81e2fbb0f3e1844cc56099 | Version Fixed In: | 24.12 |
Sentry Crash Report: |
Description
Ben Daines
2024-01-09 03:41:55 UTC
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 |