aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/core.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)
2007-01-07small fixAndreas 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
2007-01-03fix segfault on zap with active timeshiftAndreas Monzner
2006-11-26more python refcount debugging stuffAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-01-27stop service on shutdownFelix Domke
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-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-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-27add playlistsFelix Domke
2004-05-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2004-05-23added nav coreFelix Domke