summaryrefslogtreecommitdiff
path: root/HISTORY
blob: 82e79af37f6012b0932479efe28fb5d4c48cdad3 (plain)
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
VDR Plugin 'text2skin' Revision History
---------------------------------------

____-__-__: Version 1.3

- Added Italian language texts (thanks to Diego Pierotto / closes #134)

2009-06-01: Version 1.2

- Moved to http://projects.vdr-developer.org/projects/show/plg-text2skin
  as community maintained project using a GIT archive
- adopted to newer VDR >= 1.3.38
- fixed possible buffer overflow in xml reading
- Fix build with gcc 4.3's cleaned up C++ headers
- Make compatible with VDR >= 1.5.4
- Added gettext support (VDR >= 1.5.7)
  The skins have to be patched, too. The patches for DeepBlue, Enigma and
  enElchi are ready for download from http://toms-cafe.de/vdr/download/.
  To patch other skins the Makefile from these patches could be used
  without any changes, missing translation entries should be added to the
  *.skin file (e.g. as comments <!-- trans('Volume') -->)
- Fix font problems with libfreetype6 >= 2.2.1
- Replaced 'uint64' with 'uint64_t' to avoid problems on 64-bit machines
- Quick fix for VDR >= 1.7.3
- Use pkg-config
- Convert docs to UTF-8
- Updated project homepage url in README

2005-06-xx: Version 1.1

- fixed crash due to uninitialized pointer (thanks to Frank Enderle)
- patch for PresentRemaining by Björn (VDR-Portal)
- fixed a race condition (thanks to Reinhard Nissl for pointing this out)
- updated finnish translations (thanks to Rolf Ahrenberg)
- fixed displaying of partial channel numbers while changing channels (thanks to
  Chris Warren)
- added tokens for Recording Info Display
  (RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText,
  RecordingDescription, RecordingLanguageCode, RecordingLanguageDescription)

2005-02-06: Version 1.0

- major rewrite
- xml-based format
- true type font support

2004-07-14: Version 0.0.8

- fixed display of scrollbar if there is no text present
- fixed animation delay if update takes longer than the delay
- using backgrounds also in 8-bit fullscreen mode to improve performance
- implemented screen layer to improve performance
- corrected offsets and tab widths in main menu
- implemented parameters "current", "mark" and "selected" to choose mark colors
  in replay display (defaults to the old values)
- implemented color value "None" to be able to unset a color

2004-06-25: Version 0.0.7

- on devices capable of full-color OSD, bpp's have no meaning anymore
  (but will still work like usual). On such devices, a full-screen 8-bit
  OSD will be used
- new display-item "PresentTextDescription" displays combined 
  ShortText/Description
- displaying replay symbols only if information is actually available
- exchanged x, y, width, height with x1, y1, x2, y2 coordinates
  (skin version is now 0.0.3)
- coordinates may be negative to respect dynamic OSD settings
  (negative coordinates give pixels from the right or bottom edge)
- added base parameter to Skin item to be able to use full screen in absolute
  mode
- added a script to convert 0.0.2 skins to 0.0.3
- added parsing quoted texts (path="Bla.jpg" etc. will work correctly now)
- fixed translator to escape the dollar sign
- fixed display of scrollbar (REALLY!)
- fixed linkage of libMagick++

2004-06-18: Version 0.0.6

- reimplemented image cache (fixes segfaults and speeds up image loading)
- fixed a recursion wenn de-initializing ImageMagick (crashes on exit)
- reverted the changes in ImageMagick-loader that concerned palettes
  (obviously some versions of ImageMagick are BROKEN!!! I am using 5.5.7 which
  works fine. Version 5.4.7 shows random errors)
- reimplemented "Flush image cache" into the setup menu
- included -lMagick into Makefile as a workaround for Debian (and others 
  possibly)
- fixed display of scrollbar

2004-06-16: Version 0.0.5

- fixed disappearing Scrolltext when Message was displayed
- fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display
  any other items than "Symbol"
- fixed the above for all replay- and channel-symbols
  (for all display-items that can be symbols there must be path, altpath or
  both to tell the plugin if that item is to be drawn if the symbol is on,
  off or in both cases)
- fixed various memory leaks and missing destructions (valgrind rox)
- fixed the image loaders to respect the alpha value and palette properly 
  (this hopefully also fixes the phenomenon that images "get lost" after some 
  time)
- added display-item "Scrollbar"
- SKINS and SKINS.de are now generated during the make

2004-06-13: Version 0.0.4

- added parameter alpha for images
- added ReplayMode as Logo to display a replaylogo (normal, vcd, mp3, dvd, ...)
- added some german and finnish (thx to Rolf Ahrenberg) translations
- fixed VPSTime which was displayed although is was equal to the StartTime
- fixed MenuItems which displayed non-Text items periodically
- fixed calculation of the editable width in the main menu
- fixed animation delay (specified in 1/100th, used 1/1000th)
- flushing cache when entering a new display (now the cache basically holds 
  all items necessary in one display)
- removed "flush image cache" from setup menu
- added "max. cache size" to setup menu

2004-06-11: Version 0.0.3

- fixed VPSTime which was displayed on channels that didn't even have VPS
- fixed Symbols in channel display when viewing a group
- fixed text translation if no translation is present
- fixed compile error with gcc 3.4 (thanks to Gregoire Favre for reporting this)
- restructured Skin (now the official Skin version is 0.0.2)
  it is now possible to control visibility of all items
- added a script to convert 0.0.1 themes to 0.0.2
- added support for animated logos (mng or gif files) ONLY IMAGEMAGICK!!!
- added finnish language translations (thanks to Rolf Ahrenberg)

2004-06-07: Version 0.0.2

- fixed Timebar which sometimes displayed something beyond 100%
- fixed scrolling in EPG detail display
- added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate"
- added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates
- added parameter format that holds the format string for the above items
- implemented setup menu to flush image cache

2004-06-05: Version 0.0.1

- added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown"
- added "MenuText", "MenuEventTitle", "MenuEventShortText", 
  "MenuEventDescription", "MenuEventTime", "MenuRecording", 
  "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be 
  included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu

2004-06-02: Version 0.0.1-rc4

- implemented image loading through ImageMagick (fixes crashes when running 
  together with GraphTFT)
- implemented Theme support (see file demo.colors in the demo skin)
- implemented translations for texts used in skins (see file demo.trans in the
  demo skin)

2004-06-01: Version 0.0.1-rc3

- fixed possible segfault when showing language logo (happened when channel 
  was not available)
- fixed some memory leaks
- fixed "too many colors used in palette" warning for non-imlib-users

2004-06-01: Version 0.0.1-rc2

- fixed some possible segfaults in Display Update
- fixed segfault in Timebar when EPG doesn't contain time and duration
- fixed "too many colors used in palette" warning (only with HAVE_IMLIB2=1)
  in channel display
- fixed above message in full menu
- removed some debug printf's

2004-05-31: Version 0.0.1-rc1

- "Background" may be initialized with a color now
- fixed channel name/number display
- added parameter type (to store logo's filetype)
- "Timebar", "Progressbar" and "Volumebar": Background is only drawn if bg is 
  specified
- fixed timebar (was running backwards)
- renamed "Progressbar" to "Replaybar" for more consistency
- renamed "Logo" to "ChannelLogo"
- introduced items "Language" (for audio language texts or symbols) and "Image"
  (foreground images)
- adopted SKINS document (SKINS.de is not up-to-date yet)
- introduced item "MenuTitle"
- introduced items "MenuRed", "MenuGreen", "MenuYellow" and "MenuBlue"
- activated message items for display in menu
- introcuded parameter "arc" and item "Slope"
- fixed possible segfault in Item=Message
- implemented items "SymbolReplaying" and "SymbolRadio"
- added "text" parameter for all text like Items (explanation follows)
- added "SymbolPlay", "SymbolPause", "SymbolFastFwd", "SymbolFastRew", 
  "SymbolSlowFwd", "SymbolSlowRew" items.

2004-05-23: Version 0.0.1-pre2

- added "ChannelSmall" section (apparently VDR doesn't use it)
- added replay and message items
- added a german translation of the SKINS document (incomplete)

2004-05-23: Version 0.0.1-pre1

- Initial revision.