Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support upgrading when the language isn't in lang-table (#528317). | Chris Lumens | 2009-10-13 | 1 | -5/+29 |
| | |||||
* | language dracut kernel cmdline should be space seperated (#521113) | Hans de Goede | 2009-09-08 | 1 | -1/+1 |
| | | | | | | language dracut kernel cmdline should be space seperated, the seperating space got lost after the big language.py cleanup: http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff;h=3f97f7795203fa21eb450c45537ab6da74c661aa | ||||
* | Simplify language.py to two basic settings, and a lot of support (#517569). | Chris Lumens | 2009-09-02 | 1 | -148/+149 |
| | | | | | | | | | There's now just two important settings in the Language module: instLang, which is the language used while anaconda is running; and systemLang, which is the language the installed system itself will use. These two can be different mainly due to anaconda's text mode interface. The rest of anaconda should only set and get these two. All the other support functions still exist for grabbing timezone, font, etc. | ||||
* | Adapt expandLangs to work with three character base lang names (#517770). | Chris Lumens | 2009-08-27 | 1 | -4/+11 |
| | |||||
* | Write dracut i18n cmdline options to grub.conf | Hans de Goede | 2009-08-05 | 1 | -0/+12 |
| | |||||
* | Move simpleconfig (back) into anaconda from rhpl | Jeremy Katz | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Reset targetLang on language change (#465981) | Jeremy Katz | 2008-10-07 | 1 | -0/+2 |
| | | | | | When changing the runtime language, we need to reset targetLang so that we don't keep it set to an old value | ||||
* | Remove support for RHupdates. updates.img is the way to go now. | Chris Lumens | 2008-06-18 | 1 | -2/+1 |
| | |||||
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -2/+5 |
| | | | | * po/sk.po: Typo fix. | ||||
* | Common GPLv2+ boilerplate on toplevel python source files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
| | | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section. | ||||
* | This is what I really meant to commit. | Chris Lumens | 2006-10-10 | 1 | -0/+6 |
| | |||||
* | Don't write out "none" for SYSFONT. | Chris Lumens | 2006-09-20 | 1 | -1/+5 |
| | |||||
* | Make sure to run in English for text CJKI installs (#180417, #202738). | Chris Lumens | 2006-08-17 | 1 | -3/+0 |
| | |||||
* | 2006-03-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-03-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | * packages.py: Remove some obsolete code, convert a little bit of copyExtraModules (... which needs to be hooked back up) * gui.py: No longer import rpm * yuminstall.py: Add specspo bits here instead * exception.py (dumpException): Remove grpset code. * instdata.py (InstallData.reset): Likewise. 2006-03-13 Matt Wilson <msw@rpath.com> * dispatch.py: Remove obsolete code. * floppy.py: Likewise. * language.py: Likewise. * upgrade.py: Likewise. | ||||
* | 2006-02-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-03-01 | 1 | -1/+3 |
| | | | | | * language.py (expandLangs): Handle locales like sr@Latn properly (#182591) | ||||
* | F*ck the line drawing characters! Or is this commit log supposed to be PG-13? | David Cantrell | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | * language.py: Use fixLang in a few more places. Set SYSFONT to | David Cantrell | 2006-02-23 | 1 | -10/+11 |
| | | | | | | | | | | | | selected lang's font in lang-table. Modified getCurrent to return selected lang. * text.py (InstallInterface.run): The Language class handles the non-working languages for text mode. Only call getFontFile to see if we should tell the user the selected lang won't work in text mode. * textw/language_text.py (LanguageWindow.__call__): None -> none | ||||
* | 2006-02-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * lang-table: Set all previously bterm using languages to "none" for the fact that we can't handle them in text-mode anymore * textw/language_text.py (LanguageWindow.__call__): Remove bterm special-casing. * text.py (InstallInterface.run): Likewise. * loader2/lang.c (setupLanguage): Likewise. * language.py (Language.fixLang): No more "bterm" font * stubs/unicode-lite.c: Don't require wlite * stubs/Makefile: Don't link against wlite * loader2/Makefile: No more linking to bterm here either * isys/lang.c: Remove bterm support code. * isys/lang.h: And declaration. * isys/Makefile (LOADLIBES): No more linking to bterm * isys/isys.c (start_bterm): Remove this * anaconda.spec (BuildPreReq): Bye-bye bogl | ||||
* | * language.py (Language.fixLang): Read localeInfo data to determine | David Cantrell | 2006-02-21 | 1 | -24/+12 |
| | | | | which languages need to use en_US.UTF-8 in text mode. | ||||
* | * language.py (Language.__init__): Set display_mode to "g" by default. | David Cantrell | 2006-02-21 | 1 | -1/+1 |
| | |||||
* | * anaconda: Pass the display mode we're running in to InstallData. | David Cantrell | 2006-02-21 | 1 | -6/+47 |
| | | | | | | | * instdata.py: Store the the display mode the installer is using. * language.py: For languages we can't display during installation in text mode, default to en_US.UTF-8, but write out the correct language for the final installation (#180417). | ||||
* | There's no logging going on in language.py. | Chris Lumens | 2005-08-11 | 1 | -1/+0 |
| | |||||
* | Deprecate the langsupport kickstart keyword in favor of adding language | Chris Lumens | 2005-06-28 | 1 | -64/+0 |
| | | | | support package groups to the %packages section of the kickstart file. | ||||
* | Canonicalize default language (#160923). | Chris Lumens | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -6/+0 |
| | | | | | | | * gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. * text.py (InstallInterface.run): Likewise. | ||||
* | Set a default font for bterm and none, which only mean something to the | Chris Lumens | 2005-04-27 | 1 | -1/+7 |
| | | | | loader (#156052). | ||||
* | Don't set the list of supported languages in Language.__init__ by default. | Chris Lumens | 2005-04-13 | 1 | -1/+0 |
| | | | | | Instead, only set this list in the install interfaces if kickstart hasn't taken care of it already. | ||||
* | Support setting the system's runtime language even if it's not supported | Chris Lumens | 2005-04-13 | 1 | -65/+42 |
| | | | | by a translation in anaconda. Set LC_COLLATE=C in the loader. | ||||
* | make canonLangNick return en_US.UTF-8 when things just aren't in the list, | Peter Jones | 2005-04-11 | 1 | -0/+1 |
| | | | | as well. | ||||
* | syncanaconda-10.2.0.45-1 | sopwith | 2005-04-07 | 1 | -1/+1 |
| | |||||
* | Don't set SYSFONTACM, sinc eit's the same everywhere and just results in a | Chris Lumens | 2005-04-06 | 1 | -1/+0 |
| | | | | broken message on login. | ||||
* | Use canonicalized nick (#153656). | Chris Lumens | 2005-04-05 | 1 | -3/+3 |
| | |||||
* | Add locale information for 'C' to fix RPM building. | Chris Lumens | 2005-04-04 | 1 | -0/+3 |
| | |||||
* | Removed language_support_gui.py and all references to it, since we were | Chris Lumens | 2005-04-01 | 1 | -20/+8 |
| | | | | already skipping that step. Bump version. | ||||
* | Fix traceback on setting language support in kickstart. | Chris Lumens | 2005-04-01 | 1 | -5/+8 |
| | |||||
* | Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manual | Chris Lumens | 2005-03-31 | 1 | -10/+9 |
| | | | | installs, and fix default time zones. | ||||
* | s/str/astring/ - as the name of the string type, 'str' is a pseudo-reserved ↵ | sopwith | 2005-03-30 | 1 | -8/+8 |
| | | | | word in python. | ||||
* | Fix check for if we got a match or not in setDefault. | Chris Lumens | 2005-03-30 | 1 | -3/+4 |
| | |||||
* | supported is a list of language names, not nicknames. | Chris Lumens | 2005-03-30 | 1 | -4/+1 |
| | |||||
* | Fix string split. | Chris Lumens | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | Delimit language tables with tabs. | Chris Lumens | 2005-03-29 | 1 | -2/+2 |
| | |||||
* | Check all forms of the language nick in case someone's specified a shorter one. | Chris Lumens | 2005-03-28 | 1 | -1/+5 |
| | |||||
* | Combined Language and InstallTimeLanguage in language.py into a single | Chris Lumens | 2005-03-23 | 1 | -188/+152 |
| | | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea. | ||||
* | minor tweak (not really required, but for consistency -- #123760) | Jeremy Katz | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | look for lang-table in updates so that languages can be added with an ↵ | Jeremy Katz | 2004-03-30 | 1 | -1/+2 |
| | | | | updates disk | ||||
* | oops, adjust for lang-table changes | Jeremy Katz | 2003-02-26 | 1 | -2/+2 |
| | |||||
* | remove map from the lang-table. we don't ever use it anymore during the | Jeremy Katz | 2003-02-25 | 1 | -10/+4 |
| | | | | install and isys.loadFont was just throwing out the argument (#84275) | ||||
* | be a little bit more forgiving with the lang-table | Jeremy Katz | 2003-02-20 | 1 | -0/+4 |
| | |||||
* | set our language to be the runtime language for stage2 and not the lang ↵ | Jeremy Katz | 2003-01-31 | 1 | -0/+4 |
| | | | | nick. this fixes the nfs/cd cjk text mode being Bad (tm). ridiculous that such a small patch required so much time to track down (#82533) | ||||
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
| |