Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-12 | Prevents "invalid lock sequence" in the recording info menu when ↵ | kamel5 | |
Skinnopacitys SetRecording is called | |||
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 | Merge Light version | kamel5 | |
"Light" version only differs from "normal" version in the detail view. So we can merge them together. The desired version can be selected in the setup ("Use tabs in detailview"). | |||
2021-07-30 | Eliminate cThread in cNopacityDetailView | kamel5 | |
2021-07-12 | Prevent fadein and fadeout if MenuCategory is mcPluginSetup or mcSetupPlugins | kamel5 | |
If fade-in or fade-out is active and the setup menu or its submenus was used, several fade-ins and fade-outs occurred when the "OK" button was pressed. This is normal VDR behavior. This change deactivates fade-in and fade-out in the setup case. | |||
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-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-06 | Rework CreateOsd() | kamel5 | |
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private. | |||
2021-06-06 | Eliminate cNopacityDisplayMenuView::SetDetailViewSize() and ↵ | kamel5 | |
cNopacityDetailView::SetGeometry() All parameters defined in these functions can be set in the constructor of NopacityDetailView. | |||
2021-06-04 | Eliminate isFolder in cNopacityDisplayMenu::SetItemRecording | kamel5 | |
This parameter is not required because the Total parameter can be used. | |||
2021-06-04 | Simplify cNopacityDisplayMenu::SetButtons() | kamel5 | |
This simplification makes it possible to eliminate the pixmapButtonsText in cNopacityDisplayMenuView. | |||
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-03-10 | Eliminate cNopacityDisplayMenuView::SetAvrgFontWidth | kamel5 | |
2021-03-10 | Convert menuItems from cList to std::vector | Soeren 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> | |||
2021-02-16 | Use MessageBox for DisplayMenu | Soeren Moch | |
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-01-09 | Fix for gcc11 | kamel5 | |
2018-05-03 | Changes for TimerActive | kamel5 | |
2018-05-03 | Do locking for vdr-2.3.x | kamel5 | |
2014-05-24 | Vertical channel logo alignment configurable in displaychannel | louis | |
2014-04-25 | Version 1.1.2: Restructured detailed EPG and recordings view1.1.2 | louis | |
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-02 | changed way of calculating number of menu items in narrow 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 | Added additional configurable channel logo cache | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |
2013-09-15 | new fullscreen display mode in narrow schedules and recordings view | louis | |
2013-09-13 | introduced dedicated theme font colors for different message types and ↵ | louis | |
different buttons (closes Feature 1462) | |||
2013-08-25 | Added Deadlock Patch | louis | |
2013-08-21 | Version 0.1.3, Added TVScrapper support | louis | |
2013-06-10 | Fixed a bug if switching to a invalid channel | louis | |
2013-05-08 | Introduced plain style without any blending effects | louis | |
2013-04-14 | Added display of next Schedules in Channel Menu | louis | |
2013-04-13 | Added debug for scaling | louis | |
2013-04-13 | added option auto for video scaling | louis | |
2013-04-07 | Fixed crash / hang if menu is opened with small screen size | louis | |
2013-04-07 | Added RSS Feed support | louis | |
2013-03-17 | Display grapical progress bar in every default style VDR menu, fixed ↵ | louis | |
progress bar detection | |||
2013-03-16 | Maximum number of timers in main menu configurable | louis | |
2013-03-16 | Title in VDR main menu configurable | louis | |
2013-03-15 | graphical progress bar if default menu item style for schedules is used | louis | |
2013-03-09 | Restructured setup menu | louis | |
2013-03-03 | Fixed a bug with menuselection patch | louis | |
2013-03-02 | nOpacity mirrored | louis | |
2013-02-26 | Usage of menu icons in main and setup menu configurable | louis | |