In 4:4.5~20100917.1176264-1maemo1.1174921 , when creating a new event/appointment, first nothing happens. When pressing OK again after some time passed by a conflict warning is shown. The conflict cannot be resolved by deciding for either (or both) dates. Conflicting are Start and end time (in the milliseconds? e.g. 2010-09-17T17:38:24.734+02:00 vs 2010-09-17T17:38:24+02:00) . It worked in previous versions .
Actually, the appointments are created. Interpretation is that the UI does not close. Adjusting Bug Title accordingly.
What's the relation to 251082 and 251322? There seems to be a lot of overlap between those three.
(In reply to comment #2) > What's the relation to 251082 and 251322? There seems to be a lot of overlap > between those three. Yeah, I realized that later as well. I would mark as duplicate if I had the developer insights. A naive guess is that a resource_creation function/signal does not signal back that its finished. Maybe "create" GUI/operations should be made "more" synchronous (blocking input to the GUI).
My maybe slightly confusing answer was assuming that you referenced https://bugs.kde.org/show_bug.cgi?id=242812 .
SVN commit 1176748 by tilladam: Fully qualify types in signal declarations, to make connects work. BUG: 242812 BUG: 251589 M +2 -2 editoritemmanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1176748
Confirming fix for version 4:4.5~20100920.1177273-1maemo1.1174921 .