summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* Fix text mode button translations (#450176).Chris Lumens2008-06-051-0/+2
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-0417-52/+54
| | | | * po/sk.po: Typo fix.
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-2/+2
| | | | | | | | | | Better fix for #408921. Using network.overrideDHCPhostname to set the default behavior of requiring users to set a hostname. If the user changed that to 'use DHCP', clicked Next, then clicked Back, the network configuration screen would be back at manual for the hostname. Fixed that by honoring overrideDHCPhostname. Also took the opportunity to make overrideDHCPhostname a boolean since that's how we are using it.
* Avoid progress bars going off the end and making newt unhappyJeremy Katz2008-04-041-0/+3
|
* Have <F12> work in the network configuration stage (#250982)Joel Andres Granados2008-04-021-5/+7
|
* Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-261-118/+0
|
* Fix up more unicode shenanigans (#437993)Jeremy Katz2008-03-241-1/+1
| | | | | Ensure we encode/decode to utf8 at appropriate points to avoid tracebacks in text mode
* Make migration from ext3 -> ext4 saner on upgrade (#437567)Jeremy Katz2008-03-141-8/+16
| | | | | Get rid of hard-coded "migrate to ext3" bits and instead use fsystem.migrateto; also make the text a little bit more generic
* Add efi to the ignoreable filesystem list.Peter Jones2008-03-141-1/+1
|
* Fix traceback with text mode adding iscsi (#436480)Jeremy Katz2008-03-071-1/+2
|
* Clean up root password user interfaces.David Cantrell2008-02-201-48/+50
| | | | | | | Clean up the code for the iw and textw root password entry interfaces. Move functions outside of the classes to inside the class, clean up formatting, turn gtk interface in to a glade file, remove unused code and variables.
* Fix another text mode network config traceback (#433475).Chris Lumens2008-02-191-1/+1
|
* Remove more references to ARC (#433229).Chris Lumens2008-02-181-1/+1
|
* Use the correct variables to get the ipv6 info. (#432035)Joel Andres Granados2008-02-111-3/+3
|
* In rescue mode, show interface configuration (#429953)David Cantrell2008-02-081-26/+35
| | | | | | | | On the first run of the chooseNetworkInterface() function in rescue mode, all network interfaces are shown as UNCONFIGURED regardless of their current configuration. This also affects text mode installations in the post-install configuration steps.
* Force users to set a hostname (#408921)David Cantrell2008-02-011-12/+2
| | | | | | | Setting a static hostname will prevent desktop weirdness and application hangs if the system is ever disconnected from the network. This change sets the default hostname option to manual entry.
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-2/+2
| | | | This reverts commit 062a1e5ebbf6dab03524a125c1ce34d3cea43fcb.
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-2/+2
| | | | | | | | This patch adds support for a new network bootproto. The point of this is to work around our basic assumption that no network line in the kickstart file means you get dhcp. Some environments may want the assumption that no network line means you get prompted for network configuration. That's what this patch adds.
* Why do we still have this crud?Chris Lumens2008-01-112-6/+3
|
* Make default match GUI.Chris Lumens2008-01-071-1/+1
|
* Validation of root password with cracklibHARA Hiroshi2007-12-171-1/+13
| | | | | | | | | | | | | | | Current anaconda validates only length of root password. but passwd command validates more things for password like the following... ------------------------------------------- Changing password for user root. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: ------------------------------------------- so I added the validation of root password to anaconda using cracklib same as passwd.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-175-7/+7
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-1719-117/+242
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Fix text mode to be able to autopartition (#409301)Jeremy Katz2007-12-101-1/+2
|
* Remove confirmation screenJeremy Katz2007-12-051-74/+0
|
* With moving partitioning, we should do a confirmation before we write thingsJeremy Katz2007-11-291-3/+0
| | | | | out to disk so do that check in partitioningComplete(). Therefore remove the queryAutoPartOK() which is superfluous
* Don't translate unnecessary stuff.Joel Andres Granados2007-11-161-6/+6
|
* no more partitioning.pyJeremy Katz2007-11-061-1/+0
|
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-1/+0
|
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-3/+20
| | | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Sync up with text mode version * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow._ideToLibata): Improve check so that it doesn't see F7 -> F8 updates as needing a new config
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-0/+6
| | | | | | | | * textw/upgrade_text.py (UpgradeExamineWindow.__call__): Default to upgrade if we should * instdata.py (InstallData.reset): Allow 'doupgrade' on the command line to default to doing an upgrade
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-1/+4
| | | | | | | * textw/keyboard_text.py (KeyboardWindow.__call__): Be more tolerant of bad keyboard being specified * lang-table: Fix traceback for Romanian (#292091)
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-192-1/+4
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-198-11/+0
| | | | it.
* Fix converting UI selections into which drives should be used for partitioningChris Lumens2007-08-071-1/+1
| | | | (#247997, #251150).
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-68/+22
|
* * textw/network_text.py: Remove extra popWindow().David Cantrell2007-07-261-1/+0
|
* Don't traceback on blank lines in modprobe.conf (#241991).Chris Lumens2007-06-011-4/+6
|
* * textw/network_text.py (NetworkDeviceWindow): Make sure the extraDavid Cantrell2007-05-291-0/+4
| | | | | windows are removed when they need to be (patch from notting AT redhat DOT com, #241556).
* 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.
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-1/+4
| | | | | * textw/partition_text.py (PartitionTypeWindow.__call__): Don't traceback if there aren't disks (#238695)
* 2007-04-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-201-1/+7
| | | | | | * textw/upgrade_bootloader_text.py: Clear up the text for the upgrade case where the bootloader can't be updated. * iw/upgrade_bootloader_gui.py: Likewise.
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-10/+38
| | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Ensure that we've actually switched to using libata for something * textw/upgrade_bootloader_text.py: And do the checks in text-mode too.
* More intelligently assign RAID minor numbers in the text interface.Chris Lumens2007-04-111-9/+24
|
* * textw/partition_text.py (PartitionTypeWindow): Modify device listDavid Cantrell2007-04-031-9/+13
| | | | to provide size and model information like we do in iw mode.
* Remove extra screen.popWindow().David Cantrell2007-03-271-1/+0
|
* * textw/network_text.py: Do not call screen.popWindow() if we getDavid Cantrell2007-03-271-2/+8
| | | | | INSTALL_OK or INSTALL_BACK from chooseNetworkDevice() as that causes the next window to not be displayed.