https://bugs.kde.org/show_bug.cgi?id=457046
--- Comment #7 from David Faure <fa...@kde.org> --- Git commit 22fbeb4e48646ab4fa9abce21c4ef1eab31475e5 by David Faure. Committed on 13/02/2024 at 15:57. Pushed by dfaure into branch 'master'. Implement a dialog for the user to choose the suspend duration The "Remind in 1h" action has been replaced with a "Remind later..." action which pops up that dialog. The UI is QWidget-based (reusing some code from korgac). On mobile we could just not show the "Remind later" action or implement a similar QML-based UI. Related: bug 481024, bug 452264, bug 453298 M +2 -0 reminder-daemon/CMakeLists.txt M +5 -4 reminder-daemon/alarmnotification.cpp M +2 -2 reminder-daemon/kalendaracmain.cpp M +21 -5 reminder-daemon/kalendaralarmclient.cpp M +4 -0 reminder-daemon/kalendaralarmclient.h A +136 -0 reminder-daemon/suspenddialog.cpp * A +33 -0 reminder-daemon/suspenddialog.h * The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/pim/akonadi-calendar/-/commit/22fbeb4e48646ab4fa9abce21c4ef1eab31475e5 -- You are receiving this mail because: You are the assignee for the bug.