Go to file
Bart Hakvoort 0f29376e99 because lp_partition didn't get initialized the libpartedscan for free
* src/GParted_Core.cc: because lp_partition didn't get initialized the
  libpartedscan for free space would always fail. fixed.
2005-12-29 00:10:05 +00:00
compose removed INSTALL some fixes to make 'make dist' work (thanks to Daniel 2005-10-05 22:37:17 +00:00
include :spawn_command_line_sync() + general cleanups in the set_used_sectors() 2005-12-28 16:43:06 +00:00
pixmaps gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
po Updated Canadian English translation. 2005-12-26 22:15:43 +00:00
src because lp_partition didn't get initialized the libpartedscan for free 2005-12-29 00:10:05 +00:00
.cvsignore ignore all projectfiles 2004-09-29 13:15:57 +00:00
AUTHORS
COPYING
ChangeLog because lp_partition didn't get initialized the libpartedscan for free 2005-12-29 00:10:05 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
Makefile.am gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
NEWS more autoconf improvements.. 2004-09-19 22:47:59 +00:00
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 raised dependencies to >=gtkmm-2.6 and >=parted-1.6.25 2005-11-27 14:25:16 +00:00
gparted.desktop.in gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00

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