Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use draksound wizard | Thierry Vignaud | 2002-08-20 | 2 | -31/+31 |
| | | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse | ||||
* | add draksound: allow to switch between alsa and oss; | Thierry Vignaud | 2002-08-20 | 4 | -0/+272 |
| | | | | | should result in better sound support | ||||
* | - Let all occurences of "Seiko Epson" replaced by "Epson" both in the | Till Kamppeter | 2002-08-20 | 2 | -2/+19 |
| | | | | | | | | | | scanner names read from the ScannerDB and in the names resulting from scanner auto-detection (names from usbtable). So the user gets presented "Epson" and usbtable can have "Epson" names where ScannerDB can have "Seiko Epson" names. - If a scanner is listed as "unsupported" in ScannerDB, the user gets a message instead of scannerdrake silently exiting. | ||||
* | fixed ldconfig not visible in packages tree. | Francois Pons | 2002-08-20 | 1 | -1/+2 |
| | |||||
* | Fixed parantheses of a "member" function, fixed typos. | Till Kamppeter | 2002-08-20 | 1 | -3/+5 |
| | |||||
* | s/enter a disk/insert a disk/ (Arpad Biro) | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | s/mkinird/mkinitrd/ (Arpad Biro) | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | typo fixed seen by Arpad Biro: | Thierry Vignaud | 2002-08-20 | 1 | -5/+5 |
| | | | | | | | | s/durind/during/ s/an user/a user/ s/select select/select/ s/propogate/propagate/ | ||||
* | fixed ldconfig not selected for installation. | Francois Pons | 2002-08-20 | 1 | -2/+4 |
| | |||||
* | s/one of the selected service/one of the selected services/ | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | | | | | (spoted by Arpad Biro) | ||||
* | make sure kernel is selected during upgrade. | Francois Pons | 2002-08-20 | 1 | -0/+5 |
| | |||||
* | added bestKernelPackage. | Francois Pons | 2002-08-20 | 1 | -0/+12 |
| | |||||
* | don't put dvd burners in both dvd and burners classes but only in | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | | | | | burners | ||||
* | fix $'s in i18n'ed strings | Pascal Rigaux | 2002-08-20 | 1 | -6/+6 |
| | |||||
* | update to correspond to keyboard.pm | Pascal Rigaux | 2002-08-20 | 1 | -0/+0 |
| | |||||
* | - drop the loadkeys_files (it is unused) | Pascal Rigaux | 2002-08-20 | 1 | -32/+4 |
| | | | | | - add more precise check of the existence of .bkmap's and that share/keymaps.tar.bz2 is up to date | ||||
* | o ECI adsl config fix | Damien Chaumette | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2002-08-20 | 1 | -3/+3 |
| | |||||
* | firewire configuration is only automatic | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | add firewire controller configuration | Pascal Rigaux | 2002-08-20 | 4 | -1/+7 |
| | |||||
* | skip tg3 on stage1 (no room for it) | Pascal Rigaux | 2002-08-20 | 1 | -0/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-08-20 | 3 | -1161/+1131 |
| | |||||
* | fix the use of create_okcancel | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | when restarting X, don't kill kdm/gdm/xdm, they don't need this (worse, they ↵ | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
| | | | | don't respawn) | ||||
* | adding draksplash | Jonathan Gotti | 2002-08-20 | 1 | -1/+6 |
| | |||||
* | adding draksplash in STANDALONEPMS_ | Jonathan Gotti | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | a tool for bootsplash theme creation | Jonathan Gotti | 2002-08-20 | 1 | -0/+544 |
| | |||||
* | Removed fallback languages for "bs" (there are enough native translations now) | Pablo Saratxaga | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | remove unused subs | Stew Benedict | 2002-08-20 | 1 | -651/+540 |
| | | | | | | disable forced "backup before restore" that erases previous backup more work towards tracking backed up files for future recovery | ||||
* | s/progess/progress/ (Arpad Biro) | Thierry Vignaud | 2002-08-19 | 1 | -3/+3 |
| | |||||
* | typo fix spoted by Arpad Biro | Thierry Vignaud | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-19 | 1 | -0/+94 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-19 | 3 | -7/+10 |
| | |||||
* | remove dir security | Pascal Rigaux | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | use my_gtk {isWizard} and {isEmbedded} which are more accurate than | Pascal Rigaux | 2002-08-19 | 1 | -6/+4 |
| | | | | | | $::isWizard && !$my_gtk::pop_it and $::isEmbedded && !$my_gtk::pop_it, since when the Plug is full, the window is not embedded. | ||||
* | in my_gtk object, set {isEmbedded} if embedded and {isWizard} if displayed ↵ | Pascal Rigaux | 2002-08-19 | 1 | -0/+2 |
| | | | | wizard mode | ||||
* | (readMonitorsDB): now return a list instead of a hash to handle same name ↵ | Pascal Rigaux | 2002-08-19 | 1 | -19/+24 |
| | | | | | | | | entries with different EISA_ID (configure_automatic): handle EISA_ID but no VertRefresh/HorizSync (happens for some hardware) (choose): handle user asking for "Plug'n Play" monitor and ddcxinfos failing | ||||
* | replace "xxx => eval { }" with "xxx => scalar eval {}" | Pascal Rigaux | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | fix checking the return value of fsck.jfs | Pascal Rigaux | 2002-08-19 | 1 | -1/+4 |
| | |||||
* | - add missing oss modules | Thierry Vignaud | 2002-08-19 | 1 | -3/+4 |
| | | | | | - pas16 is a scsi driver, not a sound one ... | ||||
* | add btaudio | Thierry Vignaud | 2002-08-19 | 1 | -3/+3 |
| | |||||
* | add isa alsa drivers | Thierry Vignaud | 2002-08-19 | 1 | -0/+2 |
| | |||||
* | s/nd-sgalaxy/snd-sgalaxy/ | Thierry Vignaud | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | add remove_modules | Thierry Vignaud | 2002-08-19 | 1 | -0/+7 |
| | |||||
* | o remove old /etc/hosts entries for the hostname before adding new one | Damien Chaumette | 2002-08-19 | 1 | -1/+6 |
| | |||||
* | add scsi Optical Device recognition (thanks to Michael Riss) | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
| | | | | | | (without this, a hard drive following the optical device gets assigned sda whereas sda is the optical device and the hard drive really is sdb) | ||||
* | s/drakconnet/drakconnect/ (Thank you for adding this bug, Titi) | Till Kamppeter | 2002-08-19 | 1 | -3/+3 |
| | |||||
* | add $Id: $ | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | (getAndSaveAutoInstallFloppy): ensure mount fail doesn't cause any pb | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | Make sure nautilus-gtkhtml is installed by default for GNOME | Frederic Crozat | 2002-08-19 | 1 | -0/+1 |
| |