Yannig MARCHEGAY
8d0c8c6cef
Updated Occitan translation
...
svn path=/trunk/; revision=785
2007-10-14 13:44:54 +00:00
Inaki Larranaga Murgoitio
6ff3b34b39
Added 'eu' to ALL_LINGUAS.
...
2007-08-10 Inaki Larranaga Murgoitio <dooteo@zundan.com>
* configure.in: Added 'eu' to ALL_LINGUAS.
svn path=/trunk/; revision=778
2007-08-10 21:21:19 +00:00
Bart Hakvoort
2a96bd662b
released gparted-0.3.4 on LarryT's request.
...
svn path=/trunk/; revision=769
2007-02-25 21:59:55 +00:00
Bart Hakvoort
4e9d368102
added a check to see wether a device is 'real' or not. Thanks to
...
Francois Dupoux for the patch.
svn path=/trunk/; revision=764
2007-01-07 20:29:03 +00:00
Theppitak Karoonboonyanan
d5340c6657
Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation by Isriya
...
2006-12-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.in: Added 'th' (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation by
Isriya Paireepairit <markpeak@gmail.com> and me.
2006-12-19 16:01:27 +00:00
Bart Hakvoort
8d2e7dd26d
replaced 'long' with 'Sector' to prefent overflows with really large
...
* include/Device.h,
include/Dialog_Base_Partition.h,
src/Dialog_Base_Partition.cc: replaced 'long' with 'Sector' to
prefent overflows with really large devices.
2006-12-08 13:14:05 +00:00
Bart Hakvoort
815b5f61a3
gparted-0.3.3
2006-12-06 15:51:28 +00:00
Bart Hakvoort
8336fcffea
fixed 'Could not detect file system.' error with fat and hfs filesystem
...
* src/GParted_Core.cc: fixed 'Could not detect file system.' error
with fat and hfs filesystem when performing a move to the left.
(thanks to 'the Bogerds' for borrowing me an usbstick ;) )
2006-12-05 21:47:34 +00:00
Bart Hakvoort
2fcd3a83da
gparted-0.3.2
2006-12-01 13:52:13 +00:00
Bart Hakvoort
070242562b
fixed issue with overloaded ==
...
* src/Partition.cc: fixed issue with overloaded ==
2006-12-01 13:16:37 +00:00
Bart Hakvoort
7a413f6401
added libparted version string to details export.
...
* include/Dialog_Progress.h,
include/GParted_Core.h,
src/Dialog_Progress.cc,
src/GParted_Core.cc,
src/Win_GParted.cc: added libparted version string to details
export.
2006-12-01 13:01:46 +00:00
Bart Hakvoort
5e848287e7
fixed bug with copying partition to a disk without disklabel. Also added
...
* src/Win_GParted.cc: fixed bug with copying partition to a disk
without disklabel. Also added some FIXME's.
2006-11-26 23:24:39 +00:00
Bart Hakvoort
ef09ce0b97
added 'check' operation. The functionality was already there, but it was
...
* include/Makefile.am,
include/Operation.h,
include/Win_GParted.h,
src/GParted_Core.cc,
src/Makefile.am,
src/Win_GParted.cc,
include/OperationCheck.h (new),
src/OperationCheck.cc (new): added 'check' operation. The
functionality was already there, but it was not possible yet to
activate it from the gui.
2006-11-26 14:27:16 +00:00
Chao-Hsiung Liao
61c91a1869
Added Traditional Chinese translation(Hong Kong). Updated Traditional
...
2006-11-25 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_HK.po: Added Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
2006-11-25 12:04:09 +00:00
Bart Hakvoort
af19b0c993
fixed rare bug with modifying logical partitions. ( #368199 )
...
* src/GParted_Core.cc: fixed rare bug with modifying logical
partitions. (#368199 )
2006-11-24 21:35:58 +00:00
Bart Hakvoort
a1d21e0f42
fixed issue with libparted detection ( #330776 ) add FIXME
...
* configure.in: fixed issue with libparted detection (#330776 )
* src/GParted_Core.cc: add FIXME
2006-11-23 19:20:07 +00:00
Matic Zgur
a713812bf3
Added sl (Slovenian) to ALL_LINGUAS. Added Slovenian translation.
...
2006-11-08 Matic Zgur <mr.zgur@gmail.com>
* configure.in: Added sl (Slovenian) to ALL_LINGUAS.
* po/sl.po: Added Slovenian translation.
2006-11-08 17:08:10 +00:00
Kjartan Maraas
acd524348e
Added nb to ALL_LINGUAS.
...
2006-11-01 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2006-11-01 18:36:16 +00:00
Bart Hakvoort
c4dab9e55d
gtk+-2.10 seems to return the last valid iterator if get_iter is executed
...
* src/Dialog_Progress.cc: gtk+-2.10 seems to return the last valid
iterator if get_iter is executed with an invalid treepath. This is
different from gtk+-2.8 and gave some problems in the
operationdetails. I added a check to make it work in both
situations.
2006-10-22 18:19:23 +00:00
Bart Hakvoort
2bd5fff210
only add mountpoints and paths if they exist don't show '<none>' if
...
* src/GParted_Core.cc: only add mountpoints and paths if they exist
* src/reiser4.cc: don't show '<none>' if volumelabel is empty
2006-10-01 13:45:55 +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
ecd3caee17
Fix libparted detection in case --as-needed flag is passed ( #357679 )
...
* configure.in: Fix libparted detection in case --as-needed flag is
passed (#357679 )
2006-09-26 19:02:15 +00:00
Bart Hakvoort
2a84381f7d
added support for reading of volumelabel
...
* src/jfs.cc: added support for reading of volumelabel
2006-09-25 11:17:41 +00:00
Bart Hakvoort
452b90b095
added 'Read Label' info
...
* include/DialogFeatures.h,
src/DialogFeatures.cc: added 'Read Label' info
2006-09-23 11:02:46 +00:00
Bart Hakvoort
7a8aabe3fd
added support for reading of volumelabel
...
* src/reiser4.cc
src/reiserfs.cc: added support for reading of volumelabel
2006-09-23 10:52:16 +00:00
Bart Hakvoort
d106a71822
added support for reading of volumelabel
...
* src/ntfs.cc: added support for reading of volumelabel
2006-09-23 09:41:42 +00:00
Bart Hakvoort
0693e7996f
added popupmenu to operationslist and did some (higrelated) cleanups
...
* added popupmenu to operationslist and did some (higrelated) cleanups
2006-09-17 13:23:47 +00:00
Bart Hakvoort
600e990a6e
trivial cleanups
...
* include/TreeView_Detail.h,
src/TreeView_Detail.cc: trivial cleanups
2006-09-16 15:00:25 +00:00
Bart Hakvoort
b84a88b557
higgiefied the dialog a bit ( #353104 )
...
* src/DialogFeatures.cc: higgiefied the dialog a bit (#353104 )
2006-09-16 12:44:36 +00:00
Bart Hakvoort
fc8014115e
some small changes to make the GUI more consistent ( #353140 )
...
* include/Win_GParted.h,
src/Win_GParted.cc: some small changes to make the GUI more
consistent (#353140 )
2006-09-16 11:27:05 +00:00
Bart Hakvoort
b5459176ca
changed libpartedcheck a bit. from now on we declare the min. version as
...
* configure.in: changed libpartedcheck a bit. from now on we declare
the min. version as variable in one place. This finally closes #330776
2006-09-14 20:34:49 +00:00
Bart Hakvoort
8963a49c42
fixed a couple of issues with reading of volumelabels ( #338528 )
...
* src/ext2.cc,
src/ext3.cc: fixed a couple of issues with reading of volumelabels
(#338528 )
2006-09-14 16:42:02 +00:00
Bart Hakvoort
5e2b8f9837
finally fixed problem with 'disappearing' devicenodes by using udevsettle
...
* include/GParted_Core.h,
src/GParted_Core.cc: finally fixed problem with 'disappearing'
devicenodes by using udevsettle (#352744 )
2006-09-13 19:35:17 +00:00
Bart Hakvoort
e3b4a7316b
added support for reading volumelabels. Atm we only read ext2/3, but the
...
* added support for reading volumelabels. Atm we only read ext2/3, but
the infrastructure for adding the other filesystems is in place.
It's simply a matter of finding the right commands and parsing the
output. (see #338528 for more info)
2006-09-12 20:34:33 +00:00
Bart Hakvoort
be3c0edc87
gparted-0.3.1
2006-09-11 09:46:42 +00:00
Bart Hakvoort
403143fc9b
show correct statusmessage when performing the readonly test.
...
* src/GParted_Core.cc: show correct statusmessage when performing the
readonly test.
2006-09-11 09:17:31 +00:00
Bart Hakvoort
55851c6c46
reverted back to parted probing after i heard patches to fix some issues
...
* 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.
2006-09-11 09:09:19 +00:00
Bart Hakvoort
50a32c3e14
display total sector info in copy_filesystem()
...
* src/GParted_Core.cc: display total sector info in copy_filesystem()
2006-09-10 20:48:07 +00:00
Bart Hakvoort
79672a5298
make sure progressfraction stays between 0.0 and 1.0 implemented rollback
...
* src/Dialog_Progress.cc: make sure progressfraction stays between 0.0
and 1.0
* include/GParted_Core.h,
src/GParted_Core.cc: implemented rollback in case of failed move of
overlapping filesystems. Together with the readonly test moving
should be quite save now :)
2006-09-10 12:17:33 +00:00
Bart Hakvoort
9010255c1c
return true if filesystem was succesfully modified by dosfsck.
...
* src/fat16.cc,
src/fat32.cc: return true if filesystem was succesfully modified by
dosfsck.
2006-09-09 11:11:32 +00:00
Bart Hakvoort
7044410a08
Show number of warnings after all operations are completed. Also urge
...
* include/Dialog_Progress.h,
src/Dialog_Progress.cc: Show number of warnings after all operations
are completed. Also urge people to save their details in case of
error.
2006-09-09 10:58:48 +00:00
Bart Hakvoort
52eb5545ec
trivial 'breakfast cleanups' :)
...
* include/Frame_Resizer_Base.h,
src/Frame_Resizer_Base.cc,
src/Frame_Resizer_Extended.cc,
src/GParted_Core.cc: trivial 'breakfast cleanups' :)
2006-09-09 07:09:13 +00:00
Bart Hakvoort
4d895659d3
be a bit more verbose on errior in set_used_sectors()
...
* src/ext2.cc
src/ext3.cc
src/fat16.cc
src/fat32.cc
src/jfs.cc
src/ntfs.cc
src/reiser4.cc
src/reiserfs.cc
src/xfs.cc: be a bit more verbose on errior in set_used_sectors()
2006-09-08 20:51:31 +00:00
Bart Hakvoort
59fe25882a
declared char * buf global, so it can be initialized in copy_blocks().
...
* include/GParted_Core.h,
src/GParted_Core.cc: declared char * buf global, so it can be
initialized in copy_blocks(). This is a lot more efficient than
initializing it on every copy_block()
2006-09-08 09:33:02 +00:00
Bart Hakvoort
c5853ab734
skip resize/move of partition/filesystem if there are no changes.
...
* src/GParted_Core.cc: skip resize/move of partition/filesystem if
there are no changes.
2006-09-08 07:57:23 +00:00
Pema Geyleg
833570510b
*** empty log message ***
2006-09-08 05:09:26 +00:00
Bart Hakvoort
f7ec213481
added test_overlap() perform a readonly testrun before the actual move if
...
* include/Partition.h,
src/Partition.cc: added test_overlap()
* include/GParted_Core.h,
src/GParted_Core.cc: perform a readonly testrun before the actual
move if destination overlaps source.
2006-09-07 20:31:05 +00:00
Bart Hakvoort
bd4d110fdb
parse /proc/partitions to find devices instead of using
...
* include/GParted_Core.h,
src/GParted_Core.cc: parse /proc/partitions to find devices instead
of using ped_device_probe_all()
2006-09-07 18:40:15 +00:00
Bart Hakvoort
f87808853d
finally added a decent check for libparted (see also #330776 )
...
* configure.in: finally added a decent check for libparted (see also
#330776 )
2006-09-06 20:45:55 +00:00
Bart Hakvoort
7e0a254ae7
gparted-0.3
...
* gparted-0.3
2006-09-04 20:23:01 +00:00