extragear/graphics/digikam/imageplugins/coreplugin

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

extragear/graphics/digikam/imageplugins/coreplugin

Bugzilla from andi.clemens@gmx.net
SVN commit 855249 by aclemens:

digiKam from trunk: ICCProof plugin is now ported to Editor Tool API.
CCMAIL: [hidden email]

 M  +1 -1      CMakeLists.txt  
 A             iccprooftool.cpp   imageeffect_iccproof.cpp#855233 [License: GPL (v2+)]
 A             iccprooftool.h   imageeffect_iccproof.h#855233 [License: GPL (v2+)]
 D             imageeffect_iccproof.cpp  
 D             imageeffect_iccproof.h  
 M  +3 -3      imageplugin_core.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/coreplugin/CMakeLists.txt #855248:855249
@@ -52,7 +52,7 @@
     ../../imageplugins/coreplugin/hsl/hsltool.cpp
     ../../imageplugins/coreplugin/hsl/hspreviewwidget.cpp
     ../../imageplugins/coreplugin/imageeffect_blur.cpp
-    ../../imageplugins/coreplugin/imageeffect_iccproof.cpp
+    ../../imageplugins/coreplugin/iccprooftool.cpp
     ../../imageplugins/coreplugin/imageplugin_core.cpp
     ../../imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp
     ../../imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
--- trunk/extragear/graphics/digikam/imageplugins/coreplugin/imageplugin_core.cpp #855248:855249
@@ -43,8 +43,8 @@
 #include "bcgtool.h"
 #include "bwsepiatool.h"
 #include "hsltool.h"
+#include "iccprooftool.h"
 #include "imageeffect_blur.h"
-#include "imageeffect_iccproof.h"
 #include "imageeffect_ratiocrop.h"
 #include "imageeffect_sharpen.h"
 #include "redeyetool.h"
@@ -281,8 +281,8 @@
 
 void ImagePlugin_Core::slotColorManagement()
 {
-    ImageEffect_ICCProof dlg(kapp->activeWindow());
-    dlg.exec();
+    ICCProofTool *tool = new ICCProofTool(kapp->activeWindow());
+    loadTool(tool);
 }
 
 void ImagePlugin_Core::slotBW()
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel