Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let HPOJ device entry be created with the correct printer model name. | Till Kamppeter | 2004-03-03 | 1 | -0/+2 |
| | |||||
* | Fixed HPOJ configuration when manually setting up a device. | Till Kamppeter | 2004-03-02 | 1 | -0/+10 |
| | |||||
* | Fixed bug of installer crashing when an HP multi-function device is detected ↵ | Till Kamppeter | 2004-03-01 | 1 | -1/+4 |
| | | | | and set up. | ||||
* | Removed spurious quotes ('"') from HPOJ config file. | Till Kamppeter | 2004-03-01 | 1 | -2/+3 |
| | |||||
* | Fixes for HPOJ setup during installation. | Till Kamppeter | 2004-02-26 | 1 | -0/+9 |
| | |||||
* | (set_usermode) do not die when run with --testing as user | Thierry Vignaud | 2004-02-19 | 1 | -1/+1 |
| | |||||
* | Let printerdrake load the "usblp" instead of the "printer" kernel module if ↵ | Till Kamppeter | 2004-02-14 | 1 | -4/+5 |
| | | | | kernel 2.6.x is used. | ||||
* | Removed occurences of "Mandrake" from translateable strings. | Till Kamppeter | 2004-01-21 | 1 | -4/+5 |
| | |||||
* | Added functionality to configure a PostScript printer with a | Till Kamppeter | 2004-01-12 | 1 | -3/+41 |
| | | | | | manufacturer-supplied PPD file. | ||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -26/+27 |
| | |||||
* | check_prog will check first arg, specifying parameters must hence | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | | | | | be done with other args | ||||
* | fixed an involuntary typo | Pablo Saratxaga | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | fixed parameters for LPD printer information line | Pablo Saratxaga | 2003-10-02 | 1 | -2/+2 |
| | |||||
* | corrected parameters of LPD info line | Pablo Saratxaga | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | Fixed "Configure CUPS" function of printerdrake adding a second | Till Kamppeter | 2003-09-17 | 1 | -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 Kamppeter | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | Put device identity info into the HPOJ config file also when HPOJ | Till Kamppeter | 2003-09-15 | 1 | -0/+5 |
| | | | | | configuration was not verified (LIDIL devices). | ||||
* | Added workaround to make HP PSC 1xxx and OfficeJet 4xxx really working. | Till Kamppeter | 2003-09-15 | 1 | -0/+11 |
| | |||||
* | perl_checker fix. | Till Kamppeter | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | Added support for user-mode-only HPOJ devices (HP PSC 1xxx and | Till Kamppeter | 2003-09-15 | 1 | -43/+127 |
| | | | | | OfficeJet 4xxx). Fixes bug #5641. | ||||
* | - Use a field in the $printer data structure and no a global variable | Till Kamppeter | 2003-09-08 | 1 | -13/+14 |
| | | | | | | | for the expert mode. - Fixed bug of database not being re-read when switching between normal and expert mode with the new GTK2 main window. | ||||
* | Determine default printer already when reading in the queue data, | Till Kamppeter | 2003-08-27 | 1 | -4/+11 |
| | | | | | this is much faster than running "foomatic-configure" a second time. | ||||
* | If an HPOJ-controlled HP MF device on a parallel port has an URI with | Till Kamppeter | 2003-08-26 | 1 | -0/+4 |
| | | | | | | model reference (and not port number) tell at least in the menues that it is on a parallel port. | ||||
* | Distinguish between printers "Configured on this machine" and | Till Kamppeter | 2003-08-25 | 1 | -8/+1 |
| | | | | | | | "Configured on other machines", not any more "Local Printers" and "Remote Printers", so the current dialog is compatible to the new GTK2 dialog. | ||||
* | Fixed recognition of installed parallel HPOJ-driven MF devices. | Till Kamppeter | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Adapted version mark in HPOJ config files to the current HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | - Fixed expert/normal mode switch (it will perhaps be removed, but a | Till Kamppeter | 2003-08-24 | 1 | -3/+49 |
| | | | | | | | | working switch makes the further development easier). - Added connectionstr() function which produces a human-readable string for the connection type, needed for new main window. - Added missing parantheses (there was a warning complaining about this). | ||||
* | Support for the new "ptal://..." (two slashes) URIs of the new HPOJ. | Till Kamppeter | 2003-08-22 | 1 | -4/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -3/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-20 | 1 | -11/+10 |
| | | | | | | | | printer::printerdrake::{setup_smb,setup_socket}(): do not use undef values, but reuse those we just calculate printer::printerdrake::main(): fix printer::default::printer_type() callee | ||||
* | prevent set_usermode() vs set_cups_autoconf() conflict | Thierry Vignaud | 2003-05-20 | 1 | -1/+2 |
| | |||||
* | restore service restart | Thierry Vignaud | 2003-05-20 | 1 | -0/+2 |
| | |||||
* | - (read_location, rip_location): simplify loop condition since once we get | Thierry Vignaud | 2003-05-19 | 1 | -5/+3 |
| | | | | | | | $location_end, we exit it - (rip_location): simplify @location build when no existing one | ||||
* | - (get_cups_autoconf, set_cups_autoconf, get_usermode, set_usermode): simplify | Thierry Vignaud | 2003-05-19 | 1 | -72/+13 |
| | | | | | | | | | | a lot through getVarsFromSh() and setVarsInSh() - (set_jap_textmode) simplify a lot through substInFile() now all /etc/sysconfig/printing accesses get done by MDK::Common::File (until shell template from libconf is used) | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-19 | 1 | -148/+141 |
| | |||||
* | Fixed bug #417: '$' character in printer URI not correctly handled. | Till Kamppeter | 2003-03-13 | 1 | -1/+3 |
| | |||||
* | Made sure that all IP addresses of the local machine are in 'Allow | Till Kamppeter | 2003-03-11 | 1 | -8/+22 |
| | | | | | | | From' lines in the /etc/cups/cupsd.conf, otherwise one can have certain configurations with which one cannot access to the options of the local printer(s). | ||||
* | Added button to switch to japanese text file printing. | Till Kamppeter | 2003-03-11 | 1 | -0/+17 |
| | |||||
* | Correction on reading the Foomatic overview. | Till Kamppeter | 2003-03-02 | 1 | -12/+8 |
| | |||||
* | Fixes on reading of Foomatic data overview ("foomatic-configure -O"): | Till Kamppeter | 2003-03-02 | 1 | -14/+20 |
| | | | | | | | - Removed usage of on-disk cache - Made new "<general>" and "<ieee1284>" tags for auto-detection info being recognized. | ||||
* | Fixed bug #2171. | Till Kamppeter | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | Prepared for LPRng and PDQ goint to Contribs or leaving the distro, "Change | Till Kamppeter | 2003-02-25 | 1 | -1/+7 |
| | | | | | | Printing System" button only appears if at least one of them is manually installed. | ||||
* | Several bug fixes on printerdrake | Till Kamppeter | 2003-02-23 | 1 | -8/+20 |
| | | | | | | | | | | | | | - "BrowsePoll <IP>:<Port>" needs "Browsing On" in /etc/cups/cupsd.conf. - If the same printer model is once on the parallel port and second on USB, there was a new USB queue created on every start of Printerdrake. - Now CUPS is restarted whenever a new USB print queue is set up so that CUPS can provide the model-related USB URI. - Made sure that the default printer is defined and that it is an existing queue so that during installation printerdrake does not show a line only containing " (Default)" in the list of installed printers. - Cleaned up data structure after automatic queue generation. | ||||
* | - Improved/fixed generation of printer list entries from | Till Kamppeter | 2003-02-20 | 1 | -17/+15 |
| | | | | | | | manufacturer-supplied PostScript PPD files - Removed forgotten debug mode - Disabled wizard-mode temporarily | ||||
* | - "BrowsePoll" support in the CUPS configuration dialog. | Till Kamppeter | 2003-02-18 | 1 | -1/+45 |
| | | | | | | - Fixes on error message windows in the dialog for printer sharing destinations. | ||||
* | - Fixed bug of HP DeskJetb 990C being automatically installed even if | Till Kamppeter | 2003-02-17 | 1 | -11/+21 |
| | | | | | | there is already a queue for it - Fixed checking whether a device is known to CUPS | ||||
* | - Restructured function "main()" | Till Kamppeter | 2003-02-17 | 1 | -1/+2 |
| | | | | | | | | | | - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake | ||||
* | fix perl_checker error | Pascal Rigaux | 2003-02-05 | 1 | -2/+2 |
| | |||||
* | Removed debug helper line. | Till Kamppeter | 2003-02-04 | 1 | -1/+0 |
| | |||||
* | - "Out-sourced" functions for config file handling into handle_configs.pm, | Till Kamppeter | 2003-02-04 | 1 | -168/+125 |
| | | | | | | it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake. |