Summary: | Can't delete exif x-default caption once set | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Salvatore Brigaglia <opensourcecat> |
Component: | Metadata-Exif | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Salvatore Brigaglia
2009-06-23 19:49:08 UTC
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 |