summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* when clicking on one of the legend buttons together with an existing partitionPascal Rigaux2002-12-121-4/+1
| | | | | | selected, it doesn't change the partition type, it tells to use "Type" (it used to be ignored in non-expert, and do a change type in expert)
* - s/::/:/ on cpu infoThierry Vignaud2002-12-121-2/+2
| | | | | - print field names in bold blue rather than just blue
* Added a starting Hebrew file; updated Portguese filePablo Saratxaga2002-12-121-0/+12545
|
* unused variables renamed with a leading underscore (some code should be ↵Pascal Rigaux2002-12-121-4/+4
| | | | removed?)
* simplifyThierry Vignaud2002-12-121-4/+2
|
* add gtkmodify_font() and gtkset_property()Thierry Vignaud2002-12-121-1/+13
|
* updated Portuguese and Chinese filesPablo Saratxaga2002-12-111-2777/+3586
|
* reuse already consolided codeThierry Vignaud2002-12-111-2/+1
|
* reuse already consolided codeThierry Vignaud2002-12-111-2/+1
|
* add set_back_pixbuf() to let a widget paint itself a pixbuf in itsThierry Vignaud2002-12-111-1/+10
| | | | | background rather that doing this ourselves in rpmdrake or mcc
* perl_checker fixesThierry Vignaud2002-12-101-76/+72
|
* perl_checker fixesThierry Vignaud2002-12-101-94/+102
|
* fix % in translated string (it must be %%)Pascal Rigaux2002-12-101-1/+1
|
* no gratuitously tabThierry Vignaud2002-12-101-3/+2
|
* - gtk+2 portThierry Vignaud2002-12-101-83/+78
| | | | | | - "use strict" fixes - perl_checker fixes
* fix gtk+2 portThierry Vignaud2002-12-101-23/+23
|
* perl_checker fixesThierry Vignaud2002-12-103-18/+18
|
* perl_checker fixesThierry Vignaud2002-12-101-11/+11
|
* use "perl_checker --generate-pot" instead of fake_c + xgettextPascal Rigaux2002-12-102-30/+2
|
* service_harddrake.sh is not a PM, so i remove it from STANDALONEPMS_Pascal Rigaux2002-12-101-1/+1
|
* perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ↵Pascal Rigaux2002-12-102-8/+8
| | | | comments
* do not duplicate "An error occurred ..." t10n stringPascal Rigaux2002-12-101-4/+8
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-108-59/+55
|
* live_install is a shell script, do not pretend it's perl ;pPascal Rigaux2002-12-101-1/+1
|
* move long messages (like license) to a new package: install_messages.pmPascal Rigaux2002-12-093-131/+150
|
* remove unused variable ($step_name)Pascal Rigaux2002-12-091-1/+0
|
* remove dynamic theme choosing, and next/previous (F11/F12) handlingPascal Rigaux2002-12-092-12/+2
|
* remove already obsolete themesPascal Rigaux2002-12-093-136/+0
|
* remove code handling setstepPascal Rigaux2002-12-095-41/+3
|
* remove old codePascal Rigaux2002-12-091-1/+0
|
* - handle more locally "Reload partition table" (esp. without using setstep)Pascal Rigaux2002-12-093-16/+27
| | | | | => no exception is called through gtk
* make perl_checker happyArnaud Desmons2002-12-091-1/+1
|
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-092-50/+48
|
* remove unused modulesThierry Vignaud2002-12-091-1/+0
|
* updated Brazilian filePablo Saratxaga2002-12-081-3533/+4260
|
* Added Albanian filePablo Saratxaga2002-12-071-0/+14099
|
* perl_checker help'ed fixGuillaume Cottenceau2002-12-061-1/+1
|
* don't use unlessGuillaume Cottenceau2002-12-061-1/+1
|
* s/Gtk->/Gtk2->/Guillaume Cottenceau2002-12-061-6/+6
|
* updated po filePablo Saratxaga2002-12-062-7655/+11071
|
* better styleGuillaume Cottenceau2002-12-061-3/+1
|
* be more perl_checker compliantPascal Rigaux2002-12-061-1/+1
|
* be more perl_checker compliantPascal Rigaux2002-12-061-3/+2
|
* perl checker OwnZ Da W3rldGuillaume Cottenceau2002-12-061-2/+2
|
* add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl ↵Guillaume Cottenceau2002-12-061-16/+34
| | | | seems to mess with that when trying to do so from within gtk2-perl (with sv_utf8_upgrade)
* miscGuillaume Cottenceau2002-12-061-8/+4
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-065-84/+135
|
* 2.1.3 doesn't have trouble with expand_to_pathGuillaume Cottenceau2002-12-061-2/+0
|
* parameter passing using $_ is badPascal Rigaux2002-12-051-4/+5
|
* replace "map $_->{normal}, @l" with "map { $_->{normal} } @l"Pascal Rigaux2002-12-051-1/+1
| | | | | (the other form is perl_checker-deprecated)