summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:32:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:32:29 +0200
commit440c119b0a80d40d05f48613de46f367597a3f29 (patch)
treec2cfc9d7ab6a9c0d0670866d5af5248b6f9df8cf /HISTORY
parent0b6c96a5159962c9263166613ee594bf89ae0a60 (diff)
downloadvdr-440c119b0a80d40d05f48613de46f367597a3f29.tar.gz
vdr-440c119b0a80d40d05f48613de46f367597a3f29.tar.bz2
Implemented sort mode for recordings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fed71e2a..43f3a983 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7148,7 +7148,7 @@ Video Disk Recorder Revision History
caching the information whether a recording is stored on the video directory file
system within the cRecording data (based on a patch from Torsten Lang).
-2012-06-08: Version 1.7.29
+2012-06-09: Version 1.7.29
- Added a missing template specification to the c'tor of cSortedTimers (thanks to Udo
Richter).
@@ -7170,3 +7170,8 @@ Video Disk Recorder Revision History
- Removed the gap from the main menu buttons in the LCARS skin.
- Fixed some copy&paste errors in PLUGINS.html (thanks to Winfried Köhler).
- The LCARS skin's main menu now only displays timers that are actually activated.
+- Within the "Recordings" menu, pressing the '0' key now toggles sorting between
+ "by time" and "by name". The selected sort mode is stored separately for each
+ folder (provided you have write access to that folder).
+ If a folder is newly created by a repeating timer, the sort mode for that
+ folder is initially set to "by time".