Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
| | |||||
* | Fixed problem that not used parallel ports were detected as printers. | Till Kamppeter | 2004-02-17 | 1 | -1/+4 |
| | |||||
* | Recognize parallel printers also when they miss the "CLASS:PRINTER;" in ↵ | Till Kamppeter | 2004-02-16 | 1 | -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 Kamppeter | 2004-02-14 | 1 | -1/+2 |
| | | | | PhotoSmart 7760, bug #6534). | ||||
* | Let printerdrake load the "usblp" instead of the "printer" kernel module if ↵ | Till Kamppeter | 2004-02-14 | 1 | -1/+2 |
| | | | | kernel 2.6.x is used. | ||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -10/+10 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2003-09-29 | 1 | -2/+1 |
| | |||||
* | Removed use of "parport_probe", we do not need to support kernel 2.2.x | Till Kamppeter | 2003-08-25 | 1 | -3/+2 |
| | | | | | any more. | ||||
* | Adapted to scli 0.2.12. | Till Kamppeter | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-20 | 1 | -9/+9 |
| | | | | | | | | 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 | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-19 | 1 | -5/+5 |
| | |||||
* | Made sure that all IP addresses of the local machine are in 'Allow | Till Kamppeter | 2003-03-11 | 1 | -0/+42 |
| | | | | | | | 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). | ||||
* | Fixed bug of USB printers which do not report back an IEEE-1284 ID string after | Till Kamppeter | 2003-03-03 | 1 | -1/+3 |
| | | | | | three attempts being invisible instead of being listed as an "Unknown device". | ||||
* | Read device ID string for a USB printer up to three times when it does not ↵ | Till Kamppeter | 2003-03-02 | 1 | -67/+80 |
| | | | | contain information. | ||||
* | - 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 | ||||
* | Corrected call for "tryWrite" function. | Till Kamppeter | 2003-02-06 | 1 | -1/+2 |
| | |||||
* | move whatParport() to printer::detect | Pascal Rigaux | 2003-02-02 | 1 | -0/+21 |
| | |||||
* | move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵ | Pascal Rigaux | 2003-02-02 | 1 | -2/+105 |
| | | | | | | | | | | detect_devices to printer::detect (it cleans up detect_devices, and won't hurt eyes anymore :) this change, together with .perl_checker skipping printer::* marks the style disagreement between printer/* and the rest of install | ||||
* | New CUPS printer sharing configuration dialog. | Till Kamppeter | 2003-01-13 | 1 | -0/+27 |
| | | | | | Reverted broken printer::main::set_usermode() to version of Mandrake 9.0. | ||||
* | (detect): don't use net_smb_detect() and net_detect(), call | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | | whatNetPrinter() directly asking for both network & smb (faster) | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -3/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -8/+8 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -0/+306 |
- create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ... |