summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* have modal windowsPascal Rigaux2004-02-101-1/+1
|
* prefer BoardName to card_namePascal Rigaux2004-02-101-1/+1
|
* remove many warnings about unitialised value (causing a bug in diagnostics.pm?)Pascal Rigaux2004-02-101-1/+1
|
* remove postfix from naughtyServers (fix titi)Pascal Rigaux2004-02-101-1/+0
|
* Undo some of the breakage, format is still wrong :(Stew Benedict2004-02-101-2/+3
|
* warn when installing postfix server (#7102)Thierry Vignaud2004-02-101-0/+1
|
* fix not warning about apache2 servers (#7559)Thierry Vignaud2004-02-101-0/+2
|
* Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau)Stew Benedict2004-02-101-4/+1
|
* (mapIntfToDevice) match pci function too (not that important since weThierry Vignaud2004-02-101-2/+2
| | | | | | | | | do not know of any ethernet pci card that export two functions on the pci bug but anyway it's saner) note that we do not match for pci domain since ldetect does not report it
* Fix failure to disable user cron job. Code reduction.Stew Benedict2004-02-101-35/+18
|
* 10-0.9mdkThierry Vignaud2004-02-091-1/+7
|
* fix unability to select gateway (#7585)Thierry Vignaud2004-02-091-3/+4
|
* (appli_choice) fix crash on option toggling (#7248)Thierry Vignaud2004-02-091-5/+5
|
* (getNet) detect athX interfaces too (maybe should we inverse this funcThierry Vignaud2004-02-091-1/+1
| | | | | logic and blacklist ppp and the like interfaces ...)
* Thierry compliance. Doesn't work anymore and fails perl_checker now :PStew Benedict2004-02-091-39/+30
|
* 10-0.8mdkThierry Vignaud2004-02-091-1/+11
|
* fix empty list in "multiple internet_connexions" stepThierry Vignaud2004-02-091-2/+4
|
* fix unwritten ethernet interface configThierry Vignaud2004-02-091-0/+1
|
* (ether_conf) rename it as write_ether_conf()Thierry Vignaud2004-02-091-1/+1
|
* (mapIntfToDevice) fix pci/usb ethernet devices matchingThierry Vignaud2004-02-091-1/+1
|
* sort ethX interfaces in listThierry Vignaud2004-02-091-1/+1
|
* RIVA128 fails miserably when using 16bppGuillaume Cottenceau2004-02-091-0/+1
|
* blacklist bogus forcedeth driver for network hotplugging, enableThierry Vignaud2004-02-091-1/+3
| | | | | ifplugd support for all other drivers even at install time (#7389)
* use modal windows during installPascal Rigaux2004-02-091-3/+1
|
* remove show_all that breaks when there are some hidden windowsPascal Rigaux2004-02-091-4/+4
|
* resurrect 9.2 code for setting background. i was said to remove it for move ↵Guillaume Cottenceau2004-02-091-1/+9
| | | | because default colour is already mandrake colour but obviously it isn't.
* fix typoPascal Rigaux2004-02-091-1/+3
|
* some eide Lite-on drivers are reported with different casseThierry Vignaud2004-02-091-0/+1
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-094-15/+11
| | | | Xconfig::card::install_server
* allow set_modal for popped windows at installPascal Rigaux2004-02-091-1/+1
|
* my test file is now t.plPascal Rigaux2004-02-091-1/+1
|
* fix typoPascal Rigaux2004-02-091-1/+1
|
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-0813-79/+134
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* simplifyPascal Rigaux2004-02-081-1/+0
|
* adapt to change allowing checking nvidia/ati proprietary driver availability ↵Pascal Rigaux2004-02-082-3/+3
| | | | only when needed
* XFdrake can run w/o gtk+ toolkitThierry Vignaud2004-02-081-1/+1
|
* 10-0.7mdkThierry Vignaud2004-02-081-1/+5
|
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-082-4/+4
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* updated pot filePablo Saratxaga2004-02-071-187/+225
|
* English typo and disambiguation of some stringsPablo Saratxaga2004-02-071-5/+5
|
* updated pot filePablo Saratxaga2004-02-071-319/+299
|
* PXE image support, researched by Venantius Kumar.Stew Benedict2004-02-071-10/+33
|
* 10-0.6mdkThierry Vignaud2004-02-061-1/+14
|
* handle range (bugzilla #7172)Pascal Rigaux2004-02-061-2/+2
|
* move drakbug, drakclock, drakperm, drakTermServ, net_monitor inThierry Vignaud2004-02-061-1/+1
| | | | | | drakxtools too since they require ugtk2. move their aliases (soft links) their too.
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* draksec needs gtk, no must not be in drakxtools-newt (bugzilla #7413)Pascal Rigaux2004-02-061-1/+1
|
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
| | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play
* (fileshare_config): quite different way of handling it, asking first if userPascal Rigaux2004-02-061-25/+24
| | | | | | wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs).