Age | Commit message (Collapse) | Author |
|
Also checks "Use animation" in the plugin main menu if a fade-in should
be performed
|
|
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.
|
|
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 simplification makes it possible to eliminate the pixmapButtonsText
in cNopacityDisplayMenuView.
|
|
Make imgcache global so that it doesn't always have to be passed
explicitly to other functions.
|
|
|
|
Besides the unified message view this allows great code simplification.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
|
|
|
|
|
|
displaymenu header
|
|
correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
recording view
|
|
|
|
different buttons (closes Feature 1462)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
width also configurable)
|
|
configurable via plugin setup
|
|
individually configurable
|
|
|
|
|
|
|
|
|