55851c6c46
* src/GParted_Core.cc: reverted back to parted probing after i heard patches to fix some issues with it are underway. (skipping of floppy and cdrom) * src/reiser4.cc, src/reiserfs.cc: added --quiet to the fschecks to prevent the detailswindow from dying under the load. I should find a solution for that anyway. |
||
---|---|---|
compose | ||
include | ||
pixmaps | ||
po | ||
src | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
HACKING | ||
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