Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set svn:executable property | Thierry Vignaud | 2007-08-10 | 1 | -0/+0 |
| | |||||
* | - allow to use --apply anywhere on the command line ( thanks ennael for ↵ | Michael Scherer | 2005-09-14 | 1 | -1/+1 |
| | | | | spotting this ) | ||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 1 | -2/+14 |
| | |||||
* | add language selection to finish-install | Pascal Rigaux | 2005-06-01 | 1 | -26/+1 |
| | |||||
* | add comment | Thierry Vignaud | 2005-05-02 | 1 | -0/+1 |
| | |||||
* | always warn the user to logout, even if we can't help (bugzilla #14403) | Pascal Rigaux | 2005-03-18 | 1 | -5/+7 |
| | |||||
* | enable to enable/disable utf-8 | Thierry Vignaud | 2005-03-16 | 1 | -0/+1 |
| | |||||
* | ensure there's never a "previous" button on first step | Thierry Vignaud | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | Yes/no is better than Ok/cancel for logout question | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | really reset IM on language switch | Thierry Vignaud | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | remove debug message | Thierry Vignaud | 2004-09-09 | 1 | -1/+0 |
| | |||||
* | only default to per locale default IM when switching between locales | Thierry Vignaud | 2004-09-09 | 1 | -0/+3 |
| | |||||
* | drop lang::write()'s prefix parameter in favor of $::prefix (which was ↵ | Thierry Vignaud | 2004-09-06 | 1 | -2/+2 |
| | | | | already partially done) | ||||
* | use proper window & banner icon | Thierry Vignaud | 2004-09-02 | 1 | -0/+1 |
| | |||||
* | set banner title... | Thierry Vignaud | 2004-09-02 | 1 | -0/+2 |
| | |||||
* | do not complain on wizcancel | Thierry Vignaud | 2004-08-27 | 1 | -1/+3 |
| | |||||
* | no need to check first step return value since we're covered by both | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
| | | | | | Wizard_no_previous and die('wizcancel') | ||||
* | remove useless label "the_end" | Thierry Vignaud | 2004-08-27 | 1 | -7/+2 |
| | |||||
* | inline select_language() | Thierry Vignaud | 2004-08-27 | 1 | -4/+1 |
| | |||||
* | make it looks and behave like a wizard for GUI sanity (previously | Thierry Vignaud | 2004-08-27 | 1 | -0/+3 |
| | | | | | cancel on second step resulted in step backward rather than exit...) | ||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 1 | -2/+2 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+0 |
| | |||||
* | perl_checker | Pascal Rigaux | 2003-10-01 | 1 | -2/+2 |
| | |||||
* | fix behaviour when only one lang is available (clicking | Guillaume Cottenceau | 2003-03-05 | 1 | -16/+38 |
| | | | | | on "cancel" on the country selection didn't cancel it) | ||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly | ||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -0/+1 |
| | |||||
* | 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! | ||||
* | workaround kde control center calling localedrake with an empty kde lang | Pascal Rigaux | 2002-09-05 | 1 | -1/+2 |
| | |||||
* | when called by kcontrol with --apply, don't modify kde config files, ↵ | Pascal Rigaux | 2002-03-06 | 1 | -1/+1 |
| | | | | kcontrol takes care of it more nicely | ||||
* | restrict localedrake to installed lang | Pascal Rigaux | 2002-03-01 | 1 | -3/+2 |
| | |||||
* | - handle --kde_lang with optionally --kde_country | Pascal Rigaux | 2002-02-18 | 1 | -3/+9 |
| | | | | | - handle --apply | ||||
* | change the message & ask wether to logout or not | Pascal Rigaux | 2002-02-18 | 1 | -2/+2 |
| | |||||
* | handle --kde_country=<country> | Pascal Rigaux | 2002-02-16 | 1 | -9/+16 |
| | |||||
* | lang::write doesn't need the filename anymore | Pascal Rigaux | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | fix pixel stuff: don't restart wm on cancel | Thierry Vignaud | 2002-02-07 | 1 | -6/+6 |
| | |||||
* | now works in normal user: it modifies the ~/.i18n (todo: handle kde crazy ↵ | Pascal Rigaux | 2002-01-30 | 1 | -4/+13 |
| | | | | variables?) | ||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -0/+2 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | add localedrake (not tested) | Pascal Rigaux | 2001-08-29 | 1 | -0/+17 |