Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | Fix segfault in cNopacitySetup::~cNopacitySetup() | kamel5 | |
A segfault occurred when nOpacity is not the active skin and the plugin's setup page was exited. | |||
2021-03-10 | Cleanup cNopacity::cNopacity(void) | kamel5 | |
config.SetThemeSpecificDefaults(), config.SetThemeSetup(), config.SetFontName(), geoManager->SetGeometry(), fontManager->SetFonts(), imgCache->CreateCache() and imgCache->CreateCacheDelayed() is no longer required here. config.LoadThemeSpecificConfigs() and config.SetPathes() was moved to cNopacity::ReloadCaches(void). | |||
2021-03-10 | Add cNopacityConfig::.Init() | kamel5 | |
In Init() all necessary functions are collected in order to properly initialize the skin. These functions can then be made private in this class. This can also simplify cNopacity::ReloadCaches(). | |||
2021-03-10 | Simplify cImageCache | kamel5 | |
- Merge CreateCache(void) and CreateCacheDelayed(void) and move CreateCache() to cImageCache::cImageCache(). This allows a new instance of imgCache to be created after configuration changes. - Eliminate cImageCache::Reload() cImageCache::Reload() is no longer required. | |||
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-03-10 | Simplify cFontManager | kamel5 | |
Almost everything is done in the constructor and destructor of cFontManager. So we can delete most of the funktions in this class. This allows a new instance of fontmanager to be created after configuration changes. | |||
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-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 | Remove unused cNopacity::displayMenu | Soeren Moch | |
... to simplify the code. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-01 | Fixed an display error in mainmenu | kamel5 | |
2021-01-29 | Optimize displaychannel | kamel5 | |
2013-11-21 | Fixed a bug that setup values are not stored if theme is changed | louis | |
2013-11-17 | Freestyle Theme new default theme, old default renamed to blue | louis | |
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-02 | Added background with dedicated theme color for channel logos in menus | louis | |
2013-11-02 | Added background for status icons in displaychannel | louis | |
2013-10-26 | Cleand up some further RSS Feed stuff | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-09-30 | added some color definitions and theme keep it light | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |
2013-09-18 | optimized some theme colors in displaychannel and displaymessage | louis | |
2013-09-14 | dedicated theme colors for RSS Feed (closes Feature 1485) | louis | |
2013-09-14 | dedicated theme colors for timer backgrounds in main menu (closes Feature 1463) | louis | |
2013-09-14 | dedicated theme colors in display channel for current event, current event ↵ | louis | |
info, next evet and next event info (closes Feature 1466) | |||
2013-09-13 | introduced dedicated theme font colors for different message types and ↵ | louis | |
different buttons (closes Feature 1462) | |||
2013-09-12 | Added REC Icon in displayChannel for current and next event (closes Feature ↵ | louis | |
1403) | |||
2013-05-08 | Introduced plain style without any blending effects | louis | |
2013-05-04 | Ignoring first DisplayChannel call | louis | |
2013-04-08 | Added standalone RSS Feed | louis | |
2013-04-07 | Added RSS Feed support | louis | |
2013-02-06 | Added dedicated colors for MenuHeader and MenuHeaderBlending | louis | |
2013-01-27 | Using theme specific icons, added new theme 'green' with appropriate icons | louis | |
2013-01-13 | Added channel logos in main menu timers list | louis | |
2012-12-29 | Version 0.0.5 | louis | |
2012-12-16 | Whitespace Cleanup | louis | |
2012-12-05 | changed epgsearch handling | louis | |
2012-11-27 | Initial push nOpacity 0.0.3 | root | |