aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Converter/ConditionalShowHide.py
AgeCommit message (Collapse)Author
2008-06-19fix typoAndreas Monzner
2008-02-14fix typoAndreas Monzner
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-11-01add "Blink" option to ConditionalShowHideAndreas Monzner
2007-10-07don't crash if boolean source returns NoneFelix Domke
2007-09-24immediately apply to new downstream connections (ConditionalShowHide is a ↵Felix Domke
bit special because it pushes, and doesn't pull)
2006-12-31add missing invertFelix Domke
2006-08-09fix cachingFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-07-24use single argument onlyFelix Domke
2006-06-26add Boolean source, add ServiceInfo boolean sources, add ConditionalShowHide ↵Felix Domke
converter, add FixedLabel and Pixmap renderer