https://bugs.kde.org/show_bug.cgi?id=262171
Summary: When attaching a name to a face the widget does not behave correctly Product: digikam Version: 2.0.0 Platform: Unlisted Binaries OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: Face Detection AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 2.0.0 OS: Linux When I want to attach an existing name to a face. I type the first letters of the name and then select with arrows the right name and press enter. The name is not attached to the face as it should. To make it work I need to select with arrows and confirm by clicking on confirm. I think that if you press enter or click on a name it should be the same as confirm. Reproducible: Didn't try -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=262171
Milan Knizek <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Milan Knizek <knizek volny cz> 2011-01-08 20:15:12 --- IMHO, the problem is that the image is not selected before the name is written into the confirmation box. It helps to click on the image thumbnail and only then start typing the name and/or choosing the existing tag... -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de> 2011-01-30 20:58:42 --- Hm, I cannot reproduce this problem, it works for me. This is in the icon view, isnt it? I plan to improve the behavior, so that at least the image is select if you type, even better operating on multiple images etc. I dont know though when I find time. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
--- Comment #3 from Julien Narboux <Julien narboux fr> 2011-04-19 11:33:41 --- I can confirm the problem using current git trunk. This is in preview view. Julien -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
Olivier Kes <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #4 from Olivier Kes <olivier keshavjee gmail com> 2011-06-23 09:56:37 --- Had the same problem when trying the beta6 from Phillip5 ppa yesterday. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
--- Comment #5 from Marcel Wiesweg <marcel wiesweg gmx de> 2011-07-11 17:03:44 --- Tested once again, it works as it should for me (in the preview view, hovering a face, clicking in the line edit, typing a few letters, using Arrow down to select, press Enter). Here are the essential parts of the backtrace which leads from receiving the key press to executing the action: #0 Digikam::AssignNameWidget::slotActionActivated (this=0x5ca5e30, action=...) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/utilities/facedetection/assignnamewidget.cpp:716 #1 0x0000000000685a7d in Digikam::AssignNameWidget::qt_metacall (this=0x5ca5e30, _c=QMetaObject::InvokeMetaMethod, _id=11, _a= 0x7fffffffa6d0) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/assignnamewidget.moc:150 #3 0x00000000005fbb40 in Digikam::AddTagsComboBox::taggingActionActivated (this=<value optimized out>, _t1=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/addtagscombobox.moc:102 #4 0x00000000005fc207 in Digikam::AddTagsComboBox::slotLineEditActionActivated (this=0x77bc7f0, action=...) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/digikam/tags/addtagscombobox.cpp:179 #7 0x00000000005feff0 in Digikam::AddTagsLineEdit::taggingActionActivated (this=<value optimized out>, _t1=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/addtagslineedit.moc:120 #8 0x00000000005ff97a in Digikam::AddTagsLineEdit::slotReturnPressed (this=0x7b7eec0, text=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/digikam/tags/addtagslineedit.cpp:368 #11 0x00007ffff1aa0355 in KLineEdit::returnPressed(QString const&) () from /usr/lib64/libkdeui.so.5 #12 0x00007ffff1b07c8f in KLineEdit::event(QEvent*) () from /usr/lib64/libkdeui.so.5 #13 0x00007ffff0413d6d in QComboBox::keyPressEvent (this=0x77bc7f0, e=0x7fffffffc2b0) at widgets/qcombobox.cpp:3016 #14 0x00007ffff00975bc in QWidget::event (this=0x77bc7f0, event=0x7fffffffc2b0) at kernel/qwidget.cpp:8235 So it would be helpful if someone who can reproduce this problem sets breakpoints to see at which stage the problem occurs. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
--- Comment #6 from Andi Clemens <andi clemens googlemail com> 2011-12-26 10:36:18 --- Created an attachment (id=67120) --> (http://bugs.kde.org/attachment.cgi?id=67120) Tagging widget too small -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
--- Comment #7 from Andi Clemens <andi clemens googlemail com> 2011-12-26 10:42:30 --- oops, wrong topic.... -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #8 from Gilles Caulier <[hidden email]> --- Julien, This problem still valid using last digiKam 4.2.0 ? Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When attaching a name to a |When attaching a name to a |face the widget does not |face in Preview mode, the |behave correctly |widget does not behave | |correctly --- Comment #9 from Gilles Caulier <[hidden email]> --- Someone can attach a screenshot of the problem please Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from Julien@narboux.fr
https://bugs.kde.org/show_bug.cgi?id=262171
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |4.11.0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #10 from Gilles Caulier <[hidden email]> --- Problem described in comment #0 is not reproducible with current implementation from git/master. Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |