Bug 75617

Summary: quick adding child TODO items
Product: [Applications] korganizer Reporter: Anders Lund <anders.lund>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: jhorey
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Anders Lund 2004-02-19 15:07:45 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2.3 
OS:          Linux

When using the todo list view entry to add new items, they are allways added to the top level. I suggest adding a easy way to add them as children of the current item, for example if the CTRL key is pressed along with RETURN
Comment 1 Reinhold Kainhofer 2005-02-13 13:51:56 UTC
*** Bug 86200 has been marked as a duplicate of this bug. ***
Comment 2 Reinhold Kainhofer 2006-11-02 19:09:57 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 3 Thomas Thrainer 2008-05-16 14:51:56 UTC
SVN commit 808361 by thrainer:

Pressing Ctrl-Enter on the quick-add-todo line creates a sub todo now.
When pressing Enter normally, the newly created todo is selected now. So it's easy
to add a complex todo, simply add the top level todo with Enter and then create all 
sub todos by using Ctrl-Enter repeatedly.

FEATURE:75617


 M  +1 -0      CMakeLists.txt  
 M  +14 -3     views/todoview/kotodomodel.cpp  
 M  +3 -2      views/todoview/kotodomodel.h  
 M  +25 -4     views/todoview/kotodoview.cpp  
 M  +3 -2      views/todoview/kotodoview.h  
 A             views/todoview/kotodoviewquickaddline.cpp   [License: GPL (v2+) (+Qt exception)]
 A             views/todoview/kotodoviewquickaddline.h   [License: GPL (v2+) (+Qt exception)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=808361