summaryrefslogtreecommitdiff
path: root/menudetailview.h
AgeCommit message (Collapse)Author
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-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-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.
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-13Version 1.1.0 - added scraper2vdr supportlouis
2013-11-07changed build environment that every class is build seperatelylouis
2013-10-03Added additional configurable channel logo cachelouis
2013-09-16added support for manual recording posterslouis
2013-09-09Added name of search timer which created recording in detailed recording ↵louis
information (closes Feature 1401)
2013-08-24fixed an possible uninitialised variable in recordings menulouis
2013-08-21Version 0.1.3, Added TVScrapper supportlouis
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
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
2012-11-27Initial push nOpacity 0.0.3root