Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make error message useful. | Chris Lumens | 2005-09-07 | 1 | -2/+2 |
| | |||||
* | 2005-04-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-17 | 1 | -0/+5 |
| | | | | | | | | * textw/partition_text.py (AutoPartitionWindow.__call__): Check for a drive being selected (#124296) * partIntfHelpers.py (mustHaveSelectedDrive): Add UI helper for selected drives error. * iw/partition_gui.py (AutoPartitionWindow.getNext): Use helper. | ||||
* | 2004-12-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-21 | 1 | -1/+1 |
| | | | | | * partIntfHelpers.py (sanityCheckVolumeGroupName): Blacklist root as a VG name (#142785) | ||||
* | 2004-10-06 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-06 | 1 | -2/+3 |
| | | | | | | | | | * partRequests.py (RequestSpec.sanityCheckRequest): Call sanityCheckMountPoint with new option * partIntfHelpers.py (sanityCheckMountPoint): Don't allow formatting unless they specify a mountpoint on pre-existing partitions (#134865) | ||||
* | even better wording | bfox | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | clarify wording (bug #117669) | bfox | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | remove some Red Hat-isms | Bill Nottingham | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -1/+1 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | change to Modify Partition (#72671) | Jeremy Katz | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | cleanup | Mike Fulbright | 2003-07-11 | 1 | -4/+0 |
| | |||||
* | relax condition that a "." not be in the mountpoint (we probably dont catch ↵ | Mike Fulbright | 2003-07-11 | 1 | -1/+1 |
| | | | | smart pants type things like "/...." or "/." now but you are an idiot if you do that) | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+9 |
| | | | | and cleanups in here too | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -11/+0 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | oops, have to group the multiline stringsworkflow-change-base | Jeremy Katz | 2003-02-28 | 1 | -5/+5 |
| | |||||
* | have to do the substitution after the translation, not before (#85238) | Jeremy Katz | 2003-02-26 | 1 | -4/+4 |
| | |||||
* | fix for #78460 | Matt Wilson | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | port to parted 1.6.xafter-parted-1-6-changes | 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 |