aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Wizard.py
AgeCommit message (Collapse)Author
2005-12-10add language selection to the start-wizardStefan Pluecken
2005-12-09some fixes and improvements for the start-wizardStefan Pluecken
2005-12-09use step attribute to point to the next step for a listbox entry in the wizardStefan Pluecken
scanning is now possible through the wizard
2005-12-09moving up/down/left/right/around the corner/to hollywood is now possible in ↵Stefan Pluecken
the wizard
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-09use slotid as parameter for the SatSetup instead of nim for easier inclusing ↵Stefan Pluecken
into the start wizard add ability to pass arguments to a screen (the args-tag is evaluated with eval())
2005-12-09add tunersetup to the startwizard (just a proof of concept as of now)Stefan Pluecken
2005-12-09some code cleanupStefan Pluecken
2005-12-09use startwizard.xml for startwizard-generationStefan Pluecken
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-08fix linked tunersStefan Pluecken
2005-12-07add a list to the wizardStefan Pluecken
2005-12-07add step 2Stefan Pluecken
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-07work on startup-wizardStefan Pluecken
2005-11-22fix typoFelix Domke
2005-11-22add welcome wizardFelix Domke