aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PerServiceDisplay.py
AgeCommit message (Collapse)Author
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)
2007-07-22cleanup some importsAndreas Monzner
2006-07-14rename event into event_callbackFelix Domke
2006-07-10add missing base class initializationAndreas Monzner
2006-07-10optionally call callback with event argumentFelix Domke
2006-06-15remove GUIComponent from PerServiceDisplayFelix Domke
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-04-09add destroy() for Components to fix bug #52Felix Domke
2006-02-21add perService position display with gaugeFelix Domke
2006-02-13display remaining time for next eventFelix Domke
2006-01-26follow core event changesFelix Domke
2006-01-18use progressbar in InfoBar to display the progress of the "now" eventStefan Pluecken
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox
2005-05-05 - split of Components into different filesFelix Domke
- screen (will be split next) must import required modules