summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
Commit message (Expand)AuthorAgeFilesLines
* printer related modules cleaning :Thierry Vignaud2002-11-121-3647/+0
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-22/+22
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-5/+5
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-111-8/+5
* replace "for my ..." with "foreach my ..."Pascal Rigaux2002-11-061-14/+14
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-13/+11
* remove unneeded parentheses on the right side of infix if/foreach/unlessPascal Rigaux2002-11-061-2/+2
* please perl_checker:Pascal Rigaux2002-11-061-3/+3
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-394/+388
* perl_checker fixesThierry Vignaud2002-10-231-4/+5
* setup_common: consolidate regexpThierry Vignaud2002-10-171-11/+3
* - printerdrake::auto_detect(local, net, smb):Thierry Vignaud2002-10-171-24/+27
* Do not try to install "webfetch" during installation.Till Kamppeter2002-09-161-5/+8
* Do not insist on "curl" to download PPDs from a CUPS server (for Star Office/...Till Kamppeter2002-09-131-8/+14
* Entries in "auto-detected" field of SMB printer setup mask should not be edit...Till Kamppeter2002-09-131-1/+1
* When adding a local printer during an expert install without network,Till Kamppeter2002-09-121-16/+35
* Made the association of model names obtained by auto-detection and ofTill Kamppeter2002-09-121-4/+30
* - Made printer::assure_device_is_available_for_cups() more reliable byTill Kamppeter2002-09-111-0/+3
* - Tell users of the HP LaserJet 1000 that they have to upload firmware to the...Till Kamppeter2002-09-011-2/+22
* Added automatical configuration of the printers in the GIMP.Till Kamppeter2002-08-281-14/+14
* Printerdrake remembers now whether it was in normal mode or in expertTill Kamppeter2002-08-281-1/+5
* - Bug fix: s/detect_devices::getSNMPModel/printer::getSNMPModel/Till Kamppeter2002-08-271-5/+6
* Make number of MB to install in first time dialog changeable withoutTill Kamppeter2002-08-271-1/+1
* Button to close Printerdrake shows "Done" during installation and in MCC and ...Till Kamppeter2002-08-261-1/+2
* - Ask user whether he really wants to set up printing when he starts Printerd...Till Kamppeter2002-08-261-34/+148
* Dialog for printing test pages: Unmark all test pages when "No testTill Kamppeter2002-08-261-5/+66
* Hide buttons to choose network printer auto-detection in the add printer wiza...Till Kamppeter2002-08-261-27/+55
* Let command line tools for network scanning run under "chroot $refix", otherw...Till Kamppeter2002-08-241-1/+3
* s/drakconnet/drakconnect/ (Thank you for adding this bug, Titi)Till Kamppeter2002-08-191-3/+3
* Fixed HP multi-function device configuration during the installation:Till Kamppeter2002-08-181-1/+1
* Setup of HP MF devices on parallel port did not work. Fixed.Till Kamppeter2002-08-111-1/+6
* Removed HP multi-function device configuration from SMB and remote LPD printe...Till Kamppeter2002-08-101-10/+13
* Use any::get_secure_level() instead of printer::get_security_level().Till Kamppeter2002-08-101-1/+1
* Make/Model/Driver list in expert mode: Fixed bug of "recommended" driver entr...Till Kamppeter2002-08-051-3/+3
* Finished auto-detection of network and SMB printers.Till Kamppeter2002-08-051-168/+309
* Accelerated network scanning for printers by applying "nmap" only to machines...Till Kamppeter2002-08-041-92/+203
* Added stuff for scanning network for SMB printer shares.Till Kamppeter2002-08-011-4/+18
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-1/+1
* Let packages "nmap" and "scli" get installed by printerdrake.Till Kamppeter2002-08-011-1/+3
* Printer model auto-detection for ethernet-connected printers when setting up ...Till Kamppeter2002-08-011-177/+285
* Started working on network printer auto-detection.Till Kamppeter2002-07-311-1/+5
* make new perl_checker happyPascal Rigaux2002-07-311-3/+3
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-25/+25
* Better placement for waiting message.Till Kamppeter2002-07-301-1/+1
* Completed implementation of the support for HPOJ 0.9: Automatic photo card re...Till Kamppeter2002-07-271-39/+88
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-22/+6
* Adapted printerdrake to CUPS 1.1.15 and Perl 5.8.0 (for Foomatic).Till Kamppeter2002-07-221-3/+27
* use {XXX} instead of {'XXX'} (as detected by new perl_checker)Pascal Rigaux2002-07-171-141/+141
* remove "$_ =~ " (as detected by new perl_checker)Pascal Rigaux2002-07-171-1/+1