summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
...
* - Removed installation of "gimpprint" package, it is part of GIMP 2.0.x now.Till Kamppeter2004-08-194-852/+8
| | | | | | - Removed configuration of applications, GIMP and OpenOffice.org are patched now so that they do not need configuration of print queues any more. - Text fix for scanners in HP's multi-function devices.
* (connectionstr) workaround perl bugThierry Vignaud2004-08-191-1/+2
|
* Fix problem of the "usblp" kernel module not loaded before local printer ↵Till Kamppeter2004-08-191-1/+1
| | | | auto-detection.
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-213-5/+6
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-1/+2
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+2
|
* Let printerdrake install "scanner-gui" instead of "xsane" when it sets up an ↵Till Kamppeter2004-03-131-11/+11
| | | | | | | HP multi-function device. "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* Made more clear choices in the first-time dialog of printerdrake.Till Kamppeter2004-03-091-1/+7
|
* Let URIs listed by "lpinfo -v" be shown in the dialog for entering a URI ↵Till Kamppeter2004-03-052-15/+39
| | | | manually.
* If an HP multi-function device was configured manually, extract the model ↵Till Kamppeter2004-03-031-0/+15
| | | | name from the HPOJ device entry name.
* Let HPOJ device entry be created with the correct printer model name.Till Kamppeter2004-03-031-0/+2
|
* Fixed HPOJ configuration when manually setting up a device.Till Kamppeter2004-03-021-0/+10
|
* Sometimes option default settings in the printer options dialog were missing ↵Till Kamppeter2004-03-021-9/+9
| | | | (e. g. "Dithering Pixels Per Inch" in "pcl3" driver). Fixed.
* Fixed bug #8483: No "ptal:/..." in manual device URI list.Till Kamppeter2004-03-011-1/+3
|
* Do not configure the GIMP-Print plug-in on more than 50 users (bug #6423).Till Kamppeter2004-03-011-2/+4
|
* Fixed bug of installer crashing when an HP multi-function device is detected ↵Till Kamppeter2004-03-011-1/+4
| | | | and set up.
* Removed spurious quotes ('"') from HPOJ config file.Till Kamppeter2004-03-011-2/+3
|
* Support for new HP multi-function devices and for special needs of Lexmark ↵Till Kamppeter2004-03-011-2/+50
| | | | X125 printer.
* Fixes for HPOJ setup during installation.Till Kamppeter2004-02-262-0/+10
|
* UI text fixes.Till Kamppeter2004-02-241-3/+3
|
* Give clear warning/error messages if a package installation fails.Till Kamppeter2004-02-241-32/+158
| | | | | Let printer model in first-time dialog also be shown if there is no description field in the device ID of the printer.
* (set_usermode) do not die when run with --testing as userThierry Vignaud2004-02-191-1/+1
|
* Fixed problem that not used parallel ports were detected as printers.Till Kamppeter2004-02-171-1/+4
|
* Added warnings to clearly tell the user when there is no network access.Till Kamppeter2004-02-171-19/+28
| | | | | Removed printer list button whenthere is no network also in expert mode.
* Recognize parallel printers also when they miss the "CLASS:PRINTER;" in ↵Till Kamppeter2004-02-161-0/+2
| | | | their device ID string (ex: Brother HL-720, bug #7753).
* Recognize also "SN:" as serial number field in printer ID string (HP ↵Till Kamppeter2004-02-141-1/+2
| | | | PhotoSmart 7760, bug #6534).
* Made printerdrake handling even very weird printer ID strings, as the one of ↵Till Kamppeter2004-02-141-1/+6
| | | | the Brother HL-720 with empty manufacturer and description fields (Bug #7753).
* Let printerdrake load the "usblp" instead of the "printer" kernel module if ↵Till Kamppeter2004-02-143-6/+14
| | | | kernel 2.6.x is used.
* new banner iconsThierry Vignaud2004-02-131-1/+1
|
* Added title bar texts for error and warning pop-ups.Till Kamppeter2004-01-211-35/+35
|
* Removed occurences of "Mandrake" from translateable strings.Till Kamppeter2004-01-212-7/+13
|
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-2/+2
|
* Let list of printer models get sorted.Till Kamppeter2004-01-141-1/+1
|
* Added functionality to configure a PostScript printer with aTill Kamppeter2004-01-122-9/+146
| | | | | manufacturer-supplied PPD file.
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-3/+3
|
* escaped strings fixesThierry Vignaud2003-11-064-57/+58
|
* check_prog will check first arg, specifying parameters must henceGuillaume Cottenceau2003-11-031-1/+1
| | | | | be done with other args
* Removed check for Perl library in checking for installed packages. TheTill Kamppeter2003-11-031-1/+0
| | | | | library is in a versioned directory which changes with every Perl release.
* fixed an involuntary typoPablo Saratxaga2003-10-021-1/+1
|
* fixed parameters for LPD printer information linePablo Saratxaga2003-10-021-2/+2
|
* corrected parameters of LPD info linePablo Saratxaga2003-10-021-1/+1
|
* perl_checker fixesPascal Rigaux2003-09-291-2/+1
|
* Fixed "Configure CUPS" function of printerdrake adding a secondTill Kamppeter2003-09-171-2/+2
| | | | | | | "<Location />...</Location>" in /etc/cups/cupsd.conf instead of replacing the existing one (fix of Titi's newly introduced bug from May 19 14:17:58 2003 UTC).
* Small fix on LIDIL workaround.Till Kamppeter2003-09-151-2/+2
|
* Put device identity info into the HPOJ config file also when HPOJTill Kamppeter2003-09-151-0/+5
| | | | | configuration was not verified (LIDIL devices).
* Added workaround to make HP PSC 1xxx and OfficeJet 4xxx really working.Till Kamppeter2003-09-151-0/+11
|
* perl_checker fix.Till Kamppeter2003-09-151-2/+2
|
* Added support for user-mode-only HPOJ devices (HP PSC 1xxx andTill Kamppeter2003-09-152-46/+131
| | | | | OfficeJet 4xxx). Fixes bug #5641.
* Fixed bug #5423: Some option settings were not be recognized or changed.Till Kamppeter2003-09-091-1/+4
|