aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Pixmap.py
AgeCommit message (Collapse)Author
2008-06-10small fixAndreas Monzner
2008-06-10add MultiPixmap... like MultiColorLabelAndreas 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)
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2005-12-09show lists and configs in startwizard by adjusting the zPositionStefan Pluecken
left/right is now possible with configlists in the wizard up/down possible with lists but doesn't work on configlists (why?)
2005-12-08define movepaths for MovingPixmaps and proof of concept in the start-wizardStefan Pluecken
moving over pixmaps flickers sometimes. is this fixable somehow?
2005-12-07introduce the movingPixmap and use it to position the arrow in the ↵Stefan Pluecken
start-wizard (but with some redrawing-problems :))
2005-12-07use steps in startwizardStefan Pluecken
2005-12-06show green button and subservices-text only when subservices are available ↵Stefan Pluecken
(showing of the label doesn't work. why?)
2005-12-06factorize the conditionalPixmapStefan Pluecken
2005-11-30remove debugFelix Domke
2005-11-26show dolby, crypt and format status in the infobar - we don't have ↵Stefan Pluecken
functionality to get the info about this yet
2005-11-26use PixmapConditional for BlinkingPixmapStefan Pluecken
2005-11-26add a class PixmapConditional, in which the pixmap is only displayed, when a ↵Stefan Pluecken
condition function returns True
2005-11-26get the file for the BlinkingPixmap from skin.xmlStefan Pluecken
2005-11-25add a blinking point to the infobarStefan Pluecken
the blinking point appears when doing an instant record it is a hack up to now the point looks ugly, because the transparency needs to be explored first