[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/imageeditor/editor
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2010-10-19 13:45:59
Message-ID: 20101019134559.DF78DAC897 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1187457 by cgilles:

when exposure or icc settings has changed from config pannel, pass new settings to \
editor tool interface


 M  +5 -0      editorwindow.cpp  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp \
#1187456:1187457 @@ -919,6 +919,8 @@
     m_IOFileSettings->useRAWImport = group.readEntry(d->configUseRawImportToolEntry, \
false);  m_IOFileSettings->rawDecodingSettings.readSettings(group);
 
+    // -- Color Management settings \
--------------------------------------------------------- +
     // If digiKam Color Management is enable, no need to correct color of decoded \
RAW image,  // else, sRGB color workspace will be used.
 
@@ -939,6 +941,8 @@
         m_IOFileSettings->rawDecodingSettings.outputColorSpace = DRawDecoding::SRGB;
     }
 
+    d->toolIface->updateICCSettings();
+
     // -- GUI Settings -------------------------------------------------------
 
     d->legacyUpdateSplitterState(group);
@@ -954,6 +958,7 @@
     d->exposureSettings->underExposureColor    = \
                group.readEntry(d->configUnderExposureColorEntry, QColor(Qt::white));
     d->exposureSettings->overExposureColor     = \
                group.readEntry(d->configOverExposureColorEntry,  QColor(Qt::black));
     d->exposureSettings->exposureIndicatorMode = \
group.readEntry(d->configExpoIndicatorModeEntry,  true); +    \
d->toolIface->updateExposureSettings();  }
 
 void EditorWindow::saveStandardSettings()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic