summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pascal Rigaux2005-01-211-1/+48
|
* fix check_valid()Pascal Rigaux2005-01-211-0/+2
|
* - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and ↵Pascal Rigaux2005-01-211-6/+8
| | | | | | | return the cause of the error - ensure an empty config file doesn't make it display "Your Xorg configuration file is broken..."
* do show_all on the real window (this is used by drakloop)Pascal Rigaux2005-01-211-1/+1
|
* - main loop fixDaouda Lo2005-01-211-41/+12
| | | | | | - remove dead code - cleanups
* 10.2-0.14mdkThierry Vignaud2005-01-211-1/+5
|
* tag devices as bridges later so that pcmcia controllers got a chanceThierry Vignaud2005-01-211-9/+9
| | | | | to be detected
* updates from baud:Thierry Vignaud2005-01-211-0/+28
| | | | | | | | - add "Czech Republic|Cesky Telecom" - add "Switzerland|Tiscali.ch" - add "Tunisia|Planet.tn" - add dns servers to "Israel|Bezeq"
* 10.2-0.13mdkThierry Vignaud2005-01-211-1/+11
|
* fix subdialogs when embedded in mccThierry Vignaud2005-01-211-1/+2
|
* fix banner's title by initializing mcc domain before ugtk2Thierry Vignaud2005-01-211-3/+4
|
* *** empty log message ***Pascal Rigaux2005-01-211-1/+88
|
* minimal XkbModel supportPascal Rigaux2005-01-212-4/+34
|
* - don't write /etc/mdadm.conf when no raidPascal Rigaux2005-01-211-1/+3
| | | | | | - use option "auto=yes" in mdadm.conf to ensure mdadm will create /dev/mdX devices when needed (those are not there when using udev and neither kernel raid autostart nor initrd created the raid)
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-203-10/+10
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* add lspcidrakePascal Rigaux2005-01-201-1/+2
|
* snd-azx was renamed as snd-hda-intel in ALSA's CVS, so let's prepareThierry Vignaud2005-01-201-0/+1
| | | | | ground for future
* (default_packages) simplify through ↵Thierry Vignaud2005-01-201-3/+3
| | | | modules::append_to_modules_loaded_at_startup_for_all_kernels()
* (append_to_modules_loaded_at_startup_for_all_kernels) introduce itThierry Vignaud2005-01-201-0/+4
| | | | | (wrapper around append_to_modules_loaded_at_startup())
* (default_packages) handle buggy laptops that're unusable withoutThierry Vignaud2005-01-201-0/+4
| | | | | laoding acerhk module
* (load_category__prompt_for_more)Thierry Vignaud2005-01-201-1/+1
| | | | | | | - fix missing help for SCSI - display it too for non SCSI disks that're handled as SCSI ones (USB, Firewire, SATA, raid ...)
* move SATA in its own categoryThierry Vignaud2005-01-204-5/+5
|
* use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour)Pascal Rigaux2005-01-191-5/+7
|
* (switch) add hint for translatorThierry Vignaud2005-01-191-0/+3
|
* 10.2-0.12mdkThierry Vignaud2005-01-191-1/+18
|
* adapt to new network::ethernet::get_eth_cards_names() prototypePascal Rigaux2005-01-191-6/+6
|
* fix generating compssUsers.flat (was broken because of the CAT_xxx switch)Pascal Rigaux2005-01-181-1/+1
|
* fix broken focus during installPascal Rigaux2005-01-181-0/+2
|
* fix *old* typoPascal Rigaux2005-01-181-1/+1
|
* *** empty log message ***Pascal Rigaux2005-01-181-1/+162
|
* auto_install compatibility: CAT_SYSTEM used to be selected by defaultPascal Rigaux2005-01-181-0/+2
|
* Bugzilla 13056 - custom cron configurationStew Benedict2005-01-171-7/+6
|
* fix backward compatibilityPascal Rigaux2005-01-171-0/+5
|
* require dmidecode in -backend subpackageThierry Vignaud2005-01-171-0/+1
|
* when reading an existing X config file, ensure it is not too bad, otherwise ↵Pascal Rigaux2005-01-161-1/+11
| | | | | | | propose to start from scratch (bugzilla #8548)
* don't be too picky on uppercase or lowercase sectionsPascal Rigaux2005-01-161-1/+1
|
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-164-19/+24
|
* fix syntax errorPascal Rigaux2005-01-161-1/+1
|
* mapdrive should not bother same_entries()Pascal Rigaux2005-01-161-3/+1
|
* make perl_checker happyPascal Rigaux2005-01-161-1/+1
|
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵Pascal Rigaux2005-01-163-25/+34
| | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot)
* if the window is not modal, the main XFdrake window can block it :-(Pascal Rigaux2005-01-161-1/+1
|
* fix auto_install graphic card configuration (when one specify the Driver)Pascal Rigaux2005-01-161-13/+16
|
* MagicWindow:Pascal Rigaux2005-01-161-6/+9
| | | | | | | - hide is done on the window if popped - show is done on both the window and the child (to handle initial show on the window, and show after a hide on the child)
* in read_grub(), setting {table} cause write_grub to create a {mapdrive} even ↵Pascal Rigaux2005-01-151-4/+4
| | | | when we didn't have one (bugzilla #12307)
* gtk2 progress bar when formatting ext3Pascal Rigaux2005-01-151-4/+22
|
* change packing for the widgets givenPascal Rigaux2005-01-151-6/+3
|
* - move set_main_window_size() from ugtk2 to mygtk2Pascal Rigaux2005-01-153-11/+9
| | | | | - call it in MagicWindow creation
* fix using gtkset with text => ... on a ButtonPascal Rigaux2005-01-151-4/+5
|
* allow passing gtk widgets to ->wait_messagePascal Rigaux2005-01-151-2/+3
|