summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-07-23 09:48:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-07-23 09:48:51 +0200
commit8f2f3e9ac28f3f3380166f94fa297d23463770d6 (patch)
treeead67ffdd6f3453a1623ed206d555e9a9b608cca /HISTORY
parent35884ec7320ed5186d377eed1d9d1e0d8af29802 (diff)
downloadvdr-8f2f3e9ac28f3f3380166f94fa297d23463770d6.tar.gz
vdr-8f2f3e9ac28f3f3380166f94fa297d23463770d6.tar.bz2
Menu items derived from cMenuEditIntItem now loop though their values if they have a dedicated minimum or maximum limit1.4.1-2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b78b9176..d3a24907 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4830,3 +4830,7 @@ Video Disk Recorder Revision History
require detatching receivers (suggested by Anssi Hannula).
- Fixed handling numeric keys in the channel display after switching channel groups
(thanks to Andreas Regel).
+- Menu items derived from cMenuEditIntItem now loop though their values if they
+ have a dedicated minimum or maximum limit (suggested by Andy Grobb). Looping is
+ only done for normal keypresses, not for repeated ones. This allows the user to
+ scroll the value all the way to the limit by keeping the key pressed.