aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/EpgSelection.py
AgeCommit message (Collapse)Author
2009-05-01EpgSelection.py: add to new skin sources.... one to get detailed event ↵ghost
information and one to get service information i.e. to get the ServiceName you should use the ServiceName Converter and source="Service" like the ChannelSelection Screen to get the Extended Description of current selected event you should use the EventName Converter and source="Event" like GraphicalMultiEPG Screen ... you can look in skin_default.xml
2009-02-28use < > keys vor next / previous service in single service epgghost
2009-02-27add possibility to change services in single service epg with bouquet +/- keyghost
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
2009-01-03small timer fixes by adeninghost
2008-12-22add possibility to remove timers in epglistghost
TODO: this is not working for subtitles yet and not its working in graphical multi epg
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)
2007-07-30possibility to sort epg list alphabetically (thanks to Moritz Venn)Felix Domke
2007-07-27remove unneeded codeAndreas Monzner
2007-07-22fix importsAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-04-03better fix for previous commitAndreas Monzner
store last entered begin time in multi epg
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-05-06remove debugAndreas Monzner
2006-05-06remove no more needed c++ single epg list content classAndreas Monzner
code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service)
2006-05-06don't add timers that are based on epg data, which are older than 14 daysStefan Pluecken
2006-05-05initialize self.zapFunc always.. this fixes a bluescreen on red button press ↵Andreas Monzner
when epgtype is not multiepg
2006-04-27ok in multiepg is now similar to press infoAndreas Monzner
change service is now possible via red button when the selected event is the now event
2006-04-27make bouquet +/- useable in multiepg to change directly from one to another ↵Andreas Monzner
bouquet epg
2006-04-26fix bluescreen when try to use the epg time search function in single epgAndreas Monzner
2006-04-26add ability to list all events for a specific start time/date (press Dream/Menu)Andreas 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-29on cancel press in single epg no more do recursive closeAndreas Monzner
2006-03-11fix return of actionmapFelix Domke
2006-03-01display clock png in single epg list for fitting timers (we have a problem ↵Stefan Pluecken
with the event id matching for manual timers)
2006-02-24generic show/hide support for GUIComponentsFelix Domke
2006-01-25many info handling changes (nownext/multi/single epg)Andreas Monzner
2006-01-15follow timer changesFelix Domke
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
2006-01-04remove info infoStefan Pluecken
2006-01-02toggle between epg types with infoStefan Pluecken
2006-01-02add two native python epg viewsAndreas Monzner
2005-12-22fixAndreas 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-24add color buttons to epgselectionStefan Pluecken
2005-11-13show servicename in eventviewAndreas Monzner
2005-11-12use green to add a timer directly from the epgSelectionStefan Pluecken
2005-11-12remove commentAndreas Monzner
2005-11-11add Event detail viewerAndreas Monzner
not final version yet.. service name is missing, and i need to build a scrollable label
2005-11-10self.Stefan Pluecken
2005-11-10user argument to set current serviceStefan Pluecken
extend constructor to take an argument which is then passed to setRoot in EpgSelection
2005-11-10try to add a epglist (not working yet)Andreas Monzner