Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt to new cat_() only accepting files, ie not doing popen anymore | Pascal Rigaux | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | - Let parallel HP printers be set up with HPLIP. | Till Kamppeter | 2005-09-28 | 1 | -312/+133 |
| | | | | | | | | | | | | | | | | | | | | | | - Removed HPOJ support (HPOJ obsolete, now completely replaced by HPLIP). - Warn the user if an HP printer is connected via a port which is not supported by HPLIP. - Fixed printerdrake freezing when choosing a machine as remote CUPS server (for daemon-less client) which does not exist or does not run CUPS. - Let network printer detection also work if the DNS is misconfigured. - Let "Printer options" entry in printer editing menu only disapppear if there are really no options (entry disappeared also for Sagem MF3625 with empty manufacturer name in the PPD). - Fixed raw queue being shown with "driver: PPD" and not "driver: raw". - Do not use "Unknown model" and "Unknown Model", this somtimes broke identifying a print queue as being for an unknown printer. - Do not die if /usr/share/hplip/data/xml/models.xml (HPLIP printer database) is missing, this allows creation of live distros without HPLIP. - Fixed loop of determining the HPLIP device URI for local printers in the "printer::main::start_hplip()" function. | ||||
* | - Do not auto-install "sane-frontends" for MF devices. | Till Kamppeter | 2005-09-19 | 1 | -4/+4 |
| | |||||
* | - Adapted file names to check for to the changes on the HPIJ 0.91-8mdk | Till Kamppeter | 2005-09-16 | 1 | -3/+3 |
| | | | | | packages. | ||||
* | - Made configuring of auto queue setup mode also during installation | Till Kamppeter | 2005-09-12 | 1 | -3/+3 |
| | | | | | (some $::prefix were missing). | ||||
* | - Another 64-bit fix in printerdrake. Now setup of HP's multi-function | Till Kamppeter | 2005-09-07 | 1 | -2/+2 |
| | | | | | printers really works on 64-bit boxes. | ||||
* | - Give also access to the CUPS auto administration dialog during | Till Kamppeter | 2005-09-07 | 1 | -0/+14 |
| | | | | | installation. | ||||
* | - Made printerdrake working on 64-bit systems, with /usr/lib64. | Till Kamppeter | 2005-09-06 | 1 | -10/+10 |
| | |||||
* | - Install "desktop-printing" only on sytems with installed | Till Kamppeter | 2005-09-06 | 1 | -0/+4 |
| | | | | | gnome-panel, Discovery does not ship GNOME and also not desktop-printing. | ||||
* | - Fixed endless loop when clicking "Back" in model selection, when by | Till Kamppeter | 2005-09-06 | 1 | -1/+2 |
| | | | | | autodetection no model was found. | ||||
* | - Some fixes in handling unknown printers. | Till Kamppeter | 2005-09-06 | 1 | -3/+8 |
| | |||||
* | Corrected typos. | Funda Wang | 2005-09-04 | 1 | -4/+4 |
| | |||||
* | - Use printer name determined by HPLIP to auto-select PPD file of a | Till Kamppeter | 2005-09-02 | 1 | -1/+2 |
| | | | | | network printer where the model name was not determined by SNMP. | ||||
* | - Do not display or use the description field of the IEEE-1284 ID | Till Kamppeter | 2005-09-01 | 1 | -3/+4 |
| | | | | | | string of a printer if it is shorter than 5 characters (Many HP printers have a 4-digit number there). | ||||
* | - When setting up new queue with HPLIP old HPOJ config was not deleted | Till Kamppeter | 2005-08-30 | 1 | -1/+1 |
| | | | | | during installation. Fixed. | ||||
* | - Restart CUPS after installing HPLIP for a network printer. | Till Kamppeter | 2005-08-30 | 1 | -12/+16 |
| | |||||
* | - Removed "Do not print testy page" in test page step of add printer | Till Kamppeter | 2005-08-26 | 1 | -4/+4 |
| | | | | | wizard (bug #15861). | ||||
* | - Fixed message window in the case that no local printer was found | Till Kamppeter | 2005-08-26 | 1 | -0/+1 |
| | | | | | when running the add printer wizard in beginner's mode (bug #16757). | ||||
* | - Reverted workarounds for bug #17718, the bug is now really fixed, | Till Kamppeter | 2005-08-24 | 1 | -14/+12 |
| | | | | | the problem was in /usr/lib/libDrakX/interactive/gtk.pm. | ||||
* | - Fixed problem of current printer/driver not chosen in printer/driver | Till Kamppeter | 2005-08-24 | 1 | -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). | ||||
* | - Fixed bug #17718 in both printerdrake and scannerdrake. | Till Kamppeter | 2005-08-22 | 1 | -12/+14 |
| | |||||
* | - Removed stuff for automatic print queue setup when starting CUPS. | Till Kamppeter | 2005-08-18 | 1 | -6/+2 |
| | | | | | - Small menu text improvement. | ||||
* | - When printerdrake's first-time dialog appears on plugging a USB | Till Kamppeter | 2005-08-18 | 1 | -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 Kamppeter | 2005-08-17 | 1 | -11/+49 |
| | | | | | | | | | | | | | | | | | | | - 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's | Till Kamppeter | 2005-08-16 | 1 | -10/+77 |
| | | | | | | | | | | | | | | | | | 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. This | Till Kamppeter | 2005-08-15 | 1 | -0/+87 |
| | | | | | | 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/1120 | Till Kamppeter | 2005-08-04 | 1 | -0/+16 |
| | | | | | winprinters). | ||||
* | - Added dialog to configure automatic queue creating and automatic queue ↵ | Till Kamppeter | 2005-07-27 | 1 | -2/+65 |
| | | | | re-enabling | ||||
* | - Started implementation of configurable, partially interactive print | Till Kamppeter | 2005-07-27 | 1 | -11/+13 |
| | | | | | queue auto setup. | ||||
* | reduce the overall perl_checker warnings | Thierry Vignaud | 2005-07-08 | 1 | -62/+62 |
| | |||||
* | new netconnect API | Olivier Blin | 2005-06-06 | 1 | -5/+1 |
| | |||||
* | - Let Gutenprint GIMP plug-in be installed by printerdrake when GIMP is ↵ | Till Kamppeter | 2005-05-12 | 1 | -0/+4 |
| | | | | installed. | ||||
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -2/+2 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva in scannerdrake & printerdrake | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #4319: Printer options cannot be set after renaming the printer ↵ | Till Kamppeter | 2005-04-04 | 1 | -4/+5 |
| | | | | | | | | | | | | | 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 | ||||
* | - Fixed queue name auto-generation, it sometimes hanged in an endless loop | Till Kamppeter | 2005-03-17 | 1 | -9/+10 |
| | | | | | (bugs #14426, #14525, #14563). | ||||
* | - Made the "(recommended)" in the printer/driver lists translateable (bug | Till Kamppeter | 2005-03-02 | 1 | -6/+11 |
| | | | | | 10651) | ||||
* | - Make sure that recommended driver is preselected in expert mode, even if the | Till Kamppeter | 2005-03-01 | 1 | -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 Kamppeter | 2005-03-01 | 1 | -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 being | Till Kamppeter | 2005-03-01 | 1 | -2/+38 |
| | | | | | run embedded in the MCC (bug 13929). | ||||
* | - Let country and not language decide about default paper size | Till Kamppeter | 2005-02-28 | 1 | -4/+4 |
| | |||||
* | - Driver "oki4w" was renamed to "oki4drv". Adapted printerdrake appropriately | Till Kamppeter | 2005-02-25 | 1 | -2/+2 |
| | |||||
* | move "HPOJ" and "HPLIP" as parameters of translatable strings, | Pablo Saratxaga | 2005-02-24 | 1 | -6/+6 |
| | | | | | so common phrases need to be translated only once. | ||||
* | perl_cheker doesn't like a line break between function name and parenthesis | Pablo Saratxaga | 2005-02-24 | 1 | -2/+1 |
| | |||||
* | - Fixed bug of accentuated characters in PPDs not correctly reproduced in the | Till Kamppeter | 2005-02-23 | 1 | -10/+47 |
| | | | | | printer options dialog. | ||||
* | - Corrected default settings for printer auto-detection in beginner's mode | Till Kamppeter | 2005-02-22 | 1 | -5/+5 |
| | |||||
* | - If a printer is set up with HPLIP and has still an old HPOJ configuration, | Till Kamppeter | 2005-02-16 | 1 | -0/+15 |
| | | | | | it will be automatically removed now. | ||||
* | Force only ASCII letters, numbers, and underscores being used in print queue ↵ | Till Kamppeter | 2005-02-15 | 1 | -2/+6 |
| | | | | names. | ||||
* | - Let printer autodetection results get into /root/drakx/report.bug.gz | Till Kamppeter | 2005-02-14 | 1 | -3/+8 |
| |