Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Support for manufacturer-supplied PostScript PPDs also in recommended | Till Kamppeter | 2003-01-21 | 1 | -5/+58 |
| | | | | | | | | | | | | mode. - If "Foomatic + Postscript" is recommended driver for a printer and a manufacturer-supplied PPD file exists for it, the PPD file gets the recommended driver. - Tried to extract IEEE-1284 auto-detection info from the PPD files but this takes too long time (40 sec for 800 PPDs). - Fixed long-standing bug in activation of auto-load of the USB "printer" kernel module. | ||||
* | Improved printer/driver list entries for PostScript PPD files. | Till Kamppeter | 2003-01-20 | 1 | -95/+94 |
| | |||||
* | Improve association of printers with database entries (preparation for | Till Kamppeter | 2003-01-20 | 1 | -4/+55 |
| | | | | | | | | | | | non-interactive print queue generation): - Make use of device ID strings in the Foomatic database - Association of generic printers when PDL (PCL, PCL-XL, PostScript) could be auto-detected - Cleaned up entries from manufacturer-supplied PPDs for PostScript printers to try to match model names of Foomatic entries - Bug fixes on previous association mechanism | ||||
* | make get_descr_from_ppd() clearer by : | Thierry Vignaud | 2003-01-13 | 1 | -11/+9 |
| | | | | | | | - using cat_() instead of manual open or ... - using "$var = s/$regexp//" instead of "var=/regexp\(...\)/; var=$1;" | ||||
* | simplify set_cups_autoconf() | Thierry Vignaud | 2003-01-13 | 1 | -5/+2 |
| | |||||
* | add_spooler_to_security_level(), configure_queue() | Thierry Vignaud | 2003-01-13 | 1 | -12/+4 |
| | | | | | | and config_sane() : factorize common code, aka resuse MDK::Common | ||||
* | Avoid unnecessary restarts of the CUPS daemon. | Till Kamppeter | 2003-01-13 | 1 | -1/+3 |
| | |||||
* | New CUPS printer sharing configuration dialog. | Till Kamppeter | 2003-01-13 | 1 | -7/+433 |
| | | | | | Reverted broken printer::main::set_usermode() to version of Mandrake 9.0. | ||||
* | Added cupsd.conf handling functions for a new printer sharing configuration ↵ | Till Kamppeter | 2003-01-09 | 1 | -0/+242 |
| | | | | dialog. | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | printerdrake is back alive | Thierry Vignaud | 2003-01-07 | 1 | -0/+4 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | beautify | Thierry Vignaud | 2003-01-07 | 1 | -4/+4 |
| | |||||
* | simplif installed spoolers "detection" | Thierry Vignaud | 2003-01-07 | 1 | -5/+1 |
| | |||||
* | fix displaying list of availlable printer spoolers | Thierry Vignaud | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - printer::main::read_cups_printer_list() is now ↵ | Pascal Rigaux | 2002-12-19 | 1 | -39/+0 |
| | | | | | | | | printer::cups::read_printer_list() (but it is unused!) - printer::main::get_cups_remote_queues() is now printer::cups::get_formatted_remote_queues() - cleanup printer::cups::get_remote_queues() using printer::cups::lpstat_v() | ||||
* | commit the real code, not the debug code :-( | Pascal Rigaux | 2002-12-13 | 1 | -2/+1 |
| | |||||
* | put back the comment | Pascal Rigaux | 2002-12-13 | 1 | -0/+3 |
| | |||||
* | (read_cups_printer_list, get_cups_remote_queues): much cleanup | Pascal Rigaux | 2002-12-13 | 1 | -48/+27 |
| | |||||
* | $_ was not localized, fixing (and cleanup) | Pascal Rigaux | 2002-12-05 | 1 | -3/+2 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -9/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2002-12-02 | 1 | -29/+25 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -8/+8 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init are | Pascal Rigaux | 2002-11-27 | 1 | -9/+10 |
| | | | | | now loaded in printer::hpoj namespace (needs testing) | ||||
* | simplify some stuff | Thierry Vignaud | 2002-11-26 | 1 | -15/+7 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -44/+41 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 1 | -11/+14 |
| | | | | | | - cleanups - all code is now runnable in strict mode | ||||
* | - final switch to $::prefix | Thierry Vignaud | 2002-11-13 | 1 | -115/+88 |
| | | | | | | | - simplify main::get_copiable_queues(), main::setcupslink() - s/unless (X ne Y)/if (X eq Y)/ - set_usermode() : ensure we add the line if it didn't exists | ||||
* | - set_usermode() : don't reinvent the wheel, use substInFile | Thierry Vignaud | 2002-11-13 | 1 | -29/+5 |
| | | | | | - get_usermode() : ditto, use getVarsFromSh | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -62/+61 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -5/+5 |
| | |||||
* | kill set_prefix() | Thierry Vignaud | 2002-11-12 | 1 | -3/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -18/+18 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -0/+1704 |
- 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 ... |