summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
Commit message (Collapse)AuthorAgeFilesLines
* Prepared printerdrake for the "Add printer" wizard.Till Kamppeter2002-01-291-38/+107
| | | | | Improvements for the selection of a local printer, especially when no or one printer was detected.
* Replaced "sleep" commands by a subroutine which waits exactly until CUPS is ↵Till Kamppeter2002-01-281-2/+7
| | | | | | | ready. CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device is not "known" to it.
* Corrected various English typosPablo Saratxaga2002-01-281-1/+1
|
* Less important options only shown when "Advanced" button clicked.Till Kamppeter2002-01-251-176/+213
| | | | | | | | Handling of cursor position in the main window improved. Handling of empty printer queue list in main window improved. Removed line breaks from longer texts, so that text flows into window nicely Minor text improvements.
* Fixed bug of empty menu entry appearing after adding a new printer.Till Kamppeter2002-01-241-21/+105
| | | | | Modified "Local Printer" dialog to be more newbie-friendly.
* New user interface in main windowTill Kamppeter2002-01-231-87/+161
| | | | | | More printer info in printer modification window Better support for remote CUPS printers
* Added facility to not do printer auto-detection.Till Kamppeter2001-12-121-12/+24
|
* Last correction was wrong, reverted it.Till Kamppeter2001-11-191-1/+1
|
* Fixed connection device setting for "oki4w" driver.Till Kamppeter2001-10-211-1/+1
|
* Added support for automatic /dev/... file permissions setting by devfsd.Till Kamppeter2001-09-221-0/+3
|
* Improved matching of auto-detection results with database entries.Till Kamppeter2001-09-221-10/+38
| | | | | Given hint to the user to select the correct model when matching fails.
* When one changes the driver of a freshly added printer, the cursor was not ↵Till Kamppeter2001-09-211-4/+6
| | | | | | | pointed to the old driver, fixed. Fixed paper size not set according to chosen language during installation.
* small fixPablo Saratxaga2001-09-211-3/+3
|
* changed text strings to be more translator friendlyPablo Saratxaga2001-09-211-31/+23
| | | | | (NEVER EVER cut a phrase)
* Fixed flow of the program for the "recommended" mode of the installation.Till Kamppeter2001-09-201-3/+15
|
* *** empty log message ***Till Kamppeter2001-09-201-2/+3
|
* back out the modif from till as asked by tillPascal Rigaux2001-09-201-2/+1
|
* Make it possible to configure more than 1 printer in a "recommended" mode ↵Till Kamppeter2001-09-201-1/+2
| | | | installation.
* help perl_checkerPascal Rigaux2001-09-191-2/+2
|
* Removed a forgotten debug help line from the code.Till Kamppeter2001-09-191-1/+0
|
* Fixed typo in dialog text of high/paranoid security.Till Kamppeter2001-09-191-1/+1
|
* Network is now only required (and checked) for remote printers.Till Kamppeter2001-09-191-33/+85
| | | | | Several buglets fixed in remote CUPS server dialog.
* /etc/foomatic/defaultspooler was not written in expert mode installation.Till Kamppeter2001-09-171-2/+2
|
* Added handling of high and paranoid security levels.Till Kamppeter2001-09-171-1/+64
|
* add eval around installing lexmark-driver (proprietary).Francois Pons2001-09-171-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-1/+0
|
* Added possibility to list command line options for the printers and to give ↵Till Kamppeter2001-09-161-93/+208
| | | | | | | the users help for printing Fixed bug of sometimes appearing the wron dialog after printing test pages
* Added the PDQ panic button.Till Kamppeter2001-09-151-0/+8
|
* Removed a superfluous "set_help" line.Till Kamppeter2001-09-151-1/+0
|
* Save default spooler at program start, fixed typos in comments.Till Kamppeter2001-09-151-3/+4
|
* Command line commands as "lpr", "lpq", ... are mapped to the correct spooler ↵Till Kamppeter2001-09-151-0/+28
| | | | now.
* added missing _()Stefan Siegel2001-09-151-1/+1
|
* Fixed bug of a waiting message appearing together with a dialogTill Kamppeter2001-09-151-4/+8
| | | | | Cleaned up variables to correctly switch between CUPS/Foomatic/Raw type for a printer
* Added "set_help" lines for installer help texts.Till Kamppeter2001-09-141-7/+24
|
* Raw queue entry added, so cursor not always on "Alps MD-1000" when no printerTill Kamppeter2001-09-141-3/+16
| | | | | detected.
* Resolved conflict.Till Kamppeter2001-09-141-3/+4
|
* make test_pms happydamien2001-09-141-2/+1
|
* Now it is checked whether the network is configured and running.Till Kamppeter2001-09-141-39/+262
| | | | | | | | | draknet is called when the network is not configured. It is checked whether the spooler is automatically started at boot. The oki4daemon is started when needed. Lexmarks inkjet drivers are fully integrated. The permissions of the device files are set so that normal users can print with PDQ.
* Data structure fitted for auto-install to workTill Kamppeter2001-09-071-159/+233
| | | | | | | Optimized program to be much faster Many more waiting messages Many bugfixes
* revert previous commit.Francois Pons2001-09-061-1/+0
|
* added a missing ifup lo, on some case (auto_install) it fails.Francois Pons2001-09-061-0/+1
|
* Set default printer (all spoolers), manual config (CUPS), bugfixes, clean-ups.Till Kamppeter2001-09-051-37/+143
|
* Fitted to the new Foomatic version.Till Kamppeter2001-09-041-4/+7
| | | | | Fixed bug of spooler change only working when language is English.
* fixed int and float checking which should accept negative number (added explicitFrancois Pons2001-08-221-144/+60
| | | | | positive too), cleaned code for some perl idioms.
* slight rewrite of some perl idioms.Francois Pons2001-08-211-12/+10
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-15/+15
| | | | ask_from_entries_refH_powered in ask_from_
* i18n fixesStefan Siegel2001-08-181-7/+8
|
* Fixed bug of CUPS not being installed during installationTill Kamppeter2001-08-161-2/+2
|
* Fixed setup dialog for the "postpipe" connection typeTill Kamppeter2001-08-161-2/+2
|
* Let the "Options" button only appear when the queue is Foomatic or with PPD ↵Till Kamppeter2001-08-151-1/+5
| | | | (CUPS)