summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
...
* help perl_checker find the N("...") the #-PO corresponds toPascal Rigaux2003-02-201-2/+3
* add a PO comment to try to keep buttons in the window..Guillaume Cottenceau2003-02-201-0/+1
* Made sure that printerdrake does not open its main window when called during ...Till Kamppeter2003-02-201-1/+1
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-2/+2
* add some more formatErrorPascal Rigaux2003-02-191-1/+1
* fixed if update fail to allow retry.Francois Pons2003-02-191-2/+2
* added code to retry finding an update medium if something went wrong.Francois Pons2003-02-191-19/+25
* add ugly probed type of network configuration.Francois Pons2003-02-191-1/+6
* make sure network::network:: is used (just in case)Francois Pons2003-02-191-1/+1
* add default configuration for network for summary.Francois Pons2003-02-191-0/+4
* remove unneeded pablo's change on RTLGuillaume Cottenceau2003-02-181-3/+0
* define language directionPablo Saratxaga2003-02-181-0/+3
* (setRootPassword): display "Authentication" in AdvancedPascal Rigaux2003-02-181-3/+1
* display the release even when there is only one system to upgradePascal Rigaux2003-02-181-3/+1
* fix bug occurring "if no sound card are detected AND the user selected thingsPascal Rigaux2003-02-171-0/+1
* add a reboot if not enough free space is available for installation or upgrade.Francois Pons2003-02-171-1/+5
* ensure $o->{raw_X} is not destroyed when there is no modification donePascal Rigaux2003-02-171-1/+2
* better sound card description in summaryPascal Rigaux2003-02-171-1/+3
* handle "not configured" in summary_promptPascal Rigaux2003-02-161-3/+6
* add "Security level" in summaryPascal Rigaux2003-02-141-0/+14
* - re-indent summary entriesPascal Rigaux2003-02-141-107/+121
* (acceptLicense): do translate "Accept" and "Refuse"Pascal Rigaux2003-02-141-1/+1
* - add "Services" and "Firewall" in summaryPascal Rigaux2003-02-141-7/+33
* use $::prefixPascal Rigaux2003-02-141-1/+1
* change order of entries in summaryPascal Rigaux2003-02-141-35/+37
* don't allow going back from accept_licenser to select_language, hence allow r...Guillaume Cottenceau2003-02-131-1/+1
* - 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