summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
* (write_client_conf) fix drakxtools buildThierry Vignaud2004-09-021-1/+1
|
* - Do not check for presence of "scanner-gui" during install.Till Kamppeter2004-09-011-1/+1
|
* - If cupsd.conf is read but does not exist, use default settings for all ↵Till Kamppeter2004-09-011-1/+41
| | | | | | | | | | settings which are required. This prevents from writing a corrupt cupsd.conf - Write cupsd.conf only if it exists already (cups package installed). - Create /etc/cups directory if it does not exist when client.conf is written - Return something reasonable if client.conf is tried to be read but does not exist. - Write mime.convs only if it exists already (cups package installed).
* - 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).
* - Let xpp also be installed when in daemon-less CUPS client mode.Till Kamppeter2004-08-311-2/+3
|
* - 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-303-4/+45
| | | | | | | | 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-292-49/+183
| | | | | | | | | | 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-275-68/+248
| | | | | - Fixed graying out of buttons/menu entries in the main window.
* - Moved initial package installation by printerdrake into ↵Till Kamppeter2004-08-252-44/+65
| | | | | | | "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).
* (local_detect) fix modules conf parsingOlivier Blin2004-08-241-1/+1
|
* 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-212-41/+87
| | | | | | | | "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
|
* workaround not to call c::upgrade_utf8 on read-only variablesOlivier Blin2004-08-191-11/+22
|
* perl_checker fixesOlivier Blin2004-08-191-140/+125
|
* typo fixesThierry Vignaud2004-08-191-3/+3
|
* - Removed installation of "gimpprint" package, it is part of GIMP 2.0.x now.Till Kamppeter2004-08-194-852/+8
| | | | | | - 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.
* (connectionstr) workaround perl bugThierry Vignaud2004-08-191-1/+2
|
* Fix problem of the "usblp" kernel module not loaded before local printer ↵Till Kamppeter2004-08-191-1/+1
| | | | auto-detection.
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-213-5/+6
| | | | | | | | | | | | | | | $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
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-1/+2
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+2
|
* 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-052-15/+39
| | | | 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.
* Let HPOJ device entry be created with the correct printer model name.Till Kamppeter2004-03-031-0/+2
|
* Fixed HPOJ configuration when manually setting up a device.Till Kamppeter2004-03-021-0/+10
|
* 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
|
* Do not configure the GIMP-Print plug-in on more than 50 users (bug #6423).Till Kamppeter2004-03-011-2/+4
|
* Fixed bug of installer crashing when an HP multi-function device is detected ↵Till Kamppeter2004-03-011-1/+4
| | | | and set up.
* Removed spurious quotes ('"') from HPOJ config file.Till Kamppeter2004-03-011-2/+3
|
* Support for new HP multi-function devices and for special needs of Lexmark ↵Till Kamppeter2004-03-011-2/+50
| | | | X125 printer.
* Fixes for HPOJ setup during installation.Till Kamppeter2004-02-262-0/+10
|
* 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.
* (set_usermode) do not die when run with --testing as userThierry Vignaud2004-02-191-1/+1
|
* Fixed problem that not used parallel ports were detected as printers.Till Kamppeter2004-02-171-1/+4
|
* 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.