Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵ | Guillaume Cottenceau | 2003-01-24 | 4 | -18/+16 |
| | | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk | ||||
* | updated pot file (English proofreading) | Pablo Saratxaga | 2003-01-24 | 3 | -138/+144 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 9 | -26/+26 |
| | |||||
* | fixed some (locally used) charset names | Pablo Saratxaga | 2003-01-23 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-23 | 1 | -1/+216 |
| | |||||
* | (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵ | Pascal Rigaux | 2003-01-23 | 1 | -0/+1 |
| | | | | newt) | ||||
* | (configure_chooser_raw): no special case for "Next" button | Pascal Rigaux | 2003-01-23 | 1 | -2/+1 |
| | |||||
* | fix special case "for license agreement": only use it for long messages, and ↵ | Pascal Rigaux | 2003-01-23 | 1 | -2/+2 |
| | | | | fix {format} use | ||||
* | add a button to "summary"-like dialog boxes | Pascal Rigaux | 2003-01-23 | 1 | -1/+2 |
| | |||||
* | - handle {ok_disabled} | Pascal Rigaux | 2003-01-23 | 1 | -21/+36 |
| | | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog | ||||
* | (reallyChooseGroups): remove "Previous" button | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | fix diskdrake in newt (causing error about missing method ->cylinder_size) | Pascal Rigaux | 2003-01-23 | 1 | -1/+5 |
| | |||||
* | pixelification | Pascal Rigaux | 2003-01-23 | 1 | -13/+3 |
| | |||||
* | - perl_checker compliant | Damien Chaumette | 2003-01-23 | 2 | -42/+47 |
| | | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes | ||||
* | (setupSCSI): remove now unused variable $clicked | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | better fix of ->isa use | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | (is_fbdev): created | Pascal Rigaux | 2003-01-23 | 1 | -5/+7 |
| | | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4 | ||||
* | (to_string): created, try to shortly describe current configuration | Pascal Rigaux | 2003-01-23 | 1 | -0/+7 |
| | | | | | (configure_FB_TVOUT): don't do anything when not using XF4 | ||||
* | (summary): display more nicely the current X config when fbdev | Pascal Rigaux | 2003-01-23 | 1 | -3/+2 |
| | | | | | (selectLanguage): no need to handle "Cancel" on language choosing :) | ||||
* | focus first widget when there is no ok | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | reconfigure sound slots at boot time (we should enhance slot filling | Thierry Vignaud | 2003-01-23 | 1 | -0/+8 |
| | | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one) | ||||
* | fix perl-GTK2 dependancy | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | 9.1-0.13mdk | Thierry Vignaud | 2003-01-23 | 1 | -3/+36 |
| | |||||
* | workaround bug introduced by new pixel focus managment | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | (read): fix return value when no configured keyboard is found | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 3 | -16/+18 |
| | |||||
* | remove use of UNIVERSAL::isa() (it is not much more complex with ref + ↵ | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | | | | ->isa, and UNIVERSAL::isa() would need a special case in perl_checker) | ||||
* | (setupSCSI): handle calling modules::interactive::load_category in | Pascal Rigaux | 2003-01-23 | 1 | -2/+4 |
| | | | | | non-automatic mode when no harddrives are found | ||||
* | (getHds): do not handle missing harddrives by calling setupSCSI, since | Pascal Rigaux | 2003-01-23 | 1 | -7/+0 |
| | | | | | setupSCSI do it by itself now | ||||
* | (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵ | Pascal Rigaux | 2003-01-23 | 1 | -3/+2 |
| | | | | any case | ||||
* | force strict pragma | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 4 | -6/+4 |
| | | | | | little cleanup | ||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 6 | -2/+7 |
| | |||||
* | - force use strict | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | | | | | - perl_checker fix | ||||
* | updated pot file | Pablo Saratxaga | 2003-01-22 | 3 | -596/+746 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 7 | -27/+27 |
| | |||||
* | call "yelp-pregenerate -a" after installing pkgs (since it's skipped ↵ | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 |
| | | | | DURING_INSTALL) | ||||
* | correctly pop when F2 (screenshots) | Guillaume Cottenceau | 2003-01-22 | 2 | -4/+3 |
| | |||||
* | revive F1, F2 and alt-e (dialogs for F1 and F2 are broken, though) | Guillaume Cottenceau | 2003-01-22 | 1 | -22/+15 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -21/+15 |
| | | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value | ||||
* | fix call to sanitize_ver by giving it linux-$version instead of linux$ext. | Francois Pons | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | (acceptLicense): use new "interactive" feature to gray "Next" button until | Pascal Rigaux | 2003-01-22 | 1 | -7/+6 |
| | | | | | license is accepted | ||||
* | add {callbacks}{ok_disabled} | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 |
| | |||||
* | add some documentation about the various possible fields | Pascal Rigaux | 2003-01-22 | 1 | -1/+13 |
| | |||||
* | fix accents characters displaying in console mode during install: | Guillaume Cottenceau | 2003-01-22 | 3 | -9/+7 |
| | | | | | | | - convert translations into utf8 only during install && if using gtk - explicitely bind the codeset to the specified locale's encoding because during install they are reported as utf8 | ||||
* | simplify easy_dhcp prototype | Pascal Rigaux | 2003-01-22 | 2 | -2/+2 |
| | |||||
* | perl checker fixes. | Francois Pons | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | small changes in charset naming so they work better in console (console | Pablo Saratxaga | 2003-01-22 | 1 | -9/+9 |
| | | | | | is still not in utf-8) |