aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServicePosition.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)
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-06-15remove GUIComponent from PerServiceDisplayFelix Domke
2006-05-02don't crash if time is *really* invalidFelix Domke
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-03-07add TYPE_RELATIVE support for the ServicePosition componentFelix Domke
2006-02-25handle cuesheetsFelix Domke
2006-02-21update only when executedFelix Domke
2006-02-21add perService position display with gaugeFelix Domke
2006-01-27poll position, length even if not initially availableFelix Domke
2006-01-26follow core event changesFelix Domke
2005-11-15fix servicePositionFelix Domke
2005-09-26 - simplified getInterface-styled calls: now using return value instead of ↵Felix Domke
mutable argument
2005-08-17 - add display of length, remaining timeFelix Domke
2005-08-17 - add ServicePositionFelix Domke