summaryrefslogtreecommitdiff
path: root/HISTORY
blob: cda9fb018f3a01d5a8b8055dca2916ac0ab13436 (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
VDR Plugin 'text2skin' Revision History
---------------------------------------

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.