Summary: | complete task still get timing | ||
---|---|---|---|
Product: | [Applications] ktimetracker | Reporter: | Qing Zhang <gimbiri> |
Component: | general | Assignee: | Thorsten Staerk <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | airbaggins, dan.falconer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to prevent completed tasks from starting. |
Description
Qing Zhang
2004-10-20 04:11:15 UTC
Hi Qing, Thank you for your report! I have marked this one as a very high priority. Created attachment 11343 [details]
Patch to prevent completed tasks from starting.
Very simple little patch that will not start a new task if it has been marked
as complete.
William, thanks for your patch. The idea is really simple thus beautiful. This code is now in the subversion repository. *** Bug 153427 has been marked as a duplicate of this bug. *** Bug still (or again) exists. Reproduce: add a task, complete it, then add another, with both tracking time for a certain desktop. The completed task will continue to be updated. SVN commit 744871 by tstaerk: Do not append completed tasks to active list CCBUGS:91732 M +1 -1 task.cpp M +9 -6 taskview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744871 SVN commit 745286 by tstaerk: Do not append completed tasks to active list BUGS:91732 M +1 -1 task.cpp M +12 -9 taskview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=745286 The prio is not very high because it does not affect every user. The prio is not high because it does not affect most users. This bug only affects users who do desktop tracking (I do not like this). |