summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/main.pm
Commit message (Expand)AuthorAgeFilesLines
* perl_checker fixesThierry Vignaud2003-05-191-148/+141
* Fixed bug #417: '$' character in printer URI not correctly handled.Till Kamppeter2003-03-131-1/+3
* Made sure that all IP addresses of the local machine are in 'AllowTill Kamppeter2003-03-111-8/+22
* Added button to switch to japanese text file printing.Till Kamppeter2003-03-111-0/+17
* Correction on reading the Foomatic overview.Till Kamppeter2003-03-021-12/+8
* Fixes on reading of Foomatic data overview ("foomatic-configure -O"):Till Kamppeter2003-03-021-14/+20
* Fixed bug #2171.Till Kamppeter2003-02-271-1/+1
* Prepared for LPRng and PDQ goint to Contribs or leaving the distro, "ChangeTill Kamppeter2003-02-251-1/+7
* Several bug fixes on printerdrakeTill Kamppeter2003-02-231-8/+20
* - Improved/fixed generation of printer list entries fromTill Kamppeter2003-02-201-17/+15
* - "BrowsePoll" support in the CUPS configuration dialog.Till Kamppeter2003-02-181-1/+45
* - Fixed bug of HP DeskJetb 990C being automatically installed even ifTill Kamppeter2003-02-171-11/+21
* - Restructured function "main()"Till Kamppeter2003-02-171-1/+2
* fix perl_checker errorPascal Rigaux2003-02-051-2/+2
* Removed debug helper line.Till Kamppeter2003-02-041-1/+0
* - "Out-sourced" functions for config file handling into handle_configs.pm,Till Kamppeter2003-02-041-168/+125
* - Improved generation of printer list entries from manufacturer-supplied Post...Till Kamppeter2003-02-011-6/+15
* - Completed support for pre-compiled Foomatic PPDs.Till Kamppeter2003-02-011-38/+110
* - Faster switch between normal and expert mode (no re-read of the printTill Kamppeter2003-01-311-9/+74
* - Conservation of option settings also for queues with PostScript PPD filesTill Kamppeter2003-01-301-4/+4
* - Display options devided in the groups defined in the PPD file.Till Kamppeter2003-01-301-99/+24
* - Automatic non-interactive installation of local print queues.Till Kamppeter2003-01-291-3/+1
* More stuff for non-interactive printer configuration:Till Kamppeter2003-01-281-0/+70
* Adapted printerdrake to Foomatic 2.9.x, bug fix for use of native PPDs in rec...Till Kamppeter2003-01-271-59/+44
* - Support for manufacturer-supplied PostScript PPDs also in recommendedTill Kamppeter2003-01-211-5/+58
* Improved printer/driver list entries for PostScript PPD files.Till Kamppeter2003-01-201-95/+94
* Improve association of printers with database entries (preparation forTill Kamppeter2003-01-201-4/+55
* make get_descr_from_ppd() clearer by :Thierry Vignaud2003-01-131-11/+9
* simplify set_cups_autoconf()Thierry Vignaud2003-01-131-5/+2
* add_spooler_to_security_level(), configure_queue()Thierry Vignaud2003-01-131-12/+4
* Avoid unnecessary restarts of the CUPS daemon.Till Kamppeter2003-01-131-1/+3
* New CUPS printer sharing configuration dialog.Till Kamppeter2003-01-131-7/+433
* Added cupsd.conf handling functions for a new printer sharing configuration d...Till Kamppeter2003-01-091-0/+242
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* printerdrake is back aliveThierry Vignaud2003-01-071-0/+4
* perl_checker fixThierry Vignaud2003-01-071-1/+1
* beautifyThierry Vignaud2003-01-071-4/+4
* simplif installed spoolers "detection"Thierry Vignaud2003-01-071-5/+1
* fix displaying list of availlable printer spoolersThierry Vignaud2003-01-061-1/+1
* - printer::main::read_cups_printer_list() is now printer::cups::read_printer_...Pascal Rigaux2002-12-191-39/+0
* commit the real code, not the debug code :-(Pascal Rigaux2002-12-131-2/+1
* put back the commentPascal Rigaux2002-12-131-0/+3
* (read_cups_printer_list, get_cups_remote_queues): much cleanupPascal Rigaux2002-12-131-48/+27
* $_ was not localized, fixing (and cleanup)Pascal Rigaux2002-12-051-3/+2
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-9/+4
* simplifyPascal Rigaux2002-12-021-29/+25
* perl_checker adaptationsPascal Rigaux2002-11-281-8/+8
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init arePascal Rigaux2002-11-271-9/+10