aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/StartWizard.py
AgeCommit message (Collapse)Author
2008-07-23add LanguageWizard to adapt to the wizard design of the start wizardStefan Pluecken
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-07- allow multiple xml control files for one wizard (to combine wizards, that ↵Stefan Pluecken
should also be able to run standalone) - separate question for default sat lists in start wizard
2008-05-18don't show in startwizardStefan Pluecken
- tuner config if config.misc.startwizard.shownimconfig = False - service scan if config.misc.startwizard.doservicescan = False can be used to preconfigure an image through defaults in the dealer partition
2008-05-16move registering of DefaultWizard from StartWizard.py into DefaultWizard.pyStefan Pluecken
2008-04-28default wizardStefan Pluecken
beware: could overwrite some of your data in /etc/enigma2. add config.misc.defaultchosen=false to /etc/enigma2/settings to prevent this.
2008-04-18no need to define skin in skin_default.xml and .py filesAndreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-04-06add translation choser (on pressing the red button) to the StartWizardStefan Pluecken
2008-02-11add a 'priority' for wizard screens to define the run orderFelix Domke
2008-01-25change StartWizard's skin to sources concept for list widgetsStefan Pluecken
2007-07-22cleanup some importsAndreas Monzner
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-05somebody broke the start wizard by changing absolute paths for pixmaps to ↵Stefan Pluecken
relative ones
2006-02-07flush config (to flash) after leave wizardAndreas Monzner
2006-01-27add scrollbar to the config listStefan Pluecken
2005-12-23replace "Arial" by "Regular"Stefan Pluecken
2005-12-21translate the movie playerStefan Pluecken
2005-12-19give the wizard some space the breatheStefan Pluecken
2005-12-19wizardize the start wizardStefan Pluecken
2005-12-17some work on the wizard:Stefan Pluecken
- each wizard has its own precondition now - the steps label and the step slider is hidable for each wizard - add a tutorial wizard
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-15fix newlineFelix Domke
2005-12-12remove flickeringStefan Pluecken
2005-12-12add border for the stepsliderStefan Pluecken
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-11treat the LanguageSelection as an own wizard, so it is started first on a ↵Stefan Pluecken
firstrun save the language to the config-entry config.osd.language
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