summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* do not offer to configure mouse if we've already automatically reconfigure itThierry Vignaud2004-07-301-0/+1
| | | | | b/c of 2.4.x vs 2.6.x switch
* Fixes for Anthill #1009, #1010 (DVD recording, disk quota)Stew Benedict2004-07-301-25/+78
| | | | | Direct-to-tape enahancement
* (outpend) clean by reusing MDK::CommonThierry Vignaud2004-07-301-2/+3
|
* standalone tools are *not* chrootedThierry Vignaud2004-07-293-4/+4
|
* (show_prev)Thierry Vignaud2004-07-291-8/+5
| | | | | | - kill useless variables - simplify
* (show_prev) fix preview refresh while simplying codeThierry Vignaud2004-07-291-11/+1
|
* (write_boot_thm) typo fixThierry Vignaud2004-07-291-1/+1
|
* more cleanupsThierry Vignaud2004-07-291-16/+14
|
* misc cleanupsThierry Vignaud2004-07-291-15/+6
|
* (show_prev) do not crash when the image format is unknownThierry Vignaud2004-07-291-2/+11
|
* (make_boot_frame) fix itThierry Vignaud2004-07-291-1/+1
|
* use new set_removable_auto_configuratorThierry Vignaud2004-07-291-1/+1
|
* Fix crashes on append_set.Stew Benedict2004-07-282-7/+7
|
* - scroll down text while typingDaouda Lo2004-07-271-190/+154
| | | | | | - many cleanups - Stable releases are 'Official' and 'Community'
* save/restore optionsThierry Vignaud2004-07-271-4/+12
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-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 drakconnectOlivier Blin2004-07-231-16/+16
|
* cosmetics (remove useless blanks at end of line)Olivier Blin2004-07-231-41/+41
|
* prepare for network::tools::reread_net_conf removalOlivier Blin2004-07-231-4/+6
|
* perl_checker fixThierry Vignaud2004-07-211-1/+1
|
* use do_pkgs_standalone->new instead of class_discardPascal Rigaux2004-07-211-2/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-217-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 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 ↵Olivier Blin2004-07-202-3/+2
| | | | to lload_conf with read_conf, remove all previous calls to read_conf)
* cosmeticsOlivier Blin2004-07-201-3/+7
|
* do not allocate new Gtk2::Gdk::GC at each redraw (last memory leakOlivier Blin2004-07-201-5/+6
| | | | | fixed ?)
* do not probe devices twice (and avoid to grep on ↵Olivier Blin2004-07-201-5/+4
| | | | detect_devices::probeall()), cosmetics
* use the power of the Gtk2::Dialog widget, thus giving change_color()Olivier Blin2004-07-201-12/+7
| | | | | more luck to succeed
* 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
| | | | | currently no reliable way to find the gateway interface)
* 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
| | | | | want to wait the command to return
* 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
| | | | | so call add_boot_splash directly
* use bootloader and Xconfig instead of detect-resolutionOlivier Blin2004-07-141-12/+12
|