summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2006-02-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-232-2/+7
| | | | * scripts/pkgorder: Don't get warnings spewed with new yum
* updatePaul Nasrat2006-02-231-0/+4
|
* Make conditional packages on deps workPaul Nasrat2006-02-231-2/+9
|
* * language.py: Use fixLang in a few more places. Set SYSFONT toDavid Cantrell2006-02-234-24/+28
| | | | | | | | | | | | 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
* * yuminstall.py: Suppress 'repository is missing name in config'David Cantrell2006-02-232-0/+6
| | | | warning.
* 2006-02-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-232-1/+8
| | | | * anaconda.spec: Bump version.
* 2006-02-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-232-7/+17
| | | | | * scripts/pkgorder: Use a chroot, enable sqlite. This should hopefully fix the ordering of packages across CDs.
* 2006-02-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-232-0/+6
| | | | * exception.py (dumpClass): More skipping
* translation finished in anacondahisaito2006-02-231-2/+2
|
* * text.py (InstallInterface.run): Initialize oldlang.David Cantrell2006-02-232-0/+5
|
* Tamil translation of fedora updatedifelix2006-02-231-107/+88
|
* Tamil translation updateifelix2006-02-231-80/+63
|
* update for Punjabiaalam2006-02-231-123/+126
|
* Updated Catalan translation.joseppc2006-02-221-41/+40
|
* Bump version.David Cantrell2006-02-222-1/+14
|
* Improved upgrade supportPaul Nasrat2006-02-224-344/+62
|
* bogl-ectomy hits the scripts/ directory, get the full story at 11.David Cantrell2006-02-224-27/+7
|
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-227-599/+8
| | | | | | | | | * isys/isys.py (hardDriveDict): Remove ide raid checking * isys/isys.c: Remove support code. * isys/hpt.c: Remove. * isys/pdc.c: Remove. * isys/silraid.c: Remove. * isys/Makefile: Don't link removed files.
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-2214-151/+41
| | | | | | | | | | | | | | | | | | * 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
* * iw/bootloader_main_gui.py (MainBootLoaderWindow): Don't usePeter Jones2006-02-223-0/+10
| | | | | underline in device names for hotkeys. * iw/bootlocwidget.py (BootloaderLocationWidget): same
* I'M HUGE!David Cantrell2006-02-222-3/+0
| | | | | Removed gulim.ttf since it's friggin huge. Reopened bug, reassigned to eng-i18n. Emailed them. Wiped hands clean of problem.
* * scripts/upd-instroot: Add gulim.ttf for correct Korean languageDavid Cantrell2006-02-222-0/+3
| | | | display in pirut (#180416).
* *** empty log message ***kmilos2006-02-222-6/+6
|
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-222-1/+13
| | | | * rescue.py (runRescue): Mount /selinux in the chroot
* Corrected some errors in the meaning of "phisical extent"tombo2006-02-221-12/+12
|
* * installclasses/fedora.py (InstallClass.setGroupSelection): Take theDavid Cantrell2006-02-222-1/+3
| | | | intf parameter.
* * iw/autopart_type.py: Import _ and N_ from rhpl.translate.David Cantrell2006-02-222-0/+2
|
* Fixed typo.David Cantrell2006-02-222-1/+5
|
* *** empty log message ***ra2006-02-221-3/+3
|
* *** empty log message ***ra2006-02-221-1/+1
|
* *** empty log message ***ra2006-02-221-3/+3
|
* Bump version.Chris Lumens2006-02-212-1/+9
|
* * language.py (Language.fixLang): Read localeInfo data to determineDavid Cantrell2006-02-212-24/+14
| | | | which languages need to use en_US.UTF-8 in text mode.
* * language.py (Language.__init__): Set display_mode to "g" by default.David Cantrell2006-02-212-1/+5
|
* Bump version.Chris Lumens2006-02-212-1/+20
|
* * anaconda: Pass the display mode we're running in to InstallData.David Cantrell2006-02-214-10/+65
| | | | | | | * 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).
* Force all strings to uppercase, for matching (#182231)Bill Nottingham2006-02-212-0/+10
|
* updatePaul Nasrat2006-02-211-0/+6
|
* Enable DVD created from tree to work againPaul Nasrat2006-02-211-1/+5
|
* Change default disc no to 0Paul Nasrat2006-02-211-1/+1
|
* Badness all around.David Cantrell2006-02-212-9/+4
|
* I mean 180417David Cantrell2006-02-211-1/+1
|
* * lang-table: Set code for Chinese, Japanese, and Korean languageDavid Cantrell2006-02-212-4/+9
| | | | selections to en_US.UTF-8 (#176032).
* *** empty log message ***ra2006-02-211-18/+18
|
* Mark partitioning strings for translation (#181826).Chris Lumens2006-02-213-8/+14
|
* Updatekmaraas2006-02-211-3/+2
|
* *** empty log message ***ccheng2006-02-211-343/+74
|
* modified by Leahleahliu2006-02-211-1450/+1098
|
* updatedasimons2006-02-211-8/+8
|
* 2006-02-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-202-0/+4
| | | | * loader2/net.c: Actually set mtu