[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 09:33:45 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 10:33 -------
SVN commit 619378 by cgilles:
kipi-plugins from trunk : JPEGLossLess shortcuts : use CTRL instead SHIFT to prevent conflict with new rule from Comments Text edit widget focus from digiKam right side bar.
CCBUGS: 131743
M +5 -5 plugin_jpeglossless.cpp
--- trunk/extragear/libs/kipi-plugins/jpeglossless/plugin_jpeglossless.cpp #619377:619378
@ -92,7 +92,7 @
m_action_RotateImage->insert( new KAction(i18n("90 Degrees"),
0,
- SHIFT+Key_9,
+ CTRL+Key_9,
this,
SLOT(slotRotate()),
actionCollection(),
@ -100,7 +100,7 @
m_action_RotateImage->insert( new KAction(i18n("180 Degrees"),
0,
- SHIFT+Key_8,
+ CTRL+Key_8,
this,
SLOT(slotRotate()),
actionCollection(),
@ -108,7 +108,7 @
m_action_RotateImage->insert( new KAction(i18n("270 Degrees"),
0,
- SHIFT+Key_7,
+ CTRL+Key_7,
this,
SLOT(slotRotate()),
actionCollection(),
@ -121,7 +121,7 @
m_action_FlipImage->insert( new KAction(i18n("Horizontally"),
0,
- SHIFT+Key_Asterisk,
+ CTRL+Key_Asterisk,
this,
SLOT(slotFlip()),
actionCollection(),
@ -129,7 +129,7 @
m_action_FlipImage->insert( new KAction(i18n("Vertically"),
0,
- SHIFT+Key_Slash,
+ CTRL+Key_Slash,
this,
SLOT(slotFlip()),
actionCollection(),
More information about the Digikam-devel
mailing list