summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-16Split MessageBox class out of DisplayMessageSoeren Moch
So we can reuse this MessageBox code later. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Cleanup optimized DisplayChannelSoeren Moch
We unconditionally create a channelView in the constructor, no need to check its presence. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Cleanup geo and font manager deleteSoeren Moch
Delete global geoManager and fontManager in the same class (cNopacity) where they were created. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Cleanup global declarationsSoeren Moch
Follow the usual pattern to implement global variables in source files and declare these variables as extern in corresponding headers. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Remove unused firstDisplay variableSoeren Moch
.. to simplify code Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Remove unused cNopacity::displayMenuSoeren Moch
... to simplify the code. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-05Fix control icons in DisplayReplaySoeren Moch
SetMode() is called after the first call to Flush() in cSkinDisplayReplay, so control icons are displayed uninitialized for a short period of time. Fix this by initializing these icon properly. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-01Version 1.1.61.1.6kamel5
2021-02-01Fixed an display error in mainmenukamel5
2021-01-30An info display error in the recording menu has been fixed when menu = ↵kamel5
narrow and no banner
2021-01-30Optimize Flush()kamel5
2021-01-29Optimize displaychannelkamel5
2021-01-27Fixed a crash when starting VDR when a message should be displayed after the ↵kamel5
timer conflict check
2021-01-09Version 1.1.51.1.5kamel5
2021-01-09Fix for gcc11kamel5
2020-06-29Change Locking in cNopacityDisplayChannelView::DrawEventskamel5
2020-04-15Fixed last fixkamel5
2020-03-29softhdcuvid fixkamel5
2019-11-01Version 1.1.41.1.4kamel5
2019-11-01Optimize display poster in displaychannelkamel5
2019-11-01Eliminate some warningskamel5
2019-11-01Update epgsearch.h and remotetimers.hkamel5
2019-11-01Update Makefilekamel5
2018-06-18Fix segfault while startingkamel5
2018-05-06Optimize cNopacityDisplayChannelView::DrawEventskamel5
2018-05-04Display Rec for next Event only if Activekamel5
2018-05-03Repair "invalid lock sequence report"kamel5
2018-05-03Changes for TimerActivekamel5
2018-05-03Do locking for vdr-2.3.xkamel5
2018-05-03Use std::max and std::minkamel5
2014-05-24Version 1.1.31.1.3louis
2014-05-24updated theme darkredlouis
2014-05-24fixed possible division by zerolouis
2014-05-24added support for tvscraper again, tvscraper Version 0.2.0 neededlouis
2014-05-24added dedicated background pixmap in detailviewlouis
2014-05-24Vertical channel logo alignment configurable in displaychannellouis
2014-04-27cleaned up and restructured setup menulouis
2014-04-27fixed bug that floating text is not shown completelylouis
2014-04-27scroll speed with up / down configurable (lines per click)louis
2014-04-27fixed naming of reruns tab when displaying recordingslouis
2014-04-25fixed img positioninglouis
2014-04-25added dedecated tab colorlouis
2014-04-25Version 1.1.2: Restructured detailed EPG and recordings view1.1.2louis
2014-04-15Version 1.1.1louis
2014-04-15fixed crash in detailed epg viewlouis
2014-04-14Only display poster in detailed recordings viewlouis
2014-04-14Only display poster in detailed EPG View if really availablelouis
2014-04-14Fixed a crash if no images exists for a movielouis
2014-04-13Version 1.1.0 - added scraper2vdr supportlouis
2014-02-01fixed channel info displaylouis