summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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() ↵Pascal Rigaux2002-12-042-3/+3
| | | | function. So replace it with require 'log.pm' (perl_checker will handle this)
* 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
| | | | | | | | | | debat) - remove dead code - use ->append_set() everywhere - strip again vendor name from displayed string (aka keep only the model description) - enfoce pixel style : remove () from method calls
* 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
| | | | | tty6 so that the next available tty is tty7)
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-043-310/+281
| | | | | move its content to standalone/harddrake2
* 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
| | | | | configurable one
* 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
| | | | | | | - no need to maintain dummy documentation about something which is called only in one place - simplify
* strict modeMystery Man 5802002-12-041-0/+1
|
* clean upMystery Man 5802002-12-041-3/+3
|
* gtk+2 port, yeah baby :-)Mystery Man 5802002-12-041-100/+103
|
* First try of fonts for Xft2Mystery Man 5512002-12-031-0/+0
|
* titisux, revert the pango pixels stuffMystery Man 5352002-12-031-6/+1
|
* workaround perl sprintf bug when some parameters are utf8 and some notMystery Man 5352002-12-032-1/+34
|
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-034-35/+25
|
* fix typoPascal Rigaux2002-12-031-1/+1
|
* use output()Pascal Rigaux2002-12-031-14/+13
|
* (find_exports): use run_program::raw + stdoutPascal Rigaux2002-12-031-9/+5
|
* one need run_program::raw() to use optionsPascal Rigaux2002-12-031-8/+8
|
* misc fixesGuillaume Cottenceau2002-12-031-9/+2
|
* gtk2Guillaume Cottenceau2002-12-037-391/+402
|
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-036-13/+9
|
* add gtktext_append() and uses itThierry Vignaud2002-12-032-3/+5
|
* cleanup use of filehandlesPascal Rigaux2002-12-031-20/+15
|
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2
|
* do not use "local *F"Pascal Rigaux2002-12-032-24/+20
|
* (formatXiB): simplifyPascal Rigaux2002-12-031-1/+2
|
* use "my $F" instead of "local *F" (and cleanup)Pascal Rigaux2002-12-031-11/+10
|
* remove pack_ and unpack_ (unused)Pascal Rigaux2002-12-031-42/+2
|
* allow #, and other characters in phone numberdamien2002-12-031-1/+1
|
* do not use "local *F", use run_program::get_stdout() or "local $F" insteadPascal Rigaux2002-12-031-24/+18
|