When I rightclick a message and select Create Event.. , then adjust the start and end times, then click Open editor... , the start and end times are not copied into the new Event dialog Reproducible: Always
Git commit 60b3deb60164cf3c80d2ea5003fef21ae2d97739 by Montel Laurent. Committed on 10/10/2014 at 07:48. Pushed by mlaurent into branch 'KDE/4.14'. Fix Bug 339827 - Creating Event from message, clicking Open editor... doesn't copy start and end time into new dialog FIXED-IN: 4.14.3 M +1 -0 messageviewer/CMakeLists.txt M +1 -0 messageviewer/tests/CMakeLists.txt A +86 -0 messageviewer/tests/eventdatetimewidgettest.cpp [License: GPL (v2)] A +38 -0 messageviewer/tests/eventdatetimewidgettest.h [License: GPL (v2)] M +28 -14 messageviewer/tests/eventedittest.cpp A +94 -0 messageviewer/widgets/eventdatetimewidget.cpp [License: GPL (v2)] A +55 -0 messageviewer/widgets/eventdatetimewidget.h [License: GPL (v2)] M +14 -4 messageviewer/widgets/eventedit.cpp M +4 -3 messageviewer/widgets/eventedit.h http://commits.kde.org/kdepim/60b3deb60164cf3c80d2ea5003fef21ae2d97739
kdelibs code was totally broken => I recreated a new one with unittest and it works fine :) Don't know if it will in 4.14.2 or 4.14.3 yesterday was tag.
This ended up in 4.14.2 due to the retag too.