Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - find a working font for iso-8859-9 (turkish) (thanks to herton) | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | - restore consoletrans handling and adapt it to kbd | Pascal Rigaux | 2007-08-02 | 1 | -28/+28 |
| | | | | | - find a working font for iso-8859-7 (greek) | ||||
* | use kbd (setfont) instead of console-tools (consolechars) | Pascal Rigaux | 2007-08-02 | 1 | -29/+17 |
| | | | | | | quickly adapting fonts to match existing kbd fonts, so dropping some for which i can't find a working equivalent | ||||
* | - bundle /etc/rpm/platform for rpm 4.4.8 | Pascal Rigaux | 2007-06-28 | 1 | -1/+1 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-05-09 | 1 | -1/+1 |
| | | | | | o don't call grub-gfxmenu when used by simple user | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -124/+132 |
| | |||||
* | create lang::lang_changed() to ensure {country} is set according to the lang ↵ | Pascal Rigaux | 2006-02-23 | 1 | -0/+8 |
| | | | | (useful for finish-install where choosing fr gives fr_US) | ||||
* | from Yukiko Bando: | Thierry Vignaud | 2005-12-19 | 1 | -2/+2 |
| | | | | | | - kasumi is now required by scim-anthy - uim-anthy is obsolete | ||||
* | - i had foolishly removed c::iconv whereas it was used still used by ↵ | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
| | | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused) | ||||
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵ | Pascal Rigaux | 2005-12-15 | 1 | -3/+3 |
| | | | | | | | instead of module c (that way we can also use dngettext, and it's more modular) | ||||
* | restore behaviour broken in commit 1.371 (nb: {lang} is not always set in ↵ | Pascal Rigaux | 2005-12-13 | 1 | -1/+1 |
| | | | | {langs} at that time) | ||||
* | scim-anthy-0.7 needs kasumi | Thierry Vignaud | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | (configure_kdeglobals) kill dead variable | Thierry Vignaud | 2005-09-16 | 1 | -1/+0 |
| | |||||
* | There is no need manually specifying font name, because we've already handled | Funda Wang | 2005-09-13 | 1 | -2/+2 |
| | | | | | it perfectly in fontconfig. | ||||
* | sync japanese package list with rpmsrate | Thierry Vignaud | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | vi: remove scim (already selected by scim-m17n) | Thierry Vignaud | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | install scim-m17n & scim for vietnamese users | Thierry Vignaud | 2005-09-13 | 1 | -0/+1 |
| | |||||
* | use SCIM by default for Vietnamese users since x-unikey is broken | Thierry Vignaud | 2005-09-13 | 1 | -2/+1 |
| | |||||
* | - do not set QT_IM_MODDULE to GTK_IM_MODDULE when not supported (eg: | Thierry Vignaud | 2005-09-13 | 1 | -1/+20 |
| | | | | | | | | fix im-ja) - explicitely set the right QT_IM_MODULE (Yukiko Bando) | ||||
* | (write) use qt-immodule again | Thierry Vignaud | 2005-09-09 | 1 | -4/+1 |
| | |||||
* | unset QT_IM_MODULE due to unsatisfied qtimmodule support in Qt. | Funda Wang | 2005-09-08 | 1 | -1/+4 |
| | | | | | | If we don't touch QT_IM_MODULE, it will cause KDE hangs up if upgrading from cooker to official. | ||||
* | reduce font size (especially for latin scripts) at install time b/c of | Thierry Vignaud | 2005-08-26 | 1 | -1/+1 |
| | | | | | new gtk+/cairo | ||||
* | enable to select scim+pinyin | Thierry Vignaud | 2005-08-19 | 1 | -1/+1 |
| | |||||
* | readd lost comments | Thierry Vignaud | 2005-08-09 | 1 | -1/+3 |
| | |||||
* | we can't differentiate all the scim+xxx IMs, so we ensure we prefer ↵ | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | | | | "scim+(default)" | ||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 1 | -17/+11 |
| | |||||
* | simplify | Pascal Rigaux | 2005-08-09 | 1 | -4/+3 |
| | |||||
* | - it's better to use $locale->{lang} whenever possible | Pascal Rigaux | 2005-08-09 | 1 | -7/+7 |
| | | | | | - less generic name for %locale2encoding | ||||
* | move %IM2packages into %IM_config | Pascal Rigaux | 2005-08-09 | 1 | -29/+21 |
| | |||||
* | - get rid of %IM_XIM_program, replacing it with a more powerful XIM_PROGRAM ↵ | Pascal Rigaux | 2005-08-09 | 1 | -33/+35 |
| | | | | | | | field - in read(), use more fields to recognise the IM | ||||
* | - move extra scim combinations in %IM_config | Pascal Rigaux | 2005-08-09 | 1 | -16/+16 |
| | | | | | - drop set_default_im(), moving data directly in %IM_config | ||||
* | simplify (we access get_default_im with short lang name) | Pascal Rigaux | 2005-08-09 | 1 | -3/+3 |
| | |||||
* | remove wrong unused line | Pascal Rigaux | 2005-08-09 | 1 | -1/+0 |
| | |||||
* | simplify (not useful since values and main key are equal) | Pascal Rigaux | 2005-08-09 | 1 | -3/+0 |
| | |||||
* | - simplify IM choice using {format} to its full power | Pascal Rigaux | 2005-08-09 | 1 | -7/+5 |
| | | | | | - {IM} is '' instead of either '' or 'None' | ||||
* | cleanup IM2packages() | Pascal Rigaux | 2005-08-09 | 1 | -4/+7 |
| | |||||
* | (configure_kdeglobals) fix kde config when switching between ar && uz | Thierry Vignaud | 2005-08-05 | 1 | -2/+0 |
| | |||||
* | fixed KDE font for extended cyrillic languages | Pablo Saratxaga | 2005-07-27 | 1 | -0/+1 |
| | |||||
* | rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵ | Thierry Vignaud | 2005-06-30 | 1 | -1/+1 |
| | | | | its purpose | ||||
* | Added scim-ccinput support. | Funda Wang | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | drop now unused variable | Pascal Rigaux | 2005-06-03 | 1 | -3/+0 |
| | |||||
* | during_install__l2charset() was used by share/gen_locales.sh which is now ↵ | Pascal Rigaux | 2005-06-03 | 1 | -13/+0 |
| | | | | dropped | ||||
* | update comment | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | get rid of the few remaining $LD_LOADER | Pascal Rigaux | 2005-06-03 | 1 | -2/+1 |
| | |||||
* | (get_ims) rollback debug statement | Thierry Vignaud | 2005-05-27 | 1 | -2/+1 |
| | |||||
* | enable to select extra SCIM combinaisons: scim+anthy, scim+canna, ↵ | Thierry Vignaud | 2005-05-27 | 1 | -7/+10 |
| | | | | scim+fcitx, scim+m17n, scim+prime, and scim+skk; | ||||
* | enable to select scim+uim again | Thierry Vignaud | 2005-05-26 | 1 | -0/+2 |
| | |||||
* | install needed packages for kinput2 | Thierry Vignaud | 2005-05-26 | 1 | -0/+1 |
| | |||||
* | for drakx-finish-install | Pascal Rigaux | 2005-05-26 | 1 | -0/+4 |
| | |||||
* | create install-xml-file-list and use it to replace share/list and ↵ | Pascal Rigaux | 2005-05-10 | 1 | -5/+0 |
| | | | | share/list.ARCH with share/list.xml |