Summary: | Filter for priority in todo list (like categories) | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Verena Ruff <ve.ru> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | j.solanki17, winter |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/515fefc26dc2c9670e6296d43a8de5b28adafd71 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Verena Ruff
2009-11-16 21:47:29 UTC
I like this idea. We need a combobox for selecting (greater than, equal to, less than) and then another combobox for (1,2,3...,9,no priority) I like this idea. We need a combobox for selecting (greater than, equal to, less than) and then another combobox for (1,2,3...,9,no priority) @Allen Winter why not make a combo box just like the one in category filter, where the user will be able to see the tasks with the checked priority.. what do you say ?? Git commit 515fefc26dc2c9670e6296d43a8de5b28adafd71 by Allen Winter. Committed on 29/07/2012 at 15:59. Pushed by winterz into branch 'master'. Implement filtering by priorities. >From Jaydeep, thanks! Also includes a fix for expanding the tree whenever filtering changes. and some added tooltips, whatsthis and KUIT. REvIEW: 105760 FIXED-IN: 4.10 MERGE: backport the expandTree() stuff *only* to 4.8 and 4.9 M +14 -1 korganizer/views/todoview/kotodoview.cpp M +1 -0 korganizer/views/todoview/kotodoview.h M +53 -4 korganizer/views/todoview/kotodoviewquicksearch.cpp M +7 -2 korganizer/views/todoview/kotodoviewquicksearch.h M +32 -4 korganizer/views/todoview/kotodoviewsortfilterproxymodel.cpp M +7 -0 korganizer/views/todoview/kotodoviewsortfilterproxymodel.h http://commits.kde.org/kdepim/515fefc26dc2c9670e6296d43a8de5b28adafd71 |