Go to file
Bart Hakvoort c7f04242a3 added LANG=C to the commands which read the used space of a filesystem.
* src/ext2.cc,
  src/ext3.cc,
  src/ntfs.cc,
  src/reiserfs.cc: added LANG=C to the commands which read the used space of a filesystem. This prevent errors with some locales.
2004-12-10 11:12:44 +00:00
compose
debian
include added MIN and MAX to filesystemstruct to set min. and max sizes of a 2004-12-09 22:56:33 +00:00
po Updated Canadian English translation. 2004-12-10 05:58:22 +00:00
src added LANG=C to the commands which read the used space of a filesystem. 2004-12-10 11:12:44 +00:00
.cvsignore
AUTHORS
COPYING
ChangeLog added LANG=C to the commands which read the used space of a filesystem. 2004-12-10 11:12:44 +00:00
HACKING
INSTALL
Makefile.am
NEWS
README
autogen.sh
configure.in
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