https://bugs.kde.org/show_bug.cgi?id=184763
Summary: Edit Image Caption dialog - not populated with existing caption Product: digikam Version: unspecified Platform: Compiled Sources OS/Version: unspecified Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: (using Devel) Installed from: Compiled sources The Edit Image Caption dialog (Image->Metadata->Edit Captions...) does not contain existing caption metadata when it appears, either captions embedded in the image file or entered previously using this dialog. You could argue that since there are multiple possible metadata sources for the caption, show nothing, but that would be inconsistent with the behaviour of the Capture/Tags sidebar in Digikam, which does show caption data. -- 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=184763
Will Stephenson <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |metadataedit Version|unspecified |0.2.0-svn Product|digikam |kipiplugins -- 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 wstephenson@kde.org
https://bugs.kde.org/show_bug.cgi?id=184763
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.2.0-svn |0.2.0 -- 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 wstephenson@kde.org
https://bugs.kde.org/show_bug.cgi?id=184763
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2011-04-05 09:45:58 --- This dialog is obsolete. In digiKam, use Captions and Tags tab from right side bar. Gilles Caulier -- 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 wstephenson@kde.org
https://bugs.kde.org/show_bug.cgi?id=184763
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Gilles Caulier <caulier gilles gmail com> 2011-04-05 09:58:25 --- Git commit bf3304041ef7ec541f1f80dea8e89d9348493c2e by Gilles Caulier. Committed on 05/04/2011 at 10:01. Pushed by cgilles into branch 'master'. remove obsolete caption edit dialog. Use Caption and tags tab for digiKAm right side bar instead, which is more powerfull. I support multi-language, multi-authors, Exif, Iptc, and XMP BUGS: 184763 M +7 -11 metadataedit/CMakeLists.txt D +0 -271 metadataedit/comment/commenteditdialog.cpp D +0 -82 metadataedit/comment/commenteditdialog.h D +0 -259 metadataedit/comment/commentremovedialog.cpp D +0 -78 metadataedit/comment/commentremovedialog.h D +0 -153 metadataedit/common/altlangstringedit.cpp D +0 -76 metadataedit/common/altlangstringedit.h D +0 -59 metadataedit/common/metadatacheckbox.cpp D +0 -59 metadataedit/common/metadatacheckbox.h D +0 -406 metadataedit/common/metadataedit.cpp D +0 -100 metadataedit/common/metadataedit.h D +0 -281 metadataedit/common/multistringsedit.cpp D +0 -66 metadataedit/common/multistringsedit.h D +0 -287 metadataedit/common/multivaluesedit.cpp D +0 -71 metadataedit/common/multivaluesedit.h D +0 -339 metadataedit/common/objectattributesedit.cpp D +0 -69 metadataedit/common/objectattributesedit.h A +153 -0 metadataedit/plugin/altlangstringedit.cpp [License: GPL (v2+)] A +76 -0 metadataedit/plugin/altlangstringedit.h [License: GPL (v2+)] A +59 -0 metadataedit/plugin/metadatacheckbox.cpp [License: GPL (v2+)] A +59 -0 metadataedit/plugin/metadatacheckbox.h [License: GPL (v2+)] A +406 -0 metadataedit/plugin/metadataedit.cpp [License: GPL (v2+)] A +100 -0 metadataedit/plugin/metadataedit.h [License: GPL (v2+)] A +281 -0 metadataedit/plugin/multistringsedit.cpp [License: GPL (v2+)] A +66 -0 metadataedit/plugin/multistringsedit.h [License: GPL (v2+)] A +287 -0 metadataedit/plugin/multivaluesedit.cpp [License: GPL (v2+)] A +71 -0 metadataedit/plugin/multivaluesedit.h [License: GPL (v2+)] A +339 -0 metadataedit/plugin/objectattributesedit.cpp [License: GPL (v2+)] A +69 -0 metadataedit/plugin/objectattributesedit.h [License: GPL (v2+)] M +3 -196 metadataedit/plugin/plugin_metadataedit.cpp M +1 -4 metadataedit/plugin/plugin_metadataedit.h http://commits.kde.org/kipi-plugins/bf3304041ef7ec541f1f80dea8e89d9348493c2e -- 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 wstephenson@kde.org
https://bugs.kde.org/show_bug.cgi?id=184763
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[hidden email] |[hidden email] -- 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 wstephenson@kde.org
https://bugs.kde.org/show_bug.cgi?id=184763
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[hidden email] |[hidden 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 |
Free forum by Nabble | Edit this page |