summaryrefslogtreecommitdiffstats
path: root/iw/lvm_dialog_gui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* fix for bug #82858Mike Fulbright2003-02-181-0/+5
|
* fix for bug #79454 - a tad messy but this way I dont duplicate code elsewhereMike Fulbright2003-01-311-2/+13
|
* oops no divide by zero - fixes 72194Mike Fulbright2002-08-221-2/+14
|
* fix some problems in extremes with logical volumes, plus other misc LVM fixupsMike Fulbright2002-08-161-13/+46
|
* fix for bug #69179Mike Fulbright2002-07-241-4/+4
|
* another typoBill Nottingham2002-07-181-1/+1
|
* add period (#69122)Bill Nottingham2002-07-181-1/+1
|
* (carefully) add device/whatever we're editting to title barMike Fulbright2002-07-151-3/+9
|
* docs changesMike Fulbright2002-07-121-2/+2
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-2/+2
|
* Added mnemoics.Mike Fulbright2002-07-081-15/+30
|
* make title sensitive to if object is new or oldMike Fulbright2002-06-281-2/+12
|
* fixups based on pycheckeranaconda-7.3.92-1Mike Fulbright2002-06-271-1/+2
|
* added the correct icon to dialogsMike Fulbright2002-06-271-20/+25
|
* exclude nonsensical options for reformating a preexisting LVMike Fulbright2002-06-251-1/+2
|
* support for formatting/migrating preexisting LVM in GUIMike Fulbright2002-06-251-10/+49
|
* add keyaccelMike Fulbright2002-06-191-3/+3
|
* fixup label alignmentsMike Fulbright2002-06-191-25/+12
|
* dont make /boot an option for logical volumesMike Fulbright2002-06-171-1/+1
|
* make things work with new pygtk2Jeremy Katz2002-06-171-6/+1
|
* typo, bug #66648Mike Fulbright2002-06-121-1/+1
|
* default to all of free space in VGMike Fulbright2002-06-121-1/+1
|
* mark string for translation and fix bug #66574Mike Fulbright2002-06-121-2/+13
|
* tighten up packingMike Fulbright2002-06-121-15/+17
|
* preexisting lvm handlingJeremy Katz2002-06-121-70/+97
|
* removing unused codeMike Fulbright2002-06-121-29/+0
|
* see if any LV slots availableMike Fulbright2002-06-121-0/+9
|
* lots of tweaks to LVM - added suggested names for LV and VG, added helper ↵Mike Fulbright2002-06-121-19/+43
| | | | function to get free/used/total space in VG
* ok better handling of sanity checkingMike Fulbright2002-06-111-18/+21
|
* lots of LVM sanity checkingMike Fulbright2002-06-111-78/+246
|
* fix display of preexisting logvol, add some reclamping to existing logical ↵Mike Fulbright2002-06-111-0/+86
| | | | volumes if we make PE bigger
* loads of changes to LVM code to handle physical extents, sanity checks, etcMike Fulbright2002-06-101-31/+174
|
* broke out ALOT of code from partition_gui.py into separate objects. Its ↵Mike Fulbright2002-06-041-0/+548
still not great but a start.