| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2005-12-14 | change text a bit | Stefan Pluecken | |
| 2005-12-11 | fix po/Makefile.am to copy .mo files instead of .po | Stefan Pluecken | |
| update languages in realtime in LanguageSelection | |||
| 2005-12-11 | add 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-11 | some language-work | Stefan Pluecken | |
| catch case of not available languages | |||
| 2005-12-11 | rename a baseclass wizard for further wizards | Stefan 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-11 | finish 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-10 | add language selection to the start-wizard | Stefan Pluecken | |
| 2005-12-09 | some fixes and improvements for the start-wizard | Stefan Pluecken | |
| 2005-12-09 | use step attribute to point to the next step for a listbox entry in the wizard | Stefan Pluecken | |
| scanning is now possible through the wizard | |||
| 2005-12-09 | moving up/down/left/right/around the corner/to hollywood is now possible in ↵ | Stefan Pluecken | |
| the wizard | |||
| 2005-12-09 | show lists and configs in startwizard by adjusting the zPosition | Stefan 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-09 | use 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-09 | add tunersetup to the startwizard (just a proof of concept as of now) | Stefan Pluecken | |
| 2005-12-09 | some code cleanup | Stefan Pluecken | |
| 2005-12-09 | use startwizard.xml for startwizard-generation | Stefan Pluecken | |
| 2005-12-08 | define movepaths for MovingPixmaps and proof of concept in the start-wizard | Stefan Pluecken | |
| moving over pixmaps flickers sometimes. is this fixable somehow? | |||
| 2005-12-08 | fix linked tuners | Stefan Pluecken | |
| 2005-12-07 | add a list to the wizard | Stefan Pluecken | |
| 2005-12-07 | add step 2 | Stefan Pluecken | |
| 2005-12-07 | introduce the movingPixmap and use it to position the arrow in the ↵ | Stefan Pluecken | |
| start-wizard (but with some redrawing-problems :)) | |||
| 2005-12-07 | use steps in startwizard | Stefan Pluecken | |
