Summary: | Face tag zones are hidden after adding a new face | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mathieu MD <mathieu> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, ddgreen, k, metzpinguin, mr.mahon.pl, msylwester, rjwgnr27, rjwgnr27, stephanolbrich |
Priority: | NOR | ||
Version: | 4.12.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/4ea827bb0dee7827175abce4d6878a67bc3bfe11 | Version Fixed In: | 4.13.0 |
Sentry Crash Report: |
Description
Mathieu MD
2014-05-02 18:40:06 UTC
I can reproduce both issues in 4.8.0 The face tag zone disappearing - it's probably the same issue as in bug 326033. *** Bug 326033 has been marked as a duplicate of this bug. *** I had tried it some time ago and just tested again - not to reproduce here. Face tag zones are visible after added or remove other faces. Maik In fact the face zone do not disappear. As you can see in video, when a face is registered, preview mode left face region editing and face tags are just hidden. Clicking on "Show Face Tags" show all face region tagged previously. So the wish in this file is not to left face editor mode when a new region is entered. Right ? Gilles Caulier Yes, that's right Gilles! (It makes sense to continue showing the face tags after adding a new face tag, because that gives a confirmation that the user action was carried out successfully. Also, you actually have to hit the "Show face tags" button twice to make them come back - first click switches off the face tag zones that have already disappeared and the second click shows them again.) Hi Gilles, Yes, that is correct, it should remain in editor mode, especially when there are multiple faces to be tagged. (In reply to Christian from comment #6) > Yes, that's right Gilles! > (It makes sense to continue showing the face tags after adding a new face > tag, because that gives a confirmation that the user action was carried out > successfully. Also, you actually have to hit the "Show face tags" button > twice to make them come back - first click switches off the face tag zones > that have already disappeared and the second click shows them again.) Same here. The boxes disappear and I have to click twice to re-enable them. Ubuntu and Mint here. (In reply to mr.mahon.pl from comment #8) > (In reply to Christian from comment #6) > > Yes, that's right Gilles! > > (It makes sense to continue showing the face tags after adding a new face > > tag, because that gives a confirmation that the user action was carried out > > successfully. Also, you actually have to hit the "Show face tags" button > > twice to make them come back - first click switches off the face tag zones > > that have already disappeared and the second click shows them again.) > > Same here. The boxes disappear and I have to click twice to re-enable them. > Ubuntu and Mint here. Same here. Arch Linux and digiKam 4.11 Very strange, facial zones remain active with me. In the video, the error can also be seen so well. I could so far not reproduce. Maik Happens to me as well, however I think the actual trigger is saving/loading the metadata to image. Whenever I use "Write/Reread Metadata to/From Image" (btw: shouldn't from be lowercase?) the face tags become invisible and I have to go through the disable/enable steps. Git commit 4ea827bb0dee7827175abce4d6878a67bc3bfe11 by Maik Qualmann. Committed on 16/08/2015 at 10:32. Pushed by mqualmann into branch 'master'. fixed hidden face tag zones after add a new face and multiple signal / slot connections after preview images FIXED-IN: 4.13.0 M +2 -2 NEWS M +3 -3 app/views/imagepreviewview.cpp M +1 -1 utilities/facemanagement/facegroup.cpp http://commits.kde.org/digikam/4ea827bb0dee7827175abce4d6878a67bc3bfe11 Thanks to Michal Sylwester for hint to saving/loading the metadata. Maik Git commit 76ab4cb7cb3788ae11c38d491d145b368abbff5f by Gilles Caulier. Committed on 18/08/2015 at 20:47. Pushed by cgilles into branch 'frameworks'. backport commit #4ea827bb0dee7827175abce4d6878a from git/master to frameworks branch M +3 -3 app/views/imagepreviewview.cpp M +5 -5 utilities/facemanagement/facegroup.cpp http://commits.kde.org/digikam/76ab4cb7cb3788ae11c38d491d145b368abbff5f |