[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2007-06-30 19:34:36
Message-ID: 1183232076.689715.16906.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 681913 by cgilles:

use KDE4 Oxygen icons


 M  +1 -1      libs/imageproperties/imagepropertiessidebar.cpp  
 M  +4 -4      utilities/imageeditor/editor/editorwindow.cpp  


--- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebar.cpp #681912:681913
@@ -65,7 +65,7 @@
     
     setSplitter(splitter);
          
-    appendTab(m_propertiesTab, SmallIcon("info"), i18n("Properties"));
+    appendTab(m_propertiesTab, SmallIcon("document-properties"), i18n("Properties"));
     appendTab(m_metadataTab, SmallIcon("exifinfo"), i18n("Metadata"));
     appendTab(m_colorTab, SmallIcon("blend"), i18n("Colors"));
     
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #681912:681913
@@ -421,12 +421,12 @@
 
 
     d->viewOverExpoAction = new KToggleAction(KIcon("overexposure"), 
-                                               i18n("Over-Exposure Indicator"), this);
+                                              i18n("Over-Exposure Indicator"), this);
     d->viewOverExpoAction->setShortcut(Qt::Key_F11); 
     connect(d->viewOverExpoAction, SIGNAL(triggered()), this, SLOT(slotToggleOverExposureIndicator()));
     actionCollection()->addAction("editorwindow_overexposure", d->viewOverExpoAction);
 
-    d->viewCMViewAction = new KToggleAction(KIcon("tv"), i18n("Color Managed View"), this);
+    d->viewCMViewAction = new KToggleAction(KIcon("video-display"), i18n("Color Managed View"), this);
     d->viewCMViewAction->setShortcut(Qt::Key_F12); 
     connect(d->viewCMViewAction, SIGNAL(triggered()), this, SLOT(slotToggleColorManagedView()));
     actionCollection()->addAction("editorwindow_cmview", d->viewCMViewAction);
@@ -461,13 +461,13 @@
 
     // -- Standard 'Rotate' menu actions ----------------------------------------
 
-    d->rotateLeftAction = new KAction(KIcon("rotate_ccw"), i18n("Rotate Left"), this);
+    d->rotateLeftAction = new KAction(KIcon("object-rotate-left"), i18n("Rotate Left"), this);
     d->rotateLeftAction->setShortcut(Qt::SHIFT+Qt::CTRL+Qt::Key_Left);
     connect(d->rotateLeftAction, SIGNAL(triggered()), m_canvas, SLOT(slotRotate270()));
     actionCollection()->addAction("editorwindow_rotate_left", d->rotateLeftAction);
     d->rotateLeftAction->setEnabled(false);
 
-    d->rotateRightAction = new KAction(KIcon("rotate_cw"), i18n("Rotate Right"), this);
+    d->rotateRightAction = new KAction(KIcon("object-rotate-right"), i18n("Rotate Right"), this);
     d->rotateRightAction->setShortcut(Qt::SHIFT+Qt::CTRL+Qt::Key_Right);
     connect(d->rotateRightAction, SIGNAL(triggered()), m_canvas, SLOT(slotRotate90()));
     actionCollection()->addAction("editorwindow_rotate_right", d->rotateRightAction);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic