summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Show unknown partitions as "Unknown" in partition editor.David Cantrell2009-06-021-2/+2
* Create and use unique ids for Device instances. (#500808)David Lehman2009-05-281-1/+1
* Trim "mapper/" off device names in the bootloader UI (#501057).Chris Lumens2009-05-191-4/+3
* Make the weak password dialog comply with the HIG (#487435).Chris Lumens2009-05-191-5/+3
* Don't schedule a format resize if reformat scheduled. (#500991)David Lehman2009-05-152-2/+3
* Correct handling of formats on encrypted preexisting LVs. (#499828)David Lehman2009-05-141-24/+31
* Catch IOError when enabling repos (#500439).Chris Lumens2009-05-131-2/+2
* Set new mountpoint correctly for existing encrypted LVs. (#496363)David Lehman2009-05-081-1/+1
* Remove 'lowres' option.Adam Jackson2009-05-081-3/+0
* Don't traceback when a freespace partition is present (#499662).Chris Lumens2009-05-071-2/+15
* Fix calculation of smallest PV's size in the lvm dialog. (#493753)David Lehman2009-05-071-2/+2
* Use storage objects throughout the partition editing UI code (#491806, #496002).Chris Lumens2009-05-061-17/+16
* Enter in hostname entry field advances to next screen (#494135)David Cantrell2009-05-061-1/+4
* Forward port various iscsi fixes from 5.4 iscsi workHans de Goede2009-05-061-9/+0
* Support LVM PE sizes > 128MB (#497733)Cristian Ciupitu2009-05-051-2/+3
* getDependentDevices is in devicetree, not storage (#499144).Chris Lumens2009-05-051-1/+1
* Fix display of paths for device-mapper device in bootloader widget.David Lehman2009-05-041-1/+3
* Allow editing of the hdiso source partition so it can be mounted (#498591).Chris Lumens2009-05-011-1/+1
* Fix traceback in second editing of existing raid dev (#497234).Radek Vykydal2009-04-302-4/+4
* Allow existing LVs with filesystems to be resized (#490913)David Cantrell2009-04-291-3/+2
* If the LV has no child, don't attempt to grab its format (#497239).Chris Lumens2009-04-241-1/+4
* Allow setting a mountpoint w/o formatting an encrypted partition. (#495417)David Lehman2009-04-241-5/+3
* Remove encryption from preexisting device if "Encrypt" is deactivated.David Lehman2009-04-241-1/+21
* Fix indentation of preexisting partition handling block.David Lehman2009-04-241-35/+35
* When making a RAID device, require that some members be selected (#491932).Chris Lumens2009-04-231-0/+5
* Fix preservation of format attrs for preexisting luks partitions.David Lehman2009-04-211-13/+12
* Fix member preselection in raid UI.Radek Vykydal2009-04-171-5/+6
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-171-9/+8
* Use size instead of currentSize when comparing lv sizesHans de Goede2009-04-161-1/+1
* Fix changing size of newly created partitionsHans de Goede2009-04-151-0/+1
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-151-1/+1
* Check to see if formatcb is None.Joel Granados Moreno2009-04-151-2/+7
* We don't always have a formatcb either (#495665).Chris Lumens2009-04-141-1/+2
* The entry is named lvsizeentry now.Joel Granados Moreno2009-04-141-1/+1
* Handle format combo box not existing (#495288)David Cantrell2009-04-131-1/+1
* A volume group device has a "peSize" attribute (not "pesize").David Lehman2009-04-131-1/+1
* Remove uncommitted new lv from dict on cancel.David Lehman2009-04-131-0/+2
* Use the correct value when setting new extent size. (#493753)David Lehman2009-04-131-1/+1
* Clean up the code in editLogicalVolume function.Joel Granados Moreno2009-04-101-78/+137
* Aesthetic changes to "editLogicalVolume" function.Joel Granados Moreno2009-04-101-76/+74
* Fix display of format type for devices.anaconda-11.5.0.42-1David Lehman2009-04-093-4/+4
* partedUtils doesn't exist anymoreJeremy Katz2009-04-081-1/+0
* Use getDeviceNodeName() instead of basename of device node.Hans de Goede2009-04-081-1/+2
* Raise message, not exception when size set in LV dialog is too big.Radek Vykydal2009-04-071-1/+13
* Remove some old, unused code that also uses biosGeometry.Chris Lumens2009-04-061-14/+4
* For very small disks, don't try to display a stripe in the graph (#480484).Chris Lumens2009-04-061-0/+6
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-062-4/+2
* Present the correct max lv size in the dialog.David Lehman2009-04-021-1/+1
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-022-3/+2
* Fix format check box for pre-existing partitions (#491675)David Cantrell2009-04-022-59/+105