Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "%" with "%%" in translated string | Pascal Rigaux | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 6 | -6/+6 |
| | |||||
* | expand_row no longer bugs, great :) | Guillaume Cottenceau | 2002-12-13 | 1 | -2/+1 |
| | |||||
* | must return a true value | Guillaume Cottenceau | 2002-12-13 | 1 | -0/+2 |
| | |||||
* | iconv_ is needed all the times, not only in drakx | Guillaume Cottenceau | 2002-12-13 | 1 | -4/+4 |
| | |||||
* | remove double | Thierry Vignaud | 2002-12-13 | 1 | -4/+2 |
| | |||||
* | commit the real code, not the debug code :-( | Pascal Rigaux | 2002-12-13 | 1 | -2/+1 |
| | |||||
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 3 | -255/+235 |
| | | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment | ||||
* | put back the comment | Pascal Rigaux | 2002-12-13 | 1 | -0/+3 |
| | |||||
* | (read_cups_printer_list, get_cups_remote_queues): much cleanup | Pascal Rigaux | 2002-12-13 | 1 | -48/+27 |
| | |||||
* | use wrap_text (instead of handcoding it) | Pascal Rigaux | 2002-12-13 | 1 | -10/+1 |
| | |||||
* | fix {build,}requires for gtk+2 | Thierry Vignaud | 2002-12-13 | 1 | -3/+6 |
| | |||||
* | fix installation after pixel changes | Thierry Vignaud | 2002-12-13 | 2 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | remove uneeded variables | Thierry Vignaud | 2002-12-13 | 1 | -3/+1 |
| | |||||
* | remove unused variable $clicked | Pascal Rigaux | 2002-12-12 | 1 | -1/+1 |
| | |||||
* | remove some $::expert | Pascal Rigaux | 2002-12-12 | 1 | -10/+5 |
| | |||||
* | remove beginner/expert choice | Pascal Rigaux | 2002-12-12 | 2 | -59/+4 |
| | |||||
* | drop options "fexpert" and "fbeginner" which used to skip the choice ↵ | Pascal Rigaux | 2002-12-12 | 1 | -2/+0 |
| | | | | expert/beginner | ||||
* | better english | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | don't confuse people by altering sentences that could have been | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | interpreted as questions | ||||
* | when clicking on one of the legend buttons together with an existing partition | Pascal Rigaux | 2002-12-12 | 1 | -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 info | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | - print field names in bold blue rather than just blue | ||||
* | Added a starting Hebrew file; updated Portguese file | Pablo Saratxaga | 2002-12-12 | 1 | -0/+12545 |
| | |||||
* | unused variables renamed with a leading underscore (some code should be ↵ | Pascal Rigaux | 2002-12-12 | 1 | -4/+4 |
| | | | | removed?) | ||||
* | simplify | Thierry Vignaud | 2002-12-12 | 1 | -4/+2 |
| | |||||
* | add gtkmodify_font() and gtkset_property() | Thierry Vignaud | 2002-12-12 | 1 | -1/+13 |
| | |||||
* | updated Portuguese and Chinese files | Pablo Saratxaga | 2002-12-11 | 1 | -2777/+3586 |
| | |||||
* | reuse already consolided code | Thierry Vignaud | 2002-12-11 | 1 | -2/+1 |
| | |||||
* | reuse already consolided code | Thierry Vignaud | 2002-12-11 | 1 | -2/+1 |
| | |||||
* | add set_back_pixbuf() to let a widget paint itself a pixbuf in its | Thierry Vignaud | 2002-12-11 | 1 | -1/+10 |
| | | | | | background rather that doing this ourselves in rpmdrake or mcc | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -76/+72 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -94/+102 |
| | |||||
* | fix % in translated string (it must be %%) | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | no gratuitously tab | Thierry Vignaud | 2002-12-10 | 1 | -3/+2 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -83/+78 |
| | | | | | | - "use strict" fixes - perl_checker fixes | ||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -23/+23 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 3 | -18/+18 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -11/+11 |
| | |||||
* | use "perl_checker --generate-pot" instead of fake_c + xgettext | Pascal Rigaux | 2002-12-10 | 2 | -30/+2 |
| | |||||
* | service_harddrake.sh is not a PM, so i remove it from STANDALONEPMS_ | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ↵ | Pascal Rigaux | 2002-12-10 | 2 | -8/+8 |
| | | | | comments | ||||
* | do not duplicate "An error occurred ..." t10n string | Pascal Rigaux | 2002-12-10 | 1 | -4/+8 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 8 | -59/+55 |
| | |||||
* | live_install is a shell script, do not pretend it's perl ;p | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | move long messages (like license) to a new package: install_messages.pm | Pascal Rigaux | 2002-12-09 | 3 | -131/+150 |
| | |||||
* | remove unused variable ($step_name) | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | remove dynamic theme choosing, and next/previous (F11/F12) handling | Pascal Rigaux | 2002-12-09 | 2 | -12/+2 |
| | |||||
* | remove already obsolete themes | Pascal Rigaux | 2002-12-09 | 3 | -136/+0 |
| | |||||
* | remove code handling setstep | Pascal Rigaux | 2002-12-09 | 5 | -41/+3 |
| |