summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanupThierry Vignaud2003-02-191-1/+1
|
* fix embeddingThierry Vignaud2003-02-191-3/+4
|
* perl_checker fixesThierry Vignaud2003-02-181-23/+24
|
* Fixed bug in setting up multiple scanners at once.Till Kamppeter2003-02-151-8/+10
|
* Improved manual scanner configuration, bug fixes.Till Kamppeter2003-02-141-85/+133
|
* Fixed typo.Till Kamppeter2003-02-131-1/+1
|
* Improved handling and structure of scanner databaseTill Kamppeter2003-02-131-4/+8
| | | | | | | | | - Scanners with multiple ports are supported now - Fully automatic build of the scanner database, including lines for configuration files - Fixed "SnapScan" <-> "snapscan" bug - Some HP scanners had no manufacturer field. Fixed.
* Scannerdrake vastly improvedTill Kamppeter2003-02-121-22/+599
| | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb
* - Fixed Titi's newly introduced bugs. Now scannerdrake works at least asTill Kamppeter2003-02-041-34/+64
| | | | | | | | | | under Mandrake 9.0. - Fixed bug of automatic configuration also being done if one opts for manual configuration of an auto-detected scanner. - Made scannerdrake editing the SANE config files instead of replacing them by the config lines from the DB (or emptying them when no config lines are given in the DB).
* English proofreadingPablo Saratxaga2003-01-241-1/+1
|
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-181-2/+0
| | | | | to new option scheme
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-061-3/+3
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 theTill Kamppeter2002-08-201-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 Kamppeter2002-08-201-3/+5
|
* - rename scanner::findScannerUsbport as scanner::detectThierry Vignaud2002-08-061-2/+2
| | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-1/+1
| | | | | (so that 'use strict' works)
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-051-43/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-8/+11
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-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 Duret2002-03-111-1/+4
|
* added ASK DEVICE supportYves Duret2002-03-101-6/+17
|
* added sum up at the endYves Duret2002-03-091-0/+6
|
* uncomment line that checks if sane rpm is installed or not (thx gc).Yves Duret2002-03-091-1/+5
| | | | | i sux,
* HP OfficeJet supportYves Duret2002-02-181-2/+10
|
* scsi/parport preliminary supportYves Duret2002-02-181-3/+10
|
* - move 'use standalone' up to comply to 'explanations'Guillaume Cottenceau2002-01-181-2/+8
| | | | | - fix a small english problem
* Corrected English errorsPablo Saratxaga2001-11-191-1/+4
|
* added dynamic supportYves Duret2001-11-191-4/+13
|
* updateYves Duret2001-11-121-21/+23
|
* first apparition on earth..Yves Duret2001-10-101-0/+89