[Digikam-devel] extragear/graphics/digikam/utilities/imageeditor/editor
Francisco J. Cruz
fj.cruz at supercable.es
Thu Jul 13 09:05:25 BST 2006
SVN commit 561766 by fjcruz:
New Color Management setting: if this new option is enabled, CM plugin is launched when a RAW image is opened in IE
CCMAIL: caulier.gilles at kdemail.net , Digikam-devel at kde.org
M +10 -9 editorwindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #561765:561766
@@ -706,15 +706,16 @@
config->setGroup("Color Management");
- d->ICCSettings->enableCMSetting = config->readBoolEntry("EnableCM", false);
- d->ICCSettings->askOrApplySetting = config->readBoolEntry("BehaviourICC", false);
- d->ICCSettings->BPCSetting = config->readBoolEntry("BPCAlgorithm",false);
- d->ICCSettings->managedViewSetting = config->readBoolEntry("ManagedView", false);
- d->ICCSettings->renderingSetting = config->readNumEntry("RenderingIntent");
- d->ICCSettings->inputSetting = config->readPathEntry("InProfileFile", QString::null);
- d->ICCSettings->workspaceSetting = config->readPathEntry("WorkProfileFile", QString::null);
- d->ICCSettings->monitorSetting = config->readPathEntry("MonitorProfileFile", QString::null);
- d->ICCSettings->proofSetting = config->readPathEntry("ProofProfileFile", QString::null);
+ d->ICCSettings->enableCMSetting = config->readBoolEntry("EnableCM", false);
+ d->ICCSettings->askOrApplySetting = config->readBoolEntry("BehaviourICC", false);
+ d->ICCSettings->BPCSetting = config->readBoolEntry("BPCAlgorithm",false);
+ d->ICCSettings->managedViewSetting = config->readBoolEntry("ManagedView", false);
+ d->ICCSettings->renderingSetting = config->readNumEntry("RenderingIntent");
+ d->ICCSettings->inputSetting = config->readPathEntry("InProfileFile", QString::null);
+ d->ICCSettings->workspaceSetting = config->readPathEntry("WorkProfileFile", QString::null);
+ d->ICCSettings->monitorSetting = config->readPathEntry("MonitorProfileFile", QString::null);
+ d->ICCSettings->proofSetting = config->readPathEntry("ProofProfileFile", QString::null);
+ d->ICCSettings->CMInRawLoadingSetting = config->readBoolEntry("CMInRawLoading", false);
DImgInterface::instance()->setICCSettings(d->ICCSettings);
More information about the Digikam-devel
mailing list