[Digikam-devel] extragear/graphics/digikam/imageplugins

Gilles Caulier caulier.gilles at free.fr
Wed Nov 8 12:26:18 GMT 2006


SVN commit 603265 by cgilles:

digikam from trunk : core ImagePlugins use DDebug() & DWarning() & DError() class instead kdDebug() & kdWarning() & kdError(). See B.K.O file 133026 for details

CCBUGS: 133026
CCMAIL: digikam-devel at kde.org


 M  +1 -1      imageeffect_blur.cpp  
 M  +4 -4      imageeffect_iccproof.cpp  
 M  +1 -1      imageeffect_redeye.cpp  
 M  +1 -1      imageeffect_sharpen.cpp  
 M  +2 -2      imageplugin_core.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_blur.cpp #603264:603265
@@ -31,10 +31,10 @@
 #include <kcursor.h>
 #include <klocale.h>
 #include <kapplication.h>
-#include <kdebug.h>
 
 // Digikam includes.
 
+#include "ddebug.h"
 #include "imageiface.h"
 #include "dimggaussianblur.h"
 
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #603264:603265
@@ -50,7 +50,6 @@
 #include <kapplication.h>
 #include <kcursor.h>
 #include <kstandarddirs.h>
-#include <kdebug.h>
 #include <ktabwidget.h>
 #include <kconfig.h>
 #include <kurlrequester.h>
@@ -64,6 +63,7 @@
 
 // Digikam includes.
 
+#include "ddebug.h"
 #include "bcgmodifier.h"
 #include "imageiface.h"
 #include "imagewidget.h"
@@ -162,7 +162,7 @@
     m_histogramWidget = new Digikam::HistogramWidget(256, 140, gboxSettings, false, true, true);
     QWhatsThis::add( m_histogramWidget, i18n("<p>Here you can see the target preview image histogram "
                                              "of the selected image channel. " 
-					     "This one is updated after setting changes."));
+                         "This one is updated after setting changes."));
 
     m_hGradient = new Digikam::ColorGradientWidget( Digikam::ColorGradientWidget::Horizontal, 10, 
                                                     gboxSettings );
@@ -211,7 +211,7 @@
     QWhatsThis::add(m_BPCBox, i18n("<p>The Black Point Compensation (BPC) feature does work in conjunction "
                                    "with Relative Colorimetric Intent. Perceptual intent should make no "
                                    "difference, since BPC is always on, and in Absolute Colorimetric "
-				   "Intent it is always turned off.</p>"
+                   "Intent it is always turned off.</p>"
                                    "<p>BPC does compensate a lack of ICC profiles in the dark tone rendering."
                                    "With BPC the dark tones are optimally mapped (no clipping) from original media "
                                    "to the destination media can render, e.g. the combination paper/ink.</p>"));
@@ -955,7 +955,7 @@
             if (m_embeddProfileBox->isChecked())
             {
                 iface->setEmbeddedICCToOriginalImage( tmpSpacePath );
-                kdDebug() << k_funcinfo << QFile::encodeName(tmpSpacePath) << endl;
+                DDebug() << k_funcinfo << QFile::encodeName(tmpSpacePath) << endl;
             }
 
             //-- Calculate and apply the curve on image after transformation -------------
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_redeye.cpp #603264:603265
@@ -34,10 +34,10 @@
 #include <kconfig.h>
 #include <kcursor.h>
 #include <kpassivepopup.h>
-#include <kdebug.h>
 
 // Digikam includes.
 
+#include "ddebug.h"
 #include "dimg.h"
 #include "imageiface.h"
 
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_sharpen.cpp #603264:603265
@@ -35,10 +35,10 @@
 #include <kcursor.h>
 #include <klocale.h>
 #include <kapplication.h>
-#include <kdebug.h>
 
 // Digikam includes.
 
+#include "ddebug.h"
 #include "imageiface.h"
 #include "dimgsharpen.h"
 
--- trunk/extragear/graphics/digikam/imageplugins/imageplugin_core.cpp #603264:603265
@@ -30,10 +30,10 @@
 #include <kaction.h>
 #include <kcursor.h>
 #include <kmessagebox.h>
-#include <kdebug.h>
 
 // Local includes.
 
+#include "ddebug.h"
 #include "dimg.h"
 #include "dimgimagefilters.h"
 #include "imageiface.h"
@@ -123,7 +123,7 @@
 
     setXMLFile("digikamimageplugin_core_ui.rc");
 
-    kdDebug() << "ImagePlugin_Core plugin loaded" << endl;
+    DDebug() << "ImagePlugin_Core plugin loaded" << endl;
 }
 
 ImagePlugin_Core::~ImagePlugin_Core()



More information about the Digikam-devel mailing list