Version: 1.0.0-beta2 (rev.: 984662) (using 4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2)) "release 138", KDE:KDE4:Factory:Desktop / openSUSE_Factory) Compiler: gcc OS: Linux (i686) release 2.6.30-rc8-6-pae Try setting a caption to an image. Then try to delete it whit the red "minus" above the caption textbox. It does not delete the text from the metadata of the image... svn r985213
Exif, Iptc and XMp comments tags are removed. What do you want to expect ? Gilles Caulier
Gilles, this might be the same problem I had? You were not able to delete captions a few days ago? Andi
Unfortunately has to confirm for rev. 984917. After removing of captions with '-' sign comments are visible in metadata IPTC and XMP tabs. Also visible in output of exiv2 -p {i,x} or exiftool.
SVN commit 985963 by cgilles: fix broken signal/slots order CCBUGS: 197641 M +11 -6 captionsedit.cpp M +0 -7 imagedescedittab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=985963
Try revision #985963 Gilles Caulier
I forget the most important : use libkexiv2 from trunk where several bugs are fixed... Gilles
Marcel, Since your last changes in ImageComments class, it's impossible to assign x-default comment to an image. I'm sure to have tested this point before... Gilles Caulier
For me it works in other way (rev.: 986298M): I can assign x-default, it is written in digiKam caption, XMP, IPTC but not EXIF. Also I can use second language but: 1) it is not saved with check in list of languages, cannot edit it later 2) it is saved to XMP 3) if I try third language, it replaces second language, not becomes third
SVN commit 987220 by mwiesweg: Dont drop newly inserted comments... CCBUG: 197641 M +1 -1 imagecomments.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987220
There is still a problem, in my tests the map passed to MetadataHub::setComments contains ( "x-default" -> QString() ) instead of the value set. The empty comment is then properly stored in the db.
SVN commit 987354 by cgilles: unforget to read last captions list from editor when apply button is pressed BUGS: 197641 M +1 -0 imagedescedittab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987354