blob: ed13557f628f95f0186281aca1097c845c08f4a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
VDR Plugin 'tvguideng' Revision History
---------------------------------------
2015-01-26: Version 0.0.1
- Initial revision.
Version 0.0.2
- fixed bug that timemanager does not use configured display time
- fixed crash if a channel group is empty
- fixed display of background if recmenu was hidden
- fixed bug that recmenu was not hide when displaying detailed view
in some cases
- fixed translations
- added dedicated hor. and ver. viewelements for header,
footer and time
- completed tokens for time viewelement in detailed view
Version 0.0.3
- introduced libskindesignerapi
Version 0.1.0
- added wraparound scrolling in recording menus
- fixed bug that red button also works in detailed view
Version 0.1.1
- fixed missing delete of channel group grid
- adapted makefile for LCLBLD
Version 0.1.2
- fixed crash when closing tvguide with active blinking icon
Version 0.1.3
- added optional intelligent channel switch mode
- added shortcuts for keys 2, 5 and 8
Version 0.1.4
- added year and day token in time in detailview
Version 0.1.5
- fixed bug saving intelligentSwitch setup option
Version 0.1.6
- fixed bug that menuitem number is not calculated correctly
if recording menu scrolls
Version 0.2.0
- made default time before a switchtimer switches configurable
- Skindesigner 0.8.0 adaptions
Version 0.3.0
- Added VDR-2.3.1 compatibility
Version 0.3.1
- Support for new SVDRPPeering
- Fixed a deadlook in DeleteTimer
- Fixed some look sequence reports
- Update epgsearch.h
- Update Makefile
- Fixed some warnings
Version 0.3.2
- Correct an error with the recording sign in grid
- Fixed some look sequence reports
- Update remotetimers.h
- Add isactors as token
- Fixed a remote timer problem
- Fixed a error with timerstart in cRecMenuItemTimelineHeader
- Refactor reruns
|