| Summary: | Please give the users the ability to change the Timer/Alarm ringer sound (SPECIFICALLY ON DESKTOP PLASMA SESSIONS) | ||
|---|---|---|---|
| Product: | [Applications] KClock | Reporter: | Kabir Akzaman <kaabirherococ> |
| Component: | General | Assignee: | Devin Lin <espidev> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | hanyoung, john.kizer |
| Priority: | NOR | ||
| Version First Reported In: | 25.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kclock/-/commit/1447a9c891df58b16ce63f2ee3d03cfaf034358b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Kabir Akzaman
2025-05-09 16:29:49 UTC
I added this feature in https://invent.kde.org/utilities/kclock/-/merge_requests/206 Is a global timer sound option okay? Implementing per timer one (as alarm sound config) is a bit more involved. (In reply to hanyoung from comment #1) > I added this feature in > https://invent.kde.org/utilities/kclock/-/merge_requests/206 > > Is a global timer sound option okay? Implementing per timer one (as alarm > sound config) is a bit more involved. Yeah being able to manage timer sound globally is good. I may ask what is the state for the Alarm sound or do I also need to make a another bug report about that? Kclock already supports setting alarm sound Updating status since the bug janitor process didn't seem to pick up on the connection to that merge request Git commit 1447a9c891df58b16ce63f2ee3d03cfaf034358b by Han Young. Committed on 24/05/2025 at 05:08. Pushed by hanyoung into branch 'master'. Add ability to change default timer sound Add a config section under Settins page to allow user to change default timer sound. The default timer sound is used for all the timer notification sound, it's not possible to config the sound per timer. M +1 -1 src/kclock/CMakeLists.txt M +1 -1 src/kclock/qml/alarm/AlarmForm.qml R +2 -1 src/kclock/qml/components/SoundPickerPage.qml [from: src/kclock/qml/alarm/SoundPickerPage.qml - 098% similarity] M +24 -0 src/kclock/qml/settings/SettingsPage.qml M +18 -0 src/kclock/timermodel.cpp M +7 -0 src/kclock/timermodel.h M +2 -1 src/kclockd/timer.cpp M +29 -1 src/kclockd/timermodel.cpp M +7 -0 src/kclockd/timermodel.h https://invent.kde.org/utilities/kclock/-/commit/1447a9c891df58b16ce63f2ee3d03cfaf034358b |