summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Thierry Vignaud2002-11-141-0/+10
* - kill unused myexit()Thierry Vignaud2002-11-141-4/+2
* - perl_checker fixesThierry Vignaud2002-11-141-17/+19
* 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
* 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
* - final switch to $::prefixThierry Vignaud2002-11-132-132/+95
* - set_usermode() : don't reinvent the wheel, use substInFileThierry Vignaud2002-11-131-29/+5
* 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
* exclude more usb mice from unknown devicesThierry Vignaud2002-11-121-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-1124-60/+57
* 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
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-117-42/+33
* 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
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
* make perl_checker happyPascal Rigaux2002-11-091-1/+1
* fix typoPascal Rigaux2002-11-091-1/+1