summaryrefslogtreecommitdiffstats
path: root/textw/language_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-70/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-2/+2
|
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-11/+10
|
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-131-2/+2
|
* Simplify language.py to two basic settings, and a lot of support (#517569).Chris Lumens2009-09-021-5/+6
| | | | | | | | | 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.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-6/+13
|
* Fix tracebacks caused by yesterday's modifications.Chris Lumens2007-05-161-9/+9
|
* Set the timezone when a new language is selected (#239826).Chris Lumens2007-05-151-7/+10
|
* Remove unused code. Now it should be easier to tell what really needs toChris Lumens2007-05-151-20/+4
| | | | be done.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-12/+12
|
* The language selection window in text mode was not sorted. Corrected.David Cantrell2006-03-031-0/+1
| | | | Armed and crosschecked.
* * language.py: Use fixLang in a few more places. Set SYSFONT toDavid Cantrell2006-02-231-1/+1
| | | | | | | | | | | | 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 Katz2006-02-221-24/+8
| | | | | | | | | | | | | | | | | | * 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
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-3/+1
| | | | | | | | | | * text.py (InstallInterface.isRealConsole): Add method to check if we're on a "real" console instead of duplicating the code everywhere. Add a check for /proc/xen to imply xen guest (not real console) (InstallInterface.run): Use new method. (InstallInterface.run): Use new method. * textw/language_text.py (LanguageWindow.__call__): Use new method.
* Use new logging system.Chris Lumens2005-08-121-3/+5
|
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-1/+0
| | | | support package groups to the %packages section of the kickstart file.
* Set language properly on text CD installs too.Chris Lumens2005-04-251-0/+2
|
* Fix a bug with language selection in text-mode install.sopwith2005-04-071-4/+2
|
* Removed language_support_gui.py and all references to it, since we wereChris Lumens2005-04-011-109/+0
| | | | already skipping that step. Bump version.
* add flags.virtpconsole to be used with virtual physical consoles likeJeremy Katz2004-09-131-1/+1
| | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+2
| | | | and cleanups in here too
* fix for bug #82512Mike Fulbright2003-05-091-2/+17
|
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-251-17/+0
| | | | install and isys.loadFont was just throwing out the argument (#84275)
* and we need to not start bterm in the second stage either for serialJeremy Katz2003-02-121-1/+2
|
* support starting bterm from the second stage. whee!Jeremy Katz2003-02-111-18/+27
|
* teach anaconda about bterm, kon is dyingMatt Wilson2002-12-141-3/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* oh yeah goodbye reconfigMike Fulbright2002-02-081-6/+1
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-6/+11
| | | | set up Korean NFS and get Korean GUI (#50364)
* nothing to see hereMike Fulbright2001-07-111-1/+0
|
* continue with the CKJ work, don't hard code in Japanse only to skip if we ↵Matt Wilson2001-07-091-2/+5
| | | | don't have KON
* more copyright noticesMatt Wilson2001-07-091-4/+17
|
* integrated changes suggested by docsMike Fulbright2001-07-061-5/+5
|
* skip screen to choose languages to install in reconfig modeMike Fulbright2001-06-291-0/+6
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-0/+170