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 ) 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 ) - 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 , - MichaelB - Joe_D ) 2008-08-20: Version 0.0.10-jw5 - changed part of the code in the file lcdtranstbl.h in the section lcdtranstbl-hd44780.h for proper display of Russian characters (provided by Andrey ) - now trying to reconnect to LCDd, if first connection fails (patch provided by SHF ) - implemented SVDRP-Interface for suspending lcdproc access using "PLUG lcdproc OFF" and resuming "PLUG lcdproc ON" (patch provided by asciii ) - fixed some compiler warnings (patch provided by asciii ) - added log message on LCDd connection failure (patch provided by asciii and e-tobi ) - changing lcd-backlight and lcd-priority depending on user-activity (patch provided by SHF ) - modified displaying of volume bar on small displays (based on a patch provided by SHF ) - fixing method cLcdFeed::SetVolume to accept negative values (suggested by SHF ) 2009-01-09: Version 0.0.10-jw6 - updated italian translation (provided by Diego Pierotto ) - fixed missing translation in po/pot files for PrioWait, etc. (reported by Diego Pierotto ) 2009-03-07: Version 0.0.10-jw7 - fixed a segfault when shutting down (patch provided by Joe_D ) - optimized display with 2-line LCDs (patch provided by SHF ) - added a setup option to decide whether displaying the subtitle (based on a patch provided by SHF ) - fixed a missing update of lastUserActivity (patch provided by SHF ) Head: - updated italian translation (provided by Diego Pierotto ) - fixed a bug with displaying the volume bar. If connection to LCDd is lost and volume is changed in the meantime, the volume bar got mixed up after reconnection.