Piotr Drąg
b328434655
Updated Polish translation
2011-10-24 18:31:35 +02:00
Daniel Mustieles
34815d8941
Updated Spanish translation
2011-10-24 17:10:28 +02:00
Matej Urbančič
6d5dd497f2
Updated Slovenian translation
2011-10-23 19:15:49 +02:00
Curtis Gedak
284cfa7ed9
Add missing exfat file system to set_proper_filesystem method
...
This should have been part of commit
7cbc125a2e
2011-10-22 14:40:08 -06:00
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
Curtis Gedak
2bcd5d2954
Cleanup btrfs code
...
Move btrfs higher up the file system list.
Remove btrfs skip references as btrfs is now supported.
2011-10-22 10:44:29 -06:00
Curtis Gedak
ee9f9724e8
Add ability to resize btrfs file systems ( #661715 )
...
Closes Bug #661715 - use btrfs-tools ability to resize btrfs
partitions
2011-10-20 14:37:38 -06:00
Curtis Gedak
9b004634ab
Fix innocuous bug
...
Fix bug introduced in GParted 0.9.0 in commit
4a8fef9822
to address ISO C++ ambiguity
compiler warning.
Due to the nature of the surrounding code, this bug was not evident
in the log file output.
Thanks to Magnus Fromreide for finding this bug.
2011-10-18 10:25:37 -06:00
Jérôme Dumesnil
03cdaed946
Improve Merge_Operations method parameters and checks
2011-10-13 11:26:16 -06:00
Algimantas Margevičius
889054dd82
Updated Lithuanian translation
2011-10-09 22:28:06 +03:00
Curtis Gedak
6400494d0b
Update AUTHORS file
...
Add recognition for the work done by Jérôme Dumesnil to merge
operations as per bug #438573 .
2011-10-05 15:14:34 -06:00
Jérôme Dumesnil
b10349ae37
Merge overlapping operations ( #438573 )
...
When a new operation is added to operations list, check if a merge
is possible depending on the operation type:
OPERATION_RESIZE_MOVE: 2 consecutive "resize" operations on the
same partition
OPERATION_LABEL_PARTITION: 2 "label change" operations (need not be
consecutive) on the same partition
OPERATION_CHECK: 2 "check" operations (need not be
consecutive) on the same partition
OPERATION_FORMAT: 2 consecutive "format" operations on the
same partition
Closes Bug #438573 - Cancel out overlapping actions
Also fix a bug when copying partition using the Partition::Set(...)
method. This method did not initialize "sectors_used" and
"sectors_unused" members.
2011-10-05 15:08:44 -06:00
Rudolfs Mazurs
f41d5c07a0
Updated Latvian translation.
2011-10-03 00:56:18 +03:00
Curtis Gedak
715991cc9a
Remove README.compose because String::compose is not used in GParted
...
String::ucompose is used (note the added "u").
2011-09-26 16:48:14 -06:00
Curtis Gedak
a739afc9a1
Update String::ucompose library to version 1.0.5
2011-09-26 16:44:04 -06:00
Fran Dieguez
6277ec5359
Updated Galician translations
2011-09-25 13:02:06 +02:00
Daniel Nylander
b89b5d57a7
Updated Swedish translation
2011-09-20 07:43:25 +02:00
Curtis Gedak
79e328c2aa
Fix typo in person's name
2011-09-19 14:31:33 -06:00
Curtis Gedak
7533a153bb
Append -git to version for continuing development
2011-09-19 14:09:23 -06:00
Curtis Gedak
ee555227c7
========== gparted-0.9.1 ==========
2011-09-19 13:24:18 -06:00
Kenneth Nielsen
6f29f3efe5
Updated Danish translation
2011-09-19 20:04:42 +02:00
Rudolfs Mazurs
ef21de0a7c
Updated Latvian translation.
2011-09-19 20:58:49 +03:00
Muhammet Kara
8e449cfe73
Updated Turkish translation
2011-09-19 19:59:13 +03:00
Kenneth Nielsen
6f28c62404
Updated Danish translation
2011-09-19 18:09:04 +02:00
Yuri Myasoedov
653cd7171c
Updated Russian translation
2011-09-19 19:51:09 +04:00
Gabor Kelemen
b0829f28a9
Updated Hungarian translation
2011-09-19 14:18:10 +02:00
Abdalrahim G. Fakhouri
25849571ef
Updated Arabic translation
2011-09-17 12:25:09 +01:00
Daniel Korostil
085446eb15
Uploaded Ukranian
2011-09-16 12:00:51 +03:00
António Lima
8948f66e27
Updated Portuguese translation
2011-09-16 00:58:11 +01:00
Piotr Drąg
935bfdf6e7
Updated Polish translation
2011-09-15 13:46:28 +02:00
Curtis Gedak
bbd09a6321
Fix NTFS resize operation fails ( #655215 )
...
Due to a change in error handling behaviour in ntfsresize version
2.011.4.12AR.4 (libntfs-3g) GParted would fail to properly resize ntfs
file systems if the file system was marked for consistency check.
The current maintainer of ntfsprogs provided the following advice:
"Well, though I am reverting back to the old behavior, you should
add -ff instead of relying on an unspecified behavior when
ntfsresize gets an error when trying to read the reply. I suppose
you do not connect the stdin of ntfsresize, hence the error. With
-ff no question is asked (I stress : even with the old
ntfsresize)."
Hence I have added a second "--force" option to the ntfsresize command
for resizing NTFS file systems.
Closes Bug #655215 - NTFS partition resize fails
2011-09-13 11:20:50 -06:00
Marek Černocký
146c3bf1ea
Updated Czech translation
2011-09-08 11:30:21 +02:00
Matej Urbančič
2f8250bb94
Updated Slovenian translation
2011-09-07 21:27:55 +02:00
Tiffany Antopolski
06eeaafc8c
Updated Canadian English translation.
2011-09-06 11:28:59 -04:00
Daniel Mustieles
310c465d3e
Updated Spanish translation
2011-09-01 19:53:51 +02:00
Alexandre Franke
efc9a76e78
Update French translation
2011-09-01 15:36:25 +02:00
Mario Blättermann
3f67679414
[l10n] Updated German translation
2011-09-01 12:17:51 +02:00
Milo Casagrande
a7d82c2edf
[l10n] Updated Italian translation
2011-08-31 21:00:39 +02:00
Tiffany Antopolski
3b87931e87
Dialog_Rescue_Data.cc: fixed type, director --> directory
...
This fixes bug# 657744
2011-08-31 10:14:01 -06:00
Мирослав Николић
a93b63bd92
Updated Serbian translation
2011-08-31 15:04:46 +02:00
Tiffany Antopolski
58c4187112
en_CA.po: corrected incorrect unit translations.
...
This patch fixes bug# 610421
2011-08-30 14:44:55 -04:00
Fran Dieguez
99594a52ca
Updated galician translations
2011-08-29 10:49:18 +02:00
Milo Casagrande
09134e224d
[l10n] Updated Italian translation
2011-08-21 19:10:28 +02:00
Bruno Brouard
786162146c
Updated French translation
2011-07-31 17:01:58 +02:00
Mario Blättermann
21095a431c
[l10n] Updated German translation
2011-07-30 21:14:27 +02:00
André Gondim
f26cfc1161
Updated Brazilian Portuguese translation
2011-07-25 14:44:55 -03:00
Marek Černocký
a85a822df3
Updated Czech translation
2011-07-21 09:29:53 +02:00
Daniel Mustieles
daec915764
Updated Spanish translation
2011-07-20 22:27:51 +02:00
Pavol Klačanský
c269391530
Updated Slovak translation
2011-07-20 09:57:40 +02:00