aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Boolean.py
AgeCommit message (Collapse)Author
2009-05-20support for a final post-destroy valueFelix Domke
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
2008-04-23allow setting a boolean valueFelix Domke
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-09-24make Boolean workFelix Domke
2006-08-09fix cachingFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-06-26add Boolean source, add ServiceInfo boolean sources, add ConditionalShowHide ↵Felix Domke
converter, add FixedLabel and Pixmap renderer