GParted stands for Gnome Partition Editor.
GParted project uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted.
These optional packages will be detected at runtime and don't require a rebuild of GParted.
GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. That's why i try to conform to the GNOME Human Interface Guidelines.
GParted comes under the terms of the General Public License.
Requirements:
ˇ
gtkmm-2.4 >= libparted-1.6.13 (use of newest libparted is encouraged)
What's New in This Release:
BUG FIXES
ˇ Corrected math in partition creation/resize dialogs that prevented operations on partition sizes >= 1 TB (#524948)
ˇ Implemented hal-lock to prevent partition automounting (#324220)
- gparted script calls hal-lock which calls gpartedbin executable
- thanks to Deji Akingunola for hal-lock idea
ˇ Added manual page documentation (subset of bug #329584)
ˇ Changed Set Disklabel menu to Create Partition table, improved disk erasure warnings, and removed double confirmation (#422070)
ˇ Improved readability of text for translators in Create Partition Table dialog (#529063)
ˇ Adjusted desktop entries to align with specifications (#518975)
ˇ Updated gparted.desktop to align with Human Interface Guidelines (#440012)
ˇ Moved gparted install to sbin instead of bin (#509495)
ˇ Added MAINTAINERS file (#524276)
- thanks to Marcel Telka for committing file to repository
ˇ Enhanced to use po/LINGUAS for LINGUAS (#467459)
- thanks to Christian Persch for small patch
ˇ Ensured hour portion of time is always displayed (#438590)
ˇ Removed text color hard coding (#413810)
ˇ Aligned README file with GNU coding standards (#529625)
TRANSLATIONS (new/updated)
ˇ cs(Adrian Gunis), es(Jorge Gonzalez), hu(Gabor Kelemen), nl(Tino Meinen), sk(Pavol Klačanský)
DEPENDENCIES (new/updated)
ˇ hal-lock used by gparted script to acquire device locks