Bug 231372

Summary: Cut and copy functionalities not implemented in Timeline view context menu
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2010-03-20 02:20:31 UTC
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
Comment 1 Laurent Montel 2010-03-20 13:59:51 UTC
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
Comment 2 Laurent Montel 2010-03-20 14:06:49 UTC
Fixed in svn #1105509.
Comment 3 Sabine Faure 2010-03-24 22:28:51 UTC
It is corrected now.

The cut and copy functionality work correctly in the timeline view.

Trunk, Svn Rev 1106990