Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 6 | -45/+40 |
| | | | | | to new option scheme | ||||
* | switch to new help/options scheme | Thierry Vignaud | 2002-11-18 | 1 | -4/+0 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 17 | -117/+96 |
| | | | | | | | | | | | 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 years | Thierry Vignaud | 2002-11-18 | 15 | -21/+19 |
| | |||||
* | - clean code sot that it runs under "use strict" | Thierry Vignaud | 2002-11-18 | 1 | -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::gtkcolor | Thierry Vignaud | 2002-11-18 | 1 | -5/+2 |
| | |||||
* | remove old dead commented i18n code that kept being copied around | Thierry Vignaud | 2002-11-18 | 2 | -43/+0 |
| | |||||
* | - more cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+13 |
| | | | | | | - don't display messages if we're not going to remove/install some packages | ||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -34/+20 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+9 |
| | |||||
* | printerdrake::install_spooler() : fix heavy duplication of code | Thierry Vignaud | 2002-11-15 | 2 | -146/+91 |
| | | | | | by using %spoolers data structure (function shrunked by 66%) | ||||
* | perl_checker fix | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | s/wantarray/wantarray()/ | Pascal Rigaux | 2002-11-15 | 5 | -6/+6 |
| | |||||
* | consolidate some stuff into printer::data::spoolers{XXX}{alternatives} | Thierry Vignaud | 2002-11-15 | 2 | -25/+45 |
| | | | | | so that all alternatives get centralized in one data structure | ||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -37/+15 |
| | |||||
* | s/usbvideo/usbvision/ | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - use run_program rather than raw system | Thierry Vignaud | 2002-11-15 | 1 | -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 Vignaud | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | - add missing printer directory | Thierry Vignaud | 2002-11-15 | 4 | -4/+12 |
| | | | | | - bump version to 9.1 like most of our packages | ||||
* | typo fix | Thierry Vignaud | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-14 | 6 | -6/+6 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 40 | -400/+387 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | explain the detect() vs new() delayed gui construction when embedded | Thierry Vignaud | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | 1.1.12-1mdk | Thierry Vignaud | 2002-11-14 | 1 | -1/+6 |
| | |||||
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 5 | -24/+28 |
| | | | | | | - cleanups - all code is now runnable in strict mode | ||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-14 | 1 | -0/+10 |
| | |||||
* | - kill unused myexit() | Thierry Vignaud | 2002-11-14 | 1 | -4/+2 |
| | | | | | - perl_checker fixes | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -17/+19 |
| | | | | | | - clean code - simplify config_function() | ||||
* | display port for network printers too | Thierry Vignaud | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | Make drakfont use ttmkfdir again, as it recognizes more encodings, | Pablo Saratxaga | 2002-11-14 | 1 | -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.2snapshot | Thierry Vignaud | 2002-11-14 | 1 | -14/+29 |
| | |||||
* | simplify install_spooler() but there's still lot of duplication there | Thierry Vignaud | 2002-11-13 | 1 | -3/+1 |
| | | | | | (some work for tomorow) | ||||
* | - final switch to $::prefix | Thierry Vignaud | 2002-11-13 | 2 | -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 substInFile | Thierry Vignaud | 2002-11-13 | 1 | -29/+5 |
| | | | | | - get_usermode() : ditto, use getVarsFromSh | ||||
* | don't reinvent the wheel, use common | Thierry Vignaud | 2002-11-13 | 1 | -52/+22 |
| | |||||
* | fix files lookup | Thierry Vignaud | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 27 | -168/+166 |
| | |||||
* | fix syntax error | Pascal Rigaux | 2002-11-13 | 1 | -1/+0 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 26 | -212/+208 |
| | |||||
* | printer::common: export function | Thierry Vignaud | 2002-11-13 | 2 | -56/+50 |
| | |||||
* | display floppy driver type as well as mouse type | Thierry Vignaud | 2002-11-13 | 1 | -0/+2 |
| | |||||
* | fix vendor/model spliting when there's neither space nor separator | Thierry Vignaud | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | pixel neither know how to update cvs nor comitting its changes | Thierry Vignaud | 2002-11-13 | 1 | -0/+3 |
| | |||||
* | 1.1.12-1mdk | Thierry Vignaud | 2002-11-12 | 1 | -2/+6 |
| | |||||
* | resync with printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | don't offer to configure kernel for usbvision (no option for now) | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | handle devices managed by usbvision too | Thierry Vignaud | 2002-11-12 | 2 | -6/+5 |
| | |||||
* | resync with latest printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -5/+6 |
| | |||||
* | update for new printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -7/+7 |
| | |||||
* | fix getSNMPModel() location | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| |