summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* drakxservices' gtk+-2 portThierry Vignaud2002-12-051-7/+7
* add bind_textdomain_codesetGuillaume Cottenceau2002-12-051-0/+1
* bug fixThierry Vignaud2002-12-051-1/+1
* remove unused $_lanGuillaume Cottenceau2002-12-051-1/+0
* Changed the way locale->encoding is handled; revert to the old way which wasPablo Saratxaga2002-12-053-41/+23
* don't use anymore deprecated widgetsThierry Vignaud2002-12-051-4/+2
* gtk+2 portThierry Vignaud2002-12-051-39/+37
* gtk+2 port (how difficult it was ...)Thierry Vignaud2002-12-051-1/+1
* fix gtk+2 portThierry Vignaud2002-12-051-1/+1
* fix typo, be perl_checker compatiblePascal Rigaux2002-12-051-2/+3
* packages should not "use lib qw(/usr/lib/libDrakX)"Pascal Rigaux2002-12-051-1/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-051-3/+3
* gtk+2 fixesThierry Vignaud2002-12-051-2/+2
* pre gtk+2 work snapshot for mcc (mandrake_release() and the likeThierry Vignaud2002-12-051-1/+4
* s/describe/describes/Thierry Vignaud2002-12-051-20/+22
* remove unused code (installCrypto)Pascal Rigaux2002-12-043-47/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-0465-292/+255
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-9/+9
* my' variables as neededPascal Rigaux2002-12-041-1/+1
* $prefix is no good, replace it with $::prefixPascal Rigaux2002-12-041-3/+3
* fix typoPascal Rigaux2002-12-041-1/+1
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* no need to "require common", it is "use"dPascal Rigaux2002-12-041-1/+0
* "require log" causes some pb, perl thinking that "log" is the log() function....Pascal Rigaux2002-12-042-3/+3
* made 'en_US.UTF-8' the default locale for LC_* varaibles during isntallPablo Saratxaga2002-12-041-3/+3
* added recognition of locale named "en_US.UTF-8"Pablo Saratxaga2002-12-041-0/+0
* put "Nimbus Sans L" as used fontPablo Saratxaga2002-12-041-2/+2
* Put Nimbus Sans L as default fontPablo Saratxaga2002-12-041-0/+0
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-044-70/+129
* updateThierry Vignaud2002-12-041-36/+39
* put back the default iso8859-15 fonts used by install.rcPablo Saratxaga2002-12-041-0/+0
* try of Gtk2 font definitionsPablo Saratxaga2002-12-041-0/+2
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-0412-93/+72
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
* - free objects non freeed by gtk+ (the eternal gobject vs boxed typesThierry Vignaud2002-12-041-11/+9
* display "cpu #<XX>: <name>" for cpusThierry Vignaud2002-12-041-1/+1
* syntax changes to make perl_checker happyPascal Rigaux2002-12-044-6/+6
* do not use "local *F"Pascal Rigaux2002-12-0412-96/+93
* don't use "local *F"Pascal Rigaux2002-12-041-3/+3
* perl_checkerMystery Man 5802002-12-041-1/+1
* use option tty7 to force X server to be on tty7 (instead of opening tty5 andMystery Man 5532002-12-041-4/+1
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-043-310/+281
* cleanupsMystery Man 5802002-12-041-10/+5
* reverseMystery Man 5802002-12-041-3/+3
* hide config buttons when switching from a configurable device to a nonMystery Man 5802002-12-041-4/+11
* fix gtktext_insert() usageMystery Man 5802002-12-041-23/+24
* share common optionsMystery Man 5802002-12-041-5/+7
* - fix obvious pixel typo (s/if/if_/)Mystery Man 5802002-12-041-61/+7
* strict modeMystery Man 5802002-12-041-0/+1