[MPlayer-DOCS] [skins]: r241 - in trunk/Clearlooks-multilingual: . README VERSION button.png fullscreen.png gnu-Unifont.fnt gnu-Unifont.png load.png logo.png main.png next.png pause.png play.png playlist.png prev...

ib subversion at mplayerhq.hu
Wed Sep 7 16:33:08 EEST 2016


Author: ib
Date: Wed Sep  7 16:33:06 2016
New Revision: 241

Log:
Add new Clearlooks-multilingual skin.

This is the (slightly adapted) Clearlooks skin with GNU Unifont
containing glyphs for every printable code point in the
Unicode 9.0 Basic Multilingual Plane (BMP).

Added:
   trunk/Clearlooks-multilingual/
   trunk/Clearlooks-multilingual/README
   trunk/Clearlooks-multilingual/VERSION
   trunk/Clearlooks-multilingual/button.png   (contents, props changed)
   trunk/Clearlooks-multilingual/fullscreen.png   (contents, props changed)
   trunk/Clearlooks-multilingual/gnu-Unifont.fnt   (contents, props changed)
   trunk/Clearlooks-multilingual/gnu-Unifont.png   (contents, props changed)
   trunk/Clearlooks-multilingual/load.png   (contents, props changed)
   trunk/Clearlooks-multilingual/logo.png   (contents, props changed)
   trunk/Clearlooks-multilingual/main.png   (contents, props changed)
   trunk/Clearlooks-multilingual/next.png   (contents, props changed)
   trunk/Clearlooks-multilingual/pause.png   (contents, props changed)
   trunk/Clearlooks-multilingual/play.png   (contents, props changed)
   trunk/Clearlooks-multilingual/playlist.png   (contents, props changed)
   trunk/Clearlooks-multilingual/prev.png   (contents, props changed)
   trunk/Clearlooks-multilingual/skin
   trunk/Clearlooks-multilingual/slider.png   (contents, props changed)
   trunk/Clearlooks-multilingual/stop.png   (contents, props changed)
   trunk/Clearlooks-multilingual/volume.png   (contents, props changed)

Added: trunk/Clearlooks-multilingual/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Clearlooks-multilingual/README	Wed Sep  7 16:33:06 2016	(r241)
@@ -0,0 +1,28 @@
+This is a skin suitable for gtk theme Clearlooks.
+
+The gui widget graphics have been taken from a screen hardcopy,
+the buttons have been created by me.
+
+The font used is GNU Unifont 9.0.02 from Unifoundry.com which is licensed
+under the GNU General Public License, either Version 2 or (at your option) a
+later version, with the exception that embedding the font in a document does
+not in itself constitute a violation of the GNU GPL. The full terms of the
+license are in http://unifoundry.com/LICENSE.txt.
+
+The GNU Unifont has been converted from the BDF to a PNG image file using a
+vastly improved perl script (originally by Thomas Gaukel <oss at thomasx.de>)
+and the perl modules Font::BDF::Reader and GD.
+
+The PNG font image file contains all glyphs from the GNU Unifont in boxes
+of 16x16 pixels, with 2 pixels spacing after each glyph, 256 glyphs a row
+and 1 pixel space between each row and the next one.
+
+The FNT font description file describes all characters of the Unicode Basic
+Multilingual Plane starting with 'SPACE' (U+0020) up to the 'REPLACEMENT
+CHARACTER' (U+FFFD) with the exception of the noncharacters.
+
+The skin is licensed under the terms of the GNU General Public License
+version 2 or (at your option) a later version as published by the Free
+Software Foundation and comes WITHOUT ANY WARRANTY.
+
+Ingo Brückl <ib at wupperonline.de>

Added: trunk/Clearlooks-multilingual/VERSION
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Clearlooks-multilingual/VERSION	Wed Sep  7 16:33:06 2016	(r241)
@@ -0,0 +1 @@
+1.0

Added: trunk/Clearlooks-multilingual/button.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/fullscreen.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/gnu-Unifont.fnt
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/gnu-Unifont.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/load.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/logo.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/main.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/next.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/pause.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/play.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/playlist.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/prev.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/skin
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/Clearlooks-multilingual/skin	Wed Sep  7 16:33:06 2016	(r241)
@@ -0,0 +1,36 @@
+section = movieplayer
+
+  window = main
+
+    decoration = enable
+    base = main, -2, -2
+    font = gnu-Unifont
+
+    hpotmeter = slider, 21, 14, NULL, 100,  0,   8, 16, 324, 14, evSetMoviePosition
+    hpotmeter = slider, 21, 14, NULL, 100, 75, 282, 55,  50, 14, evSetVolume
+
+    pimage = volume, 32, 75, 261, 53, 17, 16, evSetVolume
+
+    button = load,         7, 44, 30, 35, evLoadPlay
+    button = play,        45, 44, 30, 35, evPlaySwitchToPause
+    button = pause,       45, 44, 30, 35, evPauseSwitchToPlay
+    button = stop,        78, 44, 30, 35, evStop
+    button = prev,       116, 44, 30, 35, evPrev
+    button = next,       149, 44, 30, 35, evNext
+    button = fullscreen, 187, 44, 30, 35, evFullScreen
+    button = playlist,   220, 44, 30, 35, evPlaylist
+
+    dlabel =   6, 100, 206, 0, gnu-Unifont, "$O   "
+    dlabel = 221,  99,  56, 0, gnu-Unifont, "$1"
+    dlabel = 280,  99,  56, 0, gnu-Unifont, "$6"
+
+  end
+
+  window = video
+
+    base = logo, -1, -1, 384, 216
+    background = 237, 236, 235
+
+  end
+
+end

Added: trunk/Clearlooks-multilingual/slider.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/stop.png
==============================================================================
Binary file. No diff available.

Added: trunk/Clearlooks-multilingual/volume.png
==============================================================================
Binary file. No diff available.


More information about the MPlayer-DOCS mailing list