diff options
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -2935,3 +2935,34 @@ Video Disk Recorder Revision History out this one). - Fixed cRingBufferLinear::Get() in case the buffer wraps around (thanks to Ludwig Nussel for reporting this one). + +2004-07-18: Version 1.3.12 + +- Removed all error messages from cRecordings::ScanVideoDir() and just skipping + entries that cause errors in order to avoid failure in case of things like + broken links etc. +- The function cTimers::SetEvents() now immediately returns if there is some user + input. +- Fixed handling menu status messages when the list contents is scrolled (thanks to + Alfred Zastrow for reporting this one). +- Fixed checking the last area for misalignment in cOsd::CanHandleAreas() (thanks + to Reinhard Nissl for reporting this one). +- No longer adding section filters to the list of filters if they can't be opened + (thanks to Marco Schlüßler for pointing this out). +- Fixed handling error case '-1' when polling section filters (thanks to Marco + Schlüßler). +- Fixed handling error case '-1' when polling CAM connections. +- Making sure the OSD reports oeWrongAlignment errors before any oeAreasOverlap + error (suggested by Reinhard Nissl). +- Avoiding flashing effects in the OSD of full featured DVB cards by explicitly + clearing the OSD windows before opening them (suggested by Marco Schlüßler). +- Experimental support for NVOD channels. Currently these channels are detected + and linked to their "base" channels using the same mechanisms as for the + "linked services" (let's see if this is useful). Thanks to Mike parker for + helping to test this. Also used some input from the 'autopid' patch by Andreas + Schultz). +- Now storing the name of the service provider (aka "bouquet") in the channel + name, separated by a semicolon (see man vdr(5) for details). Explicit usage + of the various parts of the channel name is yet to come. +- The 'radio' channel icon is now only displayed in the ST:TNG skin if the channel + actually has an APID. |