Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Launch KOrg - Click on 'Timeline' button - Create a new event for today - The event appears in the timeline view correctly - Right click on it and select 'cut' Nothing happens. It seems that this functionality is not yet implemented. The same thing happens if you select copy instead. Trunk, Svn Rev 1105215
SVN commit 1105507 by mlaurent: Fix bug #231372 and #231373 When we right click on item in timeline cut/copy/send as Ical didn't work because we couldn't remove of selected item. CCBUG: 231372 CCBUG: 231373 M +3 -1 kotimelineview.cpp M +2 -0 kotimelineview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1105507
Fixed in svn #1105509.
It is corrected now. The cut and copy functionality work correctly in the timeline view. Trunk, Svn Rev 1106990