Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | move harddrake::sound $index param in hash and pass only the hash ref around | Thierry Vignaud | 2003-04-01 | 1 | -0/+1 |
| | | | | | functions | ||||
* | let fix #2244, #2245, #2730 | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | let it ask for root capabilites if launched in standalone mode | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -0/+1 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -2/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | - fix: we displayed current driver as default one: display the right one | Thierry Vignaud | 2002-09-11 | 1 | -1/+2 |
| | | | | | - show a wait message while switching driver | ||||
* | if there's no sound card, add a note about sndconfig | Thierry Vignaud | 2002-09-06 | 1 | -1/+2 |
| | |||||
* | use right sound-slot | Thierry Vignaud | 2002-08-23 | 1 | -2/+4 |
| | |||||
* | - simplify | Thierry Vignaud | 2002-08-20 | 1 | -11/+7 |
| | | | | | | - allocate sound slots in the same order as install2.pm (aka in modules::probe_category('multimedia/sound') order) | ||||
* | add draksound: allow to switch between alsa and oss; | Thierry Vignaud | 2002-08-20 | 1 | -0/+59 |
should result in better sound support |