summaryrefslogtreecommitdiff
path: root/menuitem.h
AgeCommit message (Collapse)Author
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 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-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-03-10Convert menuItems from cList to std::vectorSoeren Moch
This allows to access menu items in arbitrary order. This is required to learn remote control keys in the remote plugin. Also clear Tabs when creating menu to avoid uninitialized use. Signed-off-by: Soeren Moch <smoch@web.de>
2014-05-24added support for tvscraper again, tvscraper Version 0.2.0 neededlouis
2014-04-13Version 1.1.0 - added scraper2vdr supportlouis
2013-11-17Added EPG Info in narrow Timers Menulouis
2013-11-07changed build environment that every class is build seperatelylouis
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-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-08-24fixed an possible uninitialised variable in recordings menulouis
2013-08-21Version 0.1.3, Added TVScrapper supportlouis
2013-05-10Added optional dedicated status icons in channel displaylouis
2013-05-09Additional information in channels menu configurablelouis
2013-05-08Introduced plain style without any blending effectslouis
2013-05-03Added previous and next Channel Group in Channel Displaylouis
2013-04-14Added display of next Schedules in Channel Menulouis
2013-04-13added option auto for video scalinglouis
2013-03-19Improved display of non selectable header lines in default menuslouis
2013-03-17Display grapical progress bar in every default style VDR menu, fixed ↵louis
progress bar detection
2013-03-15graphical progress bar if default menu item style for schedules is usedlouis
2013-03-09Restructured setup menulouis
2013-03-02nOpacity mirroredlouis
2013-02-12Introduced rounded corners for menuitems and buttonslouis
2013-02-12Introduced narrow display of timers menu (Usage of narrow timer menu and ↵louis
width also configurable)
2013-01-12Added some more information (encrypted, source, transponder, frequency) to ↵louis
channels menu
2013-01-06Fixed displaying Recording Names and Recording Folder Names correctlylouis
2013-01-05Improved cutting of scrolled textlouis
2013-01-04Introduced new narrow displayed Recordings menulouis
2012-12-29Version 0.0.5louis
2012-12-16Whitespace Cleanuplouis
2012-12-15Introduced scrolling for menuslouis
2012-12-05changed epgsearch handlinglouis
2012-11-27Initial push nOpacity 0.0.3root