summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/data.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for HPOJ setup during installation.Till Kamppeter2004-02-261-0/+1
|
* Let printerdrake load the "usblp" instead of the "printer" kernel module if ↵Till Kamppeter2004-02-141-1/+7
| | | | kernel 2.6.x is used.
* Fixed bug of wrong function call to display the spooler name (Titi's ↵Till Kamppeter2003-03-031-1/+1
| | | | untested changes).
* Make file checks for CUPS package installation independent of whether "curl"Till Kamppeter2003-03-021-1/+4
| | | | | or "wget" is installed to fulfill the "webfetch" requirement.
* Make OpenOffice.org opening a GUI printing tool when printing with the ↵Till Kamppeter2003-02-271-1/+5
| | | | "Generic Printer".
* - Restructured function "main()"Till Kamppeter2003-02-171-6/+6
| | | | | | | | | | - 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
* - Completed support for pre-compiled Foomatic PPDs.Till Kamppeter2003-02-011-1/+1
| | | | | | | | | - Cleaning of mamufacturer names for menues and for comparing auto-dtected data against Foomatic centralized in one function. - Fixed file name in check for installed packages. - Fixed display of boolean options from native PostScript PPD files in the option setting dialog.
* - Conservation of option settings also for queues with PostScript PPD filesTill Kamppeter2003-01-301-3/+3
| | | | | | | or when switching between PostScript PPD file and Foomatic. - Fixed tree structure of main window in expert mode. - Several smaller bug fixes.
* Removed bugs from Titi which prevented printerdrake from installing the ↵Till Kamppeter2003-01-141-49/+49
| | | | requested spooler.
* remove old bug referenceThierry Vignaud2003-01-131-4/+0
|
* put full data in all variants of the data structureThierry Vignaud2003-01-061-2/+2
|
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
|
* printerdrake::install_spooler() : fix heavy duplication of codeThierry Vignaud2002-11-151-2/+32
| | | | | by using %spoolers data structure (function shrunked by 66%)
* consolidate some stuff into printer::data::spoolers{XXX}{alternatives}Thierry Vignaud2002-11-151-4/+33
| | | | | so that all alternatives get centralized in one data structure
* - printer::data : export all data structuresThierry Vignaud2002-11-141-2/+5
| | | | | | - cleanups - all code is now runnable in strict mode
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* printer related modules cleaning :Thierry Vignaud2002-11-121-0/+37
- 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 ...