summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
* - If a printer is set up with HPLIP and has still an old HPOJ configuration,Till Kamppeter2005-02-162-2/+64
| | | | | it will be automatically removed now.
* 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-142-14/+39
| | | | | | - Let network not be scanned by default during printer auto-detection in beginner's mode
* - Fixed bug of network printers without DNS hostname entry not detectedTill Kamppeter2005-02-141-12/+17
| | | | | | - Longer timeouts for "ping", as some network printers were missed - Suppressed stderr output of called command line tools
* Allow HPLIP setup also when setting up the print queue manually.Till Kamppeter2005-02-132-8/+71
|
* 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-102-10/+93
| | | | | - Let "ask_warn()" messages not embed in the wizard, this breaks the "Cancel" button (help texts when MF device queue is added).
* Added reading the printing technology type in the HPLIP model database.Till Kamppeter2005-02-091-0/+3
|
* Added automatic setup of HP printers with HPLIP.Till Kamppeter2005-02-092-107/+347
|
* Added subroutine to parse HPLIP device database XML file.Till Kamppeter2005-02-091-0/+115
|
* 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
|
* Fixed (worked around?) bug of parallel HP MF devices not being set up ↵Till Kamppeter2005-02-081-3/+6
| | | | correctly with HPOJ (probably bad interaction with udev).
* - Prevented restarting of HPOJ and reloading the parallel port kernel modulesTill Kamppeter2005-02-082-5/+12
| | | | | when printerdrake's queue generator is called by the hotplug script.
* - Corrected recognition of driver name in Foomatic-generated PPDs.Till Kamppeter2005-02-081-2/+13
| | | | | | - Conserve auto-detection data when a Foomatic printer entry is replaced by an entry from a native PostScript PPD.
* Added hplip-model-data package to be installed.Till Kamppeter2005-02-081-1/+2
|
* 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).
* Use "hplip-hpijs" for HPIJS package.Till Kamppeter2005-02-071-1/+1
|
* Added "hplip-hpijs-ppds" to be installed when printerdrake is started.Till Kamppeter2005-02-061-1/+3
|
* Adapted printerdrake to new printer drivers packages.Till Kamppeter2005-02-062-7/+22
|
* 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-133-17/+17
|
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-282-69/+47
| | | | | | | | | | - 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
|
* (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
|