aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Clock.py
AgeCommit message (Collapse)Author
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas 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)
2008-02-13implement proper 'destroy' functions in ConverterFelix Domke
2007-08-02fix importAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2006-08-09fix cachingFelix Domke
2006-07-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-06-17add some new (currently unused) source/renderer based elementsFelix Domke
2006-06-15add new skin stuffFelix Domke