summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
Commit message (Collapse)AuthorAgeFilesLines
* use get_probeall instead of get_alias for usb-interfacePascal Rigaux2002-07-111-1/+1
|
* adapt to new modules.pmPascal Rigaux2002-07-041-7/+3
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-23/+23
|
* Fixed several problems related to HP multi-function devices:Till Kamppeter2002-03-261-4/+7
| | | | | | | | | - Parallel multi-function devices worked only on the first (onboard) parallel port. - HP LaserJet 2200 needs HPOJ for printing via USB. - For the HP OfficeJet D series the scanning instructions were not shown. - HPOJ does not work with HP PhotoSmart 10xx, 11xx, and 12xx.
* Small text fix.Till Kamppeter2002-03-111-1/+1
|
* Security fix: Give a warning that SMB passwords can easily be revealed by ↵Till Kamppeter2002-03-111-0/+22
| | | | normal users when printing on a Windows-hosted printer is set up.
* Fixed bug of network not being started by Printerdrake during installation.Till Kamppeter2002-03-071-36/+53
|
* Added support for HP's newest MF devices: HP OfficeJet D series, HP LaserJet ↵Till Kamppeter2002-03-051-2/+7
| | | | | | | 33xx MFP. Fixed bug of printerdrake sometimes assuming the user has an MF device when he has typed the device file name in the expert mode.
* Replaced "Open Office" by "OpenOffice.org".Till Kamppeter2002-03-021-14/+14
|
* Re-activated function to specify a CUPS server in another network and to ↵Till Kamppeter2002-02-281-139/+89
| | | | switch to manual CUPS configuration.
* - Fixes/Improvements on Star Office/Open Office support:Till Kamppeter2002-02-281-2/+29
| | | | | | | | o When one switches the spooler, the entries of the printers under the old spooler are removed from Star Office/Open Office o Printers on remote CUPS servers (which are known through broadcasting) can be added to Star Office/Open Office
* - Improved fully automatic adding of printer queue:Till Kamppeter2002-02-271-40/+98
| | | | | | | | | | | o Ask for a queue name if more than one printer is detected o Let user confirm the model automatically chosen from the database o Set correct paper size according to the language/country - When one chooses a "CUPS + GIMP-Print" driver now all important options are displayed directly (without needing "Advanced" button). - Made less warning appearing on the console from where "printerdrake" was called.
* Added automatic configuration of printers in Star Office and Open Office.Till Kamppeter2002-02-231-0/+15
|
* Removed "Manual configuration" button when "Local Printer" dialog is started ↵Till Kamppeter2002-02-211-5/+19
| | | | | | | from the queue modification menu (Recommended mode). Improved matching of printer names resulting from auto-detection with names in the database.
* Added "type => 'list'" to the printer modification menu, it appeared as a ↵Till Kamppeter2002-02-211-1/+2
| | | | drop-down list during the installation.
* Changed button texts of "Do you want to auto-detect?" dialog.Till Kamppeter2002-02-191-4/+9
|
* Assured that the default page size is "Letter" for US/Canada and "A4" for ↵Till Kamppeter2002-02-191-4/+10
| | | | | | | | the rest of the world. The "Description" field of a printer queue is filled in with printer manufacturer and model by default. Removed unused varaiables in /usr/sbin/printerdrake.
* When one visited the help page of a remote CUPS printer afterwards the fullTill Kamppeter2002-02-131-11/+9
| | | | | | printer modification menu was shown, not only the one for remote CUPS printers. This is fixed now.
* Fixed:Till Kamppeter2002-02-121-53/+98
| | | | | | | | | | | | | | | | | - Endless loop when entering printerdrake during installation in recommended mode without local printer - Printerdrake was not closed when one was in the "Add Printer" sequence during installation and one clicked another installation item (entries on left hand side) - When configuring printing only after installation Printerdrake tried to check the installed queues without Foomatic being installed (bug was already in 8.1, but noone discovered it). - CUPS died when one tried to add a (local) printer in recommended mode after installation. - Improved text for the dialog telling that no local printer was detected. - The list of auto-detected printers appeared as drop-down menu and not as a list.
* Added instructions for scanning on HP's MF devices to the printer help page.Till Kamppeter2002-02-081-28/+55
|
* HP PhotoSmart printers do not scan, so do not show how to scan with them.Till Kamppeter2002-02-081-10/+25
| | | | | Do not let dialogs of network configuration correction appear embedded in the "Add printer" wizard.
* Completed wizard mode for adding a printer in both recommended and expert mode.Till Kamppeter2002-02-081-80/+188
|
* corrected wizard pbdamien2002-02-071-44/+51
|
* Added some stuff for the Wizard mode.Till Kamppeter2002-02-061-20/+31
|
* Automatic configuration of the scanning part of HP's multi-function devices.Till Kamppeter2002-02-061-1/+33
|
* Updated automatic package installation in printerdrake, no "kups" and ↵Till Kamppeter2002-02-061-11/+13
| | | | "qtcups" any more, but "gpr", "a2ps", and "hpoj", updated also "rpmsrate" and "rpmsrate.server" appropriately.
* Added automatic configuration of HPOJ for HP's multi-function devices.Till Kamppeter2002-02-051-4/+33
|
* Made HP multi-function devices configured with HPOJ being displayed ↵Till Kamppeter2002-02-041-1/+36
| | | | correctly by printerdrake.
* First steps of the implementation for the "Add printer" wizard.Till Kamppeter2002-02-011-15/+41
|
* changed some strings to make translation easierPablo Saratxaga2002-02-011-1/+1
|
* 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
|