summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-09 14:37:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-09 14:37:15 +0200
commiteb8fbeba27db8d3c88d321ee60c3ac503b85db2c (patch)
tree01af642698496afcc89d3888fa884a6eac463742 /HISTORY
parent3d60eba129caad4af084340a8466a96a6050e69e (diff)
downloadvdr-eb8fbeba27db8d3c88d321ee60c3ac503b85db2c.tar.gz
vdr-eb8fbeba27db8d3c88d321ee60c3ac503b85db2c.tar.bz2
Implemented the setup options "OSD/Color key [0123]"1.7.30
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4f87b59e..6dfb7176 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7191,7 +7191,7 @@ Video Disk Recorder Revision History
turn on adding the source character to channel names whenever they are displayed
(suggested by Ludi Kaleni).
-2012-09-07: Version 1.7.30
+2012-09-09: Version 1.7.30
- Fixed sorting recordings in the top level video directory.
- Fixed handling control characters in SI data in case of UTF-8 encoded strings
@@ -7228,3 +7228,9 @@ Video Disk Recorder Revision History
of the index file).
- Fixed sluggish response when manipulating editing marks while a cutting thread
is running (reported by Torsten Lang).
+- The new setup options "OSD/Color key [0123]" can be used to adjust the sequence
+ of the color buttons displayed in the menus to that of the color keys on your
+ remote control (based on a patch from Oliver Schinagl).
+ Authors of plugins that implement skins may want to adapt their SetButtons()
+ function in order to make use of this new feature. See, for instance, the function
+ cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.