[vlc-devel] commit: Qt: add a play_reverse button. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Jan 22 11:38:57 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 22 11:38:26 2009 +0100| [b737bf8b9c0bb086c69d3eb84032f90a242488b8] | committer: Jean-Baptiste Kempf 

Qt: add a play_reverse button.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b737bf8b9c0bb086c69d3eb84032f90a242488b8
---

 modules/gui/qt4/Modules.am                       |    1 +
 modules/gui/qt4/pixmaps/toolbar/play_reverse.png |  Bin 0 -> 285 bytes
 modules/gui/qt4/vlc.qrc                          |    1 +
 3 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 68fb4b1..d39cdb1 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -131,6 +131,7 @@ DEPS_res = \
 	pixmaps/toolbar/extended_16px.png \
 	pixmaps/toolbar/frame-by-frame.png \
 	pixmaps/toolbar/fullscreen.png \
+	pixmaps/toolbar/play_reverse.png \
 	pixmaps/toolbar/record_16px.png \
 	pixmaps/toolbar/snapshot.png \
 	pixmaps/toolbar/skip_for.png \
diff --git a/modules/gui/qt4/pixmaps/toolbar/play_reverse.png b/modules/gui/qt4/pixmaps/toolbar/play_reverse.png
new file mode 100644
index 0000000..e94df41
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/play_reverse.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index 0113b41..1cbff3b 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -70,6 +70,7 @@
   <file alias="frame">pixmaps/toolbar/frame-by-frame.png</file>
   <file alias="skip_fw">pixmaps/toolbar/skip_for.png</file>
   <file alias="skip_back">pixmaps/toolbar/skip_back.png</file>
+  <file alias="reverse">pixmaps/toolbar/play_reverse.png</file>
   <file alias="next">pixmaps/next_16px.png</file>
   <file alias="next_b">pixmaps/next.png</file>
   <file alias="down_arrow">pixmaps/arrow_down_dark.png</file>




More information about the vlc-devel mailing list