Bug 108539

Summary: Deleting tasks marked as complete
Product: [Applications] ktimetracker Reporter: Jaakko Holster <holster>
Component: generalAssignee: Mark Bucciarelli <mark>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: aspotashev
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jaakko Holster 2005-07-04 15:13:58 UTC
Version:           1.5.1 (using KDE 3.4.1, Kubuntu Package 4:3.4.1-0ubuntu0hoary1 ())
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.11-1-686

After a task has been marked as complete, it will remain in the task list forever. Depending on user's acticity on creating new tasks, the task list will grow really long sooner or later. A possibility to delete a completed task would be useful feature.
Comment 1 Thorsten Staerk 2005-07-04 22:36:23 UTC
Thanks for the report. This is fixed in the latest subversion and will be in KDE 3.5. If your task list leaks, just do the following with your .ics file:

sed -i 's/PERCENT-COMPLETE:100/PERCENT-COMPLETE:99/' whatever.ics

afterwards, your tasks are again active and can be deleted.
Comment 2 Alexander Potashev 2019-11-12 20:45:56 UTC
*** This bug has been marked as a duplicate of bug 87651 ***