Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
A segfault occurred when nOpacity is not the active skin and the
plugin's setup page was exited.
|
|
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().
|
|
- 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.
|
|
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.
|
|
Make imgcache global so that it doesn't always have to be passed
explicitly to other functions.
|
|
|
|
|
|
|
|
|
|
|
|
DisplayChannel, DisplayTracks, DisplayVolume and DisplayMessages
|
|
configurable via plugin setup
|
|
|
|
timer width
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
recording view
|
|
channels menu (closes Feature 1377)
|
|
available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|