[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=457046

--- Comment #9 from David Faure  ---
Git commit 0dea82b7100a3f79a81bfdc2e627ba8923131abe by David Faure.
Committed on 15/02/2024 at 19:40.
Pushed by dfaure into branch 'release/24.02'.

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-0reminder-daemon/CMakeLists.txt
M  +5-4reminder-daemon/alarmnotification.cpp
M  +2-2reminder-daemon/kalendaracmain.cpp
M  +21   -5reminder-daemon/kalendaralarmclient.cpp
M  +4-0reminder-daemon/kalendaralarmclient.h
A  +136  -0reminder-daemon/suspenddialog.cpp  *
A  +33   -0reminder-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/0dea82b7100a3f79a81bfdc2e627ba8923131abe

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=457046

David Faure  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |akonadi-calendar/-/commit/2 |akonadi-calendar/-/commit/0
   |2fbeb4e48646ab4fa9abce21c4e |dea82b7100a3f79a81bfdc2e627
   |f1eab31475e5|ba8923131abe

--- Comment #8 from David Faure  ---
Git commit 0dea82b7100a3f79a81bfdc2e627ba8923131abe by David Faure.
Committed on 15/02/2024 at 19:40.
Pushed by dfaure into branch 'release/24.02'.

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-0reminder-daemon/CMakeLists.txt
M  +5-4reminder-daemon/alarmnotification.cpp
M  +2-2reminder-daemon/kalendaracmain.cpp
M  +21   -5reminder-daemon/kalendaralarmclient.cpp
M  +4-0reminder-daemon/kalendaralarmclient.h
A  +136  -0reminder-daemon/suspenddialog.cpp  *
A  +33   -0reminder-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/0dea82b7100a3f79a81bfdc2e627ba8923131abe

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=457046

--- Comment #7 from David Faure  ---
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-0reminder-daemon/CMakeLists.txt
M  +5-4reminder-daemon/alarmnotification.cpp
M  +2-2reminder-daemon/kalendaracmain.cpp
M  +21   -5reminder-daemon/kalendaralarmclient.cpp
M  +4-0reminder-daemon/kalendaralarmclient.h
A  +136  -0reminder-daemon/suspenddialog.cpp  *
A  +33   -0reminder-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.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=457046

David Faure  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-calendar/-/commit/2
   ||2fbeb4e48646ab4fa9abce21c4e
   ||f1eab31475e5

--- Comment #6 from David Faure  ---
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-0reminder-daemon/CMakeLists.txt
M  +5-4reminder-daemon/alarmnotification.cpp
M  +2-2reminder-daemon/kalendaracmain.cpp
M  +21   -5reminder-daemon/kalendaralarmclient.cpp
M  +4-0reminder-daemon/kalendaralarmclient.h
A  +136  -0reminder-daemon/suspenddialog.cpp  *
A  +33   -0reminder-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.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457046

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/82

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457046

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/82

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-08 Thread Flossy Cat
https://bugs.kde.org/show_bug.cgi?id=457046

--- Comment #3 from Flossy Cat  ---
(In reply to geekiehiway from comment #0)
I experienced the same issue when upgrading within my distribution.
As neither here nor in the many duplicates I see any progress to a solution,
I've set up a discussion about possible workarounds to which I invite anybody 
interested: https://bugs.kde.org/show_bug.cgi?id=481024#c1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2024-02-08 Thread Flossy Cat
https://bugs.kde.org/show_bug.cgi?id=457046

Flossy Cat  changed:

   What|Removed |Added

 CC||flossy-...@online.de

--- Comment #2 from Flossy Cat  ---
I experienced the same issue when upgrading within my distribution.
As neither here nor in the many duplicates I see any progress to a solution,
I've set up a discussion about possible workarounds to which I invite anybody 
interested: https://bugs.kde.org/show_bug.cgi?id=481024#c1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2022-10-17 Thread Stefan
https://bugs.kde.org/show_bug.cgi?id=457046

Stefan  changed:

   What|Removed |Added

 CC||shado...@gmx.net

--- Comment #1 from Stefan  ---
I've the same issue, don't get any reminders anymore.

Operating System: Debian GNU/Linux 11
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.2
Korganizer:  22.08.1-1~np2
Kernel Version: 5.18.0-0.deb11.4-amd64 (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 PRO 5850U with Radeon Graphics
Memory: 14.5 GiB of RAM
Graphics Processor: AMD RENOIR
Manufacturer: LENOVO
Product Name: 20XL0012GE
System Version: ThinkPad T14 Gen 2a

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Reminder Daemon] [Bug 457046] Recent update removes the reminder popup window with a notification, snooze time adjustment is no longer available

2022-07-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457046

gjditchfi...@acm.org changed:

   What|Removed |Added

Version|5.20.0  |unspecified
  Component|general |general
 CC||gjditchfi...@acm.org
Product|korganizer  |Reminder Daemon

-- 
You are receiving this mail because:
You are the assignee for the bug.