summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
* - Do not display or use the description field of the IEEE-1284 IDTill Kamppeter2005-09-011-3/+4
| | | | | | string of a printer if it is shorter than 5 characters (Many HP printers have a 4-digit number there).
* - When having added one's own PPD file now it gets pre-selected in theTill Kamppeter2005-08-311-9/+28
| | | | | printer/driver list.
* - Fixed retrieval of parallel port base address.Till Kamppeter2005-08-311-1/+11
|
* - Fixed parallel printer auto-detection and registered IEEE-1284 IDTill Kamppeter2005-08-311-4/+14
| | | | | | string for Mandriva hardware database. - Fixed USB IEEE-1284 ID string output.
* - Added recording of IEEE-1284 device ID string, for USB printers.Till Kamppeter2005-08-311-1/+2
|
* - Fixed recognition of alredy set up queues for auto queue setup, forTill Kamppeter2005-08-311-1/+1
| | | | | | several Xerox Phaser printers the user was asked again and again to set up a print queue.
* - Support for HPLIP URIs with "?device=...", possible fix for bugTill Kamppeter2005-08-301-4/+15
| | | | | #18041 and bug #18053.
* - When setting up new queue with HPLIP old HPOJ config was not deletedTill Kamppeter2005-08-301-1/+1
| | | | | during installation. Fixed.
* - Restart CUPS after installing HPLIP for a network printer.Till Kamppeter2005-08-301-12/+16
|
* - Removed "Do not print testy page" in test page step of add printerTill Kamppeter2005-08-261-4/+4
| | | | | wizard (bug #15861).
* - Fixed message window in the case that no local printer was foundTill Kamppeter2005-08-261-0/+1
| | | | | when running the add printer wizard in beginner's mode (bug #16757).
* - Gutenprint does not print correctly when margins are set in the CUPSTill Kamppeter2005-08-261-19/+45
| | | | | | | configuration, so do not set margins when creating a queue with Gutenprint, or remove the margins when switching the driver of an existing queue to Gutenprint.
* - Reverted workarounds for bug #17718, the bug is now really fixed,Till Kamppeter2005-08-241-14/+12
| | | | | the problem was in /usr/lib/libDrakX/interactive/gtk.pm.
* - Fixed problem of current printer/driver not chosen in printer/driverTill Kamppeter2005-08-241-6/+15
| | | | | | | list when choosing "Printer manufacturer, model, driver" in the printer editing menu (occured mainly in expert mode and with printers with manufacturer-supplied PPD).
* - Support for one pre-built PPD being linked from multiple printerTill Kamppeter2005-08-241-19/+55
| | | | | database entries.
* - Added support for pre-built PPDs for non-PostScript drivers,Till Kamppeter2005-08-241-15/+109
| | | | | especially PCL-XL PPDs from Ricoh.
* - Fixed bug #17718 in both printerdrake and scannerdrake.Till Kamppeter2005-08-221-12/+14
|
* - Removed stuff for automatic print queue setup when starting CUPS.Till Kamppeter2005-08-182-12/+2
| | | | | - Small menu text improvement.
* - When printerdrake's first-time dialog appears on plugging a USBTill Kamppeter2005-08-181-26/+51
| | | | | | | printer, the user can now also turn off print queue auto-setup before starting printerdrake and so without needing the printing infrastructure to be installed.
* - Added automatic setup of Ethernet-connected HP printers with HPLIP.Till Kamppeter2005-08-172-29/+100
| | | | | | | | | | | | | | | | | | | - Taken into account that HPLIP sometimes uses model names with "HP" in the beginning and sometimes not. - Fixed problem of cursor in printer model list pointing to random, completely unrelated printer when no model name was auto-detected. - For setting the cursor onto the correct model in the printer model list also taken into account a model name detected only by HPLIP. - When one chooses "Printer Connection Type" in the "Edit" menu of an Ethernet-connected printer which is under the control of HPLIP or HPOJ, "LOCAL" was pre-selected as connection type and not "SOCKET". Fixed. - Replaced "Windows 95/98/NT" by simply "Windows" in the connection type menu. There are many more Windows versions than 95, 98, and NT currently. - Made matching of detected printer model name with HPLIP database more reliable.
* - Improved the auto queue setup pop-up window display on the user'sTill Kamppeter2005-08-162-14/+81
| | | | | | | | | | | | | | | | | desktop according to the suggestions in bug #17370. - Ask the user whether he wants really have a new printer set up before doing the auto queue setup. - Do always a fully non-interactive auto queue setup when X is not installed - First-time dialog could show garbage as printer model name for some models. Fixed. - Separated "Print no test pages" entry on the wizard page for printing test pages. - Changed the defaults for automatic re-enabling of disabled queues to "no", due to the new CUPS backend wrapper queues should not get disabled automatically any more. - Typo corrections.
* - Added per-printer configurable handling of CUPS backend errors. ThisTill Kamppeter2005-08-152-2/+97
| | | | | | way CUPS does not disable print queues automatically any more (for example if printer not turned on).
* - Added special handling for the "capt" driver (Canon LBP-810/1120Till Kamppeter2005-08-041-0/+16
| | | | | winprinters).
* - Removed automatic installation of "hplip-hpijs-ppds" package, theTill Kamppeter2005-08-021-2/+1
| | | | | | PPDs in this package are already generated with the installed Foomatic data.
* Made "desktop-printing" package being installed automatically whenTill Kamppeter2005-08-021-2/+3
| | | | | CUPS is used with a local daemon.
* - Added dialog to configure automatic queue creating and automatic queue ↵Till Kamppeter2005-07-272-4/+113
| | | | re-enabling
* - Started implementation of configurable, partially interactive printTill Kamppeter2005-07-272-14/+16
| | | | | queue auto setup.
* - Fixed "config_sane()" function, it did not add the backend name toTill Kamppeter2005-07-271-1/+1
| | | | | /etc/sane.d/dll.conf
* reduce the overall perl_checker warningsThierry Vignaud2005-07-083-80/+80
|
* new netconnect APIOlivier Blin2005-06-061-5/+1
|
* - Support for PPD file names with spaces (bug #16172).Till Kamppeter2005-05-291-2/+2
|
* - Let Gutenprint GIMP plug-in be installed by printerdrake when GIMP is ↵Till Kamppeter2005-05-122-1/+9
| | | | installed.
* - Gimp-Print was renamed to Gutenprint, adapted printerdrake/DrakX ↵Till Kamppeter2005-05-121-6/+6
| | | | appropriately.
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-2/+2
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* switch from MandrakeSoft to Mandriva in scannerdrake & printerdrakeThierry Vignaud2005-04-211-1/+1
|
* replace non ascii charPascal Rigaux2005-04-051-1/+1
|
* - Fixed bug #4319: Printer options cannot be set after renaming the printer ↵Till Kamppeter2005-04-042-6/+7
| | | | | | | | | | | | | or changing the connection type - Fixed bug of PostScript printers with manufacturer-supplied PPD cannot be renamed at all - Fixed bug of print queue being deleted when renaming fails - Fixed bug of printerdrake trying to open a message window when non-interactive queue generation fails - Fixed pre-definition of $printer->{ARGS}, this bug made printerdrake crashing sometimes
* - Let IOCTL detection of an USB printer not get accepted if there is noTill Kamppeter2005-03-291-2/+5
| | | | | | relevant item at all in the ID string, to avoid mis-detection of some USB keyboards as printers.
* - Fixed queue name auto-generation, it sometimes hanged in an endless loopTill Kamppeter2005-03-171-9/+10
| | | | | (bugs #14426, #14525, #14563).
* - Fixed setting of default printer on daemon-less CUPS client (bug #13940).Till Kamppeter2005-03-161-4/+8
|
* - Let printerdrake recognize if the user edited /etc/cups/client.confTill Kamppeter2005-03-041-1/+6
| | | | | manually.
* - Made the "(recommended)" in the printer/driver lists translateable (bugTill Kamppeter2005-03-022-19/+31
| | | | | 10651)
* - Make sure that recommended driver is preselected in expert mode, even if theTill Kamppeter2005-03-011-3/+3
| | | | | recommended driver is a manufacturer-supplied PPD with language tag.
* - Added possibility to add a remote LPD printer in beginner's mode (bug 13734)Till Kamppeter2005-03-011-16/+100
| | | | | | | | | | | - Fixed incorrect display of accentuated characters in PPD options also for boolean options (bug 13928) - Let detected LPD printer model be shown in a pop-up window and not in the add printer wizard - Let detected socket printer model be shown if the IP/port was manually entered - Small fix on selection of test pages
* - Fixed add printer wizard ("Previous" and "Cancel") for printerdrake beingTill Kamppeter2005-03-011-2/+38
| | | | | run embedded in the MCC (bug 13929).
* - Let country and not language decide about default paper sizeTill Kamppeter2005-02-281-4/+4
|
* - Driver "oki4w" was renamed to "oki4drv". Adapted printerdrake appropriatelyTill Kamppeter2005-02-251-2/+2
|
* move "HPOJ" and "HPLIP" as parameters of translatable strings,Pablo Saratxaga2005-02-241-6/+6
| | | | | so common phrases need to be translated only once.
* perl_cheker doesn't like a line break between function name and parenthesisPablo Saratxaga2005-02-241-2/+1
|