Bug 231372 - Cut and copy functionalities not implemented in Timeline view context menu
Summary: Cut and copy functionalities not implemented in Timeline view context menu
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 02:20 UTC by Sabine Faure
Modified: 2010-03-24 22:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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