summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/printerdrake.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Force only ASCII letters, numbers, and underscores being used in print queue ↵Till Kamppeter2005-02-151-2/+6
| | | | names.
* - Let printer autodetection results get into /root/drakx/report.bug.gzTill Kamppeter2005-02-141-3/+8
|
* - Allow setting the network printer auto-detection timeout in expert modeTill Kamppeter2005-02-141-10/+35
| | | | | | - Let network not be scanned by default during printer auto-detection in beginner's mode
* Allow HPLIP setup also when setting up the print queue manually.Till Kamppeter2005-02-131-8/+54
|
* Tell that card reader is USB storage in the HPLIP help text only if the ↵Till Kamppeter2005-02-101-6/+4
| | | | device is actually connected via USB.
* - Added help text for printers used with HPLIP.Till Kamppeter2005-02-101-10/+72
| | | | | - Let "ask_warn()" messages not embed in the wizard, this breaks the "Cancel" button (help texts when MF device queue is added).
* Added automatic setup of HP printers with HPLIP.Till Kamppeter2005-02-091-100/+187
|
* Updated device destinctions for HPOJ to the newest models.Till Kamppeter2005-02-081-10/+10
|
* translatable string already in usePablo Saratxaga2005-02-081-1/+1
|
* - Prevented restarting of HPOJ and reloading the parallel port kernel modulesTill Kamppeter2005-02-081-3/+6
| | | | | when printerdrake's queue generator is called by the hotplug script.
* Limited automatically generated print queue names to 12 characters and warn ↵Till Kamppeter2005-02-081-7/+85
| | | | user if he manually enters longer names. Names longer than 12 characters will make the printer unaccessible for certain Windows clients (bug #12674).
* Adapted printerdrake to new printer drivers packages.Till Kamppeter2005-02-061-2/+3
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-1/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-9/+9
|
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-64/+44
| | | | | | | | | | - many functions now take $security (which used to be taken from $in during install) - fix some functions with empty prototype but still using a parameter - remove some unused variable - rename some $_foo vars to $foo since those vars are used - add some undef to some function calls to be minimally perl_checker compliant - perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
* don't ask when $in is not set in security_check()Pascal Rigaux2004-09-241-1/+2
|
* - Do not check for presence of "scanner-gui" during install.Till Kamppeter2004-09-011-1/+1
|
* - Fixed bug of printerdrake trying to install the virtual package ↵Till Kamppeter2004-09-011-1/+3
| | | | "scanner-gui" during installation (when a multi-function device from HP is present).
* - Fixed duplicate translatable strings.Till Kamppeter2004-08-301-2/+4
|
* - Added column to show whether the printers are enabled or disables to the ↵Till Kamppeter2004-08-301-3/+24
| | | | | | | | list of available print queues in the main window. - Added command to the edit-printer window to enable and disable print queues. - Fixed bug of "--expert" command line option of printerdrake not working.
* - Inform the user on first-time setup, both during or after installation, ↵Till Kamppeter2004-08-291-47/+181
| | | | | | | | | | that he can set up a daemon-less CUPS client. - Warn the user when printerdrake is set to daemon-less CUPS client but no server is specified. - Fixed bug of local queues not being recognized when the spooler daemon is not running during printerdrake startup. - Do not try to copy print queues when switchung from daemon-less CUPS to normal CUPS. - Remove the client.conf when switching from daemon-less CUPS to normal CUPS.
* - Made support for daemon-less CUPS client working.Till Kamppeter2004-08-271-35/+159
| | | | | - Fixed graying out of buttons/menu entries in the main window.
* - Moved initial package installation by printerdrake into ↵Till Kamppeter2004-08-251-39/+19
| | | | | | | "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.
* - Special treatments for print queues with the "lbp660" and "ml85p" drivers. ↵Till Kamppeter2004-08-241-9/+78
| | | | | | | | | Here the driver communicates directly with the printer instead of sending the output to a CUPS backend. - Make sure that queues which have special treatment, as for example the ones using "lbp660" and "ml85p", do not try to open message indows when the print queues are auto-generated by dynamic/hotplug. - If the user gets an error/warning message during setup of a queue with special treatment, he is automatically put back to the previous step in the add-printer wizard. - Let warning messages (funktion "ask_warn()") never embed in the add-printer wizard, as they have no "Previous" button in the wizard.
* Fixed "ask_from_()" calls in "config_cups()" (Thanks Olivier for breaking it ↵Till Kamppeter2004-08-241-5/+5
| | | | in your perl-checker clean-up in 1.119 --> 1.120).
* language names are upcase in englishThierry Vignaud2004-08-231-1/+1
|
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
|
* - Added fully automatic, non-interactive, X-less print queue set up by the ↵Till Kamppeter2004-08-211-41/+86
| | | | | | | | "autosetupprintqueues" command, preferrably to be started by hotplug. - Typo correction. - Correction of file check for package installation.
* - Fixed problem of Brother laser printer on parallel port not showing its ↵Till Kamppeter2004-08-201-2/+6
| | | | name in auto-detection result.
* - Let printer name, description, location be entered after determining the ↵Till Kamppeter2004-08-191-92/+70
| | | | | | | | | model in the add printer wizard - Let default print queue name be derived from the model instead of being "Printer", "Printer1", ... - Simplified print queue name generation in non-interactive printer setup - Fixed "Previous" button in the test page step of the add printer wizard.
* always close the wizard_window, die when an exception has been raisedOlivier Blin2004-08-191-1/+2
|
* perl_checker fixesOlivier Blin2004-08-191-7/+9
|
* perl_checker fixesOlivier Blin2004-08-191-95/+88
|
* workaround not to call c::upgrade_utf8 on read-only variablesOlivier Blin2004-08-191-10/+20
|
* typo fixesThierry Vignaud2004-08-191-3/+3
|
* - Removed installation of "gimpprint" package, it is part of GIMP 2.0.x now.Till Kamppeter2004-08-191-72/+5
| | | | | | - Removed configuration of applications, GIMP and OpenOffice.org are patched now so that they do not need configuration of print queues any more. - Text fix for scanners in HP's multi-function devices.
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-3/+4
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* Let printerdrake install "scanner-gui" instead of "xsane" when it sets up an ↵Till Kamppeter2004-03-131-11/+11
| | | | | | | HP multi-function device. "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* Made more clear choices in the first-time dialog of printerdrake.Till Kamppeter2004-03-091-1/+7
|
* Let URIs listed by "lpinfo -v" be shown in the dialog for entering a URI ↵Till Kamppeter2004-03-051-15/+23
| | | | manually.
* If an HP multi-function device was configured manually, extract the model ↵Till Kamppeter2004-03-031-0/+15
| | | | name from the HPOJ device entry name.
* Sometimes option default settings in the printer options dialog were missing ↵Till Kamppeter2004-03-021-9/+9
| | | | (e. g. "Dithering Pixels Per Inch" in "pcl3" driver). Fixed.
* Fixed bug #8483: No "ptal:/..." in manual device URI list.Till Kamppeter2004-03-011-1/+3
|
* Support for new HP multi-function devices and for special needs of Lexmark ↵Till Kamppeter2004-03-011-2/+50
| | | | X125 printer.
* UI text fixes.Till Kamppeter2004-02-241-3/+3
|
* Give clear warning/error messages if a package installation fails.Till Kamppeter2004-02-241-32/+158
| | | | | Let printer model in first-time dialog also be shown if there is no description field in the device ID of the printer.
* Added warnings to clearly tell the user when there is no network access.Till Kamppeter2004-02-171-19/+28
| | | | | Removed printer list button whenthere is no network also in expert mode.
* Made printerdrake handling even very weird printer ID strings, as the one of ↵Till Kamppeter2004-02-141-1/+6
| | | | the Brother HL-720 with empty manufacturer and description fields (Bug #7753).
* new banner iconsThierry Vignaud2004-02-131-1/+1
|