aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Wizard.py
AgeCommit message (Collapse)Author
2005-12-16add a condition to the wizard-parserStefan Pluecken
use this condition to discover, whether we need to show the tuner configs in the start wizard (single tuner-boxes should work now)
2005-12-15wizard: cleanup circular reference on closeFelix Domke
2005-12-14fix translation of startwizardStefan Pluecken
translate the window-title in the languageselection window when choosing a language translate some missing stuff
2005-12-14change text a bitStefan Pluecken
2005-12-11fix po/Makefile.am to copy .mo files instead of .poStefan Pluecken
update languages in realtime in LanguageSelection
2005-12-11add some translations (translations in the wizard don't work in some places)Stefan Pluecken
remove every moving pixmap from the startwizard (because of flickering)
2005-12-11some language-workStefan Pluecken
catch case of not available languages
2005-12-11rename a baseclass wizard for further wizardsStefan Pluecken
derive a StartWizard-class from this wizard-baseclass each wizard now has a listbox, a configlist, a text-label and a xml file describing the wizard
2005-12-11finish language-menu - the RT_VALIGN_CENTER doesn't work in ↵Stefan Pluecken
eListboxPythonMultiContent... why? add language-screen to the start-wizard, which breaks the startwizard. bug in screen-handling?
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