Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Make imgCache global | kamel5 | |
Make imgcache global so that it doesn't always have to be passed explicitly to other functions. | |||
2021-03-10 | Eliminate cNopacityDisplayMenuView::SetAvrgFontWidth | kamel5 | |
2021-03-10 | Convert menuItems from cList to std::vector | Soeren Moch | |
This allows to access menu items in arbitrary order. This is required to learn remote control keys in the remote plugin. Also clear Tabs when creating menu to avoid uninitialized use. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Version 1.1.71.1.7 | kamel5 | |
2021-02-16 | Use MessageBox for DisplayChannel | Soeren Moch | |
Also use MessageBox here to get the unified appearence of messages everywhere. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Use MessageBox for DisplayMenu | Soeren Moch | |
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Use MessageBox for DisplayReplay | Soeren Moch | |
Besides the unified message view this fixes a segfault when displaying a message with modeOnly display. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Split MessageBox class out of DisplayMessage | Soeren Moch | |
So we can reuse this MessageBox code later. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Cleanup optimized DisplayChannel | Soeren 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-16 | Cleanup geo and font manager delete | Soeren 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-16 | Cleanup global declarations | Soeren 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-16 | Remove unused firstDisplay variable | Soeren Moch | |
.. to simplify code Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Remove unused cNopacity::displayMenu | Soeren Moch | |
... to simplify the code. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-05 | Fix control icons in DisplayReplay | Soeren 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-01 | Version 1.1.61.1.6 | kamel5 | |
2021-02-01 | Fixed an display error in mainmenu | kamel5 | |
2021-01-30 | An info display error in the recording menu has been fixed when menu = ↵ | kamel5 | |
narrow and no banner | |||
2021-01-30 | Optimize Flush() | kamel5 | |
2021-01-29 | Optimize displaychannel | kamel5 | |
2021-01-27 | Fixed a crash when starting VDR when a message should be displayed after the ↵ | kamel5 | |
timer conflict check | |||
2021-01-09 | Version 1.1.51.1.5 | kamel5 | |
2021-01-09 | Fix for gcc11 | kamel5 | |
2020-06-29 | Change Locking in cNopacityDisplayChannelView::DrawEvents | kamel5 | |
2020-04-15 | Fixed last fix | kamel5 | |
2020-03-29 | softhdcuvid fix | kamel5 | |
2019-11-01 | Version 1.1.41.1.4 | kamel5 | |
2019-11-01 | Optimize display poster in displaychannel | kamel5 | |
2019-11-01 | Eliminate some warnings | kamel5 | |
2019-11-01 | Update epgsearch.h and remotetimers.h | kamel5 | |
2019-11-01 | Update Makefile | kamel5 | |
2018-06-18 | Fix segfault while starting | kamel5 | |
2018-05-06 | Optimize cNopacityDisplayChannelView::DrawEvents | kamel5 | |
2018-05-04 | Display Rec for next Event only if Active | kamel5 | |
2018-05-03 | Repair "invalid lock sequence report" | kamel5 | |
2018-05-03 | Changes for TimerActive | kamel5 | |
2018-05-03 | Do locking for vdr-2.3.x | kamel5 | |
2018-05-03 | Use std::max and std::min | kamel5 | |
2014-05-24 | Version 1.1.31.1.3 | louis | |
2014-05-24 | updated theme darkred | louis | |
2014-05-24 | fixed possible division by zero | louis | |
2014-05-24 | added support for tvscraper again, tvscraper Version 0.2.0 needed | louis | |
2014-05-24 | added dedicated background pixmap in detailview | louis | |
2014-05-24 | Vertical channel logo alignment configurable in displaychannel | louis | |
2014-04-27 | cleaned up and restructured setup menu | louis | |
2014-04-27 | fixed bug that floating text is not shown completely | louis | |
2014-04-27 | scroll speed with up / down configurable (lines per click) | louis | |
2014-04-27 | fixed naming of reruns tab when displaying recordings | louis | |
2014-04-25 | fixed img positioning | louis | |
2014-04-25 | added dedecated tab color | louis | |
2014-04-25 | Version 1.1.2: Restructured detailed EPG and recordings view1.1.2 | louis | |