Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | fix for modules.pm not exporting category2modules_and_description | Thierry Vignaud | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | add new drivers | Thierry Vignaud | 2002-10-28 | 1 | -0/+2 |
| | |||||
* | do a perl_checker pass after pixel one since he only do half the work | Thierry Vignaud | 2002-10-23 | 1 | -1/+2 |
| | |||||
* | make perl_checker happy: replace PKG::f with PKG::f() | Pascal Rigaux | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | reindent for lord pix | Thierry Vignaud | 2002-10-23 | 1 | -127/+127 |
| | |||||
* | titi almost sux (he helped me that's why I can't say titi sux :p) | Damien Chaumette | 2002-10-17 | 1 | -5/+1 |
| | |||||
* | handle nvaudio too | Thierry Vignaud | 2002-09-25 | 1 | -1/+2 |
| | |||||
* | - fix: we displayed current driver as default one: display the right one | Thierry Vignaud | 2002-09-11 | 1 | -2/+5 |
| | | | | | - show a wait message while switching driver | ||||
* | s/was the firt sound API/was the first sound API/ | Thierry Vignaud | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | description update | Thierry Vignaud | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | fix OSS definition | Thierry Vignaud | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | killing debugging prints | Thierry Vignaud | 2002-09-06 | 1 | -2/+1 |
| | |||||
* | - blacklist cs46xx and cs4281 drivers : we won't unload these drivers | Thierry Vignaud | 2002-09-06 | 1 | -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 aliases | Thierry Vignaud | 2002-09-06 | 1 | -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 | ||||
* | display alternative drivers (oss, alsa) for sound cards | Thierry Vignaud | 2002-09-02 | 1 | -4/+5 |
| | |||||
* | Fixed typo (no space before a colon in English) | Pablo Saratxaga | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | 20mdk: | Thierry Vignaud | 2002-08-23 | 1 | -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 .... | ||||
* | 19mdk | Thierry Vignaud | 2002-08-23 | 1 | -1/+0 |
| | |||||
* | use right sound-slot | Thierry Vignaud | 2002-08-23 | 1 | -5/+4 |
| | |||||
* | multiple sound cards fix: use the same index as our caller, don't | Thierry Vignaud | 2002-08-22 | 1 | -1/+1 |
| | | | | | force 0 | ||||
* | instead of generating my own list of module descriptions from | Thierry Vignaud | 2002-08-20 | 1 | -7/+5 |
| | | | | | | list_modules.pm list of sound modules, just usemodules::category2modules_and_description | ||||
* | add draksound: allow to switch between alsa and oss; | Thierry Vignaud | 2002-08-20 | 1 | -0/+193 |
should result in better sound support |