summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* better fix of ->isa usePascal Rigaux2003-01-231-1/+1
|
* (is_fbdev): createdPascal Rigaux2003-01-231-5/+7
| | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4
* (to_string): created, try to shortly describe current configurationPascal Rigaux2003-01-231-0/+7
| | | | | (configure_FB_TVOUT): don't do anything when not using XF4
* (summary): display more nicely the current X config when fbdevPascal Rigaux2003-01-231-3/+2
| | | | | (selectLanguage): no need to handle "Cancel" on language choosing :)
* focus first widget when there is no okPascal Rigaux2003-01-231-1/+1
|
* perl_checker fixThierry Vignaud2003-01-231-0/+1
|
* reconfigure sound slots at boot time (we should enhance slot fillingThierry Vignaud2003-01-231-0/+8
| | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one)
* fix perl-GTK2 dependancyThierry Vignaud2003-01-231-1/+1
|
* perl_checker fixThierry Vignaud2003-01-231-2/+2
|
* 9.1-0.13mdkThierry Vignaud2003-01-231-3/+36
|
* workaround bug introduced by new pixel focus managmentThierry Vignaud2003-01-231-1/+1
|
* (read): fix return value when no configured keyboard is foundPascal Rigaux2003-01-231-1/+1
|
* introduce ->is_fbdev, and use it to simplify ->set_resolutionPascal Rigaux2003-01-233-16/+18
|
* remove use of UNIVERSAL::isa() (it is not much more complex with ref + ↵Pascal Rigaux2003-01-231-1/+1
| | | | ->isa, and UNIVERSAL::isa() would need a special case in perl_checker)
* (setupSCSI): handle calling modules::interactive::load_category inPascal Rigaux2003-01-231-2/+4
| | | | | non-automatic mode when no harddrives are found
* (getHds): do not handle missing harddrives by calling setupSCSI, sincePascal Rigaux2003-01-231-7/+0
| | | | | setupSCSI do it by itself now
* (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵Pascal Rigaux2003-01-231-3/+2
| | | | any case
* nothing should be quoted here. if one wants to remove modulesGuillaume Cottenceau2003-01-231-6/+0
| | | | | from boot floppies, modules.pl is the way to go.
* ataraid is ad-hoc raid, unsupported in stage1 anywayGuillaume Cottenceau2003-01-231-0/+1
|
* force strict pragmaThierry Vignaud2003-01-231-1/+1
|
* isdn.pm now in use strictDamien Chaumette2003-01-234-6/+4
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-236-2/+7
|
* - force use strictThierry Vignaud2003-01-231-1/+1
| | | | | - perl_checker fix
* updated pot filePablo Saratxaga2003-01-223-596/+746
|
* English proofreadingPablo Saratxaga2003-01-227-27/+27
|
* call "yelp-pregenerate -a" after installing pkgs (since it's skipped ↵Pascal Rigaux2003-01-221-0/+1
| | | | DURING_INSTALL)
* include FS modules (fixes #975)Guillaume Cottenceau2003-01-221-1/+1
|
* correctly pop when F2 (screenshots)Guillaume Cottenceau2003-01-222-4/+3
|
* revive F1, F2 and alt-e (dialogs for F1 and F2 are broken, though)Guillaume Cottenceau2003-01-221-22/+15
|
* - perl_checker fixesThierry Vignaud2003-01-221-21/+15
| | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value
* add full pci probe supportGuillaume Cottenceau2003-01-222-43/+110
|
* have pci usb controllers sorted alphabeticallyGuillaume Cottenceau2003-01-221-1/+2
|
* fix call to sanitize_ver by giving it linux-$version instead of linux$ext.Francois Pons2003-01-221-1/+1
|
* (acceptLicense): use new "interactive" feature to gray "Next" button untilPascal Rigaux2003-01-221-7/+6
| | | | | license is accepted
* add {callbacks}{ok_disabled}Pascal Rigaux2003-01-221-0/+1
|
* add some documentation about the various possible fieldsPascal Rigaux2003-01-221-1/+13
|
* fix accents characters displaying in console mode during install:Guillaume Cottenceau2003-01-223-9/+7
| | | | | | | - convert translations into utf8 only during install && if using gtk - explicitely bind the codeset to the specified locale's encoding because during install they are reported as utf8
* simplify easy_dhcp prototypePascal Rigaux2003-01-222-2/+2
|
* perl checker fixes.Francois Pons2003-01-221-1/+1
|
* small changes in charset naming so they work better in console (consolePablo Saratxaga2003-01-221-9/+9
| | | | | is still not in utf-8)
* fix progressbar label initializationThierry Vignaud2003-01-221-7/+7
|
* - speedtouch fixes :Damien Chaumette2003-01-221-1/+1
| | | | | | | o binaries location from /usr/bin to /usr/sbin o clean previous instance of pppoa3 according to modem id (-c) (special thanks to Corsikas who proudly brings this patch to me :)
* perl_checker fixesThierry Vignaud2003-01-226-20/+20
|
* - if there's no know driver, offer to pick a driver in the driversThierry Vignaud2003-01-221-11/+14
| | | | | | | list in case ldetect-lst isn't up to date but the user know which driver to use - consolidate "pick any driver" entry
* *** empty log message ***Pascal Rigaux2003-01-221-1/+344
|
* - remove createBootdisk stepPascal Rigaux2003-01-226-95/+67
| | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any
* seems like gdk_window_foreign_new is leaking as well..Guillaume Cottenceau2003-01-211-1/+2
|
* (setupBootloader__mbr_or_not): add ability to skip and to put on floppyPascal Rigaux2003-01-211-8/+17
|
* enlarge "steps" window a littlePascal Rigaux2003-01-212-3/+3
|
* perl-GTK2 0.0.cvs.2003.01.21.1 should fix set_active(undef) misbehaviourGuillaume Cottenceau2003-01-212-2/+2
|