aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicefs.cpp
AgeCommit message (Collapse)Author
2008-05-15remove 'unhandled extension' debug messageFelix Domke
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2007-04-12use hex instead of decimalFelix Domke
2006-11-26more python refcount debugging stuffAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-10-10add function to get a comparable service reference string (useable toAndreas Monzner
compare servicesrefs in python)
2006-06-22make file extensions case insensitive in mediaplayer and servicefsStefan Pluecken
2006-06-18change .e2 to .e2plsStefan Pluecken
2006-06-18more flexible way of adding new playlist typesStefan Pluecken
add .e2 as playlist type for the internal e2 playlist
2006-05-03much more flexible method to get a servicelist in python..Andreas Monzner
2006-03-24mediaplayer can play wave files (package gst-plugin-wavparse needed)Stefan Pluecken
2006-03-23allow some more media types, fix extension detectionFelix Domke
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-03-14list mp3 files. we need something better here.Felix Domke
2006-01-24add ability to copy providers or all services from satellites to favourites ↵Andreas Monzner
(this creates a new bouquet) add ability to remove a complete bouquet both are just working with enabled multi bouquet mode
2006-01-18added missing return statementAndreas Oberritter
2005-11-13add iMutableServiceListFelix Domke
2005-10-15fix mem/fd leakFelix Domke
2005-10-09service: add sort of servicelist including all required layersFelix Domke
2005-09-29consistently use iServiceHandler instead of eServiceCenter to use properly ↵Felix Domke
wrapped interface
2005-09-29add offline operations to servicesFelix Domke
2005-08-16 - add getLength() call to iStaticServiceInformationFelix Domke
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
2005-07-29 - split out meta parserFelix Domke
- movie selection works now - service information for pvr services work
2005-07-29 - add movie selectorFelix 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-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