[vlc-devel] commit: Qt: add a new 'lock' icon. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Feb 24 11:18:43 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 24 11:15:14 2009 +0100| [10f1c32dbd8552e3cfe824aae2b861871252a09d] | committer: Jean-Baptiste Kempf 

Qt: add a new 'lock' icon.

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

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

diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 7835630..ba008fe 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -166,7 +166,8 @@ DEPS_res = \
 	pixmaps/types/type_node.png \
 	pixmaps/types/type_playlist.png \
 	pixmaps/types/type_unknown.xpm \
-	pixmaps/update.png
+	pixmaps/update.png \
+	pixmaps/lock.png
 
 BUILT_SOURCES += $(nodist_SOURCES_qt4)
 
diff --git a/modules/gui/qt4/pixmaps/lock.png b/modules/gui/qt4/pixmaps/lock.png
new file mode 100644
index 0000000..9b9bbc8
Binary files /dev/null and b/modules/gui/qt4/pixmaps/lock.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index 9a3c2e3..0e5aef3 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -90,5 +90,6 @@
   <file alias="space">pixmaps/space.png</file>
   <file>pixmaps/go-next.png</file>
   <file alias="new.png">pixmaps/profile_new.png</file>
+  <file alias="lock">pixmaps/lock.png</file>
  </qresource>
 </RCC>




More information about the vlc-devel mailing list