gparted/src
Mike Fleetwood 590f1377f9 Add fallback implementation to new delete LVM2 PV warning dialog (#670171)
The new delete non-empty LVM2 Physical Volume warning dialog uses
Gtk::MessageDialog::get_message_area() in the display of Volume Group
members.  This function was new in gtkmm 2.22, released September 2010,
which is not available in a number of current distributions including:
Unbuntu 10.04 LTS, RHEL 6.3, SLES 11-SP2, Debian 6.0.

Implement fallback method to display the VG name and member PVs in the
warning dialog for when get_message_area() is not available.

Bug #670171 - Add LVM PV read-write support
2012-08-30 13:47:45 -06:00
..
.cvsignore
DMRaid.cc Fix ignoring return value compiler warnings 2011-07-18 13:31:54 -06:00
Device.cc Add sector size to device display pane 2010-02-20 15:12:26 -07:00
DialogFeatures.cc Show LVM2 PVs as supported, read-only (#160787) 2012-02-02 10:24:31 -07:00
DialogManageFlags.cc
Dialog_Base_Partition.cc Prevent crash from pressing Esc in dialogs with number entry (#682658) 2012-08-30 13:14:04 -06:00
Dialog_Disklabel.cc Bug #634090: Change some attributes to local variables 2011-07-18 13:28:49 -06:00
Dialog_Partition_Copy.cc Include intrinsic unallocated space for resizing purposes (#499202) 2012-06-18 10:24:29 -06:00
Dialog_Partition_Info.cc Add LVM2 VG member details to the Information dialog (#670171) 2012-08-30 13:47:45 -06:00
Dialog_Partition_Label.cc Bug #634090: Change some attributes to local variables 2011-07-18 13:28:49 -06:00
Dialog_Partition_New.cc Add creation of LVM2 PVs (#670171) 2012-08-30 13:47:45 -06:00
Dialog_Partition_Resize_Move.cc Don't show intrinsic unallocated space (#499202) 2012-06-18 12:41:59 -06:00
Dialog_Progress.cc Reduce graphic processing requirement for pulse bar 2012-01-11 13:13:43 -07:00
Dialog_Rescue_Data.cc Fix failure creating read-only view of rescued file systems (#680740) 2012-07-31 10:34:14 -06:00
DrawingAreaVisualDisk.cc Simplify calc_usage_triple() interface and rename 2012-06-26 14:13:31 -06:00
FS_Info.cc Fix long scan problem when BIOS floppy setting incorrect 2012-01-06 10:31:14 -07:00
FileSystem.cc Use custom text functions for mount/unmount and swapon/swapoff texts 2012-02-10 10:33:12 -07:00
Frame_Resizer_Base.cc Bug #539092: Deletion of unnecessary null pointer checks 2010-10-06 12:24:51 -06:00
Frame_Resizer_Extended.cc Limit graphic movement according to required boot record space 2010-05-25 16:26:08 -06:00
GParted_Core.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
HBoxOperations.cc added popupmenu to operationslist and did some (higrelated) cleanups 2006-09-17 13:23:47 +00:00
LVM2_PV_Info.cc Add LVM2 VG member details to the Information dialog (#670171) 2012-08-30 13:47:45 -06:00
Makefile.am Enable new fs resize library available with parted-3.1 (#668281) 2012-03-03 11:55:20 -07:00
Operation.cc Fix off by 1 sector math when looking for unallocated space 2010-05-27 10:59:12 -06:00
OperationChangeUUID.cc Restructure and word-smith UUID translatable text 2012-02-10 10:33:13 -07:00
OperationCheck.cc Fixed incorrect spelling of filesystem and mountpoint 2008-11-18 23:58:17 +00:00
OperationCopy.cc Replace default sector size with appropriate sector size 2010-04-26 11:52:33 -06:00
OperationCreate.cc Rename get_length method to get_sector_length 2010-04-28 09:11:44 -06:00
OperationDelete.cc Rename get_length method to get_sector_length 2010-04-28 09:11:44 -06:00
OperationDetail.cc Fix uninitialised read in OperationDetail::set_status() 2012-01-04 14:07:08 -07:00
OperationFormat.cc renamed some enums 2006-07-29 15:20:32 +00:00
OperationLabelPartition.cc gparted-0.3.6 - code recreation from Source Forge 2008-04-07 19:41:18 +00:00
OperationResizeMove.cc Rename get_length method to get_sector_length 2010-04-28 09:11:44 -06:00
Partition.cc Restore original logic regarding negative values in get_usage_triple() 2012-06-30 10:37:13 -06:00
Proc_Partitions_Info.cc Refactor device parsing logic into Proc_Partitions_Info class 2010-12-07 16:01:54 -07:00
SWRaid.cc Fix detection of multiple SW RAID (md) devices (#668486) 2012-01-23 13:12:48 -07:00
TreeView_Detail.cc Don't show intrinsic unallocated space (#499202) 2012-06-18 12:41:59 -06:00
Utils.cc Create helper functions to check for minimum kernel version 2012-02-10 11:20:47 -07:00
Win_GParted.cc Add fallback implementation to new delete LVM2 PV warning dialog (#670171) 2012-08-30 13:47:45 -06:00
btrfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
exfat.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
ext2.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
ext3.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
ext4.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
fat16.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
fat32.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
hfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
hfsplus.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
jfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
linux_swap.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
lvm2_pv.cc Implement LVM2 PV remove() method (#670171) 2012-08-30 13:47:45 -06:00
main.cc Display pop up dialog on libparted exceptions 2012-01-08 13:03:20 -07:00
nilfs2.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
ntfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
reiser4.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
reiserfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
ufs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00
xfs.cc Add file system specific remove() methods (#670171) 2012-08-30 13:47:45 -06:00