diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-06 15:28:55 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-10 11:11:55 +0100 |
commit | 8db88c2556dd261fa970ea0c56670db4a3235cf9 (patch) | |
tree | 21adad75add60f175541de2ffdd8b2fda4af9dff | |
parent | 509b64d78f963af3297fd3c6a95843f7f437a5e5 (diff) | |
download | vdr-plugin-tvguide-8db88c2556dd261fa970ea0c56670db4a3235cf9.tar.gz vdr-plugin-tvguide-8db88c2556dd261fa970ea0c56670db4a3235cf9.tar.bz2 |
Version 1.2.16v1.2.16
-rw-r--r-- | HISTORY | 14 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -236,3 +236,17 @@ Version 1.2.14 Version 1.2.15 - Workaround for HWAccelerated OSD + +Version 1.2.16 + +- Fixed a timer changed message +- Extend keys kFastRew, kFastFwd, kPrev, kNext for TimeJump + (if you use the numeric keys for "Jump to specific channel", + you can now use the keys kFastRew, kFastFwd, kPrev, kNext for TimeJump. + Note: if you use the permashift-plugin then the key kFastRew doesnt work for TimeJump) +- Fixed a possible deadlook in cEPGView::cEPGView +- Refactor Timeline +- Refactor CutText in horizontal epgview +- Optimize display "REC" sign in epgview +- Separate "displayTime" for horizontal and vertical view +- RecMenu "Timer Timeline" displays now sorted active timer @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.15"; +static const char *VERSION = "1.2.16"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |