Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7b598525d1d3fdbb3fd153889a841cfb > files > 6

vdr-plugin-lcr-0.0.9-2mdv2010.0.i586.rpm

===================================
VDR Plugin 'lcr' Revision History
===================================

2008-08-13: Version 0.0.9
- switched to gettext; therefore vdr >= 1.5.7 is required.
- added italian language (thanks to Diego Pierotto for the translation).

2006-04-16: Version 0.0.8
- some code cleanup
- fixed the behaviour in the setup when this is left via the back-key
  (thanks to Thomas Günther for reporting this).
- included a patch making the creation of the tmp-files superfluous
  (thanks to Joachim Wilke who provided the patch)

2006-04-05: Version 0.0.7
- some few code beautifications
- renamed the retrieval script, now its name is more canonical.
  By default the script is called "vdr-lcr-retrieve_data" and
  it is expected exactly at /usr/bin/vdr-lcr-retrieve_data.pl
  however this can be changed to anybody's needs: just read on ...
- introduced a command line parameter "-S" resp. "--script" to offer the
  opportunity to change the retrieval script's location and/or name. Add
  -S /path/to/the/retrieval_script
  or
  --script=/path/to/the/retrieval_script
  to the command for starting vdr; where retrieval_script is the
  actual script-file (full absolute path).
  Do a "vdr -h" if this explanation is too clumsy for you ;-)

2006-03-13: Version 0.0.6
- fixed version number accordingly (was wrong in 0.0.5, namely 0.0.4);
  thanks to Jörg Bornkessel for reporting this one
- removed second argument for calling retrieve-data.pl (when detail-pages
  are called) because it is never used except for debugging
- ported the "parser" for detail-pages to native perl instead of the previously
  used sed command;
  thanks to LiamHD for suggesting and scripting this
- added new function: When pressing OK on a highlighted entry its corresponding
  detail page gets displayed;
  thanks to LiamHD for the patch for this
  thanks to Joachim Wilke for a small correction for the patch
  (which I had to change as well to be correct ;-))
- fixed translation-issues in the plugin's setup;
  thanks to Jörg Bornkessel for reporting this
- fixed parsing for the detail-pages since teltarif.de had changed the layout of
  their results;
  thanks to LiamHD and Jörg Bornkessel for reporting this
- added new target "near" for detail-pages;
  thanks to LiamHD for suggesting and providing a patch for this 

2006-03-04: Version 0.0.5
- fixed a segfault when pressing "up"/"down" when there is no data to display;
  thanks to LiamHD for reporting this

2006-02-26: Version 0.0.4

- fixed cooperation with graphlcd (since values - namely the lcr-data - set by graphlcd's
  "void cGraphLCDState::OsdProgramme(time_t PresentTime, const char * PresentTitle, const char * PresentSubtitle, time_t FollowingTime, const char * FollowingTitle, const char * FollowingSubtitle)"
  seems to be overwritten at the next display update - in graphlcd's function
  "void cGraphLCDDisplay::DisplayProgramme()" )
- added missing translations in the setup of the plugin
- fixed translation of "Prefix" in the detail-pages
- replaced the patch for graphlcd by a version already containing the service function for
  the radio-plugin. This has been done to avoid patch-problems;
  thanks to Jörg Bornkessel for reporting and testing this one

2006-02-26: Version 0.0.3

- developed under VDR 1.3.43, earlier revisions (VDR >= 1.3.21) should still work as well
- added support for the Czech-language (in lcri18n.c)
- added 10 "detail-pages", selectable by pressing the corresponding key on the remote (0-9);
  detail-pages display a top-5 to a destination;
  thanks to Reiner Nippes for this feature request
- zapping (except for channel+/-) has been dropped due to the selection of the detail-pages
- added configuration of the detail-pages to the setup menu
- added the corresponding "parser-code" at the bottom of retrieve-data.pl
- changed the keys for navigating the highlighted/displayed line from kGreen/kYellow to
  kUp/kDown
- extended behaviour of kBack: If the start-screen is displayed, pressing stops the plugin;
  if a detail-page is displayed, change display to the start-screen

2006-02-14: Version 0.0.2

- developed under VDR 1.3.36, earlier revisions (VDR >= 1.3.21) should work as well
- fixed dxr3-support: now the plugin also works with dxr3
- added support for displaying data on lcdproc/grapglcd (only VDR>=1.3.30),
  note: you will have to apply the corresponding patches (in the "patches" directory)
- added highlighting of one data-line on the OSD (to move up/down use green/yellow keys)
- added "preferredEntry" to be able to highlight the preferred line and
  to display the line on the (graph-)lcd right at start of the plugin
- added support for different providers than "www.teltarif.de",
  see retrieve-data.pl for further information
- some code cleanup

2005-06-22: Version 0.0.1

- Initial revision.