Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hopefully last titi's bug on getSoundDevices :-( | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2003-01-15 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-15 | 1 | -1/+110 | |
| | ||||||
* | (selectInstallClass): display mandrake release version when listing the ↵ | Pascal Rigaux | 2003-01-15 | 1 | -4/+12 | |
| | | | | choices of partitions to upgrade | |||||
* | (find_root_parts): | Pascal Rigaux | 2003-01-15 | 1 | -6/+9 | |
| | | | | | | | | - do not use guess_mount_point() anymore - check /etc/mandrake-release instead of /etc/fstab - return a list of { release => "Mandrake Linux release X.X (XXXX)", part => ... } instead of a list of parts | |||||
* | do not "use standalone" in a module used during install! | Pascal Rigaux | 2003-01-15 | 1 | -2/+2 | |
| | ||||||
* | adapt to install_any::find_root_parts() return value changes | Pascal Rigaux | 2003-01-15 | 1 | -1/+1 | |
| | ||||||
* | updated pot file | Pablo Saratxaga | 2003-01-15 | 3 | -28228/+33495 | |
| | ||||||
* | Added "Amharic" in the languages list, so it can be choosed and its | Pablo Saratxaga | 2003-01-15 | 1 | -8/+5 | |
| | | | | | translations can get installed from the rpm packages | |||||
* | move install_steps_auto_install_non_interactive::configureNetwork() to | Pascal Rigaux | 2003-01-15 | 1 | -6/+5 | |
| | | | | | | install_steps_auto_install::configureNetwork() as it should be (thanks to Luc Bourdot) | |||||
* | fix for network module probe & configuration in interactive auto_install | Pascal Rigaux | 2003-01-15 | 1 | -0/+8 | |
| | ||||||
* | - factorize snd devices listing in detect_devices::getSoundDevices() | Thierry Vignaud | 2003-01-15 | 1 | -0/+4 | |
| | | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time | |||||
* | snd-sscape does not exist | Thierry Vignaud | 2003-01-15 | 1 | -1/+0 | |
| | ||||||
* | - factorize snd devices listing in detect_devices::getSoundDevices() | Thierry Vignaud | 2003-01-15 | 3 | -4/+12 | |
| | | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time | |||||
* | add an option to skip jazz drives detection | Thierry Vignaud | 2003-01-15 | 1 | -1/+5 | |
| | ||||||
* | (suggest_onmbr): log the choice | Pascal Rigaux | 2003-01-15 | 1 | -0/+1 | |
| | ||||||
* | drakproxy need common for getVarsFromSh() | Thierry Vignaud | 2003-01-15 | 1 | -0/+1 | |
| | ||||||
* | Removed bugs from Titi which prevented printerdrake from installing the ↵ | Till Kamppeter | 2003-01-14 | 2 | -55/+55 | |
| | | | | requested spooler. | |||||
* | ensure cancel on setupBootloader__mbr_or_not do cancel | Pascal Rigaux | 2003-01-14 | 1 | -2/+3 | |
| | ||||||
* | set_active on Gtk2::CheckButton is pretty dumb, it thinks undef is true ;p | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 | |
| | ||||||
* | don't probe mouse when testing (startup is now much faster) | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 | |
| | ||||||
* | changes to have less "Use of uninitialized value" | Pascal Rigaux | 2003-01-14 | 1 | -6/+8 | |
| | ||||||
* | fix bug & cleanup (to have less warning in debug mode) | Pascal Rigaux | 2003-01-14 | 1 | -4/+4 | |
| | ||||||
* | remove the ugly temporary fix for fontconfig | Pascal Rigaux | 2003-01-14 | 1 | -1/+0 | |
| | ||||||
* | remove duplicate code | Pascal Rigaux | 2003-01-14 | 1 | -3/+0 | |
| | ||||||
* | please perl_checker | Pascal Rigaux | 2003-01-14 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-14 | 1 | -1/+104 | |
| | ||||||
* | fix font_choice() | Thierry Vignaud | 2003-01-14 | 1 | -2/+2 | |
| | ||||||
* | don't automatically configure network on upgrade, now only done when called ↵ | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 | |
| | | | | via summary | |||||
* | unicore/To/Fold.pl is necessary to fix "panic: swash_fetch" error occuring in | Pascal Rigaux | 2003-01-14 | 1 | -0/+1 | |
| | | | | | a regexp with /i on ->{device} (fixes bug #799) | |||||
* | add harddrake::sound checker | Thierry Vignaud | 2003-01-14 | 1 | -0/+20 | |
| | ||||||
* | add missing sound modules (found by check_snd in comparing | Thierry Vignaud | 2003-01-14 | 1 | -5/+8 | |
| | | | | | harddrake::sound vs list_modules). we only left audio and bttv... | |||||
* | add a "trouble shooting" window | Thierry Vignaud | 2003-01-14 | 1 | -4/+38 | |
| | ||||||
* | don't say "You must have a swap partition" | Pascal Rigaux | 2003-01-13 | 1 | -1/+0 | |
| | | | | | (since it's after using diskdrake which is for experts) | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-13 | 1 | -1/+5 | |
| | ||||||
* | it's uneeded to force scalar context | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 | |
| | ||||||
* | make get_descr_from_ppd() clearer by : | Thierry Vignaud | 2003-01-13 | 1 | -11/+9 | |
| | | | | | | | - using cat_() instead of manual open or ... - using "$var = s/$regexp//" instead of "var=/regexp\(...\)/; var=$1;" | |||||
* | simplify set_cups_autoconf() | Thierry Vignaud | 2003-01-13 | 1 | -5/+2 | |
| | ||||||
* | remove old bug reference | Thierry Vignaud | 2003-01-13 | 1 | -4/+0 | |
| | ||||||
* | print_testpages() : factorize and simplify options managment | Thierry Vignaud | 2003-01-13 | 1 | -66/+26 | |
| | | | | | by using an options hash | |||||
* | add_spooler_to_security_level(), configure_queue() | Thierry Vignaud | 2003-01-13 | 1 | -12/+4 | |
| | | | | | | and config_sane() : factorize common code, aka resuse MDK::Common | |||||
* | setup_local_autoscan(): | Thierry Vignaud | 2003-01-13 | 1 | -21/+3 | |
| | | | | | | - don't reinvent the wheel, reverse is faster - remove doble $device initialization in one path | |||||
* | setup_local_autoscan() : simplify loop of loop | Thierry Vignaud | 2003-01-13 | 1 | -7/+2 | |
| | | | | | and optimize away useless $alreadyfound | |||||
* | update | Thierry Vignaud | 2003-01-13 | 1 | -7/+6 | |
| | ||||||
* | this is not a per class help, but we told the user what | Thierry Vignaud | 2003-01-13 | 1 | -9/+2 | |
| | | | | | he can achieve (aka not only on startup) | |||||
* | add support for zip drives | Thierry Vignaud | 2003-01-13 | 1 | -0/+1 | |
| | ||||||
* | listlength() is obviously just "overhead" for arrays | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 | |
| | ||||||
* | use diskdrake to configure cdroms, dvroms, cd|dvd -burners, | Thierry Vignaud | 2003-01-13 | 1 | -2/+4 | |
| | | | | | floppies and zip drives | |||||
* | Avoid unnecessary restarts of the CUPS daemon. | Till Kamppeter | 2003-01-13 | 2 | -3/+9 | |
| | ||||||
* | Removed debug helper line. | Till Kamppeter | 2003-01-13 | 1 | -2/+1 | |
| |