Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -2/+0 |
| | | | | | to new option scheme | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
| | |||||
* | 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! | ||||
* | - Let all occurences of "Seiko Epson" replaced by "Epson" both in the | Till Kamppeter | 2002-08-20 | 1 | -1/+13 |
| | | | | | | | | | | 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 parantheses of a "member" function, fixed typos. | Till Kamppeter | 2002-08-20 | 1 | -3/+5 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 1 | -2/+2 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | | | | | (so that 'use strict' works) | ||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 1 | -43/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -8/+11 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+5 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | re-re-re-re-re-re-uncomment the pkgs check line. | Yves Duret | 2002-03-11 | 1 | -1/+4 |
| | |||||
* | added ASK DEVICE support | Yves Duret | 2002-03-10 | 1 | -6/+17 |
| | |||||
* | added sum up at the end | Yves Duret | 2002-03-09 | 1 | -0/+6 |
| | |||||
* | uncomment line that checks if sane rpm is installed or not (thx gc). | Yves Duret | 2002-03-09 | 1 | -1/+5 |
| | | | | | i sux, | ||||
* | HP OfficeJet support | Yves Duret | 2002-02-18 | 1 | -2/+10 |
| | |||||
* | scsi/parport preliminary support | Yves Duret | 2002-02-18 | 1 | -3/+10 |
| | |||||
* | - move 'use standalone' up to comply to 'explanations' | Guillaume Cottenceau | 2002-01-18 | 1 | -2/+8 |
| | | | | | - fix a small english problem | ||||
* | Corrected English errors | Pablo Saratxaga | 2001-11-19 | 1 | -1/+4 |
| | |||||
* | added dynamic support | Yves Duret | 2001-11-19 | 1 | -4/+13 |
| | |||||
* | update | Yves Duret | 2001-11-12 | 1 | -21/+23 |
| | |||||
* | first apparition on earth.. | Yves Duret | 2001-10-10 | 1 | -0/+89 |