[Digikam-devel] [Bug 146864] Lesser XMP support in Digikam

Gilles Caulier caulier.gilles at gmail.com
Tue Aug 21 15:29:47 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=146864         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-08-21 16:29 -------
SVN commit 702919 by cgilles:

digiKam from trunk (KDE4) : Add XMP metadata support.

- You need to use Exiv2 0.16 to handle XMP. This Exiv2 version is under development.
- A new XMP tab have been add in Metadata sidebar.
- If you use an old version of Exiv2 witch not support XMP, this tab will be hidden.
- XMP handling is read only. We only show XMP content. Advanced operations over XMP 
  will be done when Exiv2 implementation will be more mature.

BUG: 146864



 M  +1 -0      CMakeLists.txt  
 M  +2 -2      libs/dialogs/iccprofileinfodlg.cpp  
 M  +10 -12    libs/dimg/dimg.cpp  
 M  +5 -2      libs/dimg/dimg.h  
 M  +0 -1      libs/dimg/dimgprivate.h  
 M  +3 -1      libs/dimg/loaders/dimgloader.cpp  
 M  +10 -4     libs/dimg/loaders/pngloader.cpp  
 M  +0 -1      libs/imageproperties/imagepropertiescolorstab.cpp  
 M  +41 -23    libs/imageproperties/imagepropertiesmetadatatab.cpp  
 M  +2 -3      libs/imageproperties/imagepropertiesmetadatatab.h  
 M  +9 -11     libs/imageproperties/imagepropertiessidebarcamgui.cpp  
 M  +16 -4     libs/imageproperties/imagepropertiessidebardb.cpp  
 M  +43 -6     libs/widgets/iccprofiles/iccprofilewidget.cpp  
 M  +4 -0      libs/widgets/iccprofiles/iccprofilewidget.h  
 M  +1 -0      libs/widgets/metadata/CMakeLists.txt  
 M  +6 -7      libs/widgets/metadata/exifwidget.cpp  
 M  +7 -9      libs/widgets/metadata/gpswidget.cpp  
 M  +6 -8      libs/widgets/metadata/iptcwidget.cpp  
 M  +6 -8      libs/widgets/metadata/makernotewidget.cpp  
 M  +7 -8      libs/widgets/metadata/metadatawidget.cpp  
 M  +4 -4      libs/widgets/metadata/metadatawidget.h  
 AM            libs/widgets/metadata/xmpwidget.cpp   [License: GPL]
 AM            libs/widgets/metadata/xmpwidget.h   [License: GPL]
 M  +9 -1      project/project.kdevelop



More information about the Digikam-devel mailing list