[Digikam-devel] [Bug 126086] Besides the basic and full exif info I would like a page with selectable fields

Gilles Caulier caulier.gilles at gmail.com
Sat Jul 18 06:55:05 BST 2009


https://bugs.kde.org/show_bug.cgi?id=126086





--- Comment #18 from Gilles Caulier <caulier gilles gmail com>  2009-07-18 07:55:00 ---
SVN commit 998593 by cgilles:

Implement metadata tags filter settings and rules for metadata viewer from
right side bar.
In setup metadata dialog page, a new panel is available to set which metadata
tags must be 
displayed in EXIF, Makernotes, Iptc and XMP viewer. This panel list all tags
supported by Exiv2.
User can search on whole tags collection supported with a search bar to found
easily metadata title to select.
Buttons can clear selection, select all, or use Human Readable default list of
tags.
NOTE: you need libkexiv2 from trunk (KDE4.4) to be able to use this feature.
TODO : showfoto need the same config panel.
CCBUGS: 126086


 M  +1 -0      CMakeLists.txt  
 M  +1 -0      digikam/digikamview.cpp  
 M  +1 -1      libs/imageproperties/imagepropertiescolorstab.cpp  
 M  +34 -11    libs/imageproperties/imagepropertiesmetadatatab.cpp  
 M  +8 -1      libs/imageproperties/imagepropertiesmetadatatab.h  
 M  +5 -0      libs/imageproperties/imagepropertiessidebar.cpp  
 M  +2 -0      libs/imageproperties/imagepropertiessidebar.h  
 M  +6 -1      libs/imageproperties/imagepropertiessidebarcamgui.cpp  
 M  +2 -0      libs/imageproperties/imagepropertiessidebarcamgui.h  
 M  +12 -11    libs/widgets/iccprofiles/iccprofilewidget.cpp  
 M  +4 -37     libs/widgets/metadata/exifwidget.cpp  
 M  +1 -2      libs/widgets/metadata/exifwidget.h  
 M  +4 -24     libs/widgets/metadata/iptcwidget.cpp  
 M  +1 -2      libs/widgets/metadata/iptcwidget.h  
 M  +4 -62     libs/widgets/metadata/makernotewidget.cpp  
 M  +1 -2      libs/widgets/metadata/makernotewidget.h  
 M  +4 -4      libs/widgets/metadata/metadatalistview.cpp  
 AM            libs/widgets/metadata/metadatapanel.cpp   [License: GPL (v2+)]
 AM            libs/widgets/metadata/metadatapanel.h   [License: GPL (v2+)]
 M  +166 -4    libs/widgets/metadata/metadataselector.cpp  
 M  +33 -0     libs/widgets/metadata/metadataselector.h  
 M  +16 -3     libs/widgets/metadata/metadatawidget.cpp  
 M  +4 -1      libs/widgets/metadata/metadatawidget.h  
 M  +4 -25     libs/widgets/metadata/xmpwidget.cpp  
 M  +1 -2      libs/widgets/metadata/xmpwidget.h  
 M  +1 -0      showfoto/showfoto.cpp  
 M  +1 -0      utilities/cameragui/cameraui.cpp  
 M  +1 -0      utilities/imageeditor/editor/imagewindow.cpp  
 M  +1 -0      utilities/lighttable/lighttablewindow.cpp  
 M  +51 -33    utilities/setup/setupmetadata.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=998593

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list