Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | Use VolumeBox for DisplayChannel | kamel5 | |
Shows the volume box in DisplayChannel. An setup option is added to activate the volume box. | |||
2022-06-05 | Optimize display progress bar in DisplayChannel | kamel5 | |
The update rate of the progress bar is optimized for a smoother display. | |||
2022-05-09 | Optimize channelview OSD size | Soeren 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> | |||
2021-07-30 | Add "Use animation" to setup | kamel5 | |
With this menu item, the use of animation can be switched off centrally. | |||
2021-07-12 | Small simplification in display channel | kamel5 | |
channelchange can be kept in cNopacityDisplayChannel. So this variable can be deleted in cNopacityDisplayChannelView. | |||
2021-07-12 | Add fade-out to display channel | kamel5 | |
2021-07-12 | Optimize Flush in display channel | 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. | |||
2021-06-06 | Add thread names | kamel5 | |
Better identification of threads in logs | |||
2021-06-06 | Rework CreateOsd() | kamel5 | |
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private. | |||
2021-03-11 | Fix the clock wasn't updated in Displaychannel. | kamel5 | |
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-02-16 | Use MessageBox for DisplayChannel | Soeren Moch | |
Also use MessageBox here to get the unified appearence of messages everywhere. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Cleanup optimized DisplayChannel | Soeren Moch | |
We unconditionally create a channelView in the constructor, no need to check its presence. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-01-29 | Optimize displaychannel | kamel5 | |
2021-01-27 | Fixed a crash when starting VDR when a message should be displayed after the ↵ | kamel5 | |
timer conflict check | |||
2019-11-01 | Optimize display poster in displaychannel | kamel5 | |
2018-06-18 | Fix segfault while starting | kamel5 | |
2018-05-03 | Repair "invalid lock sequence report" | kamel5 | |
2018-05-03 | Do locking for vdr-2.3.x | kamel5 | |
2018-05-03 | Use std::max and std::min | kamel5 | |
2014-04-25 | Version 1.1.2: Restructured detailed EPG and recordings view1.1.2 | louis | |
2014-02-01 | fixed channel info display | louis | |
2014-02-01 | Added information about running recordings in DisplayChannel | louis | |
2014-02-01 | Fixed a bug with xine as output plugin that VDR crashes if xine plugin gets ↵ | louis | |
closed | |||
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-02 | implemented cDisplayChannel::SetMessage() | louis | |
2013-11-01 | Fixed clearing pixmap in displaychannel if no epg is available | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-10-03 | Fixed a bug that running instant recording is not displayed in displayChannel | 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-18 | made blending effect in displayChannel and displayReplay optional | louis | |
2013-09-18 | optimized some theme colors in displaychannel and displaymessage | louis | |
2013-09-16 | added setup option to display poster or fanart in channel display | louis | |
2013-09-14 | fixed a segfault in displaychannel | louis | |
2013-09-14 | dedicated theme colors in display channel for current event, current event ↵ | louis | |
info, next evet and next event info (closes Feature 1466) | |||
2013-09-13 | changed channel logo handling and added logo converter script with some ↵ | louis | |
backgrounds | |||
2013-09-12 | Display stereo symbol in displayChannel if at least one mpeg track is ↵ | louis | |
available (and not two, closes Feature 1404) | |||
2013-09-12 | Added REC Icon in displayChannel for current and next event (closes Feature ↵ | louis | |
1403) | |||
2013-09-11 | Improved display of channel separators (closes tickets 1477 and 1482) | louis | |
2013-09-08 | Display correct recording date even if recording info is empty (closes Bug 1448) | louis | |
2013-09-08 | Changed default Channelseparator Icon (closes Bug 1412) | louis | |
2013-08-25 | Added Deadlock Patch | louis | |
2013-08-24 | fixed a bug that poster or banner is not displayed in displayChannel if fade ↵ | louis | |
in time is set to zero | |||
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-10 | Fixed a bug if switching to a invalid channel | louis | |
2013-05-12 | all status icons on same y value in channel display | louis | |
2013-05-12 | Fixed a bug that channel info was not cleared | louis | |