Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | Remove some unnessesary variable | kamel5 | |
channelX is always 0 channelWidth is always channelOsdWidth replayWidth is always replayOsdWidth replayHeight is always replayOsdHeight | |||
2022-06-09 | No use of channelBorderVertical and channelBorderBottom in DisplayChannel | kamel5 | |
This values can better used in GeometryManager. | |||
2022-06-09 | Better horizontal align of StatusIcons | kamel5 | |
The right side of the status icons overlapped with the lower right corner. The distance to the right edge has been increased. | |||
2022-06-09 | Better vertical align of SignalMeter | kamel5 | |
2022-06-09 | Update po-files | kamel5 | |
2022-06-09 | Add a simple VolumeBox for DisplayMenu | kamel5 | |
Adds a simpler volume box in DisplayMenu. An setup option is added to change the type of volume box. | |||
2022-06-09 | Add a simple VolumeBox for DisplayChannel | kamel5 | |
Adds a simpler volume box in DisplayChannel. An setup option is added to change the type of volume box. | |||
2022-06-09 | Add a simple VolumeBox for DisplayReplay | kamel5 | |
Adds a simpler volume box in DisplayReplay. An setup option is added to change the type of volume box. | |||
2022-06-09 | Moves various variables into the Geomanager to reuse it later | kamel5 | |
2022-06-09 | Use VolumeBox for DisplayReplay | kamel5 | |
Shows the volume box in DisplayReplay. An setup option is added to activate the volume box. | |||
2022-06-09 | Use VolumeBox for DisplayChannel | kamel5 | |
Shows the volume box in DisplayChannel. An setup option is added to activate the volume box. | |||
2022-06-09 | Use VolumeBox for DisplayMenu | kamel5 | |
Shows the volume box in menus. An setup option is added to activate the volume box. | |||
2022-06-09 | Add StatusMonitor to track VDR status settings | kamel5 | |
2022-06-09 | Add a simpler VolumeBox | kamel5 | |
2022-06-05 | Simplify VolumeBox | kamel5 | |
2022-06-05 | Fix display Channellogo | kamel5 | |
Align channel logo and channel logo background if (logoPosition == lpRight) | |||
2022-06-05 | Fix a possible segfault | kamel5 | |
2022-06-05 | Optimize display progress bar in DisplayChannel | kamel5 | |
The update rate of the progress bar is optimized for a smoother display. | |||
2022-06-05 | Use DrawProgressbar() from helpers.* also in DisplayChannel | kamel5 | |
Changes the nonlinear gradient to the linear gradient | |||
2022-06-05 | Split DrawProgressbar() out of VolumeBox to helpers.* | kamel5 | |
So we can reuse this DrawProgressbar code later. | |||
2022-06-02 | Split VolumeBox class out of DisplayVolume | kamel5 | |
So we can reuse this VolumeBox code later. | |||
2022-06-02 | Volume bar gradient optimization | kamel5 | |
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. | |||
2022-05-23 | Version 1.1.111.1.11 | kamel5 | |
2022-05-21 | Add setup option to display the channellogobackground only if a channellogo ↵ | kamel5 | |
ist present or not present | |||
2022-05-21 | Prevents a possible segfault | kamel5 | |
A segfault is possible if "signal.png" is not found in the resource directory "icons/skinIcons/" | |||
2022-05-21 | Align channel logo background | Soeren Moch | |
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> | |||
2022-05-09 | Optimize channelview OSD size | kamel5 | |
A smaller OSD size is also used when "Use scraperinfos and pictures" is disabled in the plugin main menu | |||
2022-05-09 | Optimize channelview OSD size | Soeren Moch | |
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> | |||
2022-05-09 | This if() condition is not nessesary | kamel5 | |
2022-05-09 | Add "Use animation" | kamel5 | |
Also checks "Use animation" in the plugin main menu if a fade-in should be performed | |||
2022-05-09 | The correct setup options are used | kamel5 | |
2022-05-02 | Change in cNopacitySetupMenuDisplayRecordings | kamel5 | |
Show menue items "Show number of errors in the recordings menu" and "Display Error 0" only if narrow recording menu is activ | |||
2022-05-02 | Fix typo in po/de_DE.po | kamel5 | |
2022-05-01 | Version 1.1.101.1.10 | kamel5 | |
2022-01-12 | Size of channel logos is now configureable in setup to better fit in postion | kamel5 | |
2022-01-12 | Added number of errors to recording item in the recordings menu | kamel5 | |
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. | |||
2022-01-12 | Rework GetScreenResolutionIcon() | kamel5 | |
2022-01-12 | Fix typo | kamel5 | |
2022-01-12 | Optimize display channellogo in displaychannel | kamel5 | |
2022-01-12 | Redundant 'Drawlogo' functions in class '*Menuitem' merged | kamel5 | |
2022-01-12 | Optimize display timers in main menu | kamel5 | |
2022-01-12 | Prevents "invalid lock sequence" in the recording info menu when ↵ | kamel5 | |
Skinnopacitys SetRecording is called | |||
2021-12-18 | Height and width confused (thx to @LotharE at vdr-portal.de) | kamel5 | |
2021-12-16 | Version 1.1.91.1.9 | kamel5 | |
2021-12-16 | Centers ChannelLogos vertically in menu timer and menu schedule | kamel5 | |
2021-12-16 | Centers ChannelLogos vertically in displaychannel | kamel5 | |
2021-12-16 | Centers ChannelLogos vertically in the channel menu | kamel5 | |
2021-08-13 | Fix "warning: ‘posterHeightOrig’ may be used uninitialized in this function" | kamel5 | |
2021-08-13 | Fix segfault in cNopacityDetailView::InitiateViewType() | kamel5 | |
2021-08-08 | Add forgotten API query | kamel5 | |