summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-03 10:03:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-03 10:03:55 +0200
commit3efb79c855c466a777ce65c85d633eb369d251ba (patch)
tree99fc4d2f741e5ecf0005356299e306c26ff4ebcf /HISTORY
parent47e3b4afe22df084ec8db28fabd6f6ec474ab750 (diff)
downloadvdr-3efb79c855c466a777ce65c85d633eb369d251ba.tar.gz
vdr-3efb79c855c466a777ce65c85d633eb369d251ba.tar.bz2
Speeded up opening menus on systems with many (several thousands) of recordings, by caching the information whether a recording is stored on the video directory file system within the cRecording data1.7.28
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8ec4e410..23412f86 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
-2012-06-02: Version 1.7.28
+2012-06-03: Version 1.7.28
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
@@ -7144,3 +7144,6 @@ Video Disk Recorder Revision History
Christian Richter).
- Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger
deleting of an event (thanks to Christian Kaiser).
+- Speeded up opening menus on systems with many (several thousands) of recordings, by
+ 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).