[skins]: r215 - in trunk/Noskin: . README VERSION main.png skin
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@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
Hi Ingo, ib wrote:
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@wupperonline.de>
Instead Latin1 maybe UTF-8 would be a more suitable encoding these days. [...] Alexander
Alexander Strasser wrote on Sun, 27 Jan 2013 20:41:03 +0100:
+Ingo Br?ckl <ib@wupperonline.de>
Instead Latin1 maybe UTF-8 would be a more suitable encoding these days.
Yes, you're absolutely right. I'll try to remember next time resp. version. Ingo
participants (3)
-
Alexander Strasser -
ib -
Ingo Brückl