summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/data.pm
Commit message (Collapse)AuthorAgeFilesLines
* - Removed automatic installation of "hplip-hpijs-ppds" package, theTill Kamppeter2005-08-021-2/+1
| | | | | | PPDs in this package are already generated with the installed Foomatic data.
* Made "desktop-printing" package being installed automatically whenTill Kamppeter2005-08-021-2/+3
| | | | | CUPS is used with a local daemon.
* - Let Gutenprint GIMP plug-in be installed by printerdrake when GIMP is ↵Till Kamppeter2005-05-121-1/+5
| | | | installed.
* - Gimp-Print was renamed to Gutenprint, adapted printerdrake/DrakX ↵Till Kamppeter2005-05-121-6/+6
| | | | appropriately.
* - Removed "gpr" from the packages to be installed. It is taken from the distroTill Kamppeter2005-02-211-6/+4
| | | | | because it is not maintained anymore.
* Added hplip-model-data package to be installed.Till Kamppeter2005-02-081-1/+2
|
* Use "hplip-hpijs" for HPIJS package.Till Kamppeter2005-02-071-1/+1
|
* Added "hplip-hpijs-ppds" to be installed when printerdrake is started.Till Kamppeter2005-02-061-1/+3
|
* Adapted printerdrake to new printer drivers packages.Till Kamppeter2005-02-061-5/+19
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* - Let xpp also be installed when in daemon-less CUPS client mode.Till Kamppeter2004-08-311-2/+3
|
* - Made support for daemon-less CUPS client working.Till Kamppeter2004-08-271-1/+1
| | | | | - Fixed graying out of buttons/menu entries in the main window.
* - Moved initial package installation by printerdrake into ↵Till Kamppeter2004-08-251-5/+46
| | | | | | | "install_spooler()" function, so all package installation done by printerdrake (except printer/queue-type-specific, as HPOJ) is done in one step. - First changes for daemonless CUPS client support.
* 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 ...