Summary: | When naming unkown faces digikam only remembers typed characters and not the selected name for the next face [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Stephan Olbrich <stephanolbrich> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, martin.tlustos, metzpinguin, veaceslav.munteanu90 |
Priority: | NOR | Flags: | caulier.gilles:
Backport+
|
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/66ecc35fbf912353d1af9ec4077bcb303af22a49 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: | assignname.patch |
Description
Stephan Olbrich
2015-03-15 18:30:25 UTC
Created attachment 91688 [details]
assignname.patch
This patch sets the full name from the list.
Maik
Git commit e920eea8f2bd123af2a0a2a65c59fc60c9f6609d by Maik Qualmann. Committed on 23/03/2015 at 11:32. Pushed by mqualmann into branch 'master'. Apply patch # 91688 to set the full name in the LineEdit from the completion list. FIXED-IN: 4.9.0 M +3 -2 NEWS M +5 -0 app/tags/addtagslineedit.cpp http://commits.kde.org/digikam/e920eea8f2bd123af2a0a2a65c59fc60c9f6609d Veaceslav, I take a look to small Maik patch from this file to backport it on addtagslineedit.cpp from frameworks branch. With TagModelCompletion port from KCompletion to QCompleter, i have some questions : - port still incomplete ? I see a lots of code removed. Some signals from AddTagLineEdit are not used anymore (as taggingActionActived() for ex.). - This patch really need to be backported to KF5 ? Gilles I will come to look into QCompleter port after this week. Please add a label to all bugs resolved by Maik regarding addtagslineedit so I could track them faster when fixing the new implementation. Veaceslav, I cannot create keywords in bugzilla (right missing). I turn on "backport" property For the moment, it's the only file to take a look in Frameworks branch about QCompleter. Gilles Veaceslav, QCompleter port is not yet complete in frameworks branch. Right ? Also give in mind this entry where patch from Maik still to backport from master with adjustments to be compatible with new implementation. Gilles Veaceslav, From your last commit in digiKam frameworks branch, few days ago, to continue QCompleter port, did you take a care about this simple patch to backport and adjust with your new code ? Gilles Git commit 66ecc35fbf912353d1af9ec4077bcb303af22a49 by Veaceslav Munteanu. Committed on 11/05/2015 at 22:09. Pushed by munteanu into branch 'frameworks'. Related: bug 920, bug 8, bug 2, bug 123, bug 2, bug 0, bug 2, bug 65, bug 59, bug 60, bug 9, bug 6609 M +4 -1 libs/tags/addtagslineedit.cpp http://commits.kde.org/digikam/66ecc35fbf912353d1af9ec4077bcb303af22a49 I just blindly backported the commit, still can't get over that overlay bug in assignment widget in frameworks branch.. Maik, Any reason to have this report re-opened ? The fix do not work with current implementation ? Gilles Tested with the current version (digiKam-5.4.0), no problem found. I close this bug. Maik |