summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* replace rpmpopt-4.2 with rpmpopt-* (since we now have rpmpopt-4.2.2)Pascal Rigaux2004-01-201-1/+1
|
* fix regexp matching module when generating .not-enough-roomPascal Rigaux2004-01-201-1/+1
|
* workaround buggy installkernel that left default value be geater thanThierry Vignaud2004-01-201-0/+2
| | | | | | | | | the current number of entries, thus making drakboot displaying (default-entries_count) spurious "()*" entries which then results in writing back bogus grub conf file. kernel team should just be shuted down :-(
* - kill duplicated codeThierry Vignaud2004-01-191-11/+2
| | | | | - move some code where it belongs so that it's shared by isdn/modem
* - merge wireless step into normal modem oneThierry Vignaud2004-01-191-83/+64
| | | | | | - report all detected serial modems - use all collected data on modems in order to have a nice list
* rollback bogus changeThierry Vignaud2004-01-191-74/+101
|
* perl_checker fixesThierry Vignaud2004-01-191-14/+13
|
* dot not try to alter squid config in --testing modeThierry Vignaud2004-01-191-101/+74
|
* remove empty lines in order to get more place for entry fieldsThierry Vignaud2004-01-191-3/+1
|
* isdn: detect serial modems if neededThierry Vignaud2004-01-191-0/+1
|
* rename "ppp_choose step" as "choose_serial_port" and "ppp_choose2" oneThierry Vignaud2004-01-191-4/+4
| | | | | as "ppp_choose"
* chain hostname/dns step with zeroconf one (more work on zeroconf willThierry Vignaud2004-01-191-1/+2
| | | | | be done between beta 1 and 2)
* turn "unsupported winmodem" into a terminal stepThierry Vignaud2004-01-191-1/+2
|
* add strings for future optionsThierry Vignaud2004-01-191-1/+5
|
* fix next_cnx_step callThierry Vignaud2004-01-191-1/+1
|
* (ppp_configure_raw) remove code stolen from ppp_configure()Thierry Vignaud2004-01-191-4/+1
|
* - add build_tree to fetch info before doing GUI stuffDamien Chaumette2004-01-191-116/+157
| | | | | | | - use $intf->{$interface}{save} to re-use existing write_foo specific fonctions - change build_notebook thing - indenting && perl_checking
* (getSerialModem) fix device fieldThierry Vignaud2004-01-191-2/+1
|
* (detect) display a nice string for serial modemsThierry Vignaud2004-01-191-1/+1
|
* (detect)Thierry Vignaud2004-01-191-3/+1
| | | | | | - adapt modem detection to new detect_devices - keep all data collected on modems
* (getModem) simplifyThierry Vignaud2004-01-191-2/+1
|
* (getSerialModem)Thierry Vignaud2004-01-191-10/+16
| | | | | | | - drop useless first arg - return all detected serial modems, not only first - return all data we collected on serial modems
* typo errorFlorin Grad2004-01-191-1/+0
|
* (getSerialModem) do not even bother check for /dev/modem since anywayThierry Vignaud2004-01-191-1/+1
| | | | | | | probeSerialDevices() set a bijection between modems and /dev/ttySx devices (not /dev/modem) thus making hasModem() test useless for /dev/modem
* (getUPS) use HIDIOCAPPLICATION ioctl definition from c moduleThierry Vignaud2004-01-191-2/+1
|
* add transparent proxy supportFlorin Grad2004-01-191-10/+78
|
* kill useless diagnostics pragmaThierry Vignaud2004-01-191-1/+0
|
* add the silly read_squid functionFlorin Grad2004-01-191-0/+8
|
* add proper window titleThierry Vignaud2004-01-191-7/+7
|
* make a real wizard step out of first modem stepThierry Vignaud2004-01-191-2/+6
|
* winmodem connection'll be merge into modem connectionThierry Vignaud2004-01-191-2/+1
|
* kill Data::Dumper orpheanThierry Vignaud2004-01-191-1/+0
|
* (reate_box_with_title) shrink TextView size to its minimal size inThierry Vignaud2004-01-191-1/+9
| | | | | order to get the bigger place for other widgets
* add forcedeth network driver (as requested on cooker)Pascal Rigaux2004-01-191-1/+1
|
* - factorize kernel regexp in analyse_kernel_name()Pascal Rigaux2004-01-192-28/+41
| | | | | - remove special kernel choosing in packageCallbackChoices()
* cleanup sanitize_ver (re-synced with common.pm from bootloader-utils)Pascal Rigaux2004-01-191-29/+15
|
* UpdateDavid Baudens2004-01-191-1/+1
|
* kernel 2.2 is deprecatedPascal Rigaux2004-01-192-7/+1
|
* kernel22 is not there anymore (since a long time now)Pascal Rigaux2004-01-191-1/+0
|
* add some logging explaining the default kernel choicePascal Rigaux2004-01-191-2/+5
|
* select bestKernelPackage before selecting basesystem (otherwise basesystem ↵Pascal Rigaux2004-01-191-3/+3
| | | | already requires kernel)
* Epiphany is now GNOME default web browser.Frederic Crozat2004-01-191-1/+1
|
* $::testing means testing, not "testing what titi wants to test"Pascal Rigaux2004-01-191-1/+0
|
* prevent unpoped wait messages when called from within wizards in standaloneThierry Vignaud2004-01-191-0/+1
| | | | | mode
* merge dhcp hostname into hostname stepThierry Vignaud2004-01-191-15/+19
|
* remove useless spacing above advanced optionsThierry Vignaud2004-01-191-1/+0
|
* use radio button instead of optionmenu if possible (aka not too manyThierry Vignaud2004-01-191-1/+1
| | | | | network interfaces)
* simplifyThierry Vignaud2004-01-191-1/+1
|
* add a warning telling to run lilo after modifying the lilo.conf (bugzilla #6924)Pascal Rigaux2004-01-191-25/+26
|
* fix #6899: tools failling to popup windows while embeddedThierry Vignaud2004-01-171-1/+1
|