aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Converter/Poll.py
AgeCommit message (Collapse)Author
2009-07-20Converter/Poll.py: fix suspendghost
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
2006-07-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-06-15add new skin stuffFelix Domke