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

List:       kde-commits
Subject:    extragear/multimedia/amarok
From:       Dan Meltzer <hydrogen () notyetimplemented ! com>
Date:       2008-12-05 21:53:40
Message-ID: 1228514020.833225.24182.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 893075 by dmeltzer:

Add tooltips to icons in Context View
BUG: 174478


 M  +1 -0      ChangeLog  
 M  +6 -10     src/context/containments/ColumnContainment.cpp  
 _M            src/context/widgets/ContainmentArrow.cpp  
 _M            src/context/widgets/ContainmentArrow.h  
 _M            src/context/widgets/ContainmentSelectionLayer.cpp  
 _M            src/context/widgets/ContainmentSelectionLayer.h  
 _M            src/context/widgets/RatingWidget.cpp  
 _M            src/context/widgets/RatingWidget.h  
 _M            src/context/widgets/ToolBoxIcon.cpp  
 _M            src/context/widgets/ToolBoxIcon.h  
 MM +1 -1      src/context/widgets/ToolBoxMenu.cpp  
 _M            src/context/widgets/ToolBoxMenu.h  
 _M            src/context/widgets/TrackWidget.cpp  
 _M            src/context/widgets/TrackWidget.h  


--- trunk/extragear/multimedia/amarok/ChangeLog #893074:893075
@@ -10,6 +10,7 @@
     * Playlist items now have tooltips (BR 170844)
 
   BUGFIXES:
+    * Add tooltips to icons in context view (BR 174478)
 
 
 
--- trunk/extragear/multimedia/amarok/src/context/containments/ColumnContainment.cpp \
#893074:893075 @@ -180,24 +180,22 @@
     m_removeAppletsMenu = new AmarokToolBoxMenu( this, true );
 //     m_removeAppletsMenu->setZValue( zValue() + 10000 ); // show over applets
 
-    // TODO can't add text b/c of string freeze
-    // add after 2.0
-    QAction* zoomInAction = new QAction( "Zoom In", this );
+    QAction* zoomInAction = new QAction( i18n( "Zoom In" ), this );
     zoomInAction->setIcon( KIcon( "zoom-in" ) );
     zoomInAction->setVisible( true );
     zoomInAction->setEnabled( true );
 
-    QAction* zoomOutAction = new QAction( "Zoom Out", this );
+    QAction* zoomOutAction = new QAction( i18n( "Zoom Out" ), this );
     zoomOutAction->setIcon( KIcon( "zoom-out" ) );
     zoomOutAction->setVisible( true );
     zoomOutAction->setEnabled( true );
 
-    QAction* listAdd = new QAction( "Add Widgets...", this );
+    QAction* listAdd = new QAction( i18n( "Add Widgets..." ), this );
     listAdd->setIcon( KIcon( "list-add" ) );
     listAdd->setVisible( true );
     listAdd->setEnabled( true );
     
-    QAction *listRemove = new QAction( "", this );
+    QAction *listRemove = new QAction( i18n( "Remove Widgets..." ), this );
     listRemove->setIcon( KIcon( "list-remove" ) );
     listRemove->setVisible( true );
     if( m_grid->count() > 0 )
@@ -205,14 +203,12 @@
     else
         listRemove->setEnabled( false );
 
-    // TODO can't add text due to string freeze. :(
-    QAction *switchRight = new QAction( "", this );
+    QAction *switchRight = new QAction( i18n( "Next Group" ), this );
     switchRight->setIcon( KIcon( "arrow-right" ) );
     switchRight->setVisible( true );
     switchRight->setEnabled( true );
 
-    // TODO can't add text due to string freeze. :(
-    QAction *switchLeft = new QAction( "", this );
+    QAction *switchLeft = new QAction( i18n( "Previous Group" ), this );
     switchLeft->setIcon( KIcon( "arrow-left" ) );
     switchLeft->setVisible( true );
     switchLeft->setEnabled( true );
** trunk/extragear/multimedia/amarok/src/context/widgets/ContainmentArrow.cpp \
#property svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ContainmentArrow.h #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ContainmentSelectionLayer.cpp \
#property svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ContainmentSelectionLayer.h \
#property svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/RatingWidget.cpp #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/RatingWidget.h #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ToolBoxIcon.cpp #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ToolBoxIcon.h #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/ToolBoxMenu.cpp #property \
svn:eol-style  + native
--- trunk/extragear/multimedia/amarok/src/context/widgets/ToolBoxMenu.cpp \
#893074:893075 @@ -92,7 +92,7 @@
     
     m_hideIcon = new ToolBoxIcon( this );
 
-    QAction *hideMenu = new QAction( "", this );
+    QAction *hideMenu = new QAction( i18n( "Close" ), this );
     hideMenu->setIcon( KIcon( "window-close" ) );
     hideMenu->setEnabled( true );
     hideMenu->setVisible( true );
** trunk/extragear/multimedia/amarok/src/context/widgets/ToolBoxMenu.h #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/TrackWidget.cpp #property \
svn:eol-style  + native
** trunk/extragear/multimedia/amarok/src/context/widgets/TrackWidget.h #property \
svn:eol-style  + native


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

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