Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -3/+3 |
| | | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising | ||||
* | remove useless $lan_button and $host_button in old drakconnect | Olivier Blin | 2004-07-23 | 1 | -16/+16 |
| | |||||
* | cosmetics (remove useless blanks at end of line) | Olivier Blin | 2004-07-23 | 1 | -41/+41 |
| | |||||
* | prepare for network::tools::reread_net_conf removal | Olivier Blin | 2004-07-23 | 1 | -4/+6 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | use do_pkgs_standalone->new instead of class_discard | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 7 | -36/+39 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-21 | 2 | -2/+2 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2004-07-21 | 2 | -3/+0 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2004-07-21 | 1 | -3/+3 |
| | |||||
* | XFdrake doesn't modify modules_conf! (or does it?) | Pascal Rigaux | 2004-07-21 | 1 | -2/+0 |
| | |||||
* | maxi perl_checker compliance combo | Olivier Blin | 2004-07-20 | 1 | -5/+5 |
| | |||||
* | do not read conf in add_intf, this is already done by the netconnect wizard | Olivier Blin | 2004-07-20 | 1 | -2/+0 |
| | |||||
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵ | Olivier Blin | 2004-07-20 | 2 | -3/+2 |
| | | | | to lload_conf with read_conf, remove all previous calls to read_conf) | ||||
* | cosmetics | Olivier Blin | 2004-07-20 | 1 | -3/+7 |
| | |||||
* | do not allocate new Gtk2::Gdk::GC at each redraw (last memory leak | Olivier Blin | 2004-07-20 | 1 | -5/+6 |
| | | | | | fixed ?) | ||||
* | do not probe devices twice (and avoid to grep on ↵ | Olivier Blin | 2004-07-20 | 1 | -5/+4 |
| | | | | detect_devices::probeall()), cosmetics | ||||
* | use the power of the Gtk2::Dialog widget, thus giving change_color() | Olivier Blin | 2004-07-20 | 1 | -12/+7 |
| | | | | | more luck to succeed | ||||
* | better looking wizard | Thierry Vignaud | 2004-07-20 | 1 | -2/+2 |
| | |||||
* | put help out of the radiobutton | Thierry Vignaud | 2004-07-20 | 1 | -2/+2 |
| | |||||
* | translate connection type (Fabrice Facorat) | Olivier Blin | 2004-07-20 | 1 | -2/+2 |
| | |||||
* | fix spacing (from Fabrice Facorat, #10300), remove blank line | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
| | |||||
* | Add type => 'list' in ask_from | Vicent Guardiola | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 25 | -26/+26 |
| | |||||
* | unsensitive buttons immediatly once ifup/isdown has completed | Thierry Vignaud | 2004-07-19 | 1 | -2/+19 |
| | |||||
* | use run_program, try to handle default interface better | Olivier Blin | 2004-07-19 | 1 | -4/+5 |
| | |||||
* | disable the connect button if up interface is found (there is | Olivier Blin | 2004-07-19 | 1 | -2/+2 |
| | | | | | currently no reliable way to find the gateway interface) | ||||
* | also add long name when adding add short name | Pascal Rigaux | 2004-07-19 | 1 | -8/+12 |
| | |||||
* | code factorization, do not use system() but fork() and exec() since we don't | Olivier Blin | 2004-07-19 | 1 | -4/+19 |
| | | | | | want to wait the command to return | ||||
* | perl_checker compliance | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | use ifup/ifdown to connect/disconnect | Olivier Blin | 2004-07-19 | 1 | -5/+2 |
| | |||||
* | no need to be root to monitor connection | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat) | Olivier Blin | 2004-07-15 | 1 | -3/+3 |
| | |||||
* | make_boot_splash is no good since the same initrd is used with or without vga=, | Pascal Rigaux | 2004-07-15 | 1 | -1/+1 |
| | | | | | so call add_boot_splash directly | ||||
* | use bootloader and Xconfig instead of detect-resolution | Olivier Blin | 2004-07-14 | 1 | -12/+12 |
| | |||||
* | apply Pixel's suggestion, use //m instead of foreach | Olivier Blin | 2004-07-13 | 1 | -3/+1 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2004-07-12 | 1 | -3/+3 |
| | |||||
* | add a "monitor network" menu item that launches net_monitor | Olivier Blin | 2004-07-12 | 1 | -1/+2 |
| | |||||
* | use drakconnect to configure network | Olivier Blin | 2004-07-12 | 1 | -1/+1 |
| | |||||
* | use 'ip route show' to find the gateway device when no GATEWAYDEV is defined | Olivier Blin | 2004-07-12 | 1 | -5/+14 |
| | |||||
* | - typo fix (lost -> lose) | Robert Vojta | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | warn the user before dm exit will kill the session (Robert Vojta, #10179) | Thierry Vignaud | 2004-07-08 | 1 | -0/+1 |
| | |||||
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | Merge fixes from Anthill 927, 929. | Stew Benedict | 2004-07-07 | 1 | -7/+16 |
| | | | | | (filenames with spaces, .backupignore, gui behavior) | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 6 | -6/+6 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | fix typo | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | - nicer "usage: ..." | Pascal Rigaux | 2004-07-06 | 1 | -13/+54 |
| | | | | | | | | - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image | ||||
* | update bootsplash even if framebuffer was disabled | Olivier Blin | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | high level explanation | Thierry Vignaud | 2004-07-06 | 1 | -0/+1 |
| |