Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Update debug log | kamel5 | |
Fix debug log in cGeometryManager::SetGeometry(void). Add debug log in cImageCache::CreateCacheDelayed(void) | |||
2021-03-10 | Simplify cGeometryManager | kamel5 | |
- Initiate osdLeft, osdTop, osdWidth and osdHeight with 0 in cGeometryManager::cGeometryManager(). - cGeometryManager::GeometryChanged(void) is renamed to cGeometryManager::SetOSDSize(void) and merged to set osdLeft, osdTop, osdWidth and osdHeight to cOsd::*. The cache is now created via cNopacity::SetOSDSize(void) when the skin is started for the first time or when the geometry is changed. All SetDisplay*() were merged and moved to cGeometryManager::SetGeometry. So we can delete then all unnecessary funktions. | |||
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 | 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> | |||
2019-11-01 | Eliminate some warnings | kamel5 | |
2018-05-03 | Use std::max and std::min | kamel5 | |
2014-05-24 | Vertical channel logo alignment configurable in displaychannel | louis | |
2014-02-01 | Fixed bug that messages are not displayed during replay of a recording if ↵ | louis | |
DisplayReplay is active | |||
2014-02-01 | Fixed bugs that configured OSD top and left values are not correctly used in ↵ | louis | |
DisplayChannel, DisplayTracks, DisplayVolume and DisplayMessages | |||
2013-11-17 | Added EPG Info in narrow Timers Menu | louis | |
2013-11-09 | size of channel logos in main menu timers display configurable as percent of ↵ | louis | |
timer width | |||
2013-11-07 | changed channel logos in main menu timers display to scale automatically | louis | |
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-03 | changed header icons to scale automatically | louis | |
2013-11-02 | changed way of calculating number of menu items in narrow menus | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-09-29 | fixed a bug in volume display | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |