https://bugs.kde.org/show_bug.cgi?id=503967
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kclock/-/commit/1447a | |9c891df58b16ce63f2ee3d03cfa | |f034358b Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from [email protected] --- 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 -- You are receiving this mail because: You are watching all bug changes.
