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

Francisco J. Cruz fj.cruz at supercable.es
Fri Jan 27 15:33:46 GMT 2006


SVN commit 502926 by fjcruz:

Code cleanup

CCMAIL:digikam-devel at kde.org

 M  +3 -17     imageeffect_iccproof.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #502925:502926
@@ -374,9 +374,7 @@
     connect(m_scaleBG, SIGNAL(released(int)),
             this, SLOT(slotScaleChanged(int)));
 
-//     connect(m_overExposureIndicatorBox, SIGNAL(toggled (bool)),
-//             this, SLOT(slotEffect()));
-                        
+
     connect(m_previewWidget, SIGNAL(signalResized()),
             this, SLOT(slotEffect()));    
             
@@ -391,14 +389,6 @@
 
     connect(displayProfilesInfo, SIGNAL(clicked()), this, SLOT(slotDisplayICCInfo()));
 
-    connect(m_useInDefaultProfile, SIGNAL(clicked()), this, SLOT(slotCMDisabledWarning()));
-
-    connect(m_useSpaceDefaultProfile, SIGNAL(clicked()), this, SLOT(slotCMDisabledWarning()));
-
-    connect(m_useProofDefaultProfile, SIGNAL(clicked()), this, SLOT(slotCMDisabledWarning()));
-
-    connect(m_useDisplayDefaultProfile, SIGNAL(clicked()), this, SLOT(slotCMDisabledWarning()));
-
     // -------------------------------------------------------------
 
     enableButtonOK( false );
@@ -506,9 +496,6 @@
 
 void ImageEffect_ICCProof::finalRendering()
 {
-    // TODO : Gilles -> Paco : use this method instead slotOk() to do 
-    // final image transformations
-
     /// @todo implement me
     if (!m_doSoftProofBox->isChecked())
     {
@@ -523,9 +510,8 @@
 
 void ImageEffect_ICCProof::slotTry()
 {
-    /// @todo implement me
-    /// FIXME "embed profile" option is not implemented -- Paco Cruz
-    /// FIXME use of Display profile is not implemented -- Paco Cruz
+    /// @todo "embed profile" option is not implemented -- Paco Cruz
+    /// @todo use of Display profile is not implemented -- Paco Cruz
     
     kapp->setOverrideCursor(KCursor::waitCursor());
 



More information about the Digikam-devel mailing list