Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | fix typo, be perl_checker compatible | Pascal Rigaux | 2002-12-05 | 1 | -2/+3 |
| | |||||
* | packages should not "use lib qw(/usr/lib/libDrakX)" | Pascal Rigaux | 2002-12-05 | 1 | -1/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | gtk+2 fixes | Thierry Vignaud | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | pre gtk+2 work snapshot for mcc (mandrake_release() and the like | Thierry Vignaud | 2002-12-05 | 1 | -1/+4 |
| | |||||
* | s/describe/describes/ | Thierry Vignaud | 2002-12-05 | 1 | -20/+22 |
| | |||||
* | remove unused code (installCrypto) | Pascal Rigaux | 2002-12-04 | 3 | -47/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 65 | -292/+255 |
| | |||||
* | - %l is not used, so why declare it?? | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis) | ||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 3 | -9/+9 |
| | |||||
* | my' variables as needed | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | $prefix is no good, replace it with $::prefix | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | fix typo ($hd is not available in read_header(), so don't use it) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | no need to "require common", it is "use"d | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
| | |||||
* | "require log" causes some pb, perl thinking that "log" is the log() ↵ | Pascal Rigaux | 2002-12-04 | 2 | -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 isntall | Pablo Saratxaga | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | added recognition of locale named "en_US.UTF-8" | Pablo Saratxaga | 2002-12-04 | 1 | -0/+0 |
| | |||||
* | put "Nimbus Sans L" as used font | Pablo Saratxaga | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | Put Nimbus Sans L as default font | Pablo Saratxaga | 2002-12-04 | 1 | -0/+0 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 4 | -70/+129 |
| | |||||
* | update | Thierry Vignaud | 2002-12-04 | 1 | -36/+39 |
| | |||||
* | put back the default iso8859-15 fonts used by install.rc | Pablo Saratxaga | 2002-12-04 | 1 | -0/+0 |
| | |||||
* | try of Gtk2 font definitions | Pablo Saratxaga | 2002-12-04 | 1 | -0/+2 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 12 | -93/+72 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | - free objects non freeed by gtk+ (the eternal gobject vs boxed types | Thierry Vignaud | 2002-12-04 | 1 | -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 cpus | Thierry Vignaud | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 4 | -6/+6 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 12 | -96/+93 |
| | |||||
* | don't use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | perl_checker | Mystery Man 580 | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | use option tty7 to force X server to be on tty7 (instead of opening tty5 and | Mystery Man 553 | 2002-12-04 | 1 | -4/+1 |
| | | | | | tty6 so that the next available tty is tty7) | ||||
* | kill "used by only one" harddrake::ui module, | Mystery Man 580 | 2002-12-04 | 3 | -310/+281 |
| | | | | | move its content to standalone/harddrake2 | ||||
* | cleanups | Mystery Man 580 | 2002-12-04 | 1 | -10/+5 |
| | |||||
* | reverse | Mystery Man 580 | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | hide config buttons when switching from a configurable device to a non | Mystery Man 580 | 2002-12-04 | 1 | -4/+11 |
| | | | | | configurable one | ||||
* | fix gtktext_insert() usage | Mystery Man 580 | 2002-12-04 | 1 | -23/+24 |
| | |||||
* | share common options | Mystery Man 580 | 2002-12-04 | 1 | -5/+7 |
| | |||||
* | - fix obvious pixel typo (s/if/if_/) | Mystery Man 580 | 2002-12-04 | 1 | -61/+7 |
| | | | | | | | - no need to maintain dummy documentation about something which is called only in one place - simplify | ||||
* | strict mode | Mystery Man 580 | 2002-12-04 | 1 | -0/+1 |
| | |||||
* | clean up | Mystery Man 580 | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | gtk+2 port, yeah baby :-) | Mystery Man 580 | 2002-12-04 | 1 | -100/+103 |
| | |||||
* | First try of fonts for Xft2 | Mystery Man 551 | 2002-12-03 | 1 | -0/+0 |
| | |||||
* | titisux, revert the pango pixels stuff | Mystery Man 535 | 2002-12-03 | 1 | -6/+1 |
| | |||||
* | workaround perl sprintf bug when some parameters are utf8 and some not | Mystery Man 535 | 2002-12-03 | 2 | -1/+34 |
| | |||||
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 4 | -35/+25 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | use output() | Pascal Rigaux | 2002-12-03 | 1 | -14/+13 |
| |