Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-05 | Fix a possible segfault | 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 | Redundant 'Drawlogo' functions in class '*Menuitem' merged | kamel5 | |
2021-12-16 | Centers ChannelLogos vertically in menu timer and menu schedule | kamel5 | |
2021-12-16 | Centers ChannelLogos vertically in the channel menu | kamel5 | |
2021-08-08 | Add forgotten API query | kamel5 | |
2021-07-30 | Add "Use animation" to setup | kamel5 | |
With this menu item, the use of animation can be switched off centrally. | |||
2021-07-30 | Eliminate cThread in cNopacityDetailView | kamel5 | |
2021-07-12 | Add new icons | kamel5 | |
- add icon "recordingerror" to show recordings with TS errors - add icon "uhd4k" to show 4k video resolution | |||
2021-07-12 | Add "Use scraper infos and pictures" to setup | kamel5 | |
With this menu item, the use of scraper information and images can be switched off centrally. | |||
2021-07-12 | Add fade-out to display menu | kamel5 | |
2021-07-12 | Optimize Flush in display menu | kamel5 | |
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-12 | Optimize Flush in display tracks | kamel5 | |
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-06 | Add thread names | kamel5 | |
Better identification of threads in logs | |||
2021-06-06 | Adding different SetAlpha | kamel5 | |
This can simplify the calls to SetAlpha. | |||
2021-06-04 | Eliminate isFolder in cNopacityDisplayMenu::SetItemRecording | kamel5 | |
This parameter is not required because the Total parameter can be used. | |||
2021-03-11 | Elimintae cNopacityMenuItem::SetFont* | kamel5 | |
Fonts assigned in constructor of cNopacityMainMenuItem*. Therefore SetFont(), SetFontSmall(), SetFontEPGWindow() and SetFontEPGWindowLarge() can be deleted. | |||
2021-03-10 | Make imgCache global | kamel5 | |
Make imgcache global so that it doesn't always have to be passed explicitly to other functions. | |||
2021-01-09 | Fix for gcc11 | kamel5 | |
2018-05-03 | Do locking for vdr-2.3.x | kamel5 | |
2014-05-24 | added support for tvscraper again, tvscraper Version 0.2.0 needed | louis | |
2014-04-13 | Version 1.1.0 - added scraper2vdr support | louis | |
2013-11-21 | Usage of channel logo background in displaychannel and on menuelements ↵ | louis | |
configurable via plugin setup | |||
2013-11-17 | Added EPG Info in narrow Timers Menu | louis | |
2013-11-09 | Fixed editing of text if text is scrolling | louis | |
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-03 | Added complete date for events longer than one day in the future in ↵ | louis | |
schedules menu | |||
2013-11-03 | improved display of text progress bar in wide menus | louis | |
2013-11-02 | changed way of calculating number of menu items in narrow menus | louis | |
2013-11-02 | display not selectable menu elements with dedicated font color | louis | |
2013-11-02 | Added background with dedicated theme color for channel logos in menus | louis | |
2013-11-01 | cleaned up pixmaps in menuitems, avoided font pixelation in default menu items | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-10-03 | Configurable Menu Item Scroll Mode | louis | |
2013-10-03 | Added additional configurable channel logo cache | louis | |
2013-09-30 | added some color definitions and theme keep it light | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |
2013-09-17 | changed narrow recordings menu style | louis | |
2013-09-16 | added support for manual recording posters | louis | |
2013-09-15 | new fullscreen display mode in narrow schedules and recordings view | louis | |
2013-09-13 | changed channel logo handling and added logo converter script with some ↵ | louis | |
backgrounds | |||
2013-09-09 | Added option to display plain channels and EPG information without time in ↵ | louis | |
channels menu (closes Feature 1377) | |||
2013-09-08 | fixed channeldelimiter | louis | |
2013-09-08 | Display correct recording date even if recording info is empty (closes Bug 1448) | louis | |
2013-08-25 | fixed possible uninitialised variable in recordingmenuitem | louis | |
2013-08-24 | fixed an possible uninitialised variable in recordings menu | louis | |
2013-08-21 | Version 0.1.3, Added TVScrapper support | louis | |
2013-06-21 | Fixed a bug with displaying Separators in main menu | louis | |
2013-05-10 | removed unused variable | louis | |
2013-05-10 | Added optional dedicated status icons in channel display | louis | |