summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* display media type for mass storage devicesThierry Vignaud2004-06-201-1/+1
|
* fix undisplayed fields:Thierry Vignaud2004-06-201-2/+2
| | | | | | | - if a per-class group exists, prefer it upon generic group - only care about current group fields, not about those of the group that has the same name in generic
* show splited vendor and description fields for USB hard disks tooThierry Vignaud2004-06-201-1/+1
|
* fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.xThierry Vignaud2004-06-201-1/+1
| | | | | switches
* simplify x11 autoconfThierry Vignaud2004-06-201-1/+1
|
* log error if a tool isn't executableThierry Vignaud2004-06-201-1/+5
|
* simplify globetrotter case: skip non interactive stuffThierry Vignaud2004-06-201-1/+1
|
* do not uselessy fork shellsThierry Vignaud2004-06-201-2/+2
|
* log error when we cannot run the config toolThierry Vignaud2004-06-201-1/+7
|
* faster auto mouse reconfiguration on major kernel switchThierry Vignaud2004-06-201-1/+5
|
* harddrake wasn't aware of newly added wireless network card since earlyThierry Vignaud2004-06-201-1/+1
| | | | | 2004/02
* kill dead codeThierry Vignaud2004-06-201-1/+0
|
* only stop boot progressbar if there a non automatic tool to runThierry Vignaud2004-06-181-1/+1
|
* add help for new fieldsThierry Vignaud2004-06-181-8/+8
|
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-1/+4
|
* merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x kernelsThierry Vignaud2004-06-181-0/+8
| | | | | from MDK-10-branch
* merge x11 autoconf support from MDK-10-branchThierry Vignaud2004-06-181-0/+4
|
* merge floppies support from MDK-10-branchThierry Vignaud2004-06-181-2/+6
|
* group driver fields for sound cardsThierry Vignaud2004-06-181-0/+4
|
* do not display PCI/USB vendor id in identification sectionThierry Vignaud2004-06-181-1/+1
|
* - simplify item groupingThierry Vignaud2004-06-181-10/+8
| | | | | - always show identification first
* fix displaying pci/usb vendor and device idThierry Vignaud2004-06-181-2/+2
|
* display bus (PCI, USB, ...) firstThierry Vignaud2004-06-181-1/+1
|
* fix help for floppiesThierry Vignaud2004-06-181-1/+1
|
* - add infrastructure in order to group fieldsThierry Vignaud2004-06-181-9/+68
| | | | | - start to group fields for mass media, CPUs and generic PCI/USB devices
* kill warningsThierry Vignaud2004-06-171-1/+1
|
* kill usb_id like usb_vendor is (for USB mass storage media)Thierry Vignaud2004-06-171-1/+1
|
* add missing field for hard disksThierry Vignaud2004-06-171-0/+1
|
* the split of the cpu help nicely show up that mice were using CPU help.Thierry Vignaud2004-06-171-0/+3
| | | | | let's describe their "name" field too.
* split out CPU helpThierry Vignaud2004-06-171-16/+19
|
* use new infrastructure in order to not display useless floppy help for SCSIThierry Vignaud2004-06-171-1/+8
| | | | | disks
* add infrastructure for per class help (and add missing space around bracketsThierry Vignaud2004-06-171-64/+76
| | | | | that perl_checker did miss :-()
* perl_checker cleanupThierry Vignaud2004-06-171-1/+1
|
* .backupignore issues (email reports), typo in "other" routineStew Benedict2004-06-151-3/+3
|
* do not automatically switch from nv to nvidia (in order to handleThierry Vignaud2004-06-141-2/+2
| | | | | cases where nvidia module crashes the system)
* enable drag on drop when looking only at customized settingsThierry Vignaud2004-06-141-1/+5
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-145-25/+36
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* display more data about hard disks (geometry, number of primary/extendedThierry Vignaud2004-06-141-0/+14
| | | | | partitions)
* merge lost hunkThierry Vignaud2004-06-111-2/+2
|
* s/_([xy])\b/_\1\1/ so that cperl-mode is happierThierry Vignaud2004-06-111-14/+14
|
* make draksplash work again...Thierry Vignaud2004-06-111-24/+25
|
* fix trainee suckinessOlivier Blin2004-06-101-1/+1
|
* Bugzilla #9877 - deal with kernel ring buffer that is flooded with msgsStew Benedict2004-06-081-3/+3
| | | | | for tape device detection.
* kill dead codeThierry Vignaud2004-06-081-1/+1
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* run harddrake service earlierThierry Vignaud2004-06-041-1/+1
|
* Really apply gui fix.Stew Benedict2004-06-011-2/+4
|
* Use array rather than hash per Thierry.Stew Benedict2004-06-012-2/+4
| | | | | Insure ftp transfers are binary, fix gui problem (in 10.0 update also).
* rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵Pascal Rigaux2004-06-011-2/+1
| | | | real fix is in ugtk2.pm