| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-03 | allow skipping of end screens in wizards | Stefan Pluecken | |
| just add <condition> self.condition = self.isLastWizard </condition> to the last screen in your wizard furthermore you need to update the <step>-tag of your last step according to the following example: <step id="end" laststep="true"> ... </step> | |||
| 2009-09-03 | allow exiting wizards with exit key if there is no step history (i.e. user ↵ | Stefan Pluecken | |
| is in the first step of the wizard) | |||
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-19 | - increase video wizard timeout from 10 to 20 seconds | Stefan Pluecken | |
| - rearrange summary screen widgets - set summary screen before anything else in the wizard | |||
| 2009-02-12 | small speedups/cleanups by moritz venn | ghost | |
| 2008-12-10 | enable dream keyboard | acid-burn | |
| 2008-11-07 | Wizard.py: async fixes | ghost | |
| 2008-11-06 | Wizard.py: hopefully fix async stuff | ghost | |
| 2008-11-06 | Wizard.py: add handling for async code | ghost | |
| 2008-10-17 | use config callbacks from instantiated dialog in wizard screens | Stefan Pluecken | |
| 2008-10-14 | remove onSelectionChanged callbacks before deleting the ↵ | Stefan Pluecken | |
| configInstance["config"] item in the wizard to prevent calling them from a closed screen | |||
| 2008-10-07 | - show NumericalTextInput on text config entries | Stefan Pluecken | |
| - deleting of characters in the wizards should be fixed now thx to acid-burn for these fixes | |||
| 2008-10-07 | Wizard shouldn't be a subclass of HelpableScreen since there is no help | Stefan Pluecken | |
| available (prevents crash) pressing help while in videowizard could also lead to invisible GUI so each wizard should implement help for itself to fit its specific needs | |||
| 2008-07-08 | allow import of ConfigLists from non Screens. positions. | Stefan Pluecken | |
| example: <config screen="Plugins.Systemplugins.Foo" module="Bar" args="1" type="ConfigList" /> | |||
| 2008-07-08 | add getTranslation method to wizard baseclass to allow overwriting this ↵ | Stefan Pluecken | |
| method for plugin translations | |||
| 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-16 | allow dynamic config lists in wizards | Stefan Pluecken | |
| 2008-04-28 | disabling user interaction in all wizards by setting self.disableKeys to | Stefan Pluecken | |
| True | |||
| 2008-04-25 | wizard steps start with 1, not 0 | Stefan Pluecken | |
| 2008-04-25 | fix wizard GSOD when condition of last step is not fulfilled | Stefan Pluecken | |
| 2008-03-30 | allow language selection in video wizard | Stefan Pluecken | |
| 2008-02-19 | add some debugging to the Wizard | Stefan Pluecken | |
| catch a stepHistory situation | |||
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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) | |||
| 2008-02-11 | add a 'priority' for wizard screens to define the run order | Felix Domke | |
| 2008-02-11 | set LCD text transparency | Stefan Pluecken | |
| 2008-01-25 | some changes to change the current step on timeout events | Stefan Pluecken | |
| 2008-01-25 | fix wizard step history (exit key should work now as expected) | Stefan Pluecken | |
| 2008-01-25 | evaluate list changes | Stefan Pluecken | |
| 2008-01-24 | - fix bluescreen caused by wrong list handling | Stefan Pluecken | |
| 2008-01-24 | - add selectNext/selectPrevious to sources.List | Stefan Pluecken | |
| - fix wizard up/down for configList | |||
| 2008-01-24 | a lot of new wizard functionality | Stefan Pluecken | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-06-06 | small fix | Andreas Monzner | |
| 2007-06-06 | add runAsync support to wizzard | Andreas Monzner | |
| change run to runAsync in ScanSimple and ScanSetup (now the new cable transponder scan is working out of startwizzard too) | |||
| 2006-10-16 | add parental control setup to the start wizard | Stefan Pluecken | |
| 2006-05-11 | 'fix' orphan listboxes in wizard | Felix Domke | |
| 2006-04-19 | fix bluescreen when wizard ends | Andreas Monzner | |
| dont ask to scan 2nd NIM when both nims have the same satellites configured | |||
| 2006-02-25 | going back in the wizard should work better now | Stefan Pluecken | |
| 2006-02-25 | - new automatic scan - scans everything the NIM can handle | Stefan Pluecken | |
| - ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now | |||
| 2006-02-20 | add some info to debug prints | Felix Domke | |
| 2006-01-22 | remove debug | Stefan Pluecken | |
| 2006-01-22 | use IDs for jumping in the wizards | Stefan Pluecken | |
| 2005-12-18 | add a wizard attribute pos="after" to <code> to execute code after a step is ↵ | Stefan Pluecken | |
| finished close the infobar in step 2 | |||
| 2005-12-17 | tutorial manager proof-of-concept | Stefan Pluecken | |
| 2005-12-17 | add ability to remove list and config from a wizard | Stefan Pluecken | |
| 2005-12-17 | some 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-17 | remove workaround | Felix Domke | |
| 2005-12-16 | add a condition to the wizard-parser | Stefan 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-15 | wizard: cleanup circular reference on close | Felix Domke | |
| 2005-12-14 | fix translation of startwizard | Stefan Pluecken | |
| translate the window-title in the languageselection window when choosing a language translate some missing stuff | |||
