[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:15:16 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:15 -------
SVN commit 619433 by cgilles:

digikam from trunk : Image editor LensDistorsion Tool shortcut : "SHIFT+D" and "CTRL+D" cannot be used 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  +2 -2      digikamimageplugin_lensdistortion_ui.rc  
 M  +3 -6      imageplugin_lensdistortion.cpp  


--- trunk/extragear/graphics/digikamimageplugins/lensdistortion/digikamimageplugin_lensdistortion_ui.rc #619432:619433
 @ -1,5 +1,5  @
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui version="2" name="digikamimageplugin_lensdistortion" >
+<kpartgui version="3" name="digikamimageplugin_lensdistortion" >
 
  <MenuBar>
 
 @ -15,7 +15,7  @
  </ToolBar>
  
  <ActionProperties>
-  <Action shortcut="Shift+D" name="imageplugin_lensdistortion" />
+  <Action name="imageplugin_lensdistortion" />
  </ActionProperties>
 
 </kpartgui>
--- trunk/extragear/graphics/digikamimageplugins/lensdistortion/imageplugin_lensdistortion.cpp #619432:619433
 @ -1,10 +1,9  @
 /* ============================================================
- * File  : imageplugin_lensdistortion.cpp
  * Author: Gilles Caulier <caulier dot gilles at kdemail dot net>
  * Date  : 2004-12-27
  * Description : 
  * 
- * Copyright 2004-2005 by Gilles Caulier
+ * Copyright 2004-2007 by Gilles Caulier
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
 @ -32,12 +31,13  @
 #include "bannerwidget.h"
 #include "imageeffect_lensdistortion.h"
 #include "imageplugin_lensdistortion.h"
+#include "imageplugin_lensdistortion.moc"
 
 K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_lensdistortion,
                             KGenericFactory<ImagePlugin_LensDistortion>("digikamimageplugin_lensdistortion"));
 
 ImagePlugin_LensDistortion::ImagePlugin_LensDistortion(QObject *parent, const char*, const QStringList &)
-                            : Digikam::ImagePlugin(parent, "ImagePlugin_LensDistortion")
+                          : Digikam::ImagePlugin(parent, "ImagePlugin_LensDistortion")
 {
     m_lensdistortionAction = new KAction(i18n("Lens Distortion Correction..."), "lensdistortion", 0, 
                                  this, SLOT(slotLensDistortion()),
 @ -66,6 +66,3  @
     dlg.exec();
     delete headerFrame;
 }
-
-
-#include "imageplugin_lensdistortion.moc"



More information about the Digikam-devel mailing list