aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/EventView.py
AgeCommit message (Collapse)Author
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-03-11do nothing when green button is pressed in a record, to be consistent with UIFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-01-19timer fixes and improvements by adeninghost
2009-01-09fixes by adenin:Felix Domke
- fixed "sometimes, timer changes would not be applied" - allow deleting timers in GraphMultiEPG - fix displayed clock icons in epg view, - fix button text for "zap", "add/remove timer" - multiepg and graphmultiepg will automatically switch to correct service
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-07-22cleanup some importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-30more changes for service groups (replacement for zapping alternativesAndreas Monzner
plugin).. now its basicaly working.. TODO: change zapping alternatives editor for new style
2006-08-15changes for use of new swig version 1.3.29 (c++ python wrapper)Andreas Monzner
with the new swig version all python -> c++ calls are round about 40% faster you must change in openembedded/conf/distro PREFERRED_VERSION_swig-native = "1.3.27" to PREFERRED_VERSION_swig-native = "1.3.29" or do a bitbake -b ../openembedded/packages/swig/swig-native_1.3.29.bb
2006-05-06don't add timers that are based on epg data, which are older than 14 daysStefan Pluecken
2006-04-20fix bsod when opening similar event list when no similar events existAndreas Monzner
2006-04-20small fixAndreas Monzner
2006-04-20fix bsodAndreas Monzner
2006-04-19show similar broadcastings deferred in eventviewAndreas Monzner
when similar broascastings are avail now it is possible to open a epglist with all similar broadcastings (via red button)
2006-04-15fix bug in EpgList.py (line 79, in getCurrent .. TypeError: unscribtable object)Andreas Monzner
make similar broadcasting search working in multiepg
2006-03-22fix typeAndreas Monzner
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-03-02minimally improved LCD supportFelix Domke
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-22change "Add Timer" to "Add timer" and change the german translation for itStefan Pluecken
2006-01-25don't translate empty stringsAxel Buehning
2006-01-25many info handling changes (nownext/multi/single epg)Andreas Monzner
2006-01-02add two native python epg viewsAndreas Monzner
2005-12-17timer: add name/description, factor out "parse from epg event", fix some ↵Felix Domke
cases where demux was not available at that time, add timeshift framework, fix movielist (not all movies are great!)
2005-11-24ability to add timers directly from the eventview screenStefan Pluecken
2005-11-18eWindow: title change will now invalidate decoration.Felix Domke
2005-11-17translationsStefan Pluecken
2005-11-17show event title in eventviewAndreas Monzner
2005-11-13show servicename in eventviewAndreas Monzner
2005-11-12use new ScrollLabel in EPG EventViewerAndreas Monzner
2005-11-11add Event detail viewerAndreas Monzner
not final version yet.. service name is missing, and i need to build a scrollable label