summaryrefslogtreecommitdiffstats
path: root/iw/partition_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Use getDeviceNodeName() instead of basename of device node.Hans de Goede2009-04-081-1/+2
* 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-061-3/+0
* Fix some pylint warnings in iw/*.pyHans de Goede2009-03-311-9/+1
* Reference the format by type, not name.(#492596)Joel Granados Moreno2009-03-311-1/+1
* Handle system crappyness.Joel Granados Moreno2009-03-191-1/+1
* Fix getChildren call in partition UIRadek Vykydal2009-03-181-1/+1
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-161-6/+18
* editPartitionRequest -> editPartition in iw/partition_gui.py (#490384).Chris Lumens2009-03-161-3/+3
* Fix display of LV format type for encrypted LVs.David Lehman2009-03-131-1/+1
* Fix infinite loops in partition screen populate. (#490051)David Lehman2009-03-131-0/+2
* Speed up partitioning screen redraws by trimming workload where possible.David Lehman2009-03-101-40/+48
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-4/+4
* Fix check for newly encrypted partitions in main part window.David Lehman2009-03-031-1/+3
* Several fixes to main partitioning gui.David Lehman2009-03-031-16/+5
* Import lvm module to provide has_lvm.David Lehman2009-03-021-0/+1
* Import doPartitioning from storage.partitioning.David Cantrell2009-03-021-1/+2
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-24/+26
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-1/+1
* Remove a bunch of obsolete imports.David Lehman2009-02-231-6/+0
* Update UI code to use new storage module.David Lehman2009-02-231-349/+291
* It's part.active, not part.is_active().Chris Lumens2009-02-161-1/+1
* Iterate over partitions to see free space.David Cantrell2009-02-121-1/+7
* Syntax fixes for the new pyparted for parted.FileSystem.David Cantrell2009-02-121-2/+2
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-12/+5
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-121-7/+6
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-14/+14
* Syntax changes for the new pyparted.David Cantrell2009-02-121-2/+2
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-2/+2
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-3/+3
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-121-4/+2
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-121-3/+3
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-121-1/+1
* Fix a few syntax error caugh by pycheckerHans de Goede2008-12-201-1/+2
* Partition requests can be None when populating the tree. (#474284)David Lehman2008-12-031-5/+4
* Display the lock icon for encrypted RAID members. (#459123)David Lehman2008-08-191-0/+3
* - Fix formatting on disk sizes >1TBPeter Jones2008-08-061-6/+6
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-4/+5
* Don't show the label column (#441352)Jeremy Katz2008-04-071-1/+1
* Make it obvious which partitions are being formatted and encryptedJeremy Katz2007-12-311-5/+14
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-8/+14
* UI for logical volume resizingJeremy Katz2007-11-291-1/+1
* no more partitioning.pyJeremy Katz2007-11-061-1/+0
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-1/+0
* iw/partition_gui.py: Add and populate FS label column (#248436)msivak2007-08-241-0/+14
* Add a little more space between the device description and the stripe for tallChris Lumens2007-03-281-1/+1
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-1/+1
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-8/+7