[Digikam-devel] [Bug 128373] "Makernote - Simple" should show ISO

Gilles Caulier caulier.gilles at free.fr
Thu Jun 1 13:01:16 BST 2006


------- 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=128373         
caulier.gilles free fr changed:

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



------- Additional Comments From caulier.gilles free fr  2006-06-01 14:01 -------
SVN commit 547231 by cgilles:

digikam from trunk : Fix human readable makernote list
BUG: 128373

 M  +45 -18    makernotewidget.cpp  


--- trunk/extragear/graphics/digikam/libs/widgets/metadata/makernotewidget.cpp #547230:547231
 @ -50,30 +50,57  @
 namespace Digikam
 {
 
+// This list mix differents tags name used by camera makers.
 static const char* MakerNoteHumanList[] =
 {
-     "Make",
-     "Model",
-     "DateTime",
-     "ImageDescription",
-     "Copyright",
-     "ShutterSpeedValue",
-     "ApertureValue",
+     "AFFocusPos",
+     "AFMode",
+     "AFPoint",
+     "AutofocusMode",
+     "ColorMode",
+     "ColorTemperature",
+     "Contrast",
+     "DigitalZoom",
+     "ExposureMode",
      "ExposureProgram",
-     "ExposureMode",
-     "ExposureBiasValue",
-     "ExposureTime",
-     "WhiteBalance",
-     "ISOSpeedRatings",
-     "FocalLength",
-     "SubjectDistance",
+     "ExposureCompensation",
+     "ExposureManualBias",
+     "Flash",
+     "FlashBias",
+     "FlashMode",
+     "FlashType",
+     "FlashDevice",
+     "FNumber", 
+     "Focus"
+     "FocusDistance",
+     "FocusMode",
+     "FocusSetting",
+     "FocusType",
+     "Hue",
+     "HueAdjustment",
+     "ImageStabilizer",
+     "ImageStabilization",
+     "InternalFlash", 
+     "ISOSelection",
+     "ISOSpeed",
+     "Lens",
+     "LensType",
+     "LensRange",
+     "Macro",
      "MeteringMode",
-     "Contrast",
+     "NoiseReduction",
+     "OwnerName",
+     "Quality",
+     "Tone",
+     "ToneComp",
      "Saturation",
      "Sharpness",
-     "LightSource",
-     "Flash",
-     "FNumber",
+     "ShootingMode",
+     "ShutterSpeedValue",
+     "SpotMode",
+     "SubjectDistance",
+     "WhiteBalance",
+     "WhiteBalanceBias",
      "-1"
 };



More information about the Digikam-devel mailing list