summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
* - fix calling configureTimezonePascal Rigaux2003-02-131-7/+6
* - set_help is deprecatedPascal Rigaux2003-02-131-27/+36
* don't use $_total, use $total_ insteadPascal Rigaux2003-02-131-2/+2
* rework summary() (esp. to allow a gtk frontend)Pascal Rigaux2003-02-121-87/+130
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* perl checkoGuillaume Cottenceau2003-02-101-1/+1
* - more precise message when formatting / fsck'ing / mounting partitionsPascal Rigaux2003-02-101-5/+3
* language/country selection change:Guillaume Cottenceau2003-02-081-9/+26
* (setRootPassword): have the focus on the password fieldPascal Rigaux2003-02-061-0/+1
* handle "Previous" on choosePackagesTreePascal Rigaux2003-02-051-1/+1
* fix typoPascal Rigaux2003-02-051-1/+1
* warn the user when leaving the summary with X non configuredPascal Rigaux2003-02-051-0/+7
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-021-1/+1
* fix poulpyPascal Rigaux2003-01-311-1/+1
* be sure $o->{netcnx}{type} is set when using easy_dhcpDamien Chaumette2003-01-311-1/+1
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-1/+1
* fix "Previous" button in warnAboutNaughtyServers, so there is 3 choicesPascal Rigaux2003-01-241-1/+2
* (formatMountPartitions): help perl (otherwise wait_message stays forever in n...Pascal Rigaux2003-01-231-0/+1
* (reallyChooseGroups): remove "Previous" buttonPascal Rigaux2003-01-231-1/+1
* (setupSCSI): remove now unused variable $clickedPascal Rigaux2003-01-231-1/+1
* (summary): display more nicely the current X config when fbdevPascal Rigaux2003-01-231-3/+2
* (setupSCSI): handle calling modules::interactive::load_category inPascal Rigaux2003-01-231-2/+4
* (acceptLicense): use new "interactive" feature to gray "Next" button untilPascal Rigaux2003-01-221-7/+6
* simplify easy_dhcp prototypePascal Rigaux2003-01-221-1/+1
* perl checker fixes.Francois Pons2003-01-221-1/+1
* - remove createBootdisk stepPascal Rigaux2003-01-221-61/+0
* replace "Next" button with "Reboot" at exitInstall stepPascal Rigaux2003-01-211-1/+1
* remove or fix some "Previous"Pascal Rigaux2003-01-211-6/+9
* (acceptLicense): handle "Previous ->" correctly, and simplify codePascal Rigaux2003-01-211-8/+7
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-4/+4
* fixed not to ask group instead of individual package selection.Francois Pons2003-01-161-1/+1
* new steps window layoutPascal Rigaux2003-01-161-2/+2
* ask security level in every installPascal Rigaux2003-01-161-4/+3
* do not propose individual package on upgrade.Francois Pons2003-01-161-1/+1
* hopefully last titi's bug on getSoundDevices :-(Pascal Rigaux2003-01-161-1/+1
* fix typoPascal Rigaux2003-01-151-1/+1
* (selectInstallClass): display mandrake release version when listing the choic...Pascal Rigaux2003-01-151-4/+12
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-1/+1
* simplify and factorizePascal Rigaux2003-01-101-11/+6
* (configureNetwork): call install_steps::configureNetwork()Pascal Rigaux2003-01-091-0/+1
* - configureNetwork step now only does easy_dhcp()Pascal Rigaux2003-01-091-8/+8
* (summary): add X configurationPascal Rigaux2003-01-071-10/+20
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-4/+4
* - adapt to new setupBootloaderPascal Rigaux2003-01-071-8/+7
* fix typos (thanks perl_checko!)Pascal Rigaux2003-01-061-8/+8
* selectInstallClass now automatically detect if an existing install is there,Pascal Rigaux2003-01-061-20/+19
* fix missing "use modules::interactive" (thanks to David Eastcott)Pascal Rigaux2003-01-041-0/+1
* replace any::load_category() with modules::interactive::load_category()Pascal Rigaux2003-01-021-3/+3
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-1/+1
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-1/+2