Go to file
Bart Hakvoort 6a1654d13d removed setlocale (LC_ALL, ) 2004-09-23 08:35:26 +00:00
include enabled i18n support 2004-09-20 15:46:21 +00:00
po Added "sv" to ALL_LINGUAS. Added an entry. Added comment. Added Swedish 2004-09-22 23:06:54 +00:00
src removed setlocale (LC_ALL, ) 2004-09-23 08:35:26 +00:00
.cvsignore added .desktop file 2004-09-20 21:38:21 +00:00
AUTHORS Initial revision 2004-09-19 20:24:53 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
ChangeLog Added "sv" to ALL_LINGUAS. Added an entry. Added comment. Added Swedish 2004-09-22 23:06:54 +00:00
HACKING thanks to Paolo ;) 2004-09-23 08:33:59 +00:00
INSTALL Initial revision 2004-09-19 20:24:53 +00:00
Makefile.am use GNOMELOCALEDIR instead of GPARTEDLOCALEDIR 2004-09-22 10:00:56 +00:00
NEWS more autoconf improvements.. 2004-09-19 22:47:59 +00:00
README Initial revision 2004-09-19 20:24:53 +00:00
acinclude.m4 enabled i18n support 2004-09-20 15:46:21 +00:00
autogen.sh it seems gnome-autogen.sh doesn't run aclocal properly? 2004-09-19 23:16:54 +00:00
configure.in Added "sv" to ALL_LINGUAS. Added an entry. Added comment. Added Swedish 2004-09-22 23:06:54 +00:00
gparted.desktop.in initial import 2004-09-20 21:18:46 +00:00

README

GParted stands for Gnome Partition Editor and is a graphical frontend to libparted. Among other features it supports creating, resizing, moving and copying of partitions.

The first goal of GParted is to provide all libparted's features as outlined at http://www.gnu.org/software/parted/#features.
When this is done and GParted is stable enough for normal use, i will look into support for other filesystems such as ntfs .

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