summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock when trying to add a keyboard layout (#862612).Chris Lumens2012-10-051-4/+10
* Remove empty extended partitions after removing a logical partition.David Lehman2012-10-051-0/+4
* Update autopart/custom setting before moving to reclaim dialog. (#863225)David Lehman2012-10-051-1/+3
* Don't show extended partitions that contain logical partitions. (#862971)David Lehman2012-10-051-0/+3
* Hook up the "Modify Software Selection" button on install opts dialogs.Chris Lumens2012-10-052-4/+43
* More TODO list updates.Chris Lumens2012-10-051-0/+9
* Add a label to the resize dialog for how much space is required.Chris Lumens2012-10-053-6/+20
* Add a column to the disk shopping cart for setting the boot device (#860430).Chris Lumens2012-10-052-37/+127
* Rework the disk shopping cart link a little bit.Chris Lumens2012-10-052-51/+49
* Do not use constant value in SoftwareSpoke's completed propertyVratislav Podzimek2012-10-051-2/+2
* Pull in existing swaps and bootloader devices whenever there are mounts.David Lehman2012-10-041-1/+1
* Add an apply button to the device/mountpoint configuration options.David Lehman2012-10-042-8/+49
* Don't base StorageSpoke.ready on storage execute thread presence. (#861574)David Lehman2012-10-041-3/+8
* Fix error handling in the add mountpoint dialog. (#860992)David Lehman2012-10-041-0/+2
* Make the URL entry sensitive for NFS installs, too (#863014).Chris Lumens2012-10-041-2/+3
* Reference correct UI button name (#862409)Jesse Keating2012-10-031-1/+1
* Don't echo vnc password to the screen (#862593)Jesse Keating2012-10-031-2/+3
* doAutoPartition should raise errors instead of handle them.Chris Lumens2012-10-031-0/+1
* In the install options dialogs, call out how much space is on selected disks.Chris Lumens2012-10-032-8/+79
* In order to display the resize prompt dialog, we need to compare Sizes to Sizes.Chris Lumens2012-10-031-1/+3
* Default to CLEARPART_TYPE_NONE (#855976).Chris Lumens2012-10-031-7/+2
* Hook up the new resize dialog.Chris Lumens2012-10-031-2/+9
* Add a resize dialog.Chris Lumens2012-10-032-0/+489
* Use gdk_threaded() when running AddLayout dialogVratislav Podzimek2012-10-021-3/+4
* Fix logic error in vnc password length checkJesse Keating2012-10-011-1/+1
* Allow vncpassword spoke text to be configurableJesse Keating2012-10-011-3/+7
* Make Keboard and Welcome spokes runtime-system friendlyVratislav Podzimek2012-09-283-8/+31
* Make DateTime spoke runtime-system friendlyVratislav Podzimek2012-09-281-13/+41
* Add standalone spoke to prompt for VNCJesse Keating2012-09-271-0/+135
* Fail on incomplete ksdata when in cmdline modeJesse Keating2012-09-271-0/+3
* Disks with new disklabels don't count as new devices in custom.David Lehman2012-09-261-1/+2
* Fix thread synchronization issue going from storage to custom. (#860495)David Lehman2012-09-261-0/+9
* Improve management of mountpoint selectors in the custom spoke.David Lehman2012-09-262-69/+191
* Improve handling of existing devices when refreshing the custom spoke.David Lehman2012-09-261-8/+16
* Apply custom changes not involving actions to the main devicetree.David Lehman2012-09-261-0/+16
* Add a mountpoint entry to the device options area.David Lehman2012-09-262-32/+123
* Move mountpoint validation out of the add mountpoint dialog.David Lehman2012-09-261-45/+50
* Only run the storage sanity check if we've run autopart.David Lehman2012-09-261-1/+3
* Close AddLayout dialog on double-clickVratislav Podzimek2012-09-262-1/+14
* Remove useless handler of Cancel button (AddLayout dialog)Vratislav Podzimek2012-09-262-4/+0
* Don't rely on having some month and year selected (#859185)Vratislav Podzimek2012-09-261-2/+16
* Handle automated installsJesse Keating2012-09-251-0/+28
* Handle errors from text storage executeJesse Keating2012-09-251-11/+18
* Fix ready and completed properties for text storageJesse Keating2012-09-251-7/+10
* Use ksdata to determine text password completenessJesse Keating2012-09-251-4/+7
* Select a default environment (#858180).Chris Lumens2012-09-251-1/+12
* Add a progress message for quitting the installer.Chris Lumens2012-09-251-0/+3
* GUI error handling dialogs need to be protected from threading deadlocks.Chris Lumens2012-09-251-19/+21
* Hide the ISO install source if you've nuked all possible drives (#858088).Chris Lumens2012-09-241-2/+5
* Grab the proxy username from the correct text entry (#858536).Chris Lumens2012-09-191-1/+1