Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop field {next} in {steps} since it is duplicated in orderedSteps | Pascal Rigaux | 2003-10-15 | 1 | -1/+0 |
| | | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move | ||||
* | changed "Choose your Language" -> "Language" | Pablo Saratxaga | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | shortened some strings to help them fit in the steps window | Pablo Saratxaga | 2003-02-18 | 1 | -2/+2 |
| | |||||
* | fix pixel's commit: never display choosePackages and | Guillaume Cottenceau | 2003-02-17 | 1 | -2/+2 |
| | | | | | configureServices, instead of always | ||||
* | don't show "Choose packages to install" nor "Configure services" | Pascal Rigaux | 2003-02-17 | 1 | -2/+2 |
| | | | | | (was still there in expert) | ||||
* | honour 9.1 theme title of windows: no icon, text to the left | Guillaume Cottenceau | 2003-02-14 | 1 | -21/+21 |
| | |||||
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -3/+0 |
| | | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any | ||||
* | on error in acceptLicense, go back to selectLanguage (ie. handle "Previous ↵ | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | | | | ->" correctly) | ||||
* | new steps window layout | Pascal Rigaux | 2003-01-16 | 1 | -9/+10 |
| | |||||
* | ask security level in every install | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | move "configureX" step before "summary" step | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | move setupBootloader before summary | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - selectMouse is now just after selectLanguage | Pascal Rigaux | 2003-01-06 | 1 | -2/+2 |
| | | | | | - selectSCSI is before selectInstallClass | ||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | move installUpdates after configureX (workaround for bad timeouts during ↵ | Pascal Rigaux | 2002-02-20 | 1 | -1/+1 |
| | | | | installing updates) | ||||
* | changed installUpdates after summary (to get corrected timezone). | Francois Pons | 2002-01-07 | 1 | -1/+1 |
| | |||||
* | added update installation support to install (big modifs need testing). | Francois Pons | 2002-01-04 | 1 | -0/+1 |
| | |||||
* | createBootdisk now after setupBootloader (together with dumber ↵ | Pascal Rigaux | 2001-12-05 | 1 | -1/+1 |
| | | | | install_any::kernelVersion) | ||||
* | find error in /tmp/.error only if exception is "xxx failed" | Pascal Rigaux | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | new icons | damien | 2001-08-28 | 1 | -6/+6 |
| | |||||
* | icon correction | damien | 2001-08-25 | 1 | -7/+7 |
| | |||||
* | auto_inst enhancements | Pascal Rigaux | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | initial revision for drakautoinst | Guillaume Cottenceau | 2001-08-13 | 1 | -0/+51 |
- put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install |