Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let a step name be a callback in order to be able to generate dynamic | Thierry Vignaud | 2003-12-21 | 1 | -1/+2 |
| | | | | | | messages (in the past gettext was called at step time, but now it's called at wizard data structure compile time) | ||||
* | (process) add val_ref and list_ref support to ease data manipulation | Thierry Vignaud | 2003-12-19 | 1 | -0/+2 |
| | | | | | | (as wizard data structure is built early at compile time, ref on single values aren't any more valid when values are setted) | ||||
* | - consolidate code from drakwizard for reussage by drakxtools wizard: | Thierry Vignaud | 2003-12-16 | 1 | -0/+137 |
add a wizard layer on top of interactive that do proper backward/forward stepping for us - add documentation - remove useless fixed_{var|list} |