| Summary: | Timer Presets just don't work | ||
|---|---|---|---|
| Product: | [Applications] KClock | Reporter: | Gladox114 <glados9999> |
| Component: | General | Assignee: | Devin Lin <espidev> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | hanyoung |
| Priority: | NOR | ||
| Version First Reported In: | 25.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kclock/-/commit/033e713e86d0f91c1f89c1f69241bd169787c9bc | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Gladox114
2025-06-15 17:38:46 UTC
This is actually fixed in master, but it only releases in August (25.08): https://invent.kde.org/utilities/kclock/-/merge_requests/165 I'll make a fix that will come sooner for 25.04.3 A possibly relevant merge request was started @ https://invent.kde.org/utilities/kclock/-/merge_requests/211 Git commit 033e713e86d0f91c1f89c1f69241bd169787c9bc by Devin Lin. Committed on 26/06/2025 at 02:50. Pushed by devinlin into branch 'release/25.04'. timers: Fix preset creation and usage (25.04) This fix is already in master, this is just for 25.04.x Timers from the preset model were created with the values of the form. Fix this to actually create timers from the stored presets. M +18 -10 src/kclock/qml/timer/TimerForm.qml M +1 -19 src/kclock/qml/timer/TimerFormDialog.qml https://invent.kde.org/utilities/kclock/-/commit/033e713e86d0f91c1f89c1f69241bd169787c9bc (In reply to Devin Lin from comment #3) > Git commit 033e713e86d0f91c1f89c1f69241bd169787c9bc by Devin Lin. > Committed on 26/06/2025 at 02:50. > Pushed by devinlin into branch 'release/25.04'. > > timers: Fix preset creation and usage (25.04) > > This fix is already in master, this is just for 25.04.x > > Timers from the preset model were created with the values of the form. > Fix this to actually create timers from the stored presets. > > M +18 -10 src/kclock/qml/timer/TimerForm.qml > M +1 -19 src/kclock/qml/timer/TimerFormDialog.qml > > https://invent.kde.org/utilities/kclock/-/commit/ > 033e713e86d0f91c1f89c1f69241bd169787c9bc Thanks a lot |