Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | fix pixel code | Thierry Vignaud | 2002-10-23 | 1 | -0/+1 |
| | |||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | fix typo (choosing the Flat Panel resolution by default) | Pascal Rigaux | 2002-08-30 | 1 | -1/+1 |
| | |||||
* | on a "Flat Panel" use the flat planel resolution (as suggested by Alastair ↵ | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | Scott) | ||||
* | add 1152x768 picture | Pascal Rigaux | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | add monitor images | Pascal Rigaux | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | sort resolutions to default to 1280x1024 instead of 1280x960 | Pascal Rigaux | 2002-08-17 | 1 | -1/+1 |
| | |||||
* | if the monitor size is not given, default to 14' | Pascal Rigaux | 2002-08-17 | 1 | -1/+1 |
| | |||||
* | handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵ | Pascal Rigaux | 2002-08-08 | 1 | -9/+19 |
| | | | | 1280x960) | ||||
* | in newt, have the resolutions sorted by resolution size (wilplizgg) | Pascal Rigaux | 2002-08-01 | 1 | -3/+8 |
| | |||||
* | (choose_gtk): ensure the response is one of @resolutions (so that Y and ↵ | Pascal Rigaux | 2002-07-31 | 1 | -1/+8 |
| | | | | | | | maybe bios is kept) (to_string): created | ||||
* | fix using $_ instead of $_[0] (thanks to perl_checker) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | (configure_auto_install): really use resolution_wanted given in $o | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | - make the gtk resolution chooser work | Pascal Rigaux | 2002-07-28 | 1 | -8/+109 |
| | | | | | - dropped the differenciation between embedded or not | ||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -0/+185 |