summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle --ignoremissing in _applyYumSelections (#859021).Chris Lumens2012-09-254-61/+26
* Fix the destination path for anaconda.xlog (#860041).Chris Lumens2012-09-241-1/+1
* Hide the ISO install source if you've nuked all possible drives (#858088).Chris Lumens2012-09-241-2/+5
* Don't write out /etc/sysconfig/clock anymore (#859217).Chris Lumens2012-09-242-10/+0
* Index the exn mapping by string, not by object.Chris Lumens2012-09-241-21/+17
* Don't write HOSTNAME=HOSTNAME=myhostnamehere (#859141).Chris Lumens2012-09-241-2/+0
* Close temp file before moving it (#858681)Vratislav Podzimek2012-09-211-3/+3
* Update widget-specific TODO list.Chris Lumens2012-09-201-4/+1
* Don't use grey for the status text of a SpokeSelector (#855638).Chris Lumens2012-09-201-2/+15
* Fix a typo in makeupdates.Chris Lumens2012-09-201-1/+1
* UEFI paths must include a leading backslash on some machines. (#856938)Peter Jones2012-09-191-1/+1
* Read cmdline files from /run/installJesse Keating2012-09-191-2/+2
* Copy command line files prior to pivotJesse Keating2012-09-193-0/+7
* Grab the proxy username from the correct text entry (#858536).Chris Lumens2012-09-191-1/+1
* Remove our use of scsi_wait_scan (#858393).Chris Lumens2012-09-191-5/+0
* Don't overwrite the opts attribute on NFS installs (#858700).Chris Lumens2012-09-191-2/+2
* Change the keyboard shortcut for the updates checkbox.Chris Lumens2012-09-181-1/+1
* Add the storage category to POTFILES.in.Chris Lumens2012-09-181-0/+1
* Don't explicitly start the progress spinner in python code.Chris Lumens2012-09-181-3/+0
* Move the progress bar back down to the bottom of the progress hub.Chris Lumens2012-09-181-1/+0
* Remove a bunch of stuff from the TODO list for a change.Chris Lumens2012-09-171-8/+0
* Move check of new partition size against format limits.David Lehman2012-09-171-14/+15
* Improve growth check when deciding where to allocate new partitions.David Lehman2012-09-171-5/+31
* Keep btrfs selectors' sizes in sync as volume size changes.David Lehman2012-09-171-1/+17
* Allow specification of a label for new swap space via custom ui.David Lehman2012-09-171-1/+2
* Don't allow stage2 as stage1 unless specified via location.David Lehman2012-09-171-1/+2
* Remove reference to PartitioningWarning, which was removed last week (#875931).Chris Lumens2012-09-171-9/+0
* Add a way to test exception handlingVratislav Podzimek2012-09-173-3/+39
* Fix dumpState to work with the new python-meh (#856235)Vratislav Podzimek2012-09-171-9/+8
* New version.Chris Lumens2012-09-143-127/+341
* Make sure the InstallOptionsNDialogs get the correct space labels.Chris Lumens2012-09-141-3/+0
* Get rid of the big pause going from the storage spoke back to the hub.Chris Lumens2012-09-141-10/+10
* Don't fail when making updates if the symlink already exists.Chris Lumens2012-09-141-1/+1
* Make sure to set the default TZ in ksdata so the completed method works.Chris Lumens2012-09-141-2/+5
* Allow creation of biosboot and prepboot partitions in the custom spoke.David Lehman2012-09-133-9/+21
* Hide removable disks containing install media from the custom spoke.David Lehman2012-09-131-0/+6
* Make the minimum size for custom spoke partitions 1MB.David Lehman2012-09-131-0/+4
* The return value of execWithRedirect is an integer.David Lehman2012-09-131-2/+2
* Only include following free space in partitions' max size.David Lehman2012-09-131-6/+14
* Handle btrfs volumes with a dataLevel of None.David Lehman2012-09-131-2/+2
* Handle newDevice partitions smaller than the default of 500MB. (#853125)David Lehman2012-09-131-11/+6
* Add underlines to the expander and encryption checkbox in custom partitioning.Chris Lumens2012-09-131-32/+5
* Remember to mark an environment as selected in the store.Chris Lumens2012-09-131-0/+2
* Rename the addon/environment store columns to make sense.Chris Lumens2012-09-131-6/+6
* Use slightly less confusing labels for the various back buttons.Chris Lumens2012-09-132-1/+2
* Add a property to SpokeWindow for setting the single button's label.Chris Lumens2012-09-131-5/+55
* Rename the SpokeWindow's back button to just button.Chris Lumens2012-09-1312-37/+41
* Use the blocking read to avoid busy wait in TUI progressMartin Sivak2012-09-131-5/+1
* Make progress hub spokes possible and move the root password thereMartin Sivak2012-09-138-59/+253
* Don't let user hit Add button if no new layouts are selectedVratislav Podzimek2012-09-132-0/+11