summaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp')
-rw-r--r--graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp b/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp
deleted file mode 100644
index 2d528b387f9e..000000000000
--- a/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- digikam/utilities/imageeditor/editor/editorwindow.cpp.orig 2008-03-15 12:21:58.000000000 +0100
-+++ digikam/utilities/imageeditor/editor/editorwindow.cpp 2008-03-15 12:36:19.000000000 +0100
-@@ -885,8 +885,12 @@
- m_IOFileSettings->rawDecodingSettings.outputColorSpace = KDcrawIface::RawDecodingSettings::SRGB;
-
- m_IOFileSettings->rawDecodingSettings.sixteenBitsImage = config->readBoolEntry("SixteenBitsImage", false);
-- m_IOFileSettings->rawDecodingSettings.automaticColorBalance = config->readBoolEntry("AutomaticColorBalance", true);
-- m_IOFileSettings->rawDecodingSettings.cameraColorBalance = config->readBoolEntry("CameraColorBalance", true);
-+ if (config->readBoolEntry("CameraColorBalance", true))
-+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::CAMERA;
-+ else if (config->readBoolEntry("AutomaticColorBalance", true))
-+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::AUTO;
-+ else
-+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::NONE;
- m_IOFileSettings->rawDecodingSettings.RGBInterpolate4Colors = config->readBoolEntry("RGBInterpolate4Colors", false);
- m_IOFileSettings->rawDecodingSettings.DontStretchPixels = config->readBoolEntry("DontStretchPixels", false);
- m_IOFileSettings->rawDecodingSettings.enableNoiseReduction = config->readBoolEntry("EnableNoiseReduction", false);