Version: (using KDE KDE 3.2.92) Installed from: Gentoo Packages I marked several tasks as complete in karm to make it easier to find the ones that are still active, and now I want to delete them. There's just one problem: they can't be selected anymore! Will they be permanently stuck there if I don't edit the data file?
Thanks for your bug report. Yes, they will be stuck. :( You will have to edit the ics file manually. If you use Vim, a command like: :%s/PERCENT-COMPLETE:100/PERCENT-COMPLETE:99/ will re-enable the entries.
That fixed it. Thanks for the help... and the excellent program :)
Created attachment 11344 [details] Patch to allow completed tasks to be selectable, with status icons instead of disabling Sorry if this patch does not apply correctly, as it might depend on others I've already made today. This includes two small additional icons to indicate the completeness of a task. It allows a user to reinstate a task as incomplete, even after marked complete. The task is no longer disabled. Maybe the green tick is not a good idea, I don't know. It depends on your colour scheme. Sorry if the icons are a bit uninspiring aswell.
Created attachment 11361 [details] Patch to allow completed tasks to be selectable, with status icons instead of disabling (revision 2) Same as the previous, but correctly sets icon of new task. Whoops. :)
super work, I tested it and it works fine. Thanks for the patch. Your code is beautiful. The icons do not work at me, I will have a look at it.
SVN commit 428820 by tstaerk: adding a patch by William Robinson to allow selecting of completed tasks. CCBUGS:87651 M +10 -1 karm_part.cpp M +1 -0 karm_part.h M +2 -14 karmstorage.cpp M +5 -0 karmui.rc M +10 -1 mainwindow.cpp M +1 -0 mainwindow.h M +2 -1 pics/Makefile.am A pics/task-complete.xpm A pics/task-incomplete.xpm M +15 -5 task.cpp M +5 -0 task.h M +34 -10 taskview.cpp M +5 -0 taskview.h
William, I would feel honored if we could do some peer programming, maybe with Mark, the maintainer of karm. Contact kde at staerk de. Your code is in subversion now.
*** Bug 108539 has been marked as a duplicate of this bug. ***