summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* - clean code sot that it runs under "use strict"Thierry Vignaud2002-11-181-37/+29
| | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules
* simplify code though my_gtk::gtkcolorThierry Vignaud2002-11-181-5/+2
|
* remove old dead commented i18n code that kept being copied aroundThierry Vignaud2002-11-182-43/+0
|
* - more cleanupsThierry Vignaud2002-11-151-22/+13
| | | | | | - don't display messages if we're not going to remove/install some packages
* cleanupsThierry Vignaud2002-11-151-34/+20
|
* cleanupsThierry Vignaud2002-11-151-22/+9
|
* printerdrake::install_spooler() : fix heavy duplication of codeThierry Vignaud2002-11-152-146/+91
| | | | | by using %spoolers data structure (function shrunked by 66%)
* perl_checker fixThierry Vignaud2002-11-151-1/+1
|
* s/wantarray/wantarray()/Pascal Rigaux2002-11-155-6/+6
|
* consolidate some stuff into printer::data::spoolers{XXX}{alternatives}Thierry Vignaud2002-11-152-25/+45
| | | | | so that all alternatives get centralized in one data structure
* cleanupsThierry Vignaud2002-11-151-37/+15
|
* s/usbvideo/usbvision/Thierry Vignaud2002-11-151-1/+1
|
* - use run_program rather than raw systemThierry Vignaud2002-11-151-16/+26
| | | | | | | | | | - kill useless show_msec_help() - kill commented remanant code of help buttons - add tooltip with default values on combos & entries - log about security administrator changes only when we do some - factorize some code into new_editable_combo() and set_default_tip()
* *** empty log message ***Thierry Vignaud2002-11-151-0/+1
|
* - add missing printer directoryThierry Vignaud2002-11-154-4/+12
| | | | | - bump version to 9.1 like most of our packages
* typo fixThierry Vignaud2002-11-151-0/+1
|
* make perl_checker happyPascal Rigaux2002-11-146-6/+6
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-1440-400/+387
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* explain the detect() vs new() delayed gui construction when embeddedThierry Vignaud2002-11-141-0/+1
|
* 1.1.12-1mdkThierry Vignaud2002-11-141-1/+6
|
* - printer::data : export all data structuresThierry Vignaud2002-11-145-24/+28
| | | | | | - cleanups - all code is now runnable in strict mode
* *** empty log message ***Thierry Vignaud2002-11-141-0/+10
|
* - kill unused myexit()Thierry Vignaud2002-11-141-4/+2
| | | | | - perl_checker fixes
* - perl_checker fixesThierry Vignaud2002-11-141-17/+19
| | | | | | - clean code - simplify config_function()
* display port for network printers tooThierry Vignaud2002-11-141-0/+1
|
* Make drakfont use ttmkfdir again, as it recognizes more encodings,Pablo Saratxaga2002-11-141-9/+23
| | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized.
* resync with bttv-0.7.100 and saa7134-0.2.2snapshotThierry Vignaud2002-11-141-14/+29
|
* simplify install_spooler() but there's still lot of duplication thereThierry Vignaud2002-11-131-3/+1
| | | | | (some work for tomorow)
* - final switch to $::prefixThierry Vignaud2002-11-132-132/+95
| | | | | | | - simplify main::get_copiable_queues(), main::setcupslink() - s/unless (X ne Y)/if (X eq Y)/ - set_usermode() : ensure we add the line if it didn't exists
* - set_usermode() : don't reinvent the wheel, use substInFileThierry Vignaud2002-11-131-29/+5
| | | | | - get_usermode() : ditto, use getVarsFromSh
* don't reinvent the wheel, use commonThierry Vignaud2002-11-131-52/+22
|
* fix files lookupThierry Vignaud2002-11-131-2/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-1327-168/+166
|
* fix syntax errorPascal Rigaux2002-11-131-1/+0
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-1326-212/+208
|
* printer::common: export functionThierry Vignaud2002-11-132-56/+50
|
* display floppy driver type as well as mouse typeThierry Vignaud2002-11-131-0/+2
|
* fix vendor/model spliting when there's neither space nor separatorThierry Vignaud2002-11-131-1/+1
|
* pixel neither know how to update cvs nor comitting its changesThierry Vignaud2002-11-131-0/+3
|
* 1.1.12-1mdkThierry Vignaud2002-11-121-2/+6
|
* resync with printerdrakeThierry Vignaud2002-11-121-1/+1
|
* don't offer to configure kernel for usbvision (no option for now)Thierry Vignaud2002-11-121-1/+1
|
* handle devices managed by usbvision tooThierry Vignaud2002-11-122-6/+5
|
* resync with latest printerdrakeThierry Vignaud2002-11-121-5/+6
|
* update for new printerdrakeThierry Vignaud2002-11-121-7/+7
|
* fix getSNMPModel() locationThierry Vignaud2002-11-121-1/+1
|
* kill set_prefix()Thierry Vignaud2002-11-121-3/+1
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-1222-74/+72
|
* fix _() -> N() conversionThierry Vignaud2002-11-121-1/+1
|
* add "use common" for N()Pascal Rigaux2002-11-121-0/+1
|