Summary: | When typing names to unconfirmed faces, only tags beginning with "name" are shown | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Milan Knížek <knizek> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, rene |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/089a4926d5a5a74148cc199ba57502b822a93ac7 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Milan Knížek
2011-01-09 11:52:26 UTC
We're using KDE's completion classes here. I'm not sure how to teach them different behavior. I am not a developer: however, how does the quick search functionality for filtering the tags in album view work (in both Caption/Tags and Tag Filters)? I can type "John" there and the tag /People/Malkovich John is found. It's just a different technology, one uses the KDE KCompletion classes, the other uses a filter model for filtering, with a self written filter method. I certainly accept this as a bug, but these line edit classes are not easy to deal with, sometimes simple changes take hours. It'll have to wait a bit. Git commit 089a4926d5a5a74148cc199ba57502b822a93ac7 by Maik Qualmann. Committed on 16/12/2015 at 19:42. Pushed by mqualmann into branch 'master'. face Tags and text search bar completer show items now if contains match FIXED-IN: 5.0.0 M +2 -2 NEWS M +12 -1 libs/tags/taggingactionfactory.cpp M +2 -0 libs/tags/tagscompleter.cpp M +4 -3 libs/widgets/common/modelcompleter.cpp http://commits.kde.org/digikam/089a4926d5a5a74148cc199ba57502b822a93ac7 |