aboutsummaryrefslogtreecommitdiff
path: root/lib/nav
AgeCommit message (Collapse)Author
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
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)
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
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-11-13add stop serviceFelix 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-29simplify returnsFelix Domke
2005-05-04 - improve record supportFelix Domke
2005-04-30 - add recordFelix Domke
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
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
2005-02-10 - add "getCurrent" to service listboxFelix Domke
- add python wrapper for navigation core - use nav core - you can zap now :)
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 virtual destructor because of iObjectFelix Domke
2004-05-27add playlistsFelix Domke
2004-05-27some cleanupFelix 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