Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for #78460 | Matt Wilson | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | port to parted 1.6.x | Matt Wilson | 2002-11-01 | 1 | -3/+3 |
| | |||||
* | be more picky about what we allow as a volume or logical volume name | Mike Fulbright | 2002-08-01 | 1 | -7/+12 |
| | |||||
* | fixes for bug 68470 | Mike Fulbright | 2002-07-23 | 1 | -10/+12 |
| | |||||
* | fix typo (#68830) | Bill Nottingham | 2002-07-15 | 1 | -1/+1 |
| | |||||
* | Fix crash on certain partition tables because previous delete entire disk ↵ | Mike Fulbright | 2002-07-02 | 1 | -6/+32 |
| | | | | algorithm tried to delete FREESPACE and METADATA type partitions, as well as logical partitions after we'd deleted the extended partition it was in | ||||
* | added the correct icon to dialogs | Mike Fulbright | 2002-06-27 | 1 | -17/+24 |
| | |||||
* | make mode to be quiet | Mike Fulbright | 2002-06-27 | 1 | -9/+11 |
| | |||||
* | Start of RAID clone tool | Mike Fulbright | 2002-06-27 | 1 | -8/+56 |
| | |||||
* | partially address bug 67280 | Mike Fulbright | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | make error messages on trying to act on members of a VG or RAID device more ↵ | Mike Fulbright | 2002-06-25 | 1 | -4/+14 |
| | | | | meaningful | ||||
* | Fix support for Volume Group deletion confirmation | Mike Fulbright | 2002-06-23 | 1 | -17/+20 |
| | |||||
* | add keyaccel | Mike Fulbright | 2002-06-19 | 1 | -2/+2 |
| | |||||
* | add delete confirmation for logical volumes | Mike Fulbright | 2002-06-12 | 1 | -7/+3 |
| | |||||
* | these were broken | Jeremy Katz | 2002-06-12 | 1 | -2/+3 |
| | |||||
* | tweak message about doing actions on LVs from treeview | Mike Fulbright | 2002-06-12 | 1 | -1/+3 |
| | |||||
* | strengthen warning when you are deleteing a volume group | Mike Fulbright | 2002-06-12 | 1 | -1/+4 |
| | |||||
* | make preexisting format warning handle everything other than partitions properly | Jeremy Katz | 2002-06-11 | 1 | -5/+16 |
| | |||||
* | now we properly remove lvs when you delete the lvs when you remove a vg | Jeremy Katz | 2002-06-11 | 1 | -3/+5 |
| | |||||
* | use the right object names | Jeremy Katz | 2002-06-11 | 1 | -2/+2 |
| | |||||
* | change slightly so tui and gui frontends can share concept of custom ↵ | Mike Fulbright | 2002-06-10 | 1 | -2/+2 |
| | | | | buttons, related to bug #66353 | ||||
* | add support for creating other types of deletes | Jeremy Katz | 2002-06-07 | 1 | -10/+19 |
| | |||||
* | Cleanup error messages in generic handling code, make sure you dont munge ↵ | Mike Fulbright | 2002-06-04 | 1 | -32/+39 |
| | | | | members of raid or lvm interactively, and misc cleanups | ||||
* | fix dialogs up some | Mike Fulbright | 2002-06-04 | 1 | -21/+22 |
| | |||||
* | remove unused code, try fixing dialog to meet style guide | Mike Fulbright | 2002-05-31 | 1 | -15/+10 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | our own translate.py | ||||
* | partitioning bits merged into their new, improved, moved locations | Jeremy Katz | 2002-04-19 | 1 | -2/+2 |
| | |||||
* | add a space (#60302) | Jeremy Katz | 2002-02-25 | 1 | -1/+1 |
| | |||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -9/+63 |
| | | | | methods of request classes or the Partitions class | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -12/+11 |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | ||||
* | all of the silly interface helpers get their own file now | Jeremy Katz | 2002-02-12 | 1 | -0/+357 |