| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Several bug fixes on printerdrake | Till Kamppeter | 2003-02-23 | 1 | -8/+20 |
* | - Improved/fixed generation of printer list entries from | Till Kamppeter | 2003-02-20 | 1 | -17/+15 |
* | - "BrowsePoll" support in the CUPS configuration dialog. | Till Kamppeter | 2003-02-18 | 1 | -1/+45 |
* | - Fixed bug of HP DeskJetb 990C being automatically installed even if | Till Kamppeter | 2003-02-17 | 1 | -11/+21 |
* | - Restructured function "main()" | Till Kamppeter | 2003-02-17 | 1 | -1/+2 |
* | 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 |
* | - Improved generation of printer list entries from manufacturer-supplied Post... | Till Kamppeter | 2003-02-01 | 1 | -6/+15 |
* | - Completed support for pre-compiled Foomatic PPDs. | Till Kamppeter | 2003-02-01 | 1 | -38/+110 |
* | - Faster switch between normal and expert mode (no re-read of the print | Till Kamppeter | 2003-01-31 | 1 | -9/+74 |
* | - Conservation of option settings also for queues with PostScript PPD files | Till Kamppeter | 2003-01-30 | 1 | -4/+4 |
* | - Display options devided in the groups defined in the PPD file. | Till Kamppeter | 2003-01-30 | 1 | -99/+24 |
* | - Automatic non-interactive installation of local print queues. | Till Kamppeter | 2003-01-29 | 1 | -3/+1 |
* | More stuff for non-interactive printer configuration: | Till Kamppeter | 2003-01-28 | 1 | -0/+70 |
* | Adapted printerdrake to Foomatic 2.9.x, bug fix for use of native PPDs in rec... | Till Kamppeter | 2003-01-27 | 1 | -59/+44 |
* | - Support for manufacturer-supplied PostScript PPDs also in recommended | Till Kamppeter | 2003-01-21 | 1 | -5/+58 |
* | 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 |
* | make get_descr_from_ppd() clearer by : | Thierry Vignaud | 2003-01-13 | 1 | -11/+9 |
* | 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 |
* | 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 |
* | Added cupsd.conf handling functions for a new printer sharing configuration d... | Till Kamppeter | 2003-01-09 | 1 | -0/+242 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | 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 printer::cups::read_printer_... | Pascal Rigaux | 2002-12-19 | 1 | -39/+0 |
* | 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 |
* | 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 |
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 1 | -11/+14 |
* | - final switch to $::prefix | Thierry Vignaud | 2002-11-13 | 1 | -115/+88 |
* | - set_usermode() : don't reinvent the wheel, use substInFile | Thierry Vignaud | 2002-11-13 | 1 | -29/+5 |