summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
Commit message (Collapse)AuthorAgeFilesLines
* - Restructured function "main()"Till Kamppeter2003-02-171-1/+2
| | | | | | | | | | - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake
* - standalone.pm :Thierry Vignaud2002-11-181-12/+1
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* printer related modules cleaning :Thierry Vignaud2002-11-121-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 ...
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-0/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | 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!
* Printerdrake remembers now whether it was in normal mode or in expertTill Kamppeter2002-08-281-1/+8
| | | | | mode last time.
* Renamed icon of Printerdrake so that it does not get overwritten byTill Kamppeter2002-08-281-1/+1
| | | | | Star Office.
* - Ask user whether he really wants to set up printing when he starts ↵Till Kamppeter2002-08-261-1/+3
| | | | | | | Printerdrake for the first time. - Added titles ("Printerdrake") to all wait messages.
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-2/+2
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* Assured that the default page size is "Letter" for US/Canada and "A4" for ↵Till Kamppeter2002-02-191-3/+0
| | | | | | | | the rest of the world. The "Description" field of a printer queue is filled in with printer manufacturer and model by default. Removed unused varaiables in /usr/sbin/printerdrake.
* - Assure that Foomatic is installed before checking existing printer queues.Till Kamppeter2002-02-121-0/+3
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+2
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* Fixed bug of spooler choice via command line options being ignored.Till Kamppeter2001-09-151-7/+9
|
* Fixed spooler selection by command line.Till Kamppeter2001-09-141-5/+5
|
* Data structure fitted for auto-install to workTill Kamppeter2001-09-071-2/+6
| | | | | | | Optimized program to be much faster Many more waiting messages Many bugfixes
* use vnew the right way everywhereGuillaume Cottenceau2001-08-091-1/+1
|
* change to do_pkgsPascal Rigaux2001-08-081-1/+1
|
* Printerdrake changed to use Foomatic, driver options, spooler changeTill Kamppeter2001-07-271-5/+15
|
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* added icon managementdamien2001-05-161-1/+1
|
* never ask to configure a printer in standalone.Francois Pons2001-04-121-1/+1
|
* added missing take into account of /etc/modules.confFrancois Pons2001-04-111-0/+2
|
* updated embeddeddamien2001-02-281-0/+1
|
* implemented or updated embedded modedamien2001-02-081-1/+4
|
* use standalone and standalone::pkgs_installPascal Rigaux2001-01-101-3/+3
|
* *** empty log message ***Francois Pons2000-10-031-2/+2
|
* *** empty log message ***Francois Pons2000-09-261-1/+1
|
* new urpmi callsGuillaume Cottenceau2000-09-201-1/+1
|
* *** empty log message ***Francois Pons2000-09-011-4/+5
|
* *** empty log message ***Francois Pons2000-03-171-1/+2
|
* no_commentPascal Rigaux2000-01-101-0/+4
|
* no_commentPascal Rigaux1999-12-191-6/+6
|
* no_commentPascal Rigaux1999-12-091-2/+3
|
* *** empty log message ***Francois Pons1999-11-261-0/+42