aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Collapse)Author
2005-07-28 - fix filepush a bit, remove debug outFelix Domke
2005-07-28 - factor out the filepusher from ts recorderFelix Domke
2005-07-23init ringbuffer count to 0Felix Domke
2005-07-22make eFatals more fatalFelix Domke
2005-07-12 - add eUsePtr for eDVBChannelsFelix Domke
2005-06-30add dvb time handling with transponder time correction algo.. this use a ↵Andreas Monzner
rtc, when avail, mainloop changes for set linux time
2005-06-08merge some code with enigma codeAndreas Monzner
2005-05-12add memleak checkerAndreas Monzner
2005-05-12add missing headerAndreas Monzner
2005-05-04 - remove debug messageFelix Domke
2005-04-30 - add sendSignal to eThreadFelix 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-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
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2005-01-12fixes for build with new compilerAndreas Monzner
2005-01-09 - add more python stuffFelix Domke
- fix some gui/gdi - add eslider - improve windowstyle
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-09-25 - new GUI libFelix Domke
- fixes
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-27yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,Felix Domke
lots of work required).
2004-05-27add helper object for eSmartPtr, resolving a race condition.Felix 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
2003-10-17import of enigma2Felix Domke