Find a file
Bart Hakvoort 7bb7e8a84f Use ped_device_read and ped_device_write instead of 'dd' to copy
* Use ped_device_read and ped_device_write instead of 'dd' to copy
  filesystems.
  Modified progressdetails to provide more detailed feedback about a
  process.
  Basicly these were all changes to the infrastructure to make the
  incorporation of the 'move-code' a bit easier.

  ( sorry, not in the mood to list all affected files ;)
2006-05-23 21:17:34 +00:00
compose added *.swp corrected url 2006-03-16 15:09:52 +00:00
include Use ped_device_read and ped_device_write instead of 'dd' to copy 2006-05-23 21:17:34 +00:00
pixmaps gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
po gparted-0.2.5 2006-05-13 18:27:51 +00:00
src Use ped_device_read and ped_device_write instead of 'dd' to copy 2006-05-23 21:17:34 +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 Use ped_device_read and ped_device_write instead of 'dd' to copy 2006-05-23 21:17:34 +00:00
configure.in gparted-0.2.5 2006-05-13 18:27:51 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
gparted.desktop.in string tweaks. (#328685) 2006-01-26 12:50:46 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
Makefile.am store flags in a list instead of a string. cleanups 2006-02-17 23:20:28 +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

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