summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Add a description to DiskDevice, and use it in the UI.Peter Jones2009-08-062-2/+2
* Make upgradeany boot option work again (#513227)Radek Vykydal2009-07-301-1/+2
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-3/+3
* Change DeviceTree.devices from a dict to a list.David Lehman2009-07-211-1/+1
* Fix selection of alternative iface in UI after fail (#507084).Radek Vykydal2009-07-201-2/+6
* Edit user-visible dialogs for style.Peter Jones2009-07-131-3/+3
* Initial FCoE supportHans de Goede2009-07-021-1/+83
* Set focus on hostname entry in network UI screen (#494135)Radek Vykydal2009-07-021-1/+4
* Fix upgrade selected in UI after storage reset (#503302)Radek Vykydal2009-07-021-0/+6
* Update code that checks for devices that contain install media.David Lehman2009-07-011-1/+1
* Tell booty to rescan for bootable drivers when an extra disks get addedHans de Goede2009-06-181-0/+1
* Convert iw/ to Makefile.amDavid Cantrell2009-06-092-33/+23
* Show MAC address of network device in combo box (#504216)David Cantrell2009-06-091-3/+3
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-052-1/+9
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-032-15/+24
* 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