e5d2cb0eb7
* include/Device.h, src/Device.cc, src/GParted_Core.cc, src/Win_GParted.cc: Removed the ugly Get_Highest_Logical_Busy() from Device and added a classvariable instead. This one is set in GParted_Core and used wherever needed. I also removed Device::busy, and used the new variable to check if a device is busy. |
||
---|---|---|
compose | ||
debian | ||
include | ||
po | ||
src | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
HACKING | ||
INSTALL | ||
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