1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
f03be54bee Default skin: Crush PNGs 2011-06-21 14:46:08 +02:00
Erwan Tulou
f07499acd8 skins: add some transparency to the default skin
Default skin becomes slightly transparent when moved.
(deactivated by default, needs to be set up in preferences)
2010-11-22 22:42:54 +01:00
Erwan Tulou
f511daad0b skins2: improve the default skin placements
The default skins now benefits from relative positioning:
   - main window centered
   - playlist window centered with a 5% offset
   - fullscreen controller centered at the bottom
     of the screen with a 3% margin from the border
   - other ancillary windows all centered
2010-11-22 16:22:27 +01:00
Erwan Tulou
7f09499fd1 skin2: fix minor issue with default skins
Fix two text controls overlapping by 1 pixel in length.
Though it's no real problem, that avoids unnecessary refresh for zilch.
(one control is the position that keeps being updated)
2010-08-12 09:49:05 +02:00
Erwan Tulou
3e8f184d56 skins2: add support for art in default skin
This patch implements art display in the default skin, in the same way as it is
implemented in qt4 interface, namely if no video is available, art is displayed in lieu of video.
2010-05-18 22:13:15 +02:00
Erwan Tulou
dfdcb64ae3 skins2: add a fullscreen controller to the default skins
This fullscreen controller is copied from the main window.
It can be activated in fullscreen mode either via the 'i' hotkey
 or mouse middle button.
2009-12-28 22:23:51 +01:00
Erwan Tulou
d3312fee19 skins2(SubX): correct a typo ("notdvd.isActive" => "not dvd.isActive" ) 2009-06-22 16:32:14 +02:00
Martin Pöhlmann
d89c5dc9b4 New default skin: SubX
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2009-06-19 23:34:07 +01:00
Olivier Teulière
9ddc8d6a0e * forwardport of [15426] and [15516] 2006-05-02 06:50:30 +00:00
Antoine Cellerier
1aff501d32 Forward port [15485] and [15486]. 2006-04-30 19:16:39 +00:00
Antoine Cellerier
fed99e5f05 Remove the Thumbs.db files here too 2006-04-30 17:12:50 +00:00
Antoine Cellerier
e3aa4d0b12 Forward port [15458]. 2006-04-30 15:39:19 +00:00
Cyril Deguet
b7718838bd * all: added a SliderBackground to the volume slider of the default skin
(fixes an incorrect behaviour when clicking on the white part of the slider)
2006-04-30 13:12:34 +00:00
Antoine Cellerier
0428abf503 Forward port [15410] 2006-04-29 13:12:29 +00:00
Antoine Cellerier
9a72439fd7 New default skin by aLtgLasS. Many thanks for making one on such short notice. 2006-04-28 12:10:07 +00:00
Antoine Cellerier
623979f701 Remove old default skin 2006-04-28 11:37:38 +00:00
Clément Stenac
b25680f832 Use uncompressed VLT in svn instead of compressed and compress on build 2006-01-29 21:45:13 +00:00
Cyril Deguet
20a48bd77e * the default skin is now shipped as a .vlt (whether you like it or not ;)
* missing "Id" property
2004-08-24 19:01:32 +00:00
Mohammed Adnène Trojette
e40254d8a7 minimize in the default theme 2004-07-04 22:37:01 +00:00
Cyril Deguet
80d1c1d973 * theme.xml: please, no useless vout window in the default skin 2004-05-17 20:14:31 +00:00
Olivier Teulière
ac01cdf7c0 * skins2: Removed the Theme.fadetime attribute (unused) 2004-05-12 18:56:51 +00:00
Olivier Teulière
65be8db804 * skins2/src/skin_main.cpp: Transparency is default disabled
* skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
   because in the future resizing will be allowed in all directions
 * share/skins2/default/theme.xml: Updated the skin accordingly
2004-05-08 18:10:38 +00:00
Cyril Deguet
f812f2cb8d * all: the DTD lookup for skins2 themes now use XML catalogs:
The XML file must begin with:
    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
    (the "skin.dtd" is ignored but should be an URL on the website)
    and the DTD is looked up at runtime in the directories of the resource
    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
    -> the DTD doesn't need any more to be shipped with the themes.
2004-04-12 17:08:58 +00:00
Mohammed Adnène Trojette
9c615be0e1 crotte ! 2004-04-07 20:10:16 +00:00
Olivier Teulière
0702887b0a * skins2 DTD: Removed unused attributes of the Font 2004-03-31 11:24:43 +00:00
Mohammed Adnène Trojette
fb105c196f Modified a little default skin
-> hiding video window
2004-03-30 10:37:44 +00:00
Cyril Deguet
00aa16f116 * all: beginning of bitmap font support. At the moment only the digits
font for xmms/winamp2 skins is supported (the bitmap must have the
  following layout: [0123456789 -] with letters of size 9x13).
  Non-digit characters are just skipped, with a hardcoded advance of 6
  (it allows correct display of time in xmms skins; the ':' are skipped)
  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
  * vars/time.cpp: notify the observers also when the input is stopped
  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
  text is displayed (was causing bugs in time display)
2004-03-27 00:21:13 +00:00
Olivier Teulière
73d587a5c2 * skins2/parser/builder*: All the controls now have a 'visible' attribute
* share/skins2/default/skin.dtd: Changed a few details here and there
2004-03-24 22:10:56 +00:00
Olivier Teulière
e72c13db72 * skins2: Fixed broken DTD 2004-03-23 21:03:20 +00:00
Cyril Deguet
a8283ef69a * all : skeleton of a future bitmap font support
* skin.dtd : new BitmapFont element
2004-03-22 20:38:15 +00:00
Cyril Deguet
8c85b41474 * added a fonts directory 2004-03-21 20:19:18 +00:00
Cyril Deguet
eda02c9465 * moved the default skins2 theme in share/skins2/default/
* all: added a "tooltipfont" element in the <Theme> tag (unused at the
      moment)
2004-03-21 20:01:24 +00:00