Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-12 | Prevents "invalid lock sequence" in the recording info menu when ↵ | kamel5 | |
Skinnopacitys SetRecording is called | |||
2021-07-12 | Cosmetic changes | kamel5 | |
2021-07-12 | Add fade-out to display menu | kamel5 | |
2021-07-12 | Optimize Flush in display menu | kamel5 | |
These changes ensures that only one flush is active when the fade-in thread is running. The first Pixmap::Lock() in cNopacityDisplayMenu::Action() takes so much longer than the following, Thats why the first Pixmap::Lock() was moved before the while loop. This makes the fade-in softer. The DetailView thread was eliminated. | |||
2021-06-06 | Rework CreateOsd() | kamel5 | |
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private. | |||
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 | 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> | |||
2018-05-03 | Changes for TimerActive | kamel5 | |
2014-04-25 | Version 1.1.2: Restructured detailed EPG and recordings view1.1.2 | louis | |
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |
2013-04-07 | Added RSS Feed support | louis | |
2013-03-09 | Restructured setup menu | louis | |
2013-02-12 | Introduced narrow display of timers menu (Usage of narrow timer menu and ↵ | louis | |
width also configurable) | |||
2013-02-09 | Width of narrow menus (main, schedule, channel, recordings, settings) ↵ | louis | |
individually configurable | |||
2013-01-26 | Added display of Timer Conflicts with epgsearch in Main Menu | louis | |
2013-01-09 | Adapted video scaling to new implementation (thanks @Zoolook for the patch) | louis | |
2013-01-05 | Fixed again displaying configurable color buttons | louis | |
2013-01-04 | Introduced new narrow displayed Recordings menu | louis | |
2012-12-29 | Version 0.0.5 | louis | |
2012-12-16 | Whitespace Cleanup | louis | |
2012-12-07 | Fixed some crashes | louis | |
2012-12-05 | changed epgsearch handling | louis | |
2012-11-27 | Initial push nOpacity 0.0.3 | root | |