forked from Joaquin6/vlc-skin-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
162 lines (144 loc) · 6.51 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
VLC Skin Editor
-----------------------------------------------------------
Changelog:
-----------------------------------------------------------
See http://d-gfx.kognetwork.ch/VLC/skineditor/
-----------------------------------------------------------
Changelog for major versions:
-----------------------------------------------------------
0.8.6 - Support for new skins2 features in VLC 1.1/1.2
+ cover art
+ video recording action
+ new image resize mode
- Bugfix: XML Output was not proper UTF-8
- Bugfix: " was tolerated as value for IDs, actions
etc. and could thus break your skin file
- Bugfix: Paths to resource files could contain \
and thus break your skin on Linux
- several other small bugfixes
- more languages
0.8.5 - Various bugfixes and technical improvements
- A toolbar was added
- Sliders can be edited in the preview window
- Slider background generator now supports vertical
sliders
0.8.1 - Font rendering bugfix
- Anchor points saving bugfix
0.8.0 - Performance improvements
- Multi-language support
- Remembering of windows' last positions & sizes
- New parsing system for all valid skin files
- Bug-fixes
0.7.0 - Preview can be saved as image
- Improved SubBitmap editing
- Resources/windows/layouts can be duplicated easily
- XML output is now indented
- Slider backgrounds can be generated in a wizard
- Improved preview of skin (can be zoomed now)
- Improved cross platform behaviour
- Improved online help
- Automatic update
- Some (critical) bugs were fixed
0.6.1b - Critical bufix for the Preview Window
- Bugfix for slider points parsing and XML parsing
0.6.0b - Resources/windows/layouts/items can be edited by
doubleclicking on them in the hiearchy trees
- Sliders are rendered completely as in VLC
- Cancel buttons for editing dialogs
- Items can be moved in the preview window with the
arrow keys when the preview window is focused and
the CONTROL button is pressed.
- Many bugfixes
- Many actions can be undone/redone
- SubBitmaps can be edited visually
0.5.0a - Boolean variables are interpreted in the preview
- Global variables can be edited (boolean only atm)
- Preview window perfomance improvements
- Adding of an action editor
- Some bugfixes
- New icons
0.4.5a - Several bugfixes
- Text variables are interpreted in the preview
0.4.0a - Items can be positioned with the mouse
- Trees don't collapse anymore completely when an
element in it is updated, they automatically
expand the path to the updated item and select it
0.3.5b - NullPointerException fix for Playtree rendering
- VLT files can be imported
0.3.5a - Preview of Layouts
- XML parsing/generating fixes
0.3.0b - All items can be edited
- Theme attributes can be edited
- VLT packages can be exported
- The open/save dialog will point by default to the
VLC Skins directory on Windows and Linux
0.3.0a - Items can be added
- Items can be deleted
- All items except SliderBGs, Playlists, Playtrees
can be edited
0.2.8a - Improved trees
- Groups, Panels and Images can be edited
- Several PNG files can be added at once
- Confirmation of exiting if skin is unsafed
0.2.5a - Windows and Layouts can be edited
- Bitmaps, SubBitmaps and Fonts can be added
0.2.0a - Now files can be saved
- Font, Bitmap and SubBitmap resources can be edited
0.1.0b - Initial Release
- Complete XML parsing of a skins2 file
- Working display of the skins hierarchy
-----------------------------------------------------------
System Requirements
-----------------------------------------------------------
Java SE RE 6 or later (DL at java.sun.com)
approximately at least 256MB RAM and a 1GHz CPU
-----------------------------------------------------------
How to run the program:
-----------------------------------------------------------
On Windows simply launch the VLCSkinEditor executable.
On Linux run the VLCSkinEditor launch script.
Also you can run the skin editor by launching the jar file.
You can do this by running "java -jar VLCSkinEditor.jar".
Make sure that you run java in the same directory as the
jar file and the "lang" folder.
-----------------------------------------------------------
Support:
-----------------------------------------------------------
There exists an online help & documentation at
http://www.videolan.org/vlc/skinedhlp
Furthermore you can ask questions in the VideoLAN forum at
http://forum.videolan.org/viewforum.php?f=15
-----------------------------------------------------------
Copyright:
-----------------------------------------------------------
(c)2007-2011 Daniel Dreibrodt (daniel.dreibrodt@gmail.com)
See LICENSE.TXT for further details
-----------------------------------------------------------
Special thanks to:
-----------------------------------------------------------
Xènia Albà for the Catalan translation
Joseph S. for the Spanish translation
"Alex64" and Jean-Baptiste Kempf for the French translation
"Airplanez" for the Korean translation
Myckel Habets for the Dutch translation
Olav Mägi for the Estonian translation
Michał Trzebiatowski for the Polish translation
Sidney Doria for the Brasilian Portuguese translation
Andrey Wolk for the Russian translation
Ђорђе Васиљевић for the Serbian translation
Marián Hikaník for the Slovak translation
Daniel Nylander for the Swedish translation
Kaya Zeren for the Turkish translation
Lorenzo Marrocchi for the Italian translation
Jiří Pešek for the Czech translation
Alan for the Chinese translation
Yaron Shahrabani for the Hebrew translation
Xabier Aramendi for the Basque translation
-----------------------------------------------------------
Further credits:
-----------------------------------------------------------
The Tango! Desktop Project for some icons (Public Domain)
Timothy Gerard Endres for the Windows Registry access and
TAR support libraries for Java (Public Domain)
Cyril Deguet and Olivier Teulière for the Boolean Expression
Evaluator and Bezier code (GPL 2+)