summaryrefslogtreecommitdiffstats
path: root/iw/partition_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a handful of simple pychecker errors.Chris Lumens2010-02-161-1/+1
* Merge branch 'no-instdata'Chris Lumens2010-02-081-3/+3
|\
| * Move storage into the Anaconda class.Chris Lumens2010-02-041-3/+3
* | Fix partitioning help spelling (#562823).Chris Lumens2010-02-081-4/+4
* | Take advantage of default size for new partitions.David Lehman2010-02-051-7/+5
|/
* Remove MDRaidArrayDevice biosraid propertyHans de Goede2010-01-251-1/+1
* List biosraids w/ disks and don't include them w/ md arrays in partgui.David Lehman2010-01-211-5/+5
* Fixup various errors detected by pylintHans de Goede2010-01-141-2/+2
* A couple of cleanups to warnings about formatting preexisting devices.David Lehman2009-12-101-1/+1
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-091-0/+3
* Add support for whole-disk formatting.David Lehman2009-12-091-58/+61
* Use a function to add a device to the partition gui.David Lehman2009-12-091-198/+98
* An unitialized variable in iw/partition_gui.py and a typo in kickstart.pyAles Kozumplik2009-11-261-0/+1
* Reset PartitionDevice attributes after failed edit. (#498026)David Lehman2009-10-091-0/+11
* Implement the double click for free space on the bar viewJoel Granados Moreno2009-10-061-19/+71
* Pass only cCB and dcCB to the StripeGraph classes.Joel Granados Moreno2009-10-061-35/+58
* React to a double click on a "free row" in the tree view.Joel Granados Moreno2009-10-061-0/+21
* Create getCurrentDeviceParent function.Joel Granados Moreno2009-10-061-7/+14
* Make sure we don't exceed the 80 character thresholdJoel Granados Moreno2009-10-061-7/+14
* Display an LVM graph on the bar view when we click on the VG's free spaceJoel Granados Moreno2009-10-061-1/+7
* Add a free row in the LVM tree view when necessary.Joel Granados Moreno2009-10-061-0/+10
* Reorganize the tree view related to lvm.Joel Granados Moreno2009-10-061-15/+19
* Remove unneeded variableJoel Granados Moreno2009-10-061-2/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-2/+4
* Only ignore partitions <1MB that are freespace. (#526445)David Lehman2009-10-011-2/+3
* Add the create LV option.Joel Granados Moreno2009-10-011-7/+92
* Show the information message when user hits a non-bar element.Joel Granados Moreno2009-10-011-2/+9
* Control the sensitivity of the "delete" and "create" buttonsJoel Granados Moreno2009-10-011-10/+29
* Respond to double click on a VG, LV and RAID device.Joel Granados Moreno2009-10-011-2/+5
* Remove the "Hide RAID/LVM" checkbox.Joel Granados Moreno2009-10-011-60/+16
* Display a message in the bar view when user has no selected items.Joel Granados Moreno2009-10-011-8/+39
* Cosmetic changes.Joel Granados Moreno2009-10-011-44/+35
* The StripeGraph class does not need tree nor editCBJoel Granados Moreno2009-10-011-8/+11
* Restrain from outputing any digits after the decimal point.Joel Granados Moreno2009-10-011-7/+7
* Add a slice when the extended partition contains "free space"Joel Granados Moreno2009-10-011-6/+43
* Add Slice size to the bar viewJoel Granados Moreno2009-10-011-6/+9
* Select the device in the treeview when its selected in the barview.Joel Granados Moreno2009-10-011-44/+43
* Make canvas a class method.Joel Granados Moreno2009-10-011-7/+10
* Incorporate all the Graph types in the custom screen.Joel Granados Moreno2009-10-011-28/+59
* Add the Volume Group and md RAID array Graph classesJoel Granados Moreno2009-10-011-0/+88
* Make the Bar View Code generic.Joel Granados Moreno2009-10-011-215/+275
* Pass the device instead of the name to the add funciton.Joel Granados Moreno2009-10-011-3/+3
* Display the device path with a smaller font and different color.Joel Granados Moreno2009-10-011-10/+20
* Display bar view for the selected device only.Joel Granados Moreno2009-10-011-31/+44
* Fix indentation in editCBJoel Granados Moreno2009-10-011-2/+2
* Organize the creation of the custom screen into sections.Joel Granados Moreno2009-10-011-43/+49
* Use a checkmark from a PNG image instead of a string.Joel Granados Moreno2009-10-011-29/+2
* Put the size after the device name in the storage tree.Joel Granados Moreno2009-10-011-4/+2
* Add the warning message for an invalid create.Joel Granados Moreno2009-10-011-2/+7
* Reorganize the Customization screen a little.Joel Granados Moreno2009-10-011-3/+5