Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Launch KOrg - Click on 'New Event' button and create a weekly recurring event starting today and lasting a month - Click on 'Ok' - The events should be displayed in the agenda view. - Drag and drop today's event one hour earlier - A pop up 'Changing Recurring Item' dialogue appears. In it there are three buttons: 'Only This Item', 'Also Future Items' (unavailable atm) and 'All Occurences' - Click on 'Only This Item' - An 'Error Occured' pop up dialogue appears with the following message: 'Unable to add the exception item to the calendar. No change will be done'. - Click on 'Ok' However the event is moved to the new time anyway and so are all the other recurring events. Trunk, Svn Rev 1096391
i cannot reproduce with KDE 4.4.3 The described procedure works without an error and is conducted correctly.
In KDE 4.4.3 I do not see the Agenda view at all! Has this been removed? I tested in Day View instead, and I found that I could move the single event as expected. No bug found.
KDE 4.4.3. Unable to reproduce. Described procedure behaves as expected.
Well, obviously it's a regression in trunk (future 4.5). Not the only one, given the port to akonadi... Nothing has been removed, it's rather that you're looking for "new in 4.5" stuff, in your older 4.4 korganizer ;)
SVN commit 1132768 by smartins: Moving only one occurrence or only future ones now works. BUG: 228674 M +4 -4 koagenda.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1132768
Indeed it is corrected now. It is possible to drag and drop only one of several recurring events now. Note: the 'Also Future Items' from the Changing Recurring Item dialogue is still unavailable (greyed) is that on purpose? Trunk, Svn Rev 1145265