[MPlayer-DOCS] [skins]: r215 - in trunk/Noskin: . README VERSION main.png skin

ib subversion at mplayerhq.hu
Sun Jan 27 16:57:04 CET 2013


Author: ib
Date: Sun Jan 27 16:57:04 2013
New Revision: 215

Log:
Add new Noskin skin.

It started as a concept study and turned out to be useful for skin
code check during development. It might be surprising and unexpected
- although not of too much use - to the GUI user as well.

Added:
   trunk/Noskin/
   trunk/Noskin/README
   trunk/Noskin/VERSION
   trunk/Noskin/main.png   (contents, props changed)
   trunk/Noskin/skin

Added: trunk/Noskin/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Noskin/README	Sun Jan 27 16:57:04 2013	(r215)
@@ -0,0 +1,9 @@
+This is the most minimal skin possible. It's only a video window like
+plain MPlayer itself and it's controlled by the built-in menu which is
+available after pressing the right mouse button over the window.
+
+The skin is licensed under the terms of the GNU General Public License
+version 2 as published by the Free Software Foundation and comes
+WITHOUT ANY WARRANTY.
+
+Ingo Brückl <ib at wupperonline.de>

Added: trunk/Noskin/VERSION
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Noskin/VERSION	Sun Jan 27 16:57:04 2013	(r215)
@@ -0,0 +1 @@
+1.0

Added: trunk/Noskin/main.png
==============================================================================
Binary file. No diff available.

Added: trunk/Noskin/skin
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Noskin/skin	Sun Jan 27 16:57:04 2013	(r215)
@@ -0,0 +1,17 @@
+section = movieplayer
+
+  window = main
+
+    decoration = disable
+    base = main, 0, 0
+
+  end
+
+  window = video
+
+    base = NULL, -1, -1, 720, 404
+    background = 0, 0, 0
+
+  end
+
+end


More information about the MPlayer-DOCS mailing list