[Digikam-devel] branches/extragear/kde3/graphics/digikam/imageplugins/coreplugin

Andi Clemens andi.clemens at gmx.net
Tue Aug 26 10:34:17 BST 2008


SVN commit 852656 by aclemens:

digiKam from KDE3 branch: ICCProof (Color Management) plugin is now ported to Editor Tool API.
CCMAIL: digikam-devel at kde.org

 M  +2 -2      Makefile.am  
 A             iccprooftool.cpp   imageeffect_iccproof.cpp#852651 [License: GPL (v2+)]
 A             iccprooftool.h   imageeffect_iccproof.h#852651 [License: GPL (v2+)]
 D             imageeffect_iccproof.cpp  
 D             imageeffect_iccproof.h  
 M  +1 -1      imageplugin_core.cpp  


--- branches/extragear/kde3/graphics/digikam/imageplugins/coreplugin/Makefile.am #852655:852656
@@ -26,11 +26,11 @@
 	                                 autocorrectiontool.cpp \
 	                                 rgbtool.cpp \
 	                                 redeyetool.cpp imageeffect_blur.cpp \
-	                                 imageeffect_iccproof.cpp bcgtool.cpp 
+	                                 iccprooftool.cpp bcgtool.cpp 
 
 noinst_HEADERS = autocorrectiontool.h imageeffect_blur.h \
                  rgbtool.h bcgtool.h \
-                 bwsepiatool.h imageeffect_iccproof.h redeyetool.h 
+                 bwsepiatool.h iccprooftool.h redeyetool.h 
 
 digikamimageplugin_core_la_LIBADD = $(LIB_KPARTS) \
                                     $(top_builddir)/digikam/imageplugins/coreplugin/sharpnesseditor/libsharpnesseditor.la \
--- branches/extragear/kde3/graphics/digikam/imageplugins/coreplugin/imageplugin_core.cpp #852655:852656
@@ -48,7 +48,7 @@
 #include "imageeffect_sharpen.h"
 #include "imageeffect_ratiocrop.h"
 #include "autocorrectiontool.h"
-#include "imageeffect_iccproof.h"
+#include "iccprooftool.h"
 #include "imageplugin_core.h"
 #include "imageplugin_core.moc"
 



More information about the Digikam-devel mailing list