summaryrefslogtreecommitdiff
path: root/menudetailview.c
AgeCommit message (Collapse)Author
2021-08-13Fix "warning: ‘posterHeightOrig’ may be used uninitialized in this function"kamel5
2021-08-13Fix segfault in cNopacityDetailView::InitiateViewType()kamel5
2021-07-30Eliminate separate cNopacityMenuDetailTextViewLightkamel5
cNopacityMenuDetailTextViewLight and cNopacityTextView have mostly the same funktionality, so we can eliminate the first one.
2021-07-30Merge Light versionkamel5
"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-30Eliminate cThread in cNopacityDetailViewkamel5
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 TS errors to recording infokamel5
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-06Add thread nameskamel5
Better identification of threads in logs
2021-06-06Make cNopacityView::SetFonts privatkamel5
2021-06-06Adding different SetAlphakamel5
This can simplify the calls to SetAlpha.
2021-06-06Eliminate cNopacityDisplayMenuView::SetDetailViewSize() and ↵kamel5
cNopacityDetailView::SetGeometry() All parameters defined in these functions can be set in the constructor of NopacityDetailView.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2018-05-03Do locking for vdr-2.3.xkamel5
2014-05-24added support for tvscraper again, tvscraper Version 0.2.0 neededlouis
2014-04-25Version 1.1.2: Restructured detailed EPG and recordings view1.1.2louis
2014-04-15fixed crash in detailed epg viewlouis
2014-04-14Only display poster in detailed recordings viewlouis
2014-04-14Only display poster in detailed EPG View if really availablelouis
2014-04-14Fixed a crash if no images exists for a movielouis
2014-04-13Version 1.1.0 - added scraper2vdr supportlouis
2013-11-07changed build environment that every class is build seperatelylouis
2013-10-25Version 0.9.0louis
2013-10-03Added additional configurable channel logo cachelouis
2013-09-30added some color definitions and theme keep it lightlouis
2013-09-16added support for manual recording posterslouis
2013-09-16added some rounded cornerslouis
2013-09-15new fullscreen display mode in narrow schedules and recordings viewlouis
2013-09-14added event length in header and configurable border in detailed event and ↵louis
recording view
2013-09-13changed channel logo handling and added logo converter script with some ↵louis
backgrounds
2013-09-09Added channel number in display of reruns in detailed EPG view (closes ↵louis
Feature 1402)
2013-09-09Added name of search timer which created recording in detailed recording ↵louis
information (closes Feature 1401)
2013-08-24fixed a bug that EPG images are not displayed correctly in detail viewlouis
2013-08-24Additional setup option to display epg images also if tvscraper media is ↵louis
available
2013-08-24fixed an possible uninitialised variable in recordings menulouis
2013-08-21Version 0.1.3, Added TVScrapper supportlouis
2013-05-04Implemented workaround for VDR DrawEllipse buglouis
2013-04-15Fixed a bug in conjunction with displaying additional EPG imageslouis
2013-04-07Added RSS Feed supportlouis
2013-03-02rounded corners also for epg and recording imageslouis
2013-03-02nOpacity mirroredlouis
2013-02-20display all jpegs in a recording folder in detailed recording viewlouis
2013-01-30 Added displaying of additional EPG images in detailed EPG viewlouis
2013-01-09Added some recording information (channel, size, cutted size, format, est. ↵louis
bitrate) in detailed recording view
2013-01-09Fixed showing current show as rerun in epg detail viewlouis
2012-12-18Displaying epg image for recordings using first found jpg in recordings folderlouis
2012-12-16Whitespace Cleanuplouis
2012-12-07Fixed some crasheslouis
2012-12-05changed epgsearch handlinglouis
2012-11-28Added feature to display reruns in detailed EPG viewlouis