[Digikam-devel] [Bug 131743] Comments and tag edit widgets should retain focus when changing image

Gilles Caulier caulier.gilles at kdemail.net
Wed Jan 3 12:50:21 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=131743         




------- Additional Comments From caulier.gilles kdemail net  2007-01-03 13:50 -------
SVN commit 619450 by cgilles:

digikam from trunk : Image editor AntiVignetting Tool shortcut : "SHIFT+V" and "CTRL+V" cannot be use here to prevent conflict with new rule from Comments Text edit widget focus from right side bar. I remove the default keyboard shorcut for this tool.

CCBUGS: 131743




 M  +4 -4      imageplugin_core.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageplugin_core.cpp #619449:619450
 @ -5,7 +5,7  @
  * Description : digiKam image editor plugin core
  *
  * Copyright 2004-2005 by Renchi Raju and Gilles Caulier
- * Copyright 2006 by Gilles Caulier
+ * Copyright 2006-2007 by Gilles Caulier
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
 @ -48,6 +48,7  @
 #include "imageeffect_autocorrection.h"
 #include "imageeffect_iccproof.h"
 #include "imageplugin_core.h"
+#include "imageplugin_core.moc"
 
 K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_core,
                             KGenericFactory<ImagePlugin_Core>("digikam"));
 @ -81,7 +82,8  @
                       this, SLOT(slotHSL()),
                       actionCollection(), "implugcore_hsl");
 
-    m_RGBAction = new KAction(i18n("Color Balance..."), "adjustrgb", 0,
+    m_RGBAction = new KAction(i18n("Color Balance..."), "adjustrgb", 
+                      CTRL+Key_B,      // NOTE: Photoshop 7 use CTRL+B.
                       this, SLOT(slotRGB()),
                       actionCollection(), "implugcore_rgb");
 
 @ -265,5 +267,3  @
     iface.convertOriginalColorDepth(64);
     parentWidget()->unsetCursor();
 }
-
-#include "imageplugin_core.moc"



More information about the Digikam-devel mailing list