Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -5/+5 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | reindent for lord pix | Thierry Vignaud | 2002-10-23 | 1 | -199/+199 |
| | |||||
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 1 | -1/+1 |
| | | | | | | | - update todo list - perl_checker fix | ||||
* | don't use standalone while installing | Thierry Vignaud | 2002-09-19 | 1 | -2/+1 |
| | |||||
* | corrected English typos (no space before colon in English) | Pablo Saratxaga | 2002-08-29 | 1 | -5/+5 |
| | |||||
* | - harddrake::bttv is renamed harddrake::v4l | Thierry Vignaud | 2002-08-16 | 1 | -0/+237 |
- harddrake::v4l handle saa7134 too now (and not only bttv) - harddrake::v4l::config need a new driver parameter in order to be able to offer the right cards and tuners list - drakxtv: kill some old comments - add the list of cards supported by saa7134 - add a not to remember a potentiel speedup |