mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.16
This commit is contained in:
parent
509b64d78f
commit
8db88c2556
14
HISTORY
14
HISTORY
@ -236,3 +236,17 @@ Version 1.2.14
|
|||||||
Version 1.2.15
|
Version 1.2.15
|
||||||
|
|
||||||
- Workaround for HWAccelerated OSD
|
- 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!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#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 *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user