summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* make perl_checker a happy progPascal Rigaux2003-03-091-1/+1
|
* no "Previous" button when choosing install or upgradePascal Rigaux2003-03-091-8/+10
|
* mask encryption key (using stars)Pascal Rigaux2003-03-071-1/+3
|
* basic encrypt_key handling in upgrade (don't mistype!)Pascal Rigaux2003-03-061-0/+5
|
* dropped allowNVIDIA_rpmsFrancois Pons2003-03-061-1/+1
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-1/+4
|
* - (getTVcards, isTVcard) : consolidate tv detection codeThierry Vignaud2003-03-051-1/+1
| | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...)
* fix typoPascal Rigaux2003-03-041-4/+3
|
* add some explaination for translatorsPascal Rigaux2003-03-031-1/+4
|
* translate _bootloader_ on _device_Pascal Rigaux2003-03-031-1/+1
|
* translate mouse namesPascal Rigaux2003-03-031-2/+2
|
* The generation of the "Summary" button for printer configuration created a ↵Till Kamppeter2003-03-011-2/+5
| | | | blank entry in the $o->{printer}{configures} hash which lead to a blank menu entry in the main menu of printerdrake. This is fixed now.
* ensure the $::expert flag in netconnect doesn't propagate to the rest of thePascal Rigaux2003-02-281-0/+1
| | | | | install
* added mirror url not given.Francois Pons2003-02-271-1/+1
|
* fixed small typo.Francois Pons2003-02-271-1/+1
|
* added cancel button.Francois Pons2003-02-271-6/+9
|
* fixed message displayed.Francois Pons2003-02-271-1/+1
|
* added dialog more precisely.Francois Pons2003-02-271-1/+1
|
* added message box in case of error.Francois Pons2003-02-271-1/+1
|
* moved type detection code to network.Francois Pons2003-02-261-4/+1
|
* allow neuneus to quit install at license step (esp. for Ann & Warly's father)Pascal Rigaux2003-02-241-1/+6
|
* Fixed bug of printerdrake loosing the printer queue info during theTill Kamppeter2003-02-231-5/+18
| | | | | | | preparation of the "Summary" window (only if there are local printers). No the printer queue entries should not be empty when clicking on "Configure" in the "Printer" part of the "Summary" window.
* "Generate auto install floppy" and "Save packages selection" are now ↵Pascal Rigaux2003-02-211-4/+2
| | | | available in advanced
* oops i didn't understand the internals of wait_message hence breaking it. ↵Guillaume Cottenceau2003-02-201-4/+4
| | | | hopes that will fix.
* added wait message when building groups.Francois Pons2003-02-201-0/+3
|
* install the potentially needed locales country when user selectedGuillaume Cottenceau2003-02-201-0/+1
| | | | | another country
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-4/+4
|
* 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
| | | | the preparation of the "Summary" screen.
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-2/+2
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* 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
| | | | | (asked by flepied & warly)
* fix bug occurring "if no sound card are detected AND the user selected thingsPascal Rigaux2003-02-171-0/+1
| | | | | | needing a sound card, propose a special case for ISA cards" (thanks to guran)
* 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
| | | | | (since in that case Xconfig::main::configure_everything_or_configure_chooser() returns undef)
* 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
| | | | | - add group for summary entries
* (acceptLicense): do translate "Accept" and "Refuse"Pascal Rigaux2003-02-141-1/+1
|
* - add "Services" and "Firewall" in summaryPascal Rigaux2003-02-141-7/+33
| | | | | - rework a little summary & summary_prompt