summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-06 12:35:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-06 12:35:39 +0200
commit4e8dedb7ad04f1e95d718be803c60af5eb329b69 (patch)
tree1798e39469549df7c68774bfecb2cde6c60ab58e /HISTORY
parentd5aa5f7294c27ccd4fa516afbc16793965e73e73 (diff)
downloadvdr-4e8dedb7ad04f1e95d718be803c60af5eb329b69.tar.gz
vdr-4e8dedb7ad04f1e95d718be803c60af5eb329b69.tar.bz2
Now limiting the number of characters of a channel's (short) name to 16 in the schedules menus
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0dfa0c45..e4ddf093 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7052,10 +7052,13 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
-2012-04-04: Version 1.7.28
+2012-04-06: 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
at all (reported by Derek Kelly).
- The new function cDevice::DeviceType() returns a string identifying the type of
the given device.
+- Now limiting the number of characters of a channel's (short) name to 16 in the
+ schedules menus, to keep that column from getting overly wide in case there is
+ a channel with a very long name that has no short name.