gparted/src
Mike Fleetwood 32a5ace156 Rename Dialog_Base_Partition member to new_partition
The member variable was named selected_partition.  It is assigned from
Win_GParted::selected_partition_ptr (which is a pointer to a const
partition object so is never updated).  This gives connotations that it
won't be modified.

However it is updated freely as the new resultant partition object is
prepared before being returned from the dialog, most notable in the
Get_New_Partition() methods.

Therefore rename from selected_partition to new_partition.
2015-06-10 10:44:33 -06:00
..
.cvsignore added *.swp some modifications to pass 'make distcheck' minor cleanups 2005-11-25 12:59:47 +00:00
Copy_Blocks.cc Fix off by one sector error in GParted internal block copy (#742920) 2015-01-16 11:31:14 +00:00
DMRaid.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Device.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
DialogFeatures.cc Use supported_filesystem() predicate (#738471) 2014-10-30 09:55:01 -06:00
DialogManageFlags.cc Stop copying selected partition object in Manage Flags dialog (#750168) 2015-06-10 10:44:33 -06:00
Dialog_Base_Partition.cc Rename Dialog_Base_Partition member to new_partition 2015-06-10 10:44:33 -06:00
Dialog_Disklabel.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Dialog_FileSystem_Label.cc Rename class to Dialog_FileSystem_Label (#741424) 2015-02-01 10:08:23 -07:00
Dialog_Partition_Copy.cc Rename Dialog_Base_Partition member to new_partition 2015-06-10 10:44:33 -06:00
Dialog_Partition_Info.cc Stop copying selected partition object in Information dialog (#750168) 2015-06-10 10:43:43 -06:00
Dialog_Partition_Name.cc Make support of naming for other partition table types possible (#746214) 2015-03-25 10:02:42 -06:00
Dialog_Partition_New.cc Rename Dialog_Base_Partition member to new_partition 2015-06-10 10:44:33 -06:00
Dialog_Partition_Resize_Move.cc Rename Dialog_Base_Partition member to new_partition 2015-06-10 10:44:33 -06:00
Dialog_Progress.cc Change OperationDetail to not store complex objects in STL containers (#729139) 2014-05-18 10:07:45 -06:00
Dialog_Rescue_Data.cc Add whole_device flag to the partition object (#743181) 2015-03-09 11:04:13 -06:00
DrawingAreaVisualDisk.cc Store pointers to partition objects in DrawingAreaVisualDisk (#750168) 2015-06-10 10:43:14 -06:00
FS_Info.cc Workaround older blkid not distinguishing between FAT16 and FAT32 (#743181) 2015-03-09 11:04:13 -06:00
FileSystem.cc Add const qualifier to get_custom_text() member functions 2015-05-19 10:34:59 -06:00
Frame_Resizer_Base.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Frame_Resizer_Extended.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
GParted_Core.cc Rename two GParted_Core methods to detect_filesystem*() 2015-05-07 08:01:43 -06:00
HBoxOperations.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
LVM2_PV_Info.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Makefile.am Add support for GPT partition names (#741424) 2015-02-01 10:08:23 -07:00
Operation.cc Add whole_device flag to the partition object (#743181) 2015-03-09 11:04:13 -06:00
OperationChangeUUID.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationCheck.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationCopy.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationCreate.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationDelete.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationDetail.cc Change OperationDetail to not store complex objects in STL containers (#729139) 2014-05-18 10:07:45 -06:00
OperationFormat.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationLabelFileSystem.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationNamePartition.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
OperationResizeMove.cc Shallow copy Device object into Operation object (#750168) 2015-06-10 10:44:33 -06:00
Partition.cc Add whole_device flag to the partition object (#743181) 2015-03-09 11:04:13 -06:00
PipeCapture.cc Prevent cross thread write after free in _OnReadable() (#731752) 2014-07-06 10:22:40 -06:00
Proc_Partitions_Info.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
TreeView_Detail.cc Store pointers to partition objects in TreeView_Details (#750168) 2015-06-10 10:43:14 -06:00
Utils.cc Make support of naming for other partition table types possible (#746214) 2015-03-25 10:02:42 -06:00
Win_GParted.cc Stop copying displayed partition objects in activate_resize() (#750168) 2015-06-10 10:43:40 -06:00
btrfs.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
exfat.cc Make partition busy detection method selectable per file system (#723842) 2014-07-28 10:03:16 -06:00
ext2.cc Force creation of ext2/3/4 and ntfs on whole disk devices (#683643) 2015-03-09 11:04:13 -06:00
f2fs.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
fat16.cc Add const qualifier to get_custom_text() member functions 2015-05-19 10:34:59 -06:00
hfs.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
hfsplus.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
jfs.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
linux_swap.cc Add const qualifier to get_custom_text() member functions 2015-05-19 10:34:59 -06:00
lvm2_pv.cc Add const qualifier to get_custom_text() member functions 2015-05-19 10:34:59 -06:00
main.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
nilfs2.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
ntfs.cc Add const qualifier to get_custom_text() member functions 2015-05-19 10:34:59 -06:00
reiser4.cc Rename member variables and methods in Partition class (#741424) 2015-02-01 10:08:23 -07:00
reiserfs.cc Force creation of reiserfs on whole disk devices (#743181) 2015-03-09 11:04:13 -06:00
ufs.cc Make partition busy detection method selectable per file system (#723842) 2014-07-28 10:03:16 -06:00
xfs.cc Fix double quote error creating XFS file systems (#744108) 2015-02-07 10:33:12 -07:00