Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 22 | -74/+72 |
| | |||||
* | fix _() -> N() conversion | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | add "use common" for N() | Pascal Rigaux | 2002-11-12 | 1 | -0/+1 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 13 | -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 devices | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 24 | -60/+57 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 50 | -355/+350 |
| | |||||
* | - use "foreach" instead of "for" in list context | Pascal Rigaux | 2002-11-11 | 5 | -16/+16 |
| | | | | | - use "for" instead of "foreach" when used a la C | ||||
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵ | Pascal Rigaux | 2002-11-11 | 7 | -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_checker | Pascal Rigaux | 2002-11-11 | 9 | -12/+12 |
| | |||||
* | don't use <*> for globbing, use all or glob_ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | |||||
* | replace q@...@ with q(...) or here_doc | Pascal Rigaux | 2002-11-11 | 1 | -7/+9 |
| | |||||
* | replace qq{...} with qq(...) | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | replace availableMemory with availableMemory() | Pascal Rigaux | 2002-11-11 | 2 | -2/+2 |
| | |||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 9 | -7/+9 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-10 | 1 | -1/+4 |
| | |||||
* | don't return a typeglob ref, return the typeglob (reference to typeglobs are | Pascal Rigaux | 2002-11-10 | 1 | -1/+1 |
| | | | | | soft references which doesn't increment the ref count) | ||||
* | don't return a typeglob ref, return the typeglob (reference to typeglobs are | Pascal Rigaux | 2002-11-10 | 1 | -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_checker | Pascal Rigaux | 2002-11-09 | 1 | -7/+6 |
| | | | | | | - use <<'EOF' instead - at the same time, fix the "\n" at the beginning of the generated script | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | fix my typos | Pascal Rigaux | 2002-11-08 | 1 | -2/+2 |
| | |||||
* | normalize | Pascal Rigaux | 2002-11-08 | 1 | -2/+2 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-11-07 | 1 | -573/+646 |
| | |||||
* | 1.1.11-1mdk | Thierry Vignaud | 2002-11-07 | 1 | -2/+18 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-07 | 1 | -0/+14 |
| | |||||
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 2 | -8/+15 |
| | | | | | | | - harddrake::detect : o describe most cpu fields o print value of skipped fields | ||||
* | Added definition of default font for Thai | Pablo Saratxaga | 2002-11-07 | 1 | -6/+9 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-11-07 | 2 | -1012/+1131 |
| | |||||
* | Added dependences for greek font and urw-fonts for cyrillic | Pablo Saratxaga | 2002-11-07 | 1 | -0/+2 |
| | |||||
* | - describe cpu frequency | Thierry Vignaud | 2002-11-07 | 1 | -14/+20 |
| | | | | | | | | | - only display help topics related to currently displayed fields in right framea - if no device selected, display a message explaining the help dialog - simplify the unknow driver case for color choice - only display fields we described | ||||
* | perl checker fixes | Thierry Vignaud | 2002-11-07 | 2 | -8/+8 |
| | |||||
* | - add help for some cpu items | Thierry Vignaud | 2002-11-07 | 1 | -1/+6 |
| | | | | | | - only display choosen items - remove a dead statement | ||||
* | - harddrake : don't display modem when there're none | Thierry Vignaud | 2002-11-07 | 1 | -6/+3 |
| | | | | | | | | - getModem() : o simplify o remove unused variables - getSerialModem() : indent | ||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 12 | -94/+50 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | (write_resolv_conf): much cleanup (originally it was meant to introduce | Pascal Rigaux | 2002-11-06 | 1 | -34/+37 |
| | | | | | cat_ and output, but it ended up with a complete rewrite :) | ||||
* | (cp): use cp_af | Pascal Rigaux | 2002-11-06 | 1 | -36/+2 |
| | |||||
* | cleanup get_of_dev (aka ofpath) | Pascal Rigaux | 2002-11-06 | 1 | -15/+6 |
| | |||||
* | when needVideoRam, don't take the raw value VideoRam_probed, | Pascal Rigaux | 2002-11-06 | 1 | -7/+9 |
| | | | | | better take a known value <= VideoRam_probed | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 8 | -7/+9 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 4 | -10/+11 |
| | |||||
* | replace "for my ..." with "foreach my ..." | Pascal Rigaux | 2002-11-06 | 2 | -33/+33 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 12 | -29/+27 |
| | |||||
* | remove unneeded parentheses on the right side of infix if/foreach/unless | Pascal Rigaux | 2002-11-06 | 4 | -21/+21 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 10 | -54/+60 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | 1.1.10-mdk | Thierry Vignaud | 2002-11-06 | 1 | -1/+4 |
| | |||||
* | fix for modules.pm not exporting category2modules_and_description | Thierry Vignaud | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 112 | -3169/+3175 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | (xmouse2xId): ensure weird ids are ignored | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
| |