Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draksplash2 is here until merged in draksplash | Pascal Rigaux | 2004-07-30 | 1 | -0/+345 |
| | |||||
* | do not offer to configure mouse if we've already automatically reconfigure it | Thierry Vignaud | 2004-07-30 | 1 | -0/+1 |
| | | | | | b/c of 2.4.x vs 2.6.x switch | ||||
* | Fixes for Anthill #1009, #1010 (DVD recording, disk quota) | Stew Benedict | 2004-07-30 | 1 | -25/+78 |
| | | | | | Direct-to-tape enahancement | ||||
* | (outpend) clean by reusing MDK::Common | Thierry Vignaud | 2004-07-30 | 1 | -2/+3 |
| | |||||
* | standalone tools are *not* chrooted | Thierry Vignaud | 2004-07-29 | 3 | -4/+4 |
| | |||||
* | (show_prev) | Thierry Vignaud | 2004-07-29 | 1 | -8/+5 |
| | | | | | | - kill useless variables - simplify | ||||
* | (show_prev) fix preview refresh while simplying code | Thierry Vignaud | 2004-07-29 | 1 | -11/+1 |
| | |||||
* | (write_boot_thm) typo fix | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | more cleanups | Thierry Vignaud | 2004-07-29 | 1 | -16/+14 |
| | |||||
* | misc cleanups | Thierry Vignaud | 2004-07-29 | 1 | -15/+6 |
| | |||||
* | (show_prev) do not crash when the image format is unknown | Thierry Vignaud | 2004-07-29 | 1 | -2/+11 |
| | |||||
* | (make_boot_frame) fix it | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | use new set_removable_auto_configurator | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | Fix crashes on append_set. | Stew Benedict | 2004-07-28 | 2 | -7/+7 |
| | |||||
* | - scroll down text while typing | Daouda Lo | 2004-07-27 | 1 | -190/+154 |
| | | | | | | - many cleanups - Stable releases are 'Official' and 'Community' | ||||
* | save/restore options | Thierry Vignaud | 2004-07-27 | 1 | -4/+12 |
| | |||||
* | 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 |