aboutsummaryrefslogtreecommitdiff
path: root/lib/service/service.cpp
AgeCommit message (Collapse)Author
2010-11-09add addFactoryExtension/removeFactoryExtension to eServiceCenterghost
2008-11-08add (tune)simulate support to some functionsghost
2008-11-06fix decodeFelix Domke
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2007-04-03encode/decode in fromString/toString so colons and other special characters ↵Felix Domke
will be saved correctly. This will break existing service references with a % in their path, but that shouldn't hurt too much.
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-11-30add TODOFelix Domke
2006-11-29code cleanup in ChannelSelection,Andreas Monzner
prepare for new service groups
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-10-31add setInfo / setInfoString for iServiceInformation and ↵Felix Domke
iStaticServiceInformation
2006-10-10add function to get a comparable service reference string (useable toAndreas Monzner
compare servicesrefs in python)
2006-04-26add function to get a list of CAIDs for a running dvb service from pythonAndreas Monzner
2006-02-20set type of servicereference to idInvalid when string parse not possibleAndreas Monzner
2006-01-08add subservice selection to timer (when linkage services are avail for the ↵Andreas Monzner
selected event) better layout in timerlist (more space for service name and event description)
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-12-12small optimiziationsAndreas Monzner
2005-12-03fix marking non playable services in channellistAndreas Monzner
2005-12-03remove non working indication of playable services in servicelistAndreas Monzner
get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache
2005-11-28service: add infoFelix Domke
2005-09-29add offline operations to servicesFelix Domke
2005-02-13 - started work on EITFelix Domke
- added "pcore", the navigation core for python
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
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
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-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2003-10-17import of enigma2Felix Domke