Summary: | Advanced Search on Tags a mess | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.4 | |
Sentry Crash Report: | |||
Attachments: |
patch fixes sorting the combobox
patch for fixing the sorting of tags in advanced search dialog new version of patch |
Description
Dotan Cohen
2008-03-06 21:20:48 UTC
Marcel, currently working on this subject with KDE4 port of digiKam Gilles Dotan, Following recents progress into new Advanced Search tools from Marcel with KDE4 port, i close this file. Search tools have been rewritten. Screenshots are available at this url: http://digikam3rdparty.free.fr/Screenshots/NewSearchTools Gilles Caulier Alright, Gilles. I have had a real hard time trying to build from CVS, so I cannot check this myself. But from the screenshot 02.png, it does not look like the issue has been addressed. That screenshot shows that Tags (Return pictures with tag) is still a dropdown box. That implies that the hierarchy is not preserved. When I get the latest Digikam compiled, I'll check this and reopen the bug if necessary, with details and screenshots. Thanks. If you apply some advanced magic, you can put a QTreeView into a QComboBox. That is done in the new search window. This means the popup of the combobox will show the full tree hierarchy with icon and allows you to selected multiple albums/tags with the supplied checkboxes. Created attachment 25055 [details]
patch fixes sorting the combobox
I have written a patch, it is working fine for me... Should I reopen the
bugreport?
Created attachment 25057 [details]
patch for fixing the sorting of tags in advanced search dialog
Created attachment 25058 [details]
new version of patch
I'll just reopen the bug, because it is still present in the KDE3 version.
Added some more comments to the patch.
reopening bug because the KDE3 branch has still wrong filtering of tags in advanced search dialog. Thanks for the work, Andi. I cannot currently test it, but I am certain that it will benefit Digikam. SVN commit 815894 by aclemens: digiKam from KDE3 branch: code cleanup BUG: 158866 M +1 -2 searchwidgets.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815894 |