blob: 0527ce21a38bb1c3d7009a3f694717cefb9009ac (
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
|
VDR Plugin 'lcdproc' Revision History
------------------------------------
2002-05-20: Version 0.0.1
- Initial revision.
[...]
2006-09-24: Version 0.0.10-jw1
- speedup in EPG handling
- adapted to VDR 1.4.2
- implemented service interface for lcr plugin (using patch provided by the plugin)
- implemented service interface for radio plugin (displaying radio text info)
- fixed the handling of cStatus::SetVolume information
2006-11-12: Version 0.0.10-jw2
- added new simple recording status (can be configured via the setup)
- added german translations
- removed unused PrioWait parameter (can somebody tell me, what this should wait for?)
- fixed some typos in the readme file
2008-03-08: Version 0.0.10-jw3
- added support for gettext (VDR >= 1.5.7)
- Modified support for gettext (VDR >= 1.5.8)
- Rearranged targets in the makefile
- date/time-line can now be disabled (for two line LCDs)
(patch provided by Sebastian Frei <sebastian@schnapsleichen.de>)
2008-06-14: Version 0.0.10-jw4
- clean up in po-dir
- removed support for old vdr versions (VDR >= 1.6 required)
- rearranged targets in the makefile
according to a discussion in the VDR mailing list
- new makefile target "srcdoc" to generate source code documentation
- Improved the 'i18n' target in the Makefile to avoid unnecessary work as suggested by
vdr-1.5.11
- updated german translations
- fixed translation of DESCRIPTION
- added italian translation
(provided by Diego Pierotto <vdr-italian@tiscali.it>)
- fixed displaying the the shortend title of the "Schedule" menu
- fixed implementation of cLcdFeed::OsdStatusMessage to handle a call with message = NULL
correctly
- implemented char conversion to support vdr systems running with charsets different
than ISO-8859-1. Remember, that the range of characters which can be displayed is
limited by the lcdproc core and is therefore not extended.
(thanks for debugging and testing to
- Ville Aakko <ville.aakko@gmail.com>,
- MichaelB <http://www.vdr-portal.de/board/profile.php?userid=12822>
- Joe_D <http://vdrportal.de/board/profile.php?userid=20491> )
|