summaryrefslogtreecommitdiff
path: root/displaychannelview.c
AgeCommit message (Collapse)Author
2022-05-21Add setup option to display the channellogobackground only if a channellogo ↵kamel5
ist present or not present
2022-05-21Prevents a possible segfaultkamel5
A segfault is possible if "signal.png" is not found in the resource directory "icons/skinIcons/"
2022-05-21Align channel logo backgroundSoeren 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-09Optimize channelview OSD sizeSoeren 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-09Add "Use animation"kamel5
Also checks "Use animation" in the plugin main menu if a fade-in should be performed
2022-01-12Rework GetScreenResolutionIcon()kamel5
2022-01-12Optimize display channellogo in displaychannelkamel5
2021-12-18Height and width confused (thx to @LotharE at vdr-portal.de)kamel5
2021-12-16Centers ChannelLogos vertically in displaychannelkamel5
2021-07-12Add new iconskamel5
- add icon "recordingerror" to show recordings with TS errors - add icon "uhd4k" to show 4k video resolution
2021-07-12Small simplification in display channelkamel5
channelchange can be kept in cNopacityDisplayChannel. So this variable can be deleted in cNopacityDisplayChannelView.
2021-07-12Add "Use scraper infos and pictures" to setupkamel5
With this menu item, the use of scraper information and images can be switched off centrally.
2021-07-12Add fade-out to display channelkamel5
2021-06-06Adding different SetAlphakamel5
This can simplify the calls to SetAlpha.
2021-06-06Rework CreateOsd()kamel5
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-02-16Use MessageBox for DisplayChannelSoeren Moch
Also use MessageBox here to get the unified appearence of messages everywhere. Signed-off-by: Soeren Moch <smoch@web.de>
2020-06-29Change Locking in cNopacityDisplayChannelView::DrawEventskamel5
2019-11-01Optimize display poster in displaychannelkamel5
2018-05-06Optimize cNopacityDisplayChannelView::DrawEventskamel5
2018-05-04Display Rec for next Event only if Activekamel5
2018-05-03Repair "invalid lock sequence report"kamel5
2018-05-03Do locking for vdr-2.3.xkamel5
2018-05-03Use std::max and std::minkamel5
2014-05-24fixed possible division by zerolouis
2014-05-24added support for tvscraper again, tvscraper Version 0.2.0 neededlouis
2014-04-13Version 1.1.0 - added scraper2vdr supportlouis
2014-02-01Added information about running recordings in DisplayChannellouis
2014-02-01Fixed a bug with xine as output plugin that VDR crashes if xine plugin gets ↵louis
closed
2013-11-29fixed a crash with dvb cards which deliver negative signal valueslouis
2013-11-21Usage of channel logo background in displaychannel and on menuelements ↵louis
configurable via plugin setup
2013-11-21Added logo backgrounds in displaychannel also for blended themeslouis
2013-11-07changed build environment that every class is build seperatelylouis
2013-11-02implemented cDisplayChannel::SetMessage()louis
2013-11-02Improved Display of Poster or Banner in displaychannellouis
2013-11-02Added background for status icons in displaychannellouis
2013-11-02Added configurable transparency for channeldisplay backgroundlouis
2013-11-01Changed display of channel groups in displaychannellouis
2013-10-26added dedicated screen resolution icons for displayChannellouis
2013-10-25Version 0.9.0louis