gparted/src
Mike Fleetwood eb6a77c4fd Remove superfluous STAT_FORMATTED
STAT_FORMATTED is only used inside snap_to_mebibyte() to suppress
enforcement that partition boundaries must not overlay the MBR or EBRs
when merely formatting existing partitions.  However since commit [1],
snap_to_mebibyte() is only called inside the dialogs composing Create
New, Copy / Paste into New and Resize / Move operations and never when
composing a Format operation or any other operation which doesn't change
partition boundaries.  Therefore remove STAT_FORMATTED.

[1] 7c94b7d920
    Snap partition boundaries before dialogs update FS usage (#48)
2023-04-27 15:54:01 +00:00
..
BCache_Info.cc Use POSIX basename() in BCache_Info.cc (!99) 2022-04-10 08:15:16 +01:00
BlockSpecial.cc Include sys/sysmacros.h for major and minor macros (#776173) 2017-01-04 10:58:44 +00:00
CopyBlocks.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
DMRaid.cc Extract repeated code into trim_trailing_new_line() (!105) 2022-08-25 15:41:31 +00:00
Device.cc Return and use constant reference from Device::get_path() (!94) 2021-11-16 16:08:17 +00:00
DialogFeatures.cc White space tidy-up some of DialogFeatures 2021-07-30 16:12:24 +00:00
DialogManageFlags.cc Replace deprecated get_vbox() with get_content_area() (!25) 2019-04-27 12:03:05 +01:00
DialogPasswordEntry.cc Add accessibility relations (!92) 2021-10-09 08:34:41 +00:00
Dialog_Base_Partition.cc Remove superfluous STAT_FORMATTED 2023-04-27 15:54:01 +00:00
Dialog_Disklabel.cc Return and use constant reference from Device::get_path() (!94) 2021-11-16 16:08:17 +00:00
Dialog_FileSystem_Label.cc Add accessibility relations (!92) 2021-10-09 08:34:41 +00:00
Dialog_Partition_Copy.cc Also rename FS.filesystem member to fstype (!52) 2019-12-04 07:37:19 +00:00
Dialog_Partition_Info.cc Extract repeated code into trim_trailing_new_line() (!105) 2022-08-25 15:41:31 +00:00
Dialog_Partition_Name.cc Add accessibility relations (!92) 2021-10-09 08:34:41 +00:00
Dialog_Partition_New.cc Fix available space calculation in Dialog_Partition_New::set_data() 2023-04-27 15:54:01 +00:00
Dialog_Partition_Resize_Move.cc Use previous unallocated partition when determining 1 MiB reservation in resize/move dialog 2021-10-27 15:04:20 +00:00
Dialog_Progress.cc Rename Partition.filesystem member to fstype (!52) 2019-12-03 13:24:44 +00:00
Dialog_Rescue_Data.cc Return and use constant reference from Partition::get_mountpoint() (!94) 2021-11-16 16:08:17 +00:00
DrawingAreaVisualDisk.cc Rename Partition.filesystem member to fstype (!52) 2019-12-03 13:24:44 +00:00
FS_Info.cc Extract repeated code into trim_trailing_new_line() (!105) 2022-08-25 15:41:31 +00:00
FileSystem.cc Remove (N/A) from comment in FileSystem::rm_temp_dir() 2021-08-14 15:57:20 +00:00
Frame_Resizer_Base.cc Use Gdk::RGBA (!25) 2019-04-27 12:03:04 +01:00
Frame_Resizer_Extended.cc Use Gdk::RGBA (!25) 2019-04-27 12:03:04 +01:00
GParted_Core.cc Use libparted geometry to bound writing in erase_filesystem_signatures() 2023-02-13 16:33:57 +00:00
HBoxOperations.cc Use Gtk::Box for HBoxOperations (!25) 2019-04-27 12:03:04 +01:00
LUKS_Info.cc Capture LUKS mapping master encryption key location (#59) 2021-04-25 15:49:35 +00:00
LVM2_PV_Info.cc Use constant reference from LVM2_PV_Info::get_vg_cache_entry_by_name() (!94) 2021-11-16 16:08:17 +00:00
Makefile.am Report busy status of bcache (#183) 2022-03-01 16:58:46 +00:00
MenuHelpers.cc Ensure icon sizes (#39) 2019-04-06 11:42:28 +01:00
Mount_Info.cc Constify string parameters to add_mountpoint_entry() 2022-05-31 17:04:10 +00:00
Operation.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
OperationChangeUUID.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCheck.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCopy.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCreate.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationDelete.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationDetail.cc Return constant reference from OperationDetail::get_treepath() (!94) 2021-11-16 16:08:17 +00:00
OperationFormat.cc Rename Partition.filesystem member to fstype (!52) 2019-12-03 13:24:44 +00:00
OperationLabelFileSystem.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationNamePartition.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationResizeMove.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OptionComboBox.cc modern-gtk2: Delay construction of Gtk::TreeModel* objects (!17) 2018-11-12 21:50:42 +00:00
Partition.cc Return and use constant reference from Partition::get_mountpoints() (!94) 2021-11-16 16:08:17 +00:00
PartitionLUKS.cc Rename Partition.filesystem member to fstype (!52) 2019-12-03 13:24:44 +00:00
PartitionVector.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
PasswordRAMStore.cc Fix null pointer check accidentally disabled (#796293) 2018-05-21 13:37:01 +01:00
PipeCapture.cc Accept NUL as a valid UTF-8 character again (#136) 2021-02-22 16:14:35 +00:00
Proc_Partitions_Info.cc Enable GParted to present bcache devices (#183) 2022-03-01 16:58:46 +00:00
ProgressBar.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
SWRaid_Info.cc Return and use constant reference from SWRaid_Info::get_label() (!94) 2021-11-16 16:08:17 +00:00
SupportedFileSystems.cc Also rename FS.filesystem member to fstype (!52) 2019-12-04 07:37:19 +00:00
TreeView_Detail.cc Return and use constant reference from Partition::get_mountpoints() (!94) 2021-11-16 16:08:17 +00:00
Utils.cc Extract repeated code into trim_trailing_new_line() (!105) 2022-08-25 15:41:31 +00:00
Win_GParted.cc Remove superfluous STAT_FORMATTED 2023-04-27 15:54:01 +00:00
btrfs.cc Use btrfs inspect-internal dump-super to read usage (!105) 2022-08-25 15:41:31 +00:00
exfat.cc Enable repair when checking exfat file systems (!109) 2022-12-21 17:59:42 +00:00
ext2.cc Add labelling of mounted ext2/3/4 (#163)(#600496) 2021-07-30 16:12:24 +00:00
f2fs.cc Drop fsck.f2fs -y option not available before f2fs-tools 1.10.0 (!29) 2019-03-26 08:08:10 +00:00
fat16.cc Stop clearing FAT16/32 label when setting a new UUID (!104) 2022-07-04 17:50:25 +00:00
hfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
hfsplus.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
jfs.cc Add missing includes into jfs.cc 2019-11-14 17:12:06 +00:00
linux_swap.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
luks.cc Pass LUKS password as needed when resizing open mapping (#59) 2021-04-25 15:49:35 +00:00
lvm2_pv.cc Return and use constant reference from LVM2_PV_Info::get_vg_name() (!94) 2021-11-16 16:08:17 +00:00
main.cc Also write "Root privileges are required ..." message to stderr (!34) 2019-04-03 20:45:31 +00:00
minix.cc Add support for minix file system (!12) 2018-08-24 20:22:08 +01:00
nilfs2.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
ntfs.cc Fix reading NTFS usage after resize (#57) 2019-05-28 16:01:25 +00:00
reiser4.cc Explicitly read the reiser4 volume UUID when present 2021-03-24 16:22:41 +00:00
reiserfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
udf.cc Return and use constant reference from Partition::get_filesystem_label() (!94) 2021-11-16 16:08:17 +00:00
xfs.cc Increase minimum XFS size to 300 MiB (#217) 2022-12-22 21:09:58 +00:00