summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
...
* fix Gtk::CTree:insert_node inversing devices orderThierry Vignaud2002-10-161-4/+1
|
* miaouhThierry Vignaud2002-10-161-1/+1
|
* use code factored in detect_devices for modem detectionThierry Vignaud2002-10-161-8/+2
|
* -add cpus detectionThierry Vignaud2002-10-164-3/+12
| | | | | | | - update todo list - perl_checker fix
* display again unknown category (spoted by florent beranger)Thierry Vignaud2002-10-151-9/+1
|
* don't use ugtk directlyThierry Vignaud2002-10-091-3/+19
|
* handle nvaudio tooThierry Vignaud2002-09-251-1/+2
|
* add a few commentsThierry Vignaud2002-09-241-0/+9
|
* split harddrake part that configure a module into modules::interactiveThierry Vignaud2002-09-241-16/+2
|
* move usb video devices to webcam categoryThierry Vignaud2002-09-242-8/+13
|
* split devices listing ("detection") part into its own functionThierry Vignaud2002-09-241-40/+62
| | | | | (detect) for readability
* don't print logs in consoleThierry Vignaud2002-09-201-1/+1
|
* updateThierry Vignaud2002-09-201-3/+2
|
* don't use standalone while installingThierry Vignaud2002-09-191-2/+1
|
* - fix: we displayed current driver as default one: display the right oneThierry Vignaud2002-09-111-2/+5
| | | | | - show a wait message while switching driver
* s/was the firt sound API/was the first sound API/Thierry Vignaud2002-09-111-1/+1
|
* description updateThierry Vignaud2002-09-101-1/+1
|
* fix OSS definitionThierry Vignaud2002-09-101-1/+1
|
* updateThierry Vignaud2002-09-091-17/+1
|
* enforce unique idsThierry Vignaud2002-09-091-0/+1
|
* add drakbug report entry in help menuThierry Vignaud2002-09-091-0/+2
|
* - harddrake::data : consolidate common code in custom_id()Thierry Vignaud2002-09-062-1/+6
| | | | | | | - do some detection in dm stage - fix bad test - display better name
* killing debugging printsThierry Vignaud2002-09-061-2/+1
|
* updateThierry Vignaud2002-09-061-6/+1
|
* - don't list usb mouses as unknown hwThierry Vignaud2002-09-062-3/+6
| | | | | | | - fix mouse detection (mouse::detect() needed modules::mergein_conf('/etc/modules.conf') first - don't skip mouse in --test mode
* - blacklist cs46xx and cs4281 drivers : we won't unload these driversThierry Vignaud2002-09-061-8/+25
| | | | | | | since they're know to oopses the kernel but just warn the user - add rooted(), unload() and load() wrapper to check wheter we're in drakx or in standalone mode
* - workaround alsaconf's aliasesThierry Vignaud2002-09-061-5/+23
| | | | | | | - add an help button that describe ALSA and OSS - display current driver, its type (OSS or ALSA), and the default driver for the card
* fix translated stringThierry Vignaud2002-09-061-1/+1
|
* don't rely on ctree row numberThierry Vignaud2002-09-051-9/+12
|
* - add --test option to skip mice|modem|printer detection (nowThierry Vignaud2002-09-041-0/+0
| | | | | | | | | harddrake start instantaneously) - print probed class to show progression - fix tree moving by using a Gtk::CTree instead of a Gtk::Tree; side effect is some code cleaning which compensate above features (code lenght)
* - let my_gtk handle embedded caseThierry Vignaud2002-09-041-0/+0
| | | | | - don't try to center window when embedded
* use new ln iconsThierry Vignaud2002-09-021-1/+1
|
* display alternative drivers (oss, alsa) for sound cardsThierry Vignaud2002-09-022-4/+5
|
* 25mdkThierry Vignaud2002-08-291-2/+5
|
* embedded mode: exit on "quit" clickThierry Vignaud2002-08-291-0/+0
|
* move STORAGE_OTHER devices in ata controllers (aka pseudo raid controllersThierry Vignaud2002-08-291-2/+2
| | | | | ala pdc)
* English typos (Quitter->Quit, Informations->Information)Pablo Saratxaga2002-08-291-0/+0
|
* corrected English typos (no space before colon in English)Pablo Saratxaga2002-08-292-5/+5
|
* updateThierry Vignaud2002-08-281-0/+5
|
* Fixed typo (no space before a colon in English)Pablo Saratxaga2002-08-281-1/+1
|
* - embeded mode:Thierry Vignaud2002-08-281-0/+0
| | | | | | | o only display menu bar if not in embedded mode o add a "quit" button in embedded mode - make my_gtk ui be readable by indentation
* 20mdk:Thierry Vignaud2002-08-231-2/+1
| | | | | | | | | - florin fixes for firewalling - check that alternative is unknown, not the current driver, before saying that there's no alternative. anyway, our only caller cannot get there's with a current unknown driver since he only try listed/know drivers ....
* 19mdkThierry Vignaud2002-08-231-1/+0
|
* use right sound-slotThierry Vignaud2002-08-231-5/+4
|
* multiple sound cards fix: use the same index as our caller, don'tThierry Vignaud2002-08-221-1/+1
| | | | | force 0
* - remove BuildRequires: e2fsprogs-develThierry Vignaud2002-08-212-4/+2
| | | | | | | | | - add draksound - typo fix - update harddrake toto - harddrake: increase main window height - don't offer to configure module for usb devices
* instead of generating my own list of module descriptions fromThierry Vignaud2002-08-204-27/+6
| | | | | | list_modules.pm list of sound modules, just usemodules::category2modules_and_description
* - use draksound wizardThierry Vignaud2002-08-201-29/+29
| | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse
* add draksound: allow to switch between alsa and oss;Thierry Vignaud2002-08-203-0/+213
| | | | | should result in better sound support
* don't put dvd burners in both dvd and burners classes but only inThierry Vignaud2002-08-201-1/+1
| | | | | burners