34389f38e7
* include/GParted_Core.h, src/GParted_Core.cc: tried to fix a couple of errors with moving to the right with overlap (thanks Larry for hunting ;) ) Although everything seems to work well i'm still not sure if everything is 100% ok. I guess everything could use some more testing, which is exactly what i plan to do this weekend :) |
||
---|---|---|
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