Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix xmodifiers setting which is broken since perl-MDK-Common-1.1.13-1mdk | Thierry Vignaud | 2004-07-21 | 1 | -6/+6 | |
| | ||||||
* | Add service smb et winbind restart in smbkrb config | Vicent Guardiola | 2004-07-21 | 1 | -2/+4 | |
| | ||||||
* | use do_pkgs_standalone->new instead of class_discard | Pascal Rigaux | 2004-07-21 | 2 | -4/+4 | |
| | ||||||
* | - do_pkgs_standalone->new doesn't *need* a $in anymore | Pascal Rigaux | 2004-07-21 | 1 | -13/+27 | |
| | | | | | - ->in replace ->{in} so that it can be created on demand (ugly, but...) | |||||
* | ->{in}->do_pkgs gives the same kind of object, removing it | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 | |
| | ||||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 35 | -365/+550 | |
| | | | | | | | | | | | | | | | $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 | 3 | -3/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-20 | 2 | -2/+2 | |
| | ||||||
* | remove ask_warn winbind or SFU and add new entry in kinds | Vicent Guardiola | 2004-07-20 | 1 | -14/+10 | |
| | ||||||
* | maxi perl_checker compliance combo | Olivier Blin | 2004-07-20 | 1 | -5/+5 | |
| | ||||||
* | fix perl_checker combo (yeah) | Olivier Blin | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | do not read conf in add_intf, this is already done by the netconnect wizard | Olivier Blin | 2004-07-20 | 1 | -2/+0 | |
| | ||||||
* | oops, fix suckiness | Olivier Blin | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | use read_net_conf to avoid code duplication | Olivier Blin | 2004-07-20 | 1 | -3/+2 | |
| | ||||||
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵ | Olivier Blin | 2004-07-20 | 4 | -17/+15 | |
| | | | | to lload_conf with read_conf, remove all previous calls to read_conf) | |||||
* | unused variable | Olivier Blin | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -9/+27 | |
| | ||||||
* | 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 | |
| | ||||||
* | don't remove CD-based applications from simplified menu | Pascal Rigaux | 2004-07-20 | 1 | -11/+12 | |
| | ||||||
* | use correct method variable in chooseCD (even if this code is used only in ↵ | Olivier Blin | 2004-07-20 | 1 | -1/+1 | |
| | | | | | | | expert mode which isn't anymore supported) | |||||
* | Add desciption for authentification type | Vicent Guardiola | 2004-07-20 | 1 | -5/+17 | |
| | | | | | Add Entry for IDMAP | |||||
* | Add type => 'list' in ask_from | Vicent Guardiola | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | don't probe again connection type here since now | Olivier Blin | 2004-07-20 | 1 | -1/+0 | |
| | | | | | network::netconnect::load_conf does it as intended initially | |||||
* | don't forget to send $netcnx to network::network::read_all_conf ... | Olivier Blin | 2004-07-20 | 1 | -1/+1 | |
| | | | | | (or else we won't get back the probed connection type) | |||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -0/+1 | |
| | ||||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 3 | -1136/+1387 | |
| | ||||||
* | (write) better check parameter rather than EUID | Thierry Vignaud | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | (write) do not bother trying to write /etc/menu-methods/lang.h when | Thierry Vignaud | 2004-07-20 | 1 | -1/+1 | |
| | | | | | run as a user | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 133 | -143/+158 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2004-07-20 | 1 | -1/+111 | |
| | ||||||
* | clean code | Vicent Guardiola | 2004-07-20 | 1 | -4/+8 | |
| | ||||||
* | we also need nls_iso8859-1.ko for vfat | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | adapt to file renaming | Pascal Rigaux | 2004-07-20 | 1 | -3/+3 | |
| | ||||||
* | remove debugging code | Pascal Rigaux | 2004-07-20 | 1 | -2/+0 | |
| | ||||||
* | force vfat to depend on nls_cp437 | Pascal Rigaux | 2004-07-20 | 1 | -0/+1 | |
| | ||||||
* | modify nss_path one to sub | Vicent Guardiola | 2004-07-19 | 1 | -12/+30 | |
| | | | | | config winbind for AD | |||||
* | *** empty log message *** | Vicent Guardiola | 2004-07-19 | 1 | -3/+1 | |
| | ||||||
* | 10-56mdk | Thierry Vignaud | 2004-07-19 | 1 | -1/+19 | |
| | ||||||
* | unsensitive buttons immediatly once ifup/isdown has completed | Thierry Vignaud | 2004-07-19 | 1 | -2/+19 | |
| | ||||||
* | Add function write_smb_ads_conf | Vicent Guardiola | 2004-07-19 | 1 | -0/+32 | |
| | ||||||
* | use run_program, try to handle default interface better | Olivier Blin | 2004-07-19 | 1 | -4/+5 | |
| |