summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/mapper/live-osimg-min instead of the old device node name (#526789).Chris Lumens2009-10-291-1/+1
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-263-4/+3
* Fix task selection when tasks contain the same group. (#528193)Bill Nottingham2009-10-131-9/+6
* Handle Installation Repo (base repo) as any other in repo edit UI.Radek Vykydal2009-10-131-35/+27
* Fix methodstr editing dialog.Radek Vykydal2009-10-131-2/+7
* Store methodstr url of repo (#502208, #526022).Radek Vykydal2009-10-131-11/+14
* Show user of which repository he edits the url (methodstr editing).Radek Vykydal2009-10-131-2/+1
* Don't traceback with malformed repo= nfs: parameter.Radek Vykydal2009-10-131-4/+7
* Fix parsing of optional portnr in iscsi target IP (#525118)Hans de Goede2009-10-101-2/+9
* Reset PartitionDevice attributes after failed edit. (#498026)David Lehman2009-10-091-2/+13
* Fix cut/paste error in commit 299519d4a0693330ff6a50f3111d61feefabb0da.David Lehman2009-10-091-3/+4
* Consider encryption when checking for duplicate mountpoint. (#526697)David Lehman2009-10-093-3/+12
* Set related ayum attributes if media is found when editing methodstr (#515441).Radek Vykydal2009-10-071-0/+4
* Don't warn /usr should be formatted when "Format as:" is already selectedHans de Goede2009-10-061-1/+1
* Use temporary repo id for edited object to prevent Duplicate Repo error (#524...Radek Vykydal2009-09-291-1/+4
* Do not delete repo twice or when it had not been added actually (#524599).Radek Vykydal2009-09-291-2/+0
* Disable repo before deleting it (#524599).Radek Vykydal2009-09-291-0/+3
* Log more, repo editing UI.Radek Vykydal2009-09-291-1/+3
* Make _enableRepo a little more readable.Radek Vykydal2009-09-291-3/+3
* Make sure user-selected mountpoint is not already in use. (#524584)David Lehman2009-09-223-4/+42
* Take into account snapshots and mirrored volumes in lvm dialogs.David Lehman2009-09-211-20/+27
* Handle Esc keypress in (some more) dialogs as Cancel - (#520110).Radek Vykydal2009-09-216-8/+8
* Do not show Unknown as filesystem type for free space.David Cantrell2009-09-171-0/+1
* Use new icons in anaconda so we don't look so dated (#515601).Chris Lumens2009-09-151-1/+1
* Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.David Lehman2009-09-152-2/+2
* Handle Esc keypress in dialogs as Cancel (#520110).Radek Vykydal2009-09-154-9/+9
* Don't use baseurl containing space in yum repo object (#516042).Radek Vykydal2009-09-151-1/+1
* Fix setting of "Add repository" dialog title.Radek Vykydal2009-09-141-4/+2
* Update state and name of repository in list after editing.Radek Vykydal2009-09-141-0/+2
* The zonetab module has moved (#521986).Chris Lumens2009-09-091-1/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-033-6/+4
* Fix traceback when editing a pre-existing logical volumeHans de Goede2009-09-021-3/+4
* Simplify language.py to two basic settings, and a lot of support (#517569).Chris Lumens2009-09-021-5/+5
* Remove a bunch of unnecessary semicolonsHans de Goede2009-09-011-2/+2
* Fix handling of locked preexisting LUKS devices. (#502310)David Lehman2009-08-283-4/+12
* Fix up handling of preexisting partitions.David Lehman2009-08-282-11/+0
* Pick up mountpoint set for protected partitions. (#498591)David Lehman2009-08-281-0/+3
* Prevent resizes that would go past the end of the disk (#495520)David Cantrell2009-08-261-5/+9
* When bringing up network in UI, update only ifcfg file of selected device (#5...Radek Vykydal2009-08-261-2/+2
* Update Optional packages button via popup menu too (#515912).Radek Vykydal2009-08-261-2/+2
* Fix focus grabbing on both the password and hostname screens.Chris Lumens2009-08-203-9/+8
* Use disk.description instead of trying to access parted attrs. (#518212)David Lehman2009-08-191-1/+1
* Fix a stupid typo in the logging.Chris Lumens2009-08-191-1/+1
* If modifying a repo fails, do not delete it (#516053).Chris Lumens2009-08-191-15/+17
* If repo setup fails, also make sure to delete it from yum.Chris Lumens2009-08-191-7/+4
* Allow configuring additional NFS repositories, not just the base.Chris Lumens2009-08-191-1/+18
* Consolidate "base repo" setup into an extra function.Chris Lumens2009-08-191-19/+18
* Don't traceback if Delete button is hit when no device is selected.David Lehman2009-08-171-0/+2
* Change all disklabel manipulations to use the DiskLabel format class.David Lehman2009-08-171-5/+3
* Use the new GTK Tooltip API (#517389).Chris Lumens2009-08-171-4/+1