aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/pcore.cpp
AgeCommit message (Collapse)Author
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
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)
2006-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-01-26remove navigation events, they correspond to the iPlayableService events nowFelix Domke
2006-01-18add evEnd to (p)coreFelix Domke
2006-01-18add SeekableStatusChanged eventFelix Domke
2006-01-17remove never used playlist stuffFelix Domke
2005-12-21format, ac3 and crypted indicators now workingAndreas Monzner
TODO: get format/aspect infos from the mpeg decoder ( EIT information is not working on every service )
2005-11-13add stop serviceFelix Domke
2005-09-29consistently use iServiceHandler instead of eServiceCenter to use properly ↵Felix Domke
wrapped interface
2005-05-04 - improve record supportFelix Domke
2005-04-30 - add recordFelix Domke
2005-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-02-13 - started work on EITFelix Domke
- added "pcore", the navigation core for python