Age | Commit message (Collapse) | Author |
|
Better identification of threads in logs
|
|
This can simplify the calls to SetAlpha.
|
|
With this change it is possible to make various functions in
cNopacityDisplayChannelView and cNopacityDisplayMenuView private.
|
|
cNopacityDetailView::SetGeometry()
All parameters defined in these functions can be set in the constructor
of NopacityDetailView.
|
|
This parameter is not required because the Total parameter can be used.
|
|
This simplification makes it possible to eliminate the pixmapButtonsText
in cNopacityDisplayMenuView.
|
|
Fonts assigned in constructor of cNopacityMainMenuItem*.
Therefore SetFont(), SetFontSmall(), SetFontEPGWindow()
and SetFontEPGWindowLarge() can be deleted.
|
|
Make imgcache global so that it doesn't always have to be passed
explicitly to other functions.
|
|
|
|
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>
|
|
Besides the unified message view this allows great code simplification.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
different buttons (closes Feature 1462)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
progress bar detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
width also configurable)
|
|
|
|
configurable via plugin setup
|