summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* printer related modules cleaning :Thierry Vignaud2002-11-1213-1897/+1766
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 ...
* exclude more usb mice from unknown devicesThierry Vignaud2002-11-121-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-1124-60/+57
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-1150-355/+350
|
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-115-16/+16
| | | | | - use "for" instead of "foreach" when used a la C
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵Pascal Rigaux2002-11-117-42/+33
| | | | | | | | 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
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-119-12/+12
|
* don't use <*> for globbing, use all or glob_Pascal Rigaux2002-11-111-2/+2
|
* replace q@...@ with q(...) or here_docPascal Rigaux2002-11-111-7/+9
|
* replace qq{...} with qq(...)Pascal Rigaux2002-11-111-4/+4
|
* replace availableMemory with availableMemory()Pascal Rigaux2002-11-112-2/+2
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-109-7/+9
|
* *** empty log message ***Pascal Rigaux2002-11-101-1/+4
|
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
| | | | | soft references which doesn't increment the ref count)
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
| | | | | | soft references which doesn't increment the ref count) (thanks to Gerard Patel for the precise bug report)
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
| | | | | | - use <<'EOF' instead - at the same time, fix the "\n" at the beginning of the generated script
* make perl_checker happyPascal Rigaux2002-11-091-1/+1
|