summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Expand)AuthorAgeFilesLines
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-217-36/+39
* perl_checker compliancePascal Rigaux2004-07-212-2/+2
* remove unused variablePascal Rigaux2004-07-212-3/+0
* perl_checker fixesPascal Rigaux2004-07-211-3/+3
* XFdrake doesn't modify modules_conf! (or does it?)Pascal Rigaux2004-07-211-2/+0
* maxi perl_checker compliance comboOlivier Blin2004-07-201-5/+5
* do not read conf in add_intf, this is already done by the netconnect wizardOlivier Blin2004-07-201-2/+0
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls t...Olivier Blin2004-07-202-3/+2
* cosmeticsOlivier Blin2004-07-201-3/+7
* do not allocate new Gtk2::Gdk::GC at each redraw (last memory leakOlivier Blin2004-07-201-5/+6
* do not probe devices twice (and avoid to grep on detect_devices::probeall()),...Olivier Blin2004-07-201-5/+4
* use the power of the Gtk2::Dialog widget, thus giving change_color()Olivier Blin2004-07-201-12/+7
* better looking wizardThierry Vignaud2004-07-201-2/+2
* put help out of the radiobuttonThierry Vignaud2004-07-201-2/+2
* translate connection type (Fabrice Facorat)Olivier Blin2004-07-201-2/+2
* fix spacing (from Fabrice Facorat, #10300), remove blank lineOlivier Blin2004-07-201-2/+1
* Add type => 'list' in ask_fromVicent Guardiola2004-07-201-1/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-2025-26/+26
* unsensitive buttons immediatly once ifup/isdown has completedThierry Vignaud2004-07-191-2/+19
* use run_program, try to handle default interface betterOlivier Blin2004-07-191-4/+5
* disable the connect button if up interface is found (there isOlivier Blin2004-07-191-2/+2
* also add long name when adding add short namePascal Rigaux2004-07-191-8/+12
* code factorization, do not use system() but fork() and exec() since we don'tOlivier Blin2004-07-191-4/+19
* perl_checker complianceOlivier Blin2004-07-191-1/+1
* use ifup/ifdown to connect/disconnectOlivier Blin2004-07-191-5/+2
* no need to be root to monitor connectionOlivier Blin2004-07-191-1/+1
* add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat)Olivier Blin2004-07-151-3/+3
* make_boot_splash is no good since the same initrd is used with or without vga=,Pascal Rigaux2004-07-151-1/+1
* use bootloader and Xconfig instead of detect-resolutionOlivier Blin2004-07-141-12/+12
* apply Pixel's suggestion, use //m instead of foreachOlivier Blin2004-07-131-3/+1
* perl_checker fixesOlivier Blin2004-07-121-3/+3
* add a "monitor network" menu item that launches net_monitorOlivier Blin2004-07-121-1/+2
* use drakconnect to configure networkOlivier Blin2004-07-121-1/+1
* use 'ip route show' to find the gateway device when no GATEWAYDEV is definedOlivier Blin2004-07-121-5/+14
* - typo fix (lost -> lose)Robert Vojta2004-07-081-1/+1
* warn the user before dm exit will kill the session (Robert Vojta, #10179)Thierry Vignaud2004-07-081-0/+1
* when adding users during install, suggest the user names found in /homePascal Rigaux2004-07-081-1/+1
* Merge fixes from Anthill 927, 929.Stew Benedict2004-07-071-7/+16
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-076-6/+6
* fix typoPascal Rigaux2004-07-061-1/+1
* - nicer "usage: ..."Pascal Rigaux2004-07-061-13/+54
* update bootsplash even if framebuffer was disabledOlivier Blin2004-07-061-1/+1
* high level explanationThierry Vignaud2004-07-061-0/+1
* try to use $default_intf (and fix the last perl_checker warning, yeah)Olivier Blin2004-07-051-1/+7
* perl_checker complianceOlivier Blin2004-07-051-3/+2
* rename $echr and $echt to $scale_r and $scale_tOlivier Blin2004-07-051-8/+8
* remove unused variable $typeOlivier Blin2004-07-051-3/+0
* fix #-PO: commentPascal Rigaux2004-07-051-1/+2
* drop --no-link option (already replaced by --no-short-name)Pascal Rigaux2004-07-051-4/+0