Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cNopacityMenuDetailTextViewLight and cNopacityTextView have mostly the
same funktionality, so we can eliminate the first one.
|
|
With this menu item, the use of animation can be switched off centrally.
|
|
"Light" version only differs from "normal" version in the detail view.
So we can merge them together. The desired version can be selected in
the setup ("Use tabs in detailview").
|
|
|
|
- add icon "recordingerror" to show recordings with TS errors
- add icon "uhd4k" to show 4k video resolution
|
|
If cNopacityDisplayReplay::SetTitle() is used, the pixmap pixmapInfo2
was initially not filled.
|
|
|
|
If fade-in or fade-out is active and the setup menu or its submenus was
used, several fade-ins and fade-outs occurred when the "OK" button was
pressed. This is normal VDR behavior. This change deactivates fade-in
and fade-out in the setup case.
|
|
Since the settings are theme-specific and the theme is only known if
this skin is active, changes were not applied if another skin was
active. As a result of this change, the settings of this skin can only
be changed if this skin is active. Otherwise there is a note about it.
In addition, some setup entries have been rearranged.
|
|
|
|
In these cases we do not need a "long unsigned int"
|
|
channelchange can be kept in cNopacityDisplayChannel.
So this variable can be deleted in cNopacityDisplayChannelView.
|
|
With this menu item, the use of scraper information and images can be
switched off centrally.
|
|
|
|
InfoItem is not required, the same can be done with cOsdItem.
|
|
|
|
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.
|
|
pixmapHeaderLogo can be merged with pixmapHeader
|
|
|
|
|
|
Changes in Flush(): This ensures that only one flush is active when
the thread is running.
Changes in Acton(): Since the first Pixmap::Lock() takes so much longer
than the following, the first Pixmap::Lock() was moved before the while
loop. This makes the fade-in softer.
|
|
|
|
Changes in Flush(): This ensures that only one flush is active when
the thread is running.
Changes in Acton(): Since the first Pixmap::Lock() takes so much longer
than the following, the first Pixmap::Lock() was moved before the while
loop. This makes the fade-in softer.
Add cNopacityDisplayReplay::SetAlpha() for simplification.
|