| Summary: | Todos in the list are not sorted in any way. (perhaps priority?) | ||
|---|---|---|---|
| Product: | [Unmaintained] KOrganizer Mobile | Reporter: | Ludwig Reiter <ludwig.reiter> |
| Component: | tasks | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Maemo 5 | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ludwig Reiter
2010-10-14 15:40:08 UTC
SVN commit 1198474 by smartins: Fix sorting. Doesn't make sense to sort by completion. A to-do 90% completed can be more urgent than one 10% completed. Sort by priority instead. BUG: 254162 M +26 -12 tasklistproxy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1198474 The sorting by priority doesn't work if the priority of a task is edited. Test: 0 Create some task with different priority 1 Select a task 2 click on the edit button 3 change the priority so the task would be at a different place in the list. 4 go back to list => The task stays at the same place in the list. SVN commit 1206722 by tokoe: Fix the lasting update issues by using dynamic model repopulation. BUG: 254162 BUG: 259841 M +1 -0 mainview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206722 Windows CE Task Touch 2011-01-16 git-4d1bc61 Test of the description: passed. Closed. |