| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Structure the repo layout so it matches final structure better and make isys ↵ | Martin Sivak | 2010-05-31 | 1 | -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 Lumens | 2010-02-04 | 1 | -2/+2 |
| | | |||||
| * | Move instLanguage to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -11/+10 |
| | | |||||
| * | Support upgrading when the language isn't in lang-table (#528317). | Chris Lumens | 2009-10-13 | 1 | -2/+2 |
| | | |||||
| * | Simplify language.py to two basic settings, and a lot of support (#517569). | Chris Lumens | 2009-09-02 | 1 | -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 ONDREJ | 2008-06-04 | 1 | -1/+3 |
| | | | | | * po/sk.po: Typo fix. | ||||
| * | GPLv2+ license boilerplates for textw/*.py files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
| | | |||||
| * | Fix tracebacks caused by yesterday's modifications. | Chris Lumens | 2007-05-16 | 1 | -9/+9 |
| | | |||||
| * | Set the timezone when a new language is selected (#239826). | Chris Lumens | 2007-05-15 | 1 | -7/+10 |
| | | |||||
| * | Remove unused code. Now it should be easier to tell what really needs to | Chris Lumens | 2007-05-15 | 1 | -20/+4 |
| | | | | | be done. | ||||
| * | Make all UI steps use anaconda class. Add system-config-keyboard shim. | Chris Lumens | 2006-05-04 | 1 | -12/+12 |
| | | |||||
| * | The language selection window in text mode was not sorted. Corrected. | David Cantrell | 2006-03-03 | 1 | -0/+1 |
| | | | | | Armed and crosschecked. | ||||
| * | * language.py: Use fixLang in a few more places. Set SYSFONT to | David Cantrell | 2006-02-23 | 1 | -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 Katz | 2006-02-22 | 1 | -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 Katz | 2005-11-09 | 1 | -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 Lumens | 2005-08-12 | 1 | -3/+5 |
| | | |||||
| * | Deprecate the langsupport kickstart keyword in favor of adding language | Chris Lumens | 2005-06-28 | 1 | -1/+0 |
| | | | | | support package groups to the %packages section of the kickstart file. | ||||
| * | Set language properly on text CD installs too. | Chris Lumens | 2005-04-25 | 1 | -0/+2 |
| | | |||||
| * | Fix a bug with language selection in text-mode install. | sopwith | 2005-04-07 | 1 | -4/+2 |
| | | |||||
| * | Removed language_support_gui.py and all references to it, since we were | Chris Lumens | 2005-04-01 | 1 | -109/+0 |
| | | | | | already skipping that step. Bump version. | ||||
| * | add flags.virtpconsole to be used with virtual physical consoles like | Jeremy Katz | 2004-09-13 | 1 | -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 stuff | Jeremy Katz | 2003-06-06 | 1 | -1/+2 |
| | | | | | and cleanups in here too | ||||
| * | fix for bug #82512 | Mike Fulbright | 2003-05-09 | 1 | -2/+17 |
| | | |||||
| * | remove map from the lang-table. we don't ever use it anymore during the | Jeremy Katz | 2003-02-25 | 1 | -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 serial | Jeremy Katz | 2003-02-12 | 1 | -1/+2 |
| | | |||||
| * | support starting bterm from the second stage. whee! | Jeremy Katz | 2003-02-11 | 1 | -18/+27 |
| | | |||||
| * | teach anaconda about bterm, kon is dying | Matt Wilson | 2002-12-14 | 1 | -3/+1 |
| | | |||||
| * | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
| | | |||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | | our own translate.py | ||||
| * | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -6/+1 |
| | | |||||
| * | support deferring language load until second stage. This allows a user to ↵ | Matt Wilson | 2001-08-09 | 1 | -6/+11 |
| | | | | | set up Korean NFS and get Korean GUI (#50364) | ||||
| * | nothing to see here | Mike Fulbright | 2001-07-11 | 1 | -1/+0 |
| | | |||||
| * | continue with the CKJ work, don't hard code in Japanse only to skip if we ↵ | Matt Wilson | 2001-07-09 | 1 | -2/+5 |
| | | | | | don't have KON | ||||
| * | more copyright notices | Matt Wilson | 2001-07-09 | 1 | -4/+17 |
| | | |||||
| * | integrated changes suggested by docs | Mike Fulbright | 2001-07-06 | 1 | -5/+5 |
| | | |||||
| * | skip screen to choose languages to install in reconfig mode | Mike Fulbright | 2001-06-29 | 1 | -0/+6 |
| | | |||||
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -0/+170 |
