Commit graph

26 commits

Author SHA1 Message Date
Curtis Gedak d366a1d7dc Add missing file systems to POTFILES.in
Specifically btrfs, ext4, and ufs.
2011-10-22 12:07:22 -06:00
Curtis Gedak 7cbc125a2e Add detection of exfat file systems (#639760)
Note that util-linux v2.18 or higher is required to detect exfat file
systems.

Part of Bug #639760 - exfat / fat64 support
2011-10-22 11:54:54 -06:00
Joan Lledó ef37bdb7de Added support to lost data recovery using gpart 2011-01-29 14:58:02 -07:00
Curtis Gedak 41da87a818 Added src/DMRaid.cc file
svn path=/trunk/; revision=1101
2009-03-21 01:03:59 +00:00
Curtis Gedak 605e1f4cdc Fixed bug #324220 with the following changes:
- Removed gparted-disable-automount.fdi handling.
- Renamed gparted binary to gpartedbin to permit a calling script to be named gparted.
- Added new calling script gparted.in to permit using hal-lock to acuiqre device locks to prevent automounting while executing gpartedbin.
- Renamed gparted.desktop.in to gparted.desktop.in.in to permit parsing installdir.

svn path=/trunk/; revision=826
2008-04-21 15:22:00 +00:00
Curtis Gedak 8d808c0b62 gparted-0.3.6 - code recreation from Source Forge
svn path=/trunk/; revision=810
2008-04-07 19:41:18 +00:00
Bart Hakvoort a43f03ecde added src/OperationCheck.cc
* POTFILES.in: added src/OperationCheck.cc
2006-11-26 14:29:21 +00:00
Bart Hakvoort ac82ee0453 Replaced std::abs with llabs (see #357691) added support for reading of
* src/GParted_Core: Replaced std::abs with llabs (see #357691)
* src/hfs.cc,
  src/xfs.cc: added support for reading of volumelabel
* src/reiserfs.cc: added Fixme
2006-10-01 13:08:57 +00:00
Bart Hakvoort 247cb83dd9 added src/hfsplus.cc
* POTFILES.in: added src/hfsplus.cc
2006-04-09 07:22:34 +00:00
Bart Hakvoort 17e088553d disabled resizing of this dialog renamed 'Filesystems' to 'Features' in
* src/DialogManageFlags.cc: disabled resizing of this dialog
* include/DialogFeatures.h,
  include/Makefile.am,
  include/Win_GParted.h,
  src/DialogFeatures.cc,
  src/Makefile.am,
  src/Win_GParted.cc: renamed 'Filesystems' to 'Features' in the
  featuredialog to better reflect the actual functionality
* include/Dialog_Filesystems.h,
  src/Dialog_Filesystems.cc: removed
2006-04-05 09:33:04 +00:00
Bart Hakvoort 82d9c46354 added DialogManageFlags.cc
* POTFILES.in: added DialogManageFlags.cc
2006-04-01 07:14:20 +00:00
Bart Hakvoort 99cebc81d3 lots of cleanups in operationhandling. This resulted in cleaner/less code
* lots of cleanups in operationhandling. This resulted in cleaner/less
  code and the fixing of some longstanding issues.
2006-03-24 19:08:41 +00:00
Bart Hakvoort 49b31334cf removed legend after discussion with usability guys
* removed legend after discussion with usability guys
2006-02-10 23:47:02 +00:00
Bart Hakvoort e47ff2f866 added a few files (i should run 'intltool-update -m' more often ;) )
* POTFILES.in: added a few files (i should run 'intltool-update -m'
  more often ;) )
2006-01-23 00:37:23 +00:00
Bart Hakvoort 808b777019 replaced the inline Utils functions with static functions. This shaves a
* replaced the inline Utils functions with static functions.
  This shaves a few kbytes (24 in fact) off the binary and is a bit
  cleaner code-wise (imho).
2005-12-13 21:30:13 +00:00
Bart Hakvoort 391f802577 added include/Utils.h replaced get_sym_path with get_short_path for
* po/POTFILES.in: added include/Utils.h
* include/GParted_Core.h,
  src/GParted_Core.cc: replaced get_sym_path with get_short_path for
  cleaner code and better performance.
2005-12-11 18:46:43 +00:00
Žygimantas Beručka f688aec03c removed src/Dialog_About.cc.
2005-11-30  Žygimantas Beručka  <zygis@gnome.org>

        * POTFILES.in: removed src/Dialog_About.cc.
2005-11-30 07:52:34 +00:00
Bart Hakvoort 6830d475cf added src/Dialog_Filesystems.cc
* POTFILES.in: added src/Dialog_Filesystems.cc
2004-12-15 19:44:06 +00:00
Bart Hakvoort 038c5c5d99 P (special thanks to mantiena-baltix for bringing this issue to my
* Harddisks without disklabel are now properly initizalized and shown in the menu. When one tries to create a new partition on
  such a disk a dialog pops up with some blabla about disklabels and offers to create a disklabel. sweet :P (special thanks to mantiena-baltix
  for bringing this issue to my attention)
* fixed minor annoyance with refreshing detailed deviceinfo after a 'deep refresh'
2004-11-27 23:31:19 +00:00
Bart Hakvoort 410ab30975 availability of 'tune2fs' command wasn't detected correctly. fixed make
* src/ext3.cc: availability of 'tune2fs' command wasn't detected correctly. fixed
* src/fat32.cc: make use of dosfs tools (mkdosfs -F32) instead of libparted's Fat-creator.
* po/POTFILES.in: added src/GParted_Core.cc
2004-11-17 14:12:18 +00:00
Bart Hakvoort de59ff0a81 added src/VBox_VisualDisk.cc to POTFILES.in 2004-09-28 22:28:49 +00:00
Bart Hakvoort 10209b5411 added ../src/Partition.cc 2004-09-27 07:38:34 +00:00
Bart Hakvoort ceacd66031 added ../src/main.cc 2004-09-25 01:55:35 +00:00
Christian Rose c690221fcd Added "sv" to ALL_LINGUAS. Added an entry. Added comment. Added Swedish
2004-09-23  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.
	* po/.cvsignore: Added an entry.
	* po/POTFILES.in: Added comment.
	* po/sv.po: Added Swedish translation.
2004-09-22 23:06:54 +00:00
Bart Hakvoort ff050c1aab added gparted.desktop.in 2004-09-21 14:46:43 +00:00
Bart Hakvoort df378532e0 initial import 2004-09-20 17:51:25 +00:00