Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed "gpr" from the packages to be installed. It is taken from the distro | Till Kamppeter | 2005-02-21 | 1 | -6/+4 |
| | | | | | because it is not maintained anymore. | ||||
* | Added hplip-model-data package to be installed. | Till Kamppeter | 2005-02-08 | 1 | -1/+2 |
| | |||||
* | Use "hplip-hpijs" for HPIJS package. | Till Kamppeter | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | Added "hplip-hpijs-ppds" to be installed when printerdrake is started. | Till Kamppeter | 2005-02-06 | 1 | -1/+3 |
| | |||||
* | Adapted printerdrake to new printer drivers packages. | Till Kamppeter | 2005-02-06 | 1 | -5/+19 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | - Let xpp also be installed when in daemon-less CUPS client mode. | Till Kamppeter | 2004-08-31 | 1 | -2/+3 |
| | |||||
* | - Made support for daemon-less CUPS client working. | Till Kamppeter | 2004-08-27 | 1 | -1/+1 |
| | | | | | - Fixed graying out of buttons/menu entries in the main window. | ||||
* | - Moved initial package installation by printerdrake into ↵ | Till Kamppeter | 2004-08-25 | 1 | -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 Kamppeter | 2004-02-26 | 1 | -0/+1 |
| | |||||
* | Let printerdrake load the "usblp" instead of the "printer" kernel module if ↵ | Till Kamppeter | 2004-02-14 | 1 | -1/+7 |
| | | | | kernel 2.6.x is used. | ||||
* | Fixed bug of wrong function call to display the spooler name (Titi's ↵ | Till Kamppeter | 2003-03-03 | 1 | -1/+1 |
| | | | | untested changes). | ||||
* | Make file checks for CUPS package installation independent of whether "curl" | Till Kamppeter | 2003-03-02 | 1 | -1/+4 |
| | | | | | or "wget" is installed to fulfill the "webfetch" requirement. | ||||
* | Make OpenOffice.org opening a GUI printing tool when printing with the ↵ | Till Kamppeter | 2003-02-27 | 1 | -1/+5 |
| | | | | "Generic Printer". | ||||
* | - Restructured function "main()" | Till Kamppeter | 2003-02-17 | 1 | -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 Kamppeter | 2003-02-01 | 1 | -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 files | Till Kamppeter | 2003-01-30 | 1 | -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 Kamppeter | 2003-01-14 | 1 | -49/+49 |
| | | | | requested spooler. | ||||
* | remove old bug reference | Thierry Vignaud | 2003-01-13 | 1 | -4/+0 |
| | |||||
* | put full data in all variants of the data structure | Thierry Vignaud | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | printerdrake::install_spooler() : fix heavy duplication of code | Thierry Vignaud | 2002-11-15 | 1 | -2/+32 |
| | | | | | by using %spoolers data structure (function shrunked by 66%) | ||||
* | consolidate some stuff into printer::data::spoolers{XXX}{alternatives} | Thierry Vignaud | 2002-11-15 | 1 | -4/+33 |
| | | | | | so that all alternatives get centralized in one data structure | ||||
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 1 | -2/+5 |
| | | | | | | - cleanups - all code is now runnable in strict mode | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -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 ... |