summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* 2005-12-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-111-12/+38
| | | | | | | | | * textw/simple_pkgselect_text.py Basic fixup for new API so that we at least don't just die (#175443) * yuminstall.py: Remove anaconda_grouplist hack. (tsCheck): Fix for API change (_catchallCategory): Fix for changes to groups API
* 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.
* Fix constants imports so we get everything that was moved intoChris Lumens2005-10-061-0/+1
| | | | pykickstart.
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-041-8/+10
| | | | | | | | | | | * iw/autopart_type.py (PartitionTypeWindow.getNext): Don't skip manual partitioning if we're doing custom partitions (#169001) (PartitionTypeWindow.comboChanged): Also make it obvious what's going on with custom partitioning + review checkbox * ui/autopart.glade: Add callback. * textw/partition_text.py (PartitionTypeWindow.__call__): Properly shut down UI if custom partitioning selected.
* 2005-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-201-0/+67
| | | | | | | | | | | | | * iw/simple_pkgselect.py: Simple group selection UI... * textw/simple_pkgselect_text.py: And the same for text mode * yuminstall.py (YumBackend): Some hacks for simple group selection UI. * dispatch.py (installSteps): Add simple group selection step. * gui.py (stepToClass): Likewise. * text.py (stepToClasses): Likewise. * installclass.py (BaseInstallClass.setSteps): Likewise.
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-8/+0
| | | | | | | | * iw/network_gui.py (NetworkWindow.getNext): Don't enforce selinux/firewall here. Use the object defaults. * textw/network_text.py (NetworkGlobalWindow.__call__): Likewise. * firewall.py (Firewall.__init__): Default firewall to allow ssh.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-122-194/+0
| | | | | | | * iw/fdisk_gui.py: Remove dead code. * iw/fdasd_gui.py: Likewise. * textw/fdisk_text.py: Likewise. * textw/fdasd_text.py: Likewise.
* * iw/xconfig_gui.py: Remove dead code.Jeremy Katz2005-09-122-782/+0
| | | | | | * textw/xconfig_text.py: Likewise. * iw/bootdisk_gui.py: Likewise. * iw/bootdisk_text.py: Likewise.
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-386/+0
| | | | | | authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
* 2005-08-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-261-4/+106
| | | | | | | | | | | | | | * dispatch.py (installSteps): Add new autopart type step, remove some obsolete stuff (fdisk, fdasd) * gui.py (stepToClass): Add new step. (getGladeWidget): Add helper function for glade screens. * text.py (stepToClasses): Add new step. * installclass.py (BaseInstallClass.setSteps): Add new step. * iw/autopart_type.py: Add first pass at new autopartitioning screen. Still want to make the shown options more dynamic based on what your system initially looks like. * textw/partition_text.py: Add new autopartitioning screen. * ui/autopart.glade: Add glade file for new autopartitioning screen.
* 165934 typoPaul Nasrat2005-08-151-1/+1
|
* Use new logging system.Chris Lumens2005-08-129-16/+20
|
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-212-203/+8
| | | | firstboot using system-config-securitylevel.
* 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.
* Fixed grammar and wording problems (#156048, #159044), update-po.Chris Lumens2005-06-011-3/+2
|
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-4/+26
| | | | | | * textw/bootloader_text.py (BootloaderImagesWindow.__call__): Support deletion of images in text mode (#125358). After FC4 goes out, we'll want to uncomment the new help line.
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-0/+4
| | | | | | | | | | | | * text.py (InstallInterface.messageWindow): Properly return the idx of the return on a custom messageWindow * image.py (presentRequiredMediaMessage): Add back button for required media message (#114770) * textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise. (BeginInstallWindow.__call__): Likewise. * iw/confirm_gui.py (UpgradeConfirmWindow.getNext) (InstallConfirmWindow.getNext): Likewise.
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+1
| | | | | * textw/partition_text.py (PartitionWindow.__call__): Give a little bit more room for cylinder #s (#119767)
* Set language properly on text CD installs too.Chris Lumens2005-04-251-0/+2
|
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-0/+4
| | | | | | | | * textw/partition_text.py (AutoPartitionWindow.__call__): Check for a drive being selected (#124296) * partIntfHelpers.py (mustHaveSelectedDrive): Add UI helper for selected drives error. * iw/partition_gui.py (AutoPartitionWindow.getNext): Use helper.
* 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.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-269/+0
| | | | | | | * text.py (stepToClasses): Remove silo stuff. * gui.py (stepToClasses): Likewise. * iw/silo_gui.py: Remove. * textw/silo_text.py: Remove.
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-1/+1
| | | | | | | | * textw/timezone_text.py (TimezoneWindow.__call__): Mark strings for translation. * gui.py (ExceptionWindow.__init__): Likewise. * iw/network_gui.py (NetworkWindow.handleIPError): Likewise. * textw/mouse_text.py (MouseWindow.__call__): Likewise.
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-1/+1
| | | | | * textw/timezone_text.py (TimezoneWindow.__call__): Mark string for translation.
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-1/+1
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* Accept id parameter in text interface.Chris Lumens2005-03-221-8/+3
|
* move availRaidLevels from fsset.py to raid.py, so it can be evaluated rightPeter Jones2005-03-091-0/+1
| | | | in all imports
* put the apple bootloader stuff in the kickstart list, and remove it fromPeter Jones2005-02-231-2/+2
| | | | the raid and lvm possibilities early on
* No longer use lilo.Peter Jones2005-02-211-16/+0
|
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-2/+2
| | | | | | * iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up reference to media to not get stale (#138688) * textw/complete_text.py (FinishedWindow.__call__): Likewise.
* 2004-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-1/+3
| | | | | | | | * dispatch.py (installSteps): Pass new arg to desktopchoice * iw/desktop_choice_gui.py (DesktopChoiceWindow.getNext): Reset package selection to defaults if selected (#142415) * textw/desktop_choice_text.py (DesktopChoiceWindow): Likewise.
* (merge from rhel4-branch)Jeremy Katz2004-11-231-1/+1
| | | | | | | | | | | | | 2004-11-23 Jeremy Katz <katzj@redhat.com> * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow.__call__): Set a default when we can't determine the boot loader to avoid indeterminate state (#139603) * lvm.py: Don't disable LVM if vgscan, et al segfault (#134263) * packages.py (doPreInstall): Don't remove the directories as they may not be empty (#133773)
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-3/+1
| | | | | | * iw/bootloader_main_gui.py: Don't reference boot disks anymore (#135851) * textw/bootloader_text.py: Likewise.
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-5/+9
| | | | | | * iw/network_gui.py (NetworkWindow.editDevice): Add hardware address as another way to figure out which device is which (#131814) * textw/network_text.py (NetworkDeviceWindow.runScreen): Likewise.
* 2004-11-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-031-1/+1
| | | | | | * iw/network_gui.py (NetworkWindow.setupDevices): * textw/network_text.py (NetworkDeviceWindow.runScreen): Sync behavior of onboot between gui/text (#138011)
* 2004-10-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-071-1/+3
| | | | | * textw/packages_text.py: Sort packages in the group details screen (#123437)
* 2004-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-241-6/+4
| | | | | | | * iw/partition_gui.py (PartitionWindow.populate): * textw/partition_text.py (PartitionWindow.populate): Free space isn't active, so we can't just ignore it. Instead, just ignore non-active partitions of < 1 MB (#133425)
* 2004-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-221-1/+1
| | | | * textw/firewall_text.py: Oops, fix syntax error
* sync with gui text (#131815)Jeremy Katz2004-09-161-5/+9
|
* fix bad english for alan (#131802)Jeremy Katz2004-09-161-2/+2
|
* add flags.virtpconsole to be used with virtual physical consoles likeJeremy Katz2004-09-132-2/+2
| | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
* - check input, use text and functions from zfcp.py, fix some indentsKarsten Hopp2004-09-021-53/+52
|
* add support for basic editing/adding of LVs. checks to see if you haveJeremy Katz2004-08-311-3/+307
| | | | | a VG and then asks if you want to add a partition or a LV, then a similar dialog to everything else for setting up the LV itself
* make sure the partition is active before we try to do any complicated thingsJeremy Katz2004-08-271-0/+3
| | | | | with it. avoids a parted assertion when checking for the flag on a non active partition
* - several problems with cancel at the 'add' window:Karsten Hopp2004-08-261-6/+9
| | | | | - devicelist may be empty, subreferencing results in a traceback - screen.popWindow() got called twice and killed the parent window, too
* Actually show small boot partitionsPaul Nasrat2004-08-261-1/+1
|
* - cleanup some unused variablesKarsten Hopp2004-08-251-12/+1
| | | | | - new function common to gui and text mode to update the config files (-1 FIXME) - write /tmp/zfcp.conf earlier
* - make sure strings for sysfs are all in lowercaseKarsten Hopp2004-08-251-1/+4
| | | | - log if files cannot be opened