]> git.sesse.net Git - vlc/commitdiff
New icons for the playlist in the same tones than the main ones.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 3 Aug 2008 21:37:43 +0000 (14:37 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 3 Aug 2008 21:37:43 +0000 (14:37 -0700)
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/pixmaps/playlist/add.png
modules/gui/qt4/pixmaps/playlist/jumpto.png [new file with mode: 0644]
modules/gui/qt4/pixmaps/playlist/repeat_all.png
modules/gui/qt4/pixmaps/playlist/repeat_off.png
modules/gui/qt4/pixmaps/playlist/repeat_one.png
modules/gui/qt4/pixmaps/playlist/shuffle_off.png
modules/gui/qt4/pixmaps/playlist/shuffle_on.png
modules/gui/qt4/vlc.qrc

index e56651abb2ac027bd96f4c95f959b65773833121..e29f0643d983c6f4eb97e635fe2fd7ecfd77d318 100644 (file)
@@ -140,9 +140,9 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
     buttons->addWidget( repeatButton );
 
     /* Goto */
-    gotoPlayingButton = new QPushButton( "X" , this );
-    gotoPlayingButton->setToolTip( qtr( "Show the current item" ));
-    BUTTONACT( gotoPlayingButton, gotoPlayingItem() );
+    gotoPlayingButton = new QPushButton;
+    BUTTON_SET_ACT_I( gotoPlayingButton, "", jump_to,
+            qtr( "Show the current item" ), gotoPlayingItem() );
     buttons->addWidget( gotoPlayingButton );
 
     /* A Spacer and the search possibilities */
index 300f8a9b31233fd60701f0328f1058a7247a9da4..6362418bd8ff0a1b4b3e665c7e6f1b7e19d166c0 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/add.png and b/modules/gui/qt4/pixmaps/playlist/add.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/jumpto.png b/modules/gui/qt4/pixmaps/playlist/jumpto.png
new file mode 100644 (file)
index 0000000..4d400e6
Binary files /dev/null and b/modules/gui/qt4/pixmaps/playlist/jumpto.png differ
index 1693ec44b262cf53d83a43cddf3a936d6040c001..6f0d235670f0c494f815cb291bb628df67c52e68 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_all.png and b/modules/gui/qt4/pixmaps/playlist/repeat_all.png differ
index f16ec264c6f0be3c920650910c6db5467564a8c5..00f21620e77cc0daaf91b731a3cf56931e9a3539 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_off.png and b/modules/gui/qt4/pixmaps/playlist/repeat_off.png differ
index 68302a35e020d0446ec26344f12d9fe43d051584..a524c88ba5ce9aa0ad505a3d75f47a19f35d1147 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_one.png and b/modules/gui/qt4/pixmaps/playlist/repeat_one.png differ
index c8ded812ce41fb484b82b440fc84398d76095836..874e38ab9da2975636251d4441be40481d50e83e 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/shuffle_off.png and b/modules/gui/qt4/pixmaps/playlist/shuffle_off.png differ
index e2610002db32244f88b0cd3eed1f5d1a3dd2af89..057802ab8c7c8c0be8c4db174566090c3c9b9e3a 100644 (file)
Binary files a/modules/gui/qt4/pixmaps/playlist/shuffle_on.png and b/modules/gui/qt4/pixmaps/playlist/shuffle_on.png differ
index 53dec775d17096bb78aa75bded0c9a3247909763..e732f9d45bb24e18c4960b447b80a338ae8a5d7f 100644 (file)
@@ -41,6 +41,7 @@
   <file alias="repeat_one">pixmaps/playlist/repeat_one.png</file>
   <file alias="shuffle_off">pixmaps/playlist/shuffle_off.png</file>
   <file alias="shuffle_on">pixmaps/playlist/shuffle_on.png</file>
+  <file alias="jump_to">pixmaps/playlist/jumpto.png</file>
   <file alias="type_directory">pixmaps/types/type_directory.png</file>
   <file alias="type_file">pixmaps/types/type_file.png</file>
   <file alias="type_net">pixmaps/types/type_net.png</file>