[vlc-devel] commit: New icons for the playlist in the same tones than the main ones. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 3 23:35:16 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 3 14:37:43 2008 -0700| [6eecd1a86976098be12712fcd0cf8d9fd9a7e3d7] | committer: Jean-Baptiste Kempf
New icons for the playlist in the same tones than the main ones.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6eecd1a86976098be12712fcd0cf8d9fd9a7e3d7
---
.../gui/qt4/components/playlist/standardpanel.cpp | 6 +++---
modules/gui/qt4/pixmaps/playlist/add.png | Bin 262 -> 290 bytes
modules/gui/qt4/pixmaps/playlist/jumpto.png | Bin 0 -> 527 bytes
modules/gui/qt4/pixmaps/playlist/repeat_all.png | Bin 304 -> 423 bytes
modules/gui/qt4/pixmaps/playlist/repeat_off.png | Bin 314 -> 223 bytes
modules/gui/qt4/pixmaps/playlist/repeat_one.png | Bin 325 -> 447 bytes
modules/gui/qt4/pixmaps/playlist/shuffle_off.png | Bin 277 -> 214 bytes
modules/gui/qt4/pixmaps/playlist/shuffle_on.png | Bin 358 -> 518 bytes
modules/gui/qt4/vlc.qrc | 1 +
9 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index e56651a..e29f064 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -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 */
diff --git a/modules/gui/qt4/pixmaps/playlist/add.png b/modules/gui/qt4/pixmaps/playlist/add.png
index 300f8a9..6362418 100644
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
index 0000000..4d400e6
Binary files /dev/null and b/modules/gui/qt4/pixmaps/playlist/jumpto.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/repeat_all.png b/modules/gui/qt4/pixmaps/playlist/repeat_all.png
index 1693ec4..6f0d235 100644
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_all.png and b/modules/gui/qt4/pixmaps/playlist/repeat_all.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/repeat_off.png b/modules/gui/qt4/pixmaps/playlist/repeat_off.png
index f16ec26..00f2162 100644
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_off.png and b/modules/gui/qt4/pixmaps/playlist/repeat_off.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/repeat_one.png b/modules/gui/qt4/pixmaps/playlist/repeat_one.png
index 68302a3..a524c88 100644
Binary files a/modules/gui/qt4/pixmaps/playlist/repeat_one.png and b/modules/gui/qt4/pixmaps/playlist/repeat_one.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/shuffle_off.png b/modules/gui/qt4/pixmaps/playlist/shuffle_off.png
index c8ded81..874e38a 100644
Binary files a/modules/gui/qt4/pixmaps/playlist/shuffle_off.png and b/modules/gui/qt4/pixmaps/playlist/shuffle_off.png differ
diff --git a/modules/gui/qt4/pixmaps/playlist/shuffle_on.png b/modules/gui/qt4/pixmaps/playlist/shuffle_on.png
index e261000..057802a 100644
Binary files a/modules/gui/qt4/pixmaps/playlist/shuffle_on.png and b/modules/gui/qt4/pixmaps/playlist/shuffle_on.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index 53dec77..e732f9d 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -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>
More information about the vlc-devel
mailing list