summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* Fix the upgrade button traceback (#374891).Chris Lumens2008-06-191-4/+6
| | | | Patch by Tim "Taiwanese" Liim (timliim@alcatel-lucent.com).
* Bring up the network before attempting to use a repo that requires networking.Chris Lumens2008-06-181-20/+1
| | | | | | A better fix for this would include an updated repo editor with support for all these various types of repositories. But that's not ready yet, so the error handling here will have to be a little sub-standard.
* We can't use tsInfo to check for obsoletes since it's not populated yet.Chris Lumens2008-06-091-1/+4
|
* And import iutil a the end as well.Chris Lumens2008-06-061-0/+1
|
* Don't display obsoleted packages in the UI.Chris Lumens2008-06-061-0/+2
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-0428-99/+103
| | | | * po/sk.po: Typo fix.
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-10/+11
| | | | | | | | | | 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 traceback on network configuration screen (#444184)David Cantrell2008-04-251-1/+2
| | | | | Initialize the tmpvals hash correctly so we avoid tracebacks in the default case.
* Write IPv6 values to /etc/sysconfig/... correctly (#433290)David Cantrell2008-04-181-49/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Handle cases where the default gateway is an IPv6 address, which has to be written as IPV6_DEFAULTGW rather than just GATEWAY. The UI still needs work as it is possible to have a default gateway for IPv4 and IPv6 concurrently, but we are only prompting for one address. This patch also removes the duplicate anyUsingDHCP() from iw/network_gui.py and uses the one in network.py. It also adds an anyUsingStatic() function. Some functions in network.py have been changed to return True/False rather than 1/0. The network configuration screen in anaconda (not stage 1, but in stage 2) will activate the gateway and DNS entry fields now if any interface is set to have any static configuration. Previously, it would only activate if all devices were set to manual configuration for everything. In addition, you can currently leave the fields blank, which works well for situations such as IPv4 being DHCP and IPv6 being static with no IPv6 gateway. The system will get a default gateway for IPv4 using DHCP in that case.
* Use a real GtkDialog instead of some crazy hacked up dialogJeremy Katz2008-04-171-15/+26
| | | | | | Doing our own gtk.main() causes things to get "odd" from some callers, so just make this a normal GtkDialog. Also, make sure that when we pop up the dialog, the busy cursor isn't showing
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-081-0/+2
|\
| * Set the initial state of the auto-encrypt checkbutton (#441018)Jeremy Katz2008-04-081-0/+2
| |
* | Set the FS combo to efi for efi partitions.Peter Jones2008-04-081-1/+1
|/
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-086-9/+21
|\
| * Don't cause the screen to jump up and down between packages (#441160).Chris Lumens2008-04-081-1/+1
| |
| * Fix zooming and centering in the timezone screen (#439832).Chris Lumens2008-04-081-5/+15
| |
| * Set parent so that the dialog centers (#441361)Jeremy Katz2008-04-071-0/+1
| |
| * Don't show the label column (#441352)Jeremy Katz2008-04-071-1/+1
| |
| * Do string substitution after we've translated (#441053)Jeremy Katz2008-04-071-1/+1
| |
| * Set domain on glade file so translations show up (#441053)Jeremy Katz2008-04-071-1/+2
| |
* | Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-071-1/+0
|\|
| * remove debugging printBill Nottingham2008-04-071-1/+0
| |
* | Make lukscb.get_data("encrypt") always return a valid value.Peter Jones2008-04-031-0/+2
|/
* Don't allow /boot to be migrated to ext4 (#439944)Jeremy Katz2008-04-011-0/+3
|
* Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-284-30/+40
| | | | | | | | | | | | | Basic rules are the same for partitions, LVs, RAID devices: - Existing LUKS headers can only be removed if the device is being formatted. - You can create a new filesystem on the device and retain the preexisting LUKS header. - You can add a LUKS header to a non-encrypted preexisting device only if creating a new filesystem on the device. - We prompt for passphrase only for non-preexisting LUKS headers, meaning those that existed when we read the disk layout initially. We do not support adding or changing passphrases for preexisting encrypted devices.
* When dhcp is selected ensure that bootproto is set to dhcp (RPL-2301)Elliot Peele2008-03-271-0/+1
| | | | | | | If Anaconda was started without network configured the netdev object does not have a bootproto set. The patch ensures that bootproto is set for the dhcp case. In the static case the ui requires the user to enter ip information.
* Fix up autopart resizing for the multiple partitions to resize caseJeremy Katz2008-03-271-2/+4
|
* Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-261-280/+0
|
* Ensure that we take into account new reposJeremy Katz2008-03-261-0/+5
| | | | | | When we change the baseurl (etc) of the repo, yum doesn't invalidate its idea of what the urls and grabber are. So invalidate them ourselves for now
* Add support for encrypted LVs.David Lehman2008-03-261-0/+32
|
* Be a little smarter about downloading repo metadata (#437972).Chris Lumens2008-03-241-23/+16
|
* Use the repo name instead of id in the group file error message (#437972).Chris Lumens2008-03-201-1/+1
|
* Focus root password entry box (#436885).David Cantrell2008-03-181-2/+12
| | | | | | | Make sure the root password entry box has focus when we get to the password screen. Pressing Enter will take you down to the confirm box. Pressing Enter in confirm is the same as clicking Next on the screen.
* Use arch instead of the name again in package nevra.Chris Lumens2008-03-181-1/+1
|
* Filter so we don't show LVM and RAID components when adding boot entry (#437501)Jeremy Katz2008-03-171-1/+5
|
* Make migration from ext3 -> ext4 saner on upgrade (#437567)Jeremy Katz2008-03-141-8/+14
| | | | | 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-142-2/+2
|
* Don't show the epoch in package selection either (#437502).Chris Lumens2008-03-141-1/+2
|
* Focus root password entry box (#436885).David Cantrell2008-03-111-0/+3
| | | | | | | | | Make sure the root password entry box has the focus when we get to the root password screen. Remove the reference to root-password.png in the glade file to avoid libglade warnings on the console. Try to see if we can get Enter keypresses from the confirm password entry box to trigger the Next button. It's not working for me, but my keyboard is acting up with the latest kernel.
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-1/+1
|
* Pull in the bits of pirut that we use so that we don't depend on pirutJeremy Katz2008-03-022-1/+680
| | | | | | We're going to try to switch to PackageKit for the installed system and having both pirut and PackageKit installed just makes the user experience odd
* Default to RAID1 instead of RAID0 (#435579)Jeremy Katz2008-03-021-0/+2
|
* Fix traceback leaving task selection screen (#435556)Jeremy Katz2008-03-011-1/+1
|
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-2/+4
| | | | | | If we try to read the repodata during doRepoSetup and find that it's not there, allow editing the repository right away and attempt to reconfigure. These changes will be reflected in task selection later on.
* Rework the repo editor screen to be more modular.Chris Lumens2008-02-281-197/+219
|
* Remove advanced bootloader bitsJeremy Katz2008-02-223-399/+0
|
* Add support for actually changing where the boot loader gets installed as wellJeremy Katz2008-02-221-1/+111
| | | | as the BIOS drive order.
* Less text.Jeremy Katz2008-02-221-14/+2
|
* Reorder things a little, clean up spacingJeremy Katz2008-02-221-15/+12
|
* Use a tooltip instead of a long bit of text that most people don't readJeremy Katz2008-02-221-5/+5
|