aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Clock.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-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-04-06update clock directly onShowAndreas Monzner
2006-04-03remove old lcd stuffFelix Domke
2006-03-02minimally improved LCD supportFelix Domke
2005-11-17fixed localtime-issue in ClockStefan Pluecken
don't add repeated timers to processed_timers
2005-11-09use timezone settingsRonny Strutz
2005-09-01add clock to lcdRonny Strutz
2005-08-28added setup screensRonny Strutz
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