| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-08 | dvbtime.h/cpp: add possibility to build a 16bit hash with event start time ↵ | ghost | |
| and month day | |||
| 2009-03-04 | add possibility to disable the dvb transponder time sync | ghost | |
| not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work | |||
| 2008-12-03 | sync rtc time with linux time every 30 minutes when no transponder is ↵ | ghost | |
| tuned.. we need a fix for hardware without RTC... | |||
| 2008-10-30 | small refcounting fixes, add private operator delete to iObject | Andreas Monzner | |
| 2008-10-29 | also use refcounting for eTimers | Andreas Monzner | |
| its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed | |||
| 2008-06-13 | after DECLARE_REF now all is private.. not public | Andreas Monzner | |
| dont export AddRef, Release, ptrref and grabRef to python some cleanups | |||
| 2008-05-19 | remove no more needed time code | Andreas Monzner | |
| 2007-01-15 | use timedifference from eDVBLocalTimeHandler for time() calls in python | Andreas Monzner | |
| 2006-11-27 | fix warnings | Andreas Monzner | |
| 2006-07-25 | fix warnings, add toBCD function | Andreas Monzner | |
| 2005-12-31 | make many constructors and destructors invisible for python | Andreas Monzner | |
| 2005-12-23 | add ability to access eDVBLocalTimeHandler from python | Andreas Monzner | |
| 2005-12-17 | fix channel state handling | Andreas Monzner | |
| 2005-11-16 | always emit timeUpdated signal on first received TDT | Andreas Monzner | |
| only set rtc on first tdt receive on the same transponder.. not on updates.. (RTC is our reference time to check of transponder time is to fast or to slow) | |||
| 2005-09-30 | use libdvbsi++ from tuxbox-cvs, | Andreas Monzner | |
| please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk | |||
| 2005-07-12 | remove unneeded signals ( eDVBChannel::m_stateChanged give us the same ↵ | Andreas Monzner | |
| informations ) | |||
| 2005-07-04 | add epgcache | Andreas Monzner | |
| 2005-07-02 | add missing files, add ability to specify table_id mask and table_id ext mask | Andreas Monzner | |
