| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-18 | remove unneeded code | ghost | |
| 2008-11-18 | fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED! | ghost | |
| 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-10-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-27 | small cleanup | Andreas Monzner | |
| 2008-10-27 | long -> int | Andreas Monzner | |
| 2008-10-23 | fix garbage collection (Modules/gcmodule.c:380: move_unreachable: Assertion | Andreas Monzner | |
| `gc->gc.gc_refs > 0`) | |||
| 2008-06-04 | fix spinner handling | Andreas Monzner | |
| 2008-06-03 | small cleanup | Andreas Monzner | |
| 2008-04-26 | compatibility to python 2.4. | Felix Domke | |
| 2008-04-16 | use clock_gettime for internal timers instead of gettimeofday .. so now our | Andreas Monzner | |
| timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical) | |||
| 2008-03-25 | remove redundant '!!' | Andreas Oberritter | |
| 2008-03-25 | second argument of PyDict_Next() should be of type Py_ssize_t, which isn't ↵ | Andreas Oberritter | |
| restricted to 32 bits | |||
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas Monzner | |
| class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated) | |||
| 2007-11-14 | fix frequently segfault on clean shutdown | Andreas Monzner | |
| 2007-05-25 | add 'spinner' (non-idle detection) | Felix Domke | |
| 2007-03-20 | small fix | Andreas Monzner | |
| 2007-03-20 | cleanup / apply timeoffsets to twisted timer too | Andreas Monzner | |
| 2007-01-22 | mainloop cleanup/speedup | Andreas Monzner | |
| 2007-01-06 | add much simpler solution for newly created Socketnotifiers in another | Andreas Monzner | |
| socketnotifier callback | |||
| 2007-01-02 | add support for python threads (python threads are just running when the ↵ | Andreas Monzner | |
| mainloop is idle) add ePythonMessagePump class for interthread communication | |||
| 2006-12-14 | add possibility to get a dict with transponderdata for servicerefs | Andreas Monzner | |
| 2006-12-12 | nicer code | Andreas Monzner | |
| 2006-12-12 | fix bug in mainloop (this fixes sometimes no more responding e2) | Andreas Monzner | |
| 2006-11-25 | python object refcount debugging code second try | Andreas Monzner | |
| 2006-10-25 | cleanup mainloop code | Andreas Monzner | |
| 2006-05-07 | fix | Andreas Monzner | |
| 2006-04-06 | give more priority to socketnotifiers(fd's) in mainloop | Andreas Monzner | |
| 2006-03-30 | add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart ↵ | Andreas Monzner | |
| mainloops) | |||
| 2006-02-25 | some fixes for twisted | Felix Domke | |
| 2006-02-19 | return None on quit | Felix Domke | |
| 2006-01-17 | fixed comparison between signed and unsigned integer | Andreas Oberritter | |
| 2006-01-13 | fix memleak, | Andreas Monzner | |
| speedups | |||
| 2006-01-13 | prepare for new twisted reactor code | Felix Domke | |
| 2006-01-07 | i think it is not fatal when a socketnotifier doesnt handle all POLL signals ↵ | Andreas Monzner | |
| (like POLLERR or POLLHUP) | |||
| 2006-01-05 | make our event loop compatible to my new twisted reactor core | Felix Domke | |
| 2005-11-25 | remove old comment, fix returncodes on signal | Felix Domke | |
| 2005-11-25 | base: fix a very theoretical performance problem | Felix Domke | |
| 2005-11-22 | invalidate local time if time was changed | Felix Domke | |
| 2005-11-15 | improve locking of addTimeOffset a bit | Felix Domke | |
| 2005-11-15 | reformat | Felix Domke | |
| 2005-10-16 | cleaned up poll core | Felix Domke | |
| 2005-06-30 | add dvb time handling with transponder time correction algo.. this use a ↵ | Andreas Monzner | |
| rtc, when avail, mainloop changes for set linux time | |||
| 2005-05-04 | - remove debug message | Felix Domke | |
| 2005-01-20 | - redraw now in idle | Felix Domke | |
| - mainloop called from python (could be changed) - clock components manages timer - timer usuable from python | |||
| 2003-10-17 | import of enigma2 | Felix Domke | |
