mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.15
This commit is contained in:
parent
7300fdf91c
commit
263a734a0d
4
HISTORY
4
HISTORY
@ -232,3 +232,7 @@ Version 1.2.14
|
|||||||
- Diplay the current TimeBase throughout the whole timeline
|
- Diplay the current TimeBase throughout the whole timeline
|
||||||
- Can switch off and optimize diplay time in epggrid "displayMode == Vertical"
|
- Can switch off and optimize diplay time in epggrid "displayMode == Vertical"
|
||||||
- Fixed a error while changing a Theme
|
- Fixed a error while changing a Theme
|
||||||
|
|
||||||
|
Version 1.2.15
|
||||||
|
|
||||||
|
- Workaround for HWAccelerated OSD
|
||||||
|
@ -32,7 +32,7 @@ cTimeLine::cTimeLine(cTimeManager *timeManager) {
|
|||||||
1440 * geoManager.minutePixel,
|
1440 * geoManager.minutePixel,
|
||||||
geoManager.timeLineHeight));
|
geoManager.timeLineHeight));
|
||||||
}
|
}
|
||||||
clock = new cStyledPixmap(osdManager.requestPixmap(4, cRect(0,
|
clock = new cStyledPixmap(osdManager.requestPixmap(3, cRect(0,
|
||||||
geoManager.statusHeaderHeight,
|
geoManager.statusHeaderHeight,
|
||||||
geoManager.clockWidth,
|
geoManager.clockWidth,
|
||||||
geoManager.clockHeight)));
|
geoManager.clockHeight)));
|
||||||
|
@ -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.14";
|
static const char *VERSION = "1.2.15";
|
||||||
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