[vlc-devel] commit: [Qt] Add 2 new icons. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Dec 19 00:26:43 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 17 23:13:01 2008 +0100| [ea7ec8e9aa2ddeef2e3b381fb5adbe5656880c5b] | committer: Jean-Baptiste Kempf 

[Qt] Add 2 new icons.

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

 modules/gui/qt4/Modules.am                    |    2 ++
 modules/gui/qt4/pixmaps/toolbar/skip_back.png |  Bin 0 -> 619 bytes
 modules/gui/qt4/pixmaps/toolbar/skip_for.png  |  Bin 0 -> 513 bytes
 modules/gui/qt4/vlc.qrc                       |    2 ++
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 7112871..b2356fd 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -129,6 +129,8 @@ DEPS_res = \
 	pixmaps/toolbar/fullscreen.png \
 	pixmaps/toolbar/record_16px.png \
 	pixmaps/toolbar/snapshot.png \
+	pixmaps/toolbar/skip_for.png \
+	pixmaps/toolbar/skip_back.png \
 	pixmaps/toolbar/tv.png \
 	pixmaps/toolbar/tvtelx-transparent.png \
 	pixmaps/toolbar/tvtelx.png \
diff --git a/modules/gui/qt4/pixmaps/toolbar/skip_back.png b/modules/gui/qt4/pixmaps/toolbar/skip_back.png
new file mode 100644
index 0000000..17b5440
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/skip_back.png differ
diff --git a/modules/gui/qt4/pixmaps/toolbar/skip_for.png b/modules/gui/qt4/pixmaps/toolbar/skip_for.png
new file mode 100644
index 0000000..d82e07b
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/skip_for.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index ead9b29..0113b41 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -68,6 +68,8 @@
   <file alias="atob_noa">pixmaps/toolbar/atob_noa.png</file>
   <file alias="atob_nob">pixmaps/toolbar/atob_nob.png</file>
   <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="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