aboutsummaryrefslogtreecommitdiff
path: root/Navigation.py
AgeCommit message (Collapse)Author
2010-03-29Navigation.py: dont restart (alternative) service when not neededghost
this fixes bug #356
2009-12-17Navigation.py: add possibility to restart the same serviceghost
2009-01-27differenciate between normal and simulate recordingsghost
simulate recordings now no more returned in normal nav.getRecordings() call.. to get a list of running simulate recordings you can use nav.getRecordings(True)
2008-12-02add new after record timer event behavior "auto".. and use it as defaultghost
2008-11-08fix TimerSanityCheck for Service Groups (Alternatives)ghost
dont care about tuner slot num in Timersanity Check fix wrong timersanitycheck result in some cases (Bug: unknown Conflict)
2008-09-19fix typoAndreas Monzner
2008-08-29remove workarounds to detect buggy fp driver / atmel firmwareAndreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-06-25now nav.getCurrentlyPlayingServiceReference() and nav.getCurrentService()Andreas Monzner
returns valid service until iPlayableService.evEnd is received (this fixes among other things the problem that subtitles are not working when switching from a live dvb service to a dvb playback service or vice versa)
2007-07-22cleanup some importsAndreas Monzner
2007-02-08fix bug in alternative servicesAndreas Monzner
2007-02-07parental locking fixesAndreas Monzner
2007-01-18do not play running service againAndreas Monzner
2007-01-03remove ugly HACKAndreas Monzner
send evEnd in correct order (this assumes that no one need the currentService after evEnd is dispatched or in the evEnd callback
2006-12-22add "show transponder" info to service context menu in channellistAndreas 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-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-11-13add missing sleep timerStefan Pluecken
2006-10-10use service compare strings instead of eServiceReferences in parental controlStefan Pluecken
2006-10-10add parental control (still somehow buggy and some minor features missing... ↵Stefan Pluecken
don't trust it yet to protect your children)
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-08-24no bluescreen when playing "None"Andreas Monzner
2006-08-18fixesAndreas Monzner
2006-08-18give more resources free on nav.shutdown and nav.stopServiceAndreas Monzner
2006-08-15small performance fix (use cache for nav.getCurrentService())Andreas Monzner
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-01-27Navigation: shutdown nav core on shutdownFelix Domke
2006-01-18store and restore pathes in channellistAndreas Monzner
2006-01-17remove never used playlist stuffFelix Domke
2005-12-21zap to last channel with 0Stefan Pluecken
(could someone check, if this has no side effects now? the root isn't set right after 0-zap... please fix... i have no idea how this can be done)
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-30nav: add stopUserServicesFelix Domke
2005-11-15fix playService with NoneFelix Domke
2005-11-15always have currentlyPlayingServiceReferenceFelix Domke
2005-11-14add stopServiceFelix Domke
2005-11-09disable some debug outputFelix Domke
2005-10-15some more SWIG_OUTPUT/SWIG_VOID API improvementsFelix Domke
2005-09-29consistently use iServiceHandler instead of eServiceCenter to use properly ↵Felix Domke
wrapped interface
2005-09-29swig: some more simplifying magicFelix Domke
2005-05-20 - add description for timer entriesFelix Domke
2005-05-16 - add missing filesFelix Domke