Go to file
Bart Hakvoort 4815b17153 Replaced boolean 'resize' with 'shrink' and 'grow'. It seems some
* Replaced boolean 'resize' with 'shrink' and 'grow'. It seems some filesystems only support growing (e.g. xfs) so i need
  two flags to control the behaviour of the filesystemclasses.
2004-12-13 13:58:51 +00:00
compose
debian Added a debian subdir for building debian packages. 2004-10-25 13:44:20 +00:00
include Replaced boolean 'resize' with 'shrink' and 'grow'. It seems some 2004-12-13 13:58:51 +00:00
po Updated Czech translation. 2004-12-11 21:42:49 +00:00
src Replaced boolean 'resize' with 'shrink' and 'grow'. It seems some 2004-12-13 13:58:51 +00:00
.cvsignore ignore all projectfiles 2004-09-29 13:15:57 +00:00
AUTHORS
COPYING
ChangeLog Replaced boolean 'resize' with 'shrink' and 'grow'. It seems some 2004-12-13 13:58:51 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
INSTALL
Makefile.am P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
NEWS
README updated description to reflect current situation. 2004-12-07 20:09:46 +00:00
autogen.sh Added "ca" (Catalan) to ALL_LINGUAS and disable USE_COMMON_DOC_BUILD in autogen.sh. 2004-10-04 11:42:47 +00:00
configure.in Added 'he' (Hebrew) to ALL_LINGUAS. 2004-12-10 14:44:03 +00:00
gparted.desktop.in

README

GParted stands for Gnome Partition Editor.

It 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. 

Visit http://gparted.sourceforge.net for more information