Find a file
Bart Hakvoort dd1f3d8b42 added checks for libuuid and libdl. Also refined libparted check a bit.
* configure.in: added checks for libuuid and libdl. Also refined libparted check a bit.
* include/Partition.h,
  src/Partition.cc: removed Get_Color()
* include/Utils.h: added inline Glib::ustring Get_Color( const Glib::ustring & filesystem )
* src/Dialog_Partition_New.cc,
  src/Win_GParted.cc: make use of Get_Color from Utils.h
* src/Device.cc: fixed a crasher with (at least) pl_PL locale.
2004-10-30 22:17:20 +00:00
compose initial import 2004-09-25 10:46:28 +00:00
debian Added a debian subdir for building debian packages. 2004-10-25 13:44:20 +00:00
include added checks for libuuid and libdl. Also refined libparted check a bit. 2004-10-30 22:17:20 +00:00
po Updated Spanish translation by Jorge Gonzalez 2004-10-23 22:41:35 +00:00
src added checks for libuuid and libdl. Also refined libparted check a bit. 2004-10-30 22:17:20 +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
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
ChangeLog added checks for libuuid and libdl. Also refined libparted check a bit. 2004-10-30 22:17:20 +00:00
configure.in added checks for libuuid and libdl. Also refined libparted check a bit. 2004-10-30 22:17:20 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
gparted.desktop.in initial import 2004-09-20 21:18:46 +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 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

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