[Digikam-devel] [Bug 133091] changing date/time with numblock changes also the orientation

Gilles Caulier caulier.gilles at kdemail.net
Sun Dec 10 10:22:29 GMT 2006


------- 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=133091         




------- Additional Comments From caulier.gilles kdemail net  2006-12-10 11:22 -------
SVN commit 612080 by cgilles:

kipi-plugins from trunk : add JPEGLossLess Flip/rotate keyboard shortcut actions. Using the same than digiKam image editor.
CCBUGS: 133091
CCMAIL: ach mpe mpg de


 M  +5 -3      plugin_jpeglossless.cpp  


--- trunk/extragear/libs/kipi-plugins/jpeglossless/plugin_jpeglossless.cpp #612079:612080
 @ -92,7 +92,7  @
 
     m_action_RotateImage->insert( new KAction(i18n("90 Degrees"),
                                   0,
-                                  0,
+                                  SHIFT+Key_9,
                                   this,
                                   SLOT(slotRotate()),
                                   actionCollection(),
 @ -100,7 +100,7  @
 
     m_action_RotateImage->insert( new KAction(i18n("180 Degrees"),
                                   0,
-                                  0,
+                                  SHIFT+Key_8,
                                   this,
                                   SLOT(slotRotate()),
                                   actionCollection(),
 @ -108,7 +108,7  @
 
     m_action_RotateImage->insert( new KAction(i18n("270 Degrees"),
                                   0,
-                                  0,
+                                  SHIFT+Key_7,
                                   this,
                                   SLOT(slotRotate()),
                                   actionCollection(),
 @ -121,6 +121,7  @
 
     m_action_FlipImage->insert( new KAction(i18n("Horizontally"),
                                 0,
+                                SHIFT+Key_Asterisk,
                                 this,
                                 SLOT(slotFlip()),
                                 actionCollection(),
 @ -128,6 +129,7  @
 
     m_action_FlipImage->insert( new KAction(i18n("Vertically"),
                                 0,
+                                SHIFT+Key_Slash,
                                 this,
                                 SLOT(slotFlip()),
                                 actionCollection(),



More information about the Digikam-devel mailing list