gparted/src
Mike Fleetwood 6bacd6ae4d Fix slightly messed up comment in Win_GParted::on_show() (#771816)
Bug 771816 - GParted never exits if the main window is closed before the
             initial device load completes
2016-10-10 14:07:54 -06:00
..
.cvsignore added *.swp some modifications to pass 'make distcheck' minor cleanups 2005-11-25 12:59:47 +00:00
BlockSpecial.cc Fix BlockSpecial comparison (#771670) 2016-10-05 09:59:15 -06:00
Copy_Blocks.cc Use a single progress bar for the internal block copy operation (#762367) 2016-02-23 10:41:20 -07:00
DMRaid.cc Use realpath() safely (#764369) 2016-04-07 10:05:40 -06:00
Device.cc Rename Device::add_path() to set_path() (#767842) 2016-08-06 09:47:58 -06:00
DialogFeatures.cc Use supported_filesystem() predicate (#738471) 2014-10-30 09:55:01 -06:00
DialogManageFlags.cc Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Base_Partition.cc Remove unnecessary sector_size parameter from Get_New_Partition methods 2016-01-26 10:11:35 -07: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 Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Partition_Copy.cc Remove Partition::color member (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Partition_Info.cc Line wrap file system status value in the Information dialog (#771693) 2016-10-05 10:53:21 -06:00
Dialog_Partition_Name.cc Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Partition_New.cc Prevent crypt-luks appearing in the Create New dialog and Format menu (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Partition_Resize_Move.cc Remove Partition::color member (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Progress.cc Always be explicit when emitting a signal by calling emit() 2016-02-12 09:09:57 -07:00
Dialog_Rescue_Data.cc Stop unnecessarily coping a Partition in Dialog_Rescue_Data (#759726) 2016-01-26 10:11:35 -07:00
DrawingAreaVisualDisk.cc Display encrypted file system colour correctly in the disk graphic (#760080) 2016-01-29 13:41:41 -07:00
FS_Info.cc Switch to static class interface for FS_Info 2016-08-06 09:47:58 -06:00
FileSystem.cc Leave commands with progress bars shown in the applying dialog (#760709) 2016-02-12 09:09:57 -07: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 Prevent the UI hanging while gpart data rescue is running (#772123) 2016-10-06 10:07:23 -06:00
HBoxOperations.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
LUKS_Info.cc Use BlockSpecial in LUKS_Info module cache (#767842) 2016-08-06 09:47:58 -06:00
LVM2_PV_Info.cc Create BlockSpecial class and use in LVM2_PV_Info (#767842) 2016-08-06 09:47:58 -06:00
Makefile.am Split mount_info and fstab_info maps into separate Mount_Info module 2016-08-06 09:47:58 -06:00
Mount_Info.cc Stop showing duplicate mount points for unmounted encrypted file systems (#771323) 2016-09-14 09:48:33 -06:00
Operation.cc Replace all Partition object copy assignment (#759726) 2016-01-26 10:11:35 -07:00
OperationChangeUUID.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationCheck.cc Prevent assert failure from OperationCheck::get_partition_new() (#767233) 2016-06-05 13:14:34 -06:00
OperationCopy.cc Stop overriding real path when pasting into existing partitions (#766349) 2016-05-20 09:20:02 -06:00
OperationCreate.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationDelete.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationDetail.cc Always be explicit when emitting a signal by calling emit() 2016-02-12 09:09:57 -07:00
OperationFormat.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationLabelFileSystem.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationNamePartition.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationResizeMove.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
Partition.cc Rename Partition::add_path() to set_path() (#767842) 2016-08-06 09:47:58 -06:00
PartitionLUKS.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
PartitionVector.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
PipeCapture.cc Don't hang reading binary data from command output (#751251) 2015-07-01 10:22:57 -06:00
Proc_Partitions_Info.cc Simplify whole device matching in load_proc_partitions_Info_cache() 2016-08-06 09:47:58 -06:00
ProgressBar.cc Display progress from the single ProgressBar in the GUI (#760709) 2016-02-12 09:09:56 -07:00
SWRaid_Info.cc Use BlockSpecial in SWRaid_Info module cache (#767842) 2016-08-06 09:47:58 -06:00
TreeView_Detail.cc Show too wide Mount Point column with ellipsis (#771693) 2016-10-05 10:53:21 -06:00
Utils.cc Recognise GRUB2 core.img (#766989) 2016-06-15 12:45:05 -06:00
Win_GParted.cc Fix slightly messed up comment in Win_GParted::on_show() (#771816) 2016-10-10 14:07:54 -06:00
btrfs.cc Split mount_info and fstab_info maps into separate Mount_Info module 2016-08-06 09:47:58 -06:00
exfat.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
ext2.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
f2fs.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
fat16.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
hfs.cc Remove remaining use of retired vol_id 2016-08-06 09:47:58 -06:00
hfsplus.cc Remove remaining use of retired vol_id 2016-08-06 09:47:58 -06:00
jfs.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
linux_swap.cc Implement usage reporting of active encrypted swap partitions (#771670) 2016-10-05 09:59:15 -06:00
luks.cc Populate LUKS partition usage (#760080) 2016-01-29 13:41:40 -07:00
lvm2_pv.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
main.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
nilfs2.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
ntfs.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
reiser4.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
reiserfs.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00
ufs.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
xfs.cc Fix sscanf modifier for long long (#768239) 2016-07-01 15:37:01 +01:00