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

Andi Clemens andi.clemens at gmx.net
Mon Aug 25 14:00:29 BST 2008


SVN commit 852165 by aclemens:

digiKam from KDE3 branch: Autocorrection plugin is now ported to Editor Tool API.
CCMAIL: digikam-devel at kde.org


 M  +2 -2      Makefile.am  
 A             autocorrectiontool.cpp   imageeffect_autocorrection.cpp#852163 [License: GPL (v2+)]
 A             autocorrectiontool.h   imageeffect_autocorrection.h#852163 [License: GPL (v2+)]
 D             imageeffect_autocorrection.cpp  
 D             imageeffect_autocorrection.h  
 M  +1 -1      imageplugin_core.cpp  


--- branches/extragear/kde3/graphics/digikam/imageplugins/coreplugin/Makefile.am #852164:852165
@@ -23,12 +23,12 @@
 	       $(all_includes) 
 
 digikamimageplugin_core_la_SOURCES = imageplugin_core.cpp imageeffect_bwsepia.cpp \
-	                                 imageeffect_autocorrection.cpp \
+	                                 autocorrectiontool.cpp \
 	                                 imageeffect_rgb.cpp \
 	                                 imageeffect_redeye.cpp imageeffect_blur.cpp \
 	                                 imageeffect_iccproof.cpp imageeffect_bcg.cpp 
 
-noinst_HEADERS = imageeffect_autocorrection.h imageeffect_blur.h \
+noinst_HEADERS = autocorrectiontool.h imageeffect_blur.h \
                  imageeffect_rgb.h imageeffect_bcg.h \
                  imageeffect_bwsepia.h imageeffect_iccproof.h imageeffect_redeye.h 
 
--- branches/extragear/kde3/graphics/digikam/imageplugins/coreplugin/imageplugin_core.cpp #852164:852165
@@ -47,7 +47,7 @@
 #include "imageeffect_blur.h"
 #include "imageeffect_sharpen.h"
 #include "imageeffect_ratiocrop.h"
-#include "imageeffect_autocorrection.h"
+#include "autocorrectiontool.h"
 #include "imageeffect_iccproof.h"
 #include "imageplugin_core.h"
 #include "imageplugin_core.moc"



More information about the Digikam-devel mailing list