| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- create the printer/ hierarchy
- split services related stuff into services.pm & printer::services,
- move things that've nothing to do with printers into common.pm
(alternatives, permissions, ...)
- move eveything related to cups, gimp-print, detection,
{star,open}office to the corresponding splited printer:: module
- big consolidation of printer::office (it was obvious there were tons
of duplication between staroffice and openoffice managment)
- move other stuff into printer::main, printer::common,
status : print.pm has been heavily splited (now one can begin to
understand the little bits).
printerdrake still needs to be splited/cleaned and eventually removed
since printer/printerdrake modules separation is not understandable by
other people
till, in printer::gimp, $lprcommand is neither declared nor setted
nowhere. idem in mdk9.0 ...
|
|
|
|
|
| |
- remove unneeded parentheses for things like ... if (...)
|
| |
|
|
|
|
|
| |
- use "for" instead of "foreach" when used a la C
|
|
|
|
|
|
|
|
| |
instead
(only pb are functions called in {...} that could use $var, none found except in commands.pm)
- various small syntax enhancements to please perl_checker
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- local'ize $_ before doing while (<...>)
- use "foreach" instead of "for"
- remove unneeded parentheses on the right side of infix if/foreach/unless
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rationale:
- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_
- alas, function &_ is global and not by package (notice esp. that _
is not exported in common.pm)
- this lead to big ugly pb with packages defining their own &_,
overriding common.pm's &_
- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")
but relying on the global "_" is still dangerous!
|
| |
|
| |
|
|
|
|
|
|
|
| |
o split into local_detect, net_detect, net_smb_detect
o detect: return all printers
- printer: consolidate all *help_output into help_output
|
| |
|
|
|
|
|
|
|
| |
Office/OpenOffice.org/GIMP), take the one from "curl" and "wget" which is there. Install "webfetch" when none is there.
Let "cups-drivers" be installed when switching from normal to expert mode.
|
|
|
|
| |
editable.
|
|
|
|
|
|
| |
printerdrake insists on starting the network and does not enter the
add printer procedure.
|
|
|
|
|
| |
the model names in the printer database much more reliable.
|
|
|
|
|
|
| |
checking and retrying.
- Do not start the network when it is not configured.
|
|
|
|
|
|
|
|
| |
the printer.
- Updated instructions to get Lexmark's inkjet drivers.
- Suppressed the display of the "Refresh printer list" and "Specify CUPS server" buttons in recommended mode when there is no local network.
|
| |
|
|
|
|
|
| |
mode last time.
|
|
|
|
|
| |
- Added support for the photo card reader in the HP PSC 2200 series.
|
|
|
|
|
| |
breaking the translations.
|
|
|
|
| |
"Quit" in standalone mode.
|
|
|
|
|
|
|
| |
Printerdrake for the first time.
- Added titles ("Printerdrake") to all wait messages.
|
|
|
|
|
|
|
| |
pages" is marked.
Accelerated printing of the photo test page when CUPS is the spooler,
the internal image converter of CUPS is faster than ImageMagick.
|
|
|
|
|
|
|
| |
wizard when there is no local network (recommended mode).
Let "samba-client" only be installed when really needed.
|
|
|
|
|
|
|
| |
otherwise they take ages during installation.
Moved network scanning functions from "detect_devices.pm" to "printer.pm" so that they have access to the "$prefix" variable.
|
| |
|
|
|
|
|
|
| |
- Fixed mistyped package name for "mtoolsfm"
- Set links for photo card reader auto-detection to work
|
|
|
|
|
|
|
| |
Allow setup of MF device if device file name "/dev/printer/<number>" was entered.
If auto-detection of model name fails, ask user always whether he has an MF device.
If SNMP or local auto-detection fails but HPOJ auto-detection succeeds, use model name found by HPOJ.
|
|
|
|
|
|
|
|
| |
printer setup.
Let the Sony IJP-V100 being treated as an HP multi-function device.
Taken into account that the HP PhotoSmart 7150 has no photo card reader.
|
| |
|
|
|
|
| |
entries getting a duplicate entry without "recommended" when entering the list via double-click on existing queue / "Printer manufacturer, model, driver".
|
|
|
|
|
| |
Added automatic configuration of HP's multi-function devices when connected via HP JetDirect (network).
|
|
|
|
|
|
|
|
| |
machines which answered to a broadcast ping before.
Completed network/SMB printer auto-detection for recommended mode.
Started network/SMB printer auto-detection for expert mode.
|
| |
|
|
|
|
|
|
|
|
| |
- KBCHARSET is $o->{keyboard}{KBCHARSET}
- isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard)
- add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE"
- add dialog box to choose GRP_TOGGLE
|
| |
|
|
|
|
|
|
|
|
|
|
| |
TCP/Socket, remote LPD, IPP, or HTTP printers.
Continued work on scanning the local network for printers.
In "setup_local()": Renamed variable "@parport" to "@autodetected".
Do not let list of auto-detected printers get sorted alphabetically, it should stay sorted by ports.
Fixed typo in file name in "check_network()".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reader configuration, bugfixes.
|
| |
|
|
|
|
|
| |
Let network also be started during installation when LPRng or PDQ is the spooler, so that the user can install queues to remote printers.
|
| |
|
| |
|