Summary: | Enhancement: Improve interface to sort contacts by tags | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Gerion <gerion.entrup> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | anmeldungen, denis.prost, jjm, montel, philippe.roubach, tokoe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/0a92fb453bad60345291d4e585d6266a41c84dae | Version Fixed In: | 4.14 |
Sentry Crash Report: |
Description
Gerion
2014-03-13 17:06:23 UTC
*** Bug 333925 has been marked as a duplicate of this bug. *** Category filter GUI: https://git.reviewboard.kde.org/r/117834/ Thank you for your work! It is exactly the feature I thought about. To the answer of Laurent Montel: I don't know qt really, but imho a qcombobox let you choose only one categorie/tag. A list like the patch implements let you choose more tags the same time, e.g. family and near friends to send a groupmail to them etc... (In reply to comment #3) > Thank you for your work! It is exactly the feature I thought about. > > To the answer of Laurent Montel: > I don't know qt really, but imho a qcombobox let you choose only one > categorie/tag. A list like the patch implements let you choose more tags the > same time, e.g. family and near friends to send a groupmail to them etc... As you told you don't know qt really :) we can have a qcombobox where we can select multi element see KPIm::kcheckcombobox So we can do it with combobox. why you don't use the existing tool in kmail for kaddressbook ? why differenty gui for 2 apps of kontact ? i would prefer in kontact this : same function => same gui in the future i imagine this same tool for akgregator and knotes etc. and more : why you don't unify a search tool for all kde app using baloo ? I'll investigate the combo box option. Not sure whether the same quicksearch as in kmail (comment #5) is appropriate, as what the address book really needs is a filter rather than a search. Please add any further comments to the reviewboard page so that all the discussion can be kept together there. Git commit 0a92fb453bad60345291d4e585d6266a41c84dae by Jonathan Marten. Committed on 02/05/2014 at 20:14. Pushed by marten into branch 'master'. KAddressBook: Add a category filter This is a widget which by default appears to the right of the quick search bar. Checking or unchecking categories in this list filters the entries that are shown. REVIEW:117834 FIXED-IN:4.14 GUI: M +2 -0 kaddressbook/CMakeLists.txt A +150 -0 kaddressbook/categoryfilterproxymodel.cpp [License: LGPL (v2+)] A +86 -0 kaddressbook/categoryfilterproxymodel.h [License: LGPL (v2+)] A +316 -0 kaddressbook/categoryselectwidget.cpp [License: LGPL (v2+)] A +87 -0 kaddressbook/categoryselectwidget.h [License: LGPL (v2+)] M +2 -1 kaddressbook/kaddressbookui.rc M +24 -4 kaddressbook/mainwidget.cpp M +5 -0 kaddressbook/mainwidget.h M +2 -1 kaddressbook/settings/kaddressbook.kcfg http://commits.kde.org/kdepim/0a92fb453bad60345291d4e585d6266a41c84dae *** Bug 330335 has been marked as a duplicate of this bug. *** *** Bug 275985 has been marked as a duplicate of this bug. *** |