| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
or changing the connection type
- Fixed bug of PostScript printers with manufacturer-supplied PPD cannot
be renamed at all
- Fixed bug of print queue being deleted when renaming fails
- Fixed bug of printerdrake trying to open a message window when
non-interactive queue generation fails
- Fixed pre-definition of $printer->{ARGS}, this bug made printerdrake
crashing sometimes
|
|
|
|
|
| |
(bugs #14426, #14525, #14563).
|
|
|
|
|
| |
10651)
|
|
|
|
|
| |
recommended driver is a manufacturer-supplied PPD with language tag.
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixed incorrect display of accentuated characters in PPD options also for
boolean options (bug 13928)
- Let detected LPD printer model be shown in a pop-up window and not in the
add printer wizard
- Let detected socket printer model be shown if the IP/port was manually
entered
- Small fix on selection of test pages
|
|
|
|
|
| |
run embedded in the MCC (bug 13929).
|
| |
|
| |
|
|
|
|
|
| |
so common phrases need to be translated only once.
|
| |
|
|
|
|
|
| |
printer options dialog.
|
| |
|
|
|
|
|
| |
it will be automatically removed now.
|
|
|
|
| |
names.
|
| |
|
|
|
|
|
|
| |
- Let network not be scanned by default during printer auto-detection in
beginner's mode
|
| |
|
|
|
|
| |
device is actually connected via USB.
|
|
|
|
|
| |
- Let "ask_warn()" messages not embed in the wizard, this breaks the "Cancel" button (help texts when MF device queue is added).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
when printerdrake's queue generator is called by the hotplug script.
|
|
|
|
| |
user if he manually enters longer names. Names longer than 12 characters will make the printer unaccessible for certain Windows clients (bug #12674).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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()
|
| |
|
| |
|
|
|
|
| |
"scanner-gui" during installation (when a multi-function device from HP is present).
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
- Fixed graying out of buttons/menu entries in the main window.
|
|
|
|
|
|
|
| |
"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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
in your perl-checker clean-up in 1.119 --> 1.120).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
"autosetupprintqueues" command, preferrably to be started by hotplug.
- Typo correction.
- Correction of file check for package installation.
|
|
|
|
| |
name in auto-detection result.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
- $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
|