Go to file
Bart Hakvoort 4cd424532c call GParted_Core::find_supported_filesystems( ) in
* src/GParted_Core.cc,
  src/Win_GParted.cc: call GParted_Core::find_supported_filesystems( ) in GParted_Core::GParted_Core() instead of Win_GParted::Win_GParted().
  Also replaced 0xFFFF with GDK_Delete to improve readability of the source.
2005-01-08 23:45:45 +00:00
compose initial import 2004-09-25 10:46:28 +00:00
include As explained in the previous entry i've decided to add reiser4 detection 2004-12-29 16:38:45 +00:00
po Updated Spanish translation by Jorge Gonzalez 2004-12-24 13:53:37 +00:00
src call GParted_Core::find_supported_filesystems( ) in 2005-01-08 23:45:45 +00:00
.cvsignore ignore all projectfiles 2004-09-29 13:15:57 +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 call GParted_Core::find_supported_filesystems( ) in 2005-01-08 23:45:45 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
INSTALL Initial revision 2004-09-19 20:24:53 +00:00
Makefile.am P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +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 bumped to 0.0.8 2004-12-21 23:46:29 +00:00
gparted.desktop.in initial import 2004-09-20 21:18:46 +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