summaryrefslogtreecommitdiff
path: root/menuitem.c
AgeCommit message (Collapse)Author
2022-01-12Added number of errors to recording item in the recordings menukamel5
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-12Redundant 'Drawlogo' functions in class '*Menuitem' mergedkamel5
2021-12-16Centers ChannelLogos vertically in menu timer and menu schedulekamel5
2021-12-16Centers ChannelLogos vertically in the channel menukamel5
2021-08-08Add forgotten API querykamel5
2021-07-30Add "Use animation" to setupkamel5
With this menu item, the use of animation can be switched off centrally.
2021-07-30Eliminate cThread in cNopacityDetailViewkamel5
2021-07-12Add new iconskamel5
- add icon "recordingerror" to show recordings with TS errors - add icon "uhd4k" to show 4k video resolution
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 menukamel5
2021-07-12Optimize Flush in display menukamel5
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.
2021-07-12Optimize Flush in display trackskamel5
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.
2021-06-06Add thread nameskamel5
Better identification of threads in logs
2021-06-06Adding different SetAlphakamel5
This can simplify the calls to SetAlpha.
2021-06-04Eliminate isFolder in cNopacityDisplayMenu::SetItemRecordingkamel5
This parameter is not required because the Total parameter can be used.
2021-03-11Elimintae cNopacityMenuItem::SetFont*kamel5
Fonts assigned in constructor of cNopacityMainMenuItem*. Therefore SetFont(), SetFontSmall(), SetFontEPGWindow() and SetFontEPGWindowLarge() can be deleted.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-01-09Fix for gcc11kamel5
2018-05-03Do locking for vdr-2.3.xkamel5
2014-05-24added support for tvscraper again, tvscraper Version 0.2.0 neededlouis
2014-04-13Version 1.1.0 - added scraper2vdr supportlouis
2013-11-21Usage of channel logo background in displaychannel and on menuelements ↵louis
configurable via plugin setup
2013-11-17Added EPG Info in narrow Timers Menulouis
2013-11-09Fixed editing of text if text is scrollinglouis
2013-11-07changed build environment that every class is build seperatelylouis
2013-11-03Added complete date for events longer than one day in the future in ↵louis
schedules menu
2013-11-03improved display of text progress bar in wide menuslouis
2013-11-02changed way of calculating number of menu items in narrow menuslouis
2013-11-02display not selectable menu elements with dedicated font colorlouis
2013-11-02Added background with dedicated theme color for channel logos in menuslouis
2013-11-01cleaned up pixmaps in menuitems, avoided font pixelation in default menu itemslouis
2013-10-25Version 0.9.0louis
2013-10-03Configurable Menu Item Scroll Modelouis
2013-10-03Added additional configurable channel logo cachelouis
2013-09-30added some color definitions and theme keep it lightlouis
2013-09-29Added Cache for images and fontslouis
2013-09-17changed narrow recordings menu stylelouis
2013-09-16added support for manual recording posterslouis
2013-09-15new fullscreen display mode in narrow schedules and recordings viewlouis
2013-09-13changed channel logo handling and added logo converter script with some ↵louis
backgrounds
2013-09-09Added option to display plain channels and EPG information without time in ↵louis
channels menu (closes Feature 1377)
2013-09-08fixed channeldelimiterlouis
2013-09-08Display correct recording date even if recording info is empty (closes Bug 1448)louis
2013-08-25fixed possible uninitialised variable in recordingmenuitemlouis
2013-08-24fixed an possible uninitialised variable in recordings menulouis
2013-08-21Version 0.1.3, Added TVScrapper supportlouis
2013-06-21Fixed a bug with displaying Separators in main menulouis
2013-05-10removed unused variablelouis
2013-05-10Added optional dedicated status icons in channel displaylouis
2013-05-09Additional information in channels menu configurablelouis