Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do translate choices N_("Yes"), N_("No"), N_("See hardware info") | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | | | | | (thanks to Arpad Biro) | ||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -1/+0 |
| | |||||
* | fix BUG 2530, no more spurious window when insmoding fail | Damien Chaumette | 2003-05-20 | 1 | -1/+2 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | join detect_devices::stringlist() to have it in a text box (eurk!) | Pascal Rigaux | 2003-02-25 | 1 | -1/+1 |
| | | | | | (for bug #1802), the result is quite ugly, but at least the full line can be read | ||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+4 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | use run_program::get_stdout | Pascal Rigaux | 2003-02-03 | 1 | -3/+1 |
| | |||||
* | pixelize(tm) | Thierry Vignaud | 2003-02-03 | 1 | -3/+1 |
| | |||||
* | (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵ | Pascal Rigaux | 2003-01-23 | 1 | -3/+2 |
| | | | | any case | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 1 | -0/+117 |
| | | | | | (and a few other functions which are only used by load_category()) | ||||
* | bug fix | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 2 | -2/+63 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | split harddrake part that configure a module into modules::interactive | Thierry Vignaud | 2002-09-24 | 1 | -0/+25 |