[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 10:41:55 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 11:41 -------
SVN commit 619410 by cgilles:
digikam from trunk : Image editor Channel Mixer Tool shortcut : use "CTRL+H" instead "SHIFT+M" to prevent conflict with new rule from Comments Text edit widget focus from right side bar.
CCBUGS: 131743
M +2 -2 digikamimageplugin_channelmixer_ui.rc
M +5 -5 imageplugin_channelmixer.cpp
--- trunk/extragear/graphics/digikamimageplugins/channelmixer/digikamimageplugin_channelmixer_ui.rc #619409:619410
@ -1,5 +1,5 @
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui version="2" name="digikamimageplugin_channelmixer" >
+<kpartgui version="3" name="digikamimageplugin_channelmixer" >
<MenuBar>
@ -18,7 +18,7 @
</ToolBar>
<ActionProperties>
- <Action shortcut="Shift+M" name="imageplugin_channelmixer" />
+ <Action name="imageplugin_channelmixer" />
</ActionProperties>
</kpartgui>
--- trunk/extragear/graphics/digikamimageplugins/channelmixer/imageplugin_channelmixer.cpp #619409:619410
@ -1,7 +1,6 @
/* ============================================================
- * File : imageplugin_channelmixer.cpp
- * Author: Gilles Caulier <caulier dot gilles at kdemail dot net>
- * Date : 2005-02-26
+ * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net>
+ * Date : 2005-02-26
* Description :
*
* Copyright 2005 by Gilles Caulier
@ -32,6 +31,7 @
#include "bannerwidget.h"
#include "channelmixer.h"
#include "imageplugin_channelmixer.h"
+#include "imageplugin_channelmixer.moc"
K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_channelmixer,
KGenericFactory<ImagePlugin_ChannelMixer>("digikamimageplugin_channelmixer"))
@ -40,7 +40,8 @
const QStringList &)
: Digikam::ImagePlugin(parent, "ImagePlugin_ChannelMixer")
{
- m_channelMixerAction = new KAction(i18n("Channel Mixer..."), "channelmixer", 0,
+ m_channelMixerAction = new KAction(i18n("Channel Mixer..."), "channelmixer",
+ CTRL+Key_H,
this, SLOT(slotChannelMixer()),
actionCollection(), "imageplugin_channelmixer");
@ -68,4 +69,3 @
delete headerFrame;
}
-#include "imageplugin_channelmixer.moc"
More information about the Digikam-devel
mailing list