diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-08 11:05:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-08 11:05:39 +0100 |
commit | 83fe591f3254a8010e107739256ef0df780b219c (patch) | |
tree | 87ee41dbc77184af071f450ea29969579a53efb5 /HISTORY | |
parent | bc0b67e6302a114e1efd2701aafa6ecd9282cc69 (diff) | |
download | vdr-83fe591f3254a8010e107739256ef0df780b219c.tar.gz vdr-83fe591f3254a8010e107739256ef0df780b219c.tar.bz2 |
The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text1.7.33
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History - Modified editing marks are now written to disk whenever the replay progress display gets hidden (thanks to Christoph Haubrich). -2012-12-06: Version 1.7.33 +2012-12-08: Version 1.7.33 - In order to be able to play TS recordings from other sources, in which there is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed @@ -7412,3 +7412,7 @@ Video Disk Recorder Revision History export LC_NUMERIC=C before running VDR. Otherwise your plugin's configuration data may not be read or written correctly. +- The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and + SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin + plugins to display these items in a more elaborate way than just a simple line of + text. |