Age | Commit message (Collapse) | Author |
|
|
|
Items can be selected with number key presses in main and setup menus.
When the selected item is not visible (scrolled out of the visible
range) there is no need to update the item before closing the menu.
Check for this condition to avoid crashing.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
In the function "cNopacityDetailView::InitiateViewType" there was a
segfault when the "call->type = tNone".
|
|
Added display of the number of recordings in the recordings menu. A
setup option to switch it on/off has also been added.
|
|
channelX is always 0
channelWidth is always channelOsdWidth
replayWidth is always replayOsdWidth
replayHeight is always replayOsdHeight
|
|
This values can better used in GeometryManager.
|
|
The right side of the status icons overlapped with the lower right
corner. The distance to the right edge has been increased.
|
|
|
|
|
|
Adds a simpler volume box in DisplayMenu. An setup option is added to
change the type of volume box.
|
|
Adds a simpler volume box in DisplayChannel. An setup option is added to
change the type of volume box.
|
|
Adds a simpler volume box in DisplayReplay. An setup option is added to
change the type of volume box.
|
|
|
|
Shows the volume box in DisplayReplay. An setup option is added to
activate the volume box.
|
|
Shows the volume box in DisplayChannel. An setup option is added to
activate the volume box.
|
|
Shows the volume box in menus. An setup option is added to activate the
volume box.
|
|
|
|
|
|
|
|
Align channel logo and channel logo background
if (logoPosition == lpRight)
|
|
|
|
The update rate of the progress bar is optimized for a smoother display.
|
|
Changes the nonlinear gradient to the linear gradient
|
|
So we can reuse this DrawProgressbar code later.
|
|
So we can reuse this VolumeBox code later.
|
|
The volume bar was not rendered with a linear gradient.
The gradient is now linear and the number of steps depends on the bar
width.
|
|
|
|
ist present or not present
|
|
A segfault is possible if "signal.png" is not found in the resource
directory "icons/skinIcons/"
|
|
Use maximum logo space for background. So the logo background image is
aligned to the menu background.
The channel logo itself is usually smaller than the background due to
scaling with preserved aspect ratio. So use separate geometry settings
for logo and background.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
A smaller OSD size is also used when "Use scraperinfos and pictures" is
disabled in the plugin main menu
|
|
When displayPoster is disabled, most of the OSD area is not used in
channelview. Reduze the requested osd size in this case. This helps to
speed-up the display and reduces the variation in osd flush time, e.g.
for animations.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
|
|
Also checks "Use animation" in the plugin main menu if a fade-in should
be performed
|
|
|
|
Show menue items "Show number of errors in the recordings menu" and
"Display Error 0" only if narrow recording menu is activ
|
|
|
|
|
|
|
|
The number of errors can be viewed in the recordings menu. This is
configurable. Errors can be deactivated or displayed in line 2 or 3.
Also 0 errors may or may not be displayed.
|
|
|
|
|
|
|
|
|
|
|
|
Skinnopacitys SetRecording is called
|
|
|
|
|
|
|
|
|