(*** This bug was imported into bugs.kde.org ***) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: korganizer Version: 4.3.4 (head) (KDE 3.0.6 (using KDE 3.0.6 ) Severity: normal Installed from: compiled sources Compiler: gcc version 2.95.4 20011002 (Debian prerelease) OS: Linux (i686) release 2.4.18 OS/Compiler notes:=20 If you have an event with some kind of recurrence and you change=20 one of the later occurences (e.g. moving around or double clicking=20 for the properties dialog) all previous recurrences of the event=20 are lost and all future recurrences take the value from the=20 occurence you just changed. I would expect that either the change=20 just affects the one occurence I just changed or to be asked if=20 the changes should be applied to all occurences or just this one=20 (like it currently happens with deleting events). Reinhold -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9QEQgTqjEwhXvPN0RAq/mAJ4pspVLkiyMuWE4U5b4ugbz8Tb/4ACggERY upr38rr1JBrcDXn9w8DWb6Y=3D =3DzECa -----END PGP SIGNATURE-----
I disabled moving recurring events in the agenda view for now. It would be nice to implement it properly, though. But that's a wishlist item and not a bug.
*** Bug 65726 has been marked as a duplicate of this bug. ***
CVS commit by kainhofe: Implement moving recurring events in the agenda. After moving such an event, the user is asked if he wants to move all events of the recurring sequence, just this single event (the event is then dissociated from the sequence and turned into a separate event), or cancel. I also implemented moving only future events, but I haven't found a message box with four buttons yet, so there is no way to execute that code yet. If you move such a recurring event, the recurrence data needs to be updated (for weekly, monthly, and yearly recurrences), which I try to do as intuitively as possible. Please tell me if you would expect some other behavior. E.g. if you have an event that recurs monthly on the first friday, and you move it two days earlier, it will recur on the first wednesday (unless that wednesday was already in the previous month, of course). What might be a bit confusing is weekly recurrence: if you have an event that recurs weekly on say Mon, Tue and Fri, and you move one of the events two days earlier, the event will recur on Sat, Sun, and Wed. I also adjust the recurrence end dates, but not the exception dates. Shall these also be adjusted? Thanks for the bug report. Cheers, Reinhold CCMAIL: 45757-done@bugs.kde.org, 54949@bugs.kde.org M +108 -28 koagenda.cpp 1.124 M +190 -21 koagendaview.cpp 1.155 M +4 -0 koagendaview.h 1.70