[Digikam-devel] [Bug 107724] handle EXIF Information-Wizzard missing
Gilles Caulier
caulier.gilles at free.fr
Tue Jul 25 11:59:09 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=107724
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-07-25 12:59 -------
SVN commit 566088 by cgilles:
digikam from trunk : like Exif auto-rotation of thumbs/preview/image is an option witch do not change the pictures contents, this can be enable by default.
BUG: 107724
M +2 -2 albumsettings.cpp
--- trunk/extragear/graphics/digikam/digikam/albumsettings.cpp #566087:566088
@ -153,7 +153,7 @
d->iconShowTags = true;
d->iconShowRating = true;
- d->exifRotate = false;
+ d->exifRotate = true;
d->exifSetOrientation = false;
d->saveIptcTags = false;
@ -217,7 +217,7 @
d->currentTheme = config->readEntry("Theme", i18n("Default"));
config->setGroup("EXIF Settings");
- d->exifRotate = config->readBoolEntry("EXIF Rotate", false);
+ d->exifRotate = config->readBoolEntry("EXIF Rotate", true);
d->exifSetOrientation = config->readBoolEntry("EXIF Set Orientation", false);
config->setGroup("Metadata Settings");
More information about the Digikam-devel
mailing list