Curtis Gedak
ca30f986f7
Add virtual move method to FileSystem class
...
This is preparation work for the following bug report:
Bug #589555 - Moving a swap partition needlessly copies
all "data" on it
2010-10-19 13:35:53 -06:00
Curtis Gedak
42dafa2e6a
Skip copy action because linux-swap does not contain data
...
This change is related to the following bug report:
Bug #589555 - Moving a swap partition needlessly copies
all "data" on it
2010-10-19 10:02:18 -06:00
Curtis Gedak
d330f9a518
Fix partitions moved or copied using MiB alignment are 1 MiB larger
...
Correct problem introduced in version 0.6.3 whereby move or copy
operations using MiB alignment resulted in the destination
partition being 1 MiB larger.
Closes bug #632478
2010-10-18 17:08:23 -06:00
Curtis Gedak
b0e36132b0
Make btrfs support a normal part of gparted
...
Remove need to configure with the --enable-btrfs option in order
to include btrfs support in gparted.
2010-10-18 15:28:40 -06:00
Mattias Põldaru
f7a5ecfc08
[l10n] Updated Estonian translation
2010-10-17 20:24:14 +03:00
Kjartan Maraas
e609f21d3b
Updated Norwegian bokmål translation
2010-10-16 21:20:03 +02:00
Curtis Gedak
7dd6381c43
Add more translator comments requested in bug #631684
2010-10-15 14:50:58 -06:00
Matej Urbančič
120864926d
Updated Slovenian translation
2010-10-15 21:00:59 +02:00
Mario Blättermann
faeafe2a78
[i18n] Updated German translation
2010-10-14 14:03:03 +02:00
Jorge González
244af2fde8
Updated Spanish translation
2010-10-14 13:11:40 +02:00
Curtis Gedak
1cdb40e70d
Rearrange text for warning when moving a partition
2010-10-13 09:07:53 -06:00
Curtis Gedak
d7e1f295a9
Update to support plural forms for string for translators
...
Closes bug #631684 - Needed Translator Comments
2010-10-13 09:07:53 -06:00
Aron Xu
aff4c3034c
Update Simplified Chinese translations, some strings are synced from ubuntu-l10n-zh-cn team by Yunqiang Su.
...
Signed-off-by: Aron Xu <aronxu@gnome.org>
2010-10-13 18:43:28 +08:00
Maxim V. Dziumanenko
f315803c91
Updated Ukrainian translation
2010-10-13 11:27:31 +03:00
Curtis Gedak
08c78ba19d
Add translator comments requested in bug #631684
2010-10-12 18:14:30 -06:00
Curtis Gedak
c165544506
Update URLs to new official web site gparted.org
2010-10-12 11:35:26 -06:00
Markus Elfring
1e2562adda
Bug #539092 : Deletion of unnecessary null pointer checks
...
A few null pointer checks were deleted because they were not needed any more.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2010-10-06 12:24:51 -06:00
Curtis Gedak
02af76c1ef
Update AUTHORS file
2010-10-05 13:27:20 -06:00
Seth Heeren
ddf225728f
erase_filesystem_signatures writes uninitialized data
...
tagged FIXME
2010-10-05 12:54:55 -06:00
Seth Heeren
71a811cfae
leaked FS structures for unsupported partition types
...
FILESYSTEMS vector copies anyway
2010-10-05 12:54:55 -06:00
Seth Heeren
e61b5ff240
leaked regular expression (regfree not called)
2010-10-05 12:54:55 -06:00
Seth Heeren
29e4329182
Unitialized value in OperationDetail::OperationDetail
2010-10-05 12:54:55 -06:00
Seth Heeren
37dad68f45
ped_partition_get_path result not freed
2010-10-05 12:54:55 -06:00
Seth Heeren
18fed5030f
leaked FS structures for new partition dialog
...
FILESYSTEMS vector copies anyway
2010-10-05 12:46:26 -06:00
Seth Heeren
83ff77285a
leaked Gtk::HBox
2010-10-05 12:46:26 -06:00
Seth Heeren
58b0e23dd7
remove misuse of ustring in get_filesystem
2010-10-05 10:29:05 -06:00
Luca Bruno
9c41afae91
Use ext2 as default when creating new filesystems
...
Default to ext2 for filesystem creation, instead of the
alphabetically preceding btrfs. Do not use get_label(),
as it is not available in older gtkmm.
2010-10-05 08:51:53 -06:00
Luca Bruno
5c05233072
Provide set_used_sectors() for Btrfs
...
Add set_used_sectors() method to Btrfs handler, to show usage statistics
on unmounted volumes.
2010-10-03 17:00:53 +02:00
Luca Bruno
0125278eb7
List Btrfs capabilities in filesystems table
...
When enabled, show Btrfs capabilities in features table, without skipping
it like other multi-volume systems.
2010-10-03 17:00:53 +02:00
Luca Bruno
5765eb870c
Use Btrfs handlers, if enabled at configure time
...
GParted already has basic support only to recognize Btrfs volumes; if
configured, use our newer methods to handle them.
Also, put in place interface controls for all supported generic actions.
2010-10-03 17:00:53 +02:00
Luca Bruno
66a3a71842
Initial Btrfs-handling modules
...
This adds initial handlers for Btrfs; only .create, .check and
.read_label are done for now, via external btrfs-tools.
Other methods are still only stubs.
2010-10-03 17:00:53 +02:00
Luca Bruno
a64cc98bb5
Add --enable-btrfs to ./configure for experimental Btrfs support
...
This will take care of setting BTRFS_SUPPORT in config.h, included
all around the sources to conditionally enable Btrfs capability.
2010-10-03 17:00:53 +02:00
Curtis Gedak
30efae4b8d
Append -git to version for continuing development
2010-10-01 09:36:30 -06:00
Curtis Gedak
a4bbdb0c86
========== gparted-0.6.4 ==========
2010-10-01 09:08:27 -06:00
Curtis Gedak
adc55bec50
Fix partitions created using MiB alignment are 1 MiB larger ( #631026 )
...
Closes bug #631026 - Partitions created using MiB alignment are
1 MiB larger than specified
2010-09-30 11:31:25 -06:00
Curtis Gedak
e2c0cb6a4b
Append -git to version for continuing development
2010-09-23 10:45:42 -06:00
Curtis Gedak
69ba15be35
========== gparted-0.6.3 ==========
2010-09-23 09:50:02 -06:00
Dirgita
c07a3b26ed
Initial Indonesian translation
...
Added id to LINGUAS
2010-09-23 17:12:25 +07:00
Baurzhan Muftakhidinov
e81506381b
Updated Kazakh translation, missed few strings
2010-09-23 15:00:34 +06:00
Baurzhan Muftakhidinov
cf0cf8d66e
Updated Kazakh translation
2010-09-23 14:53:21 +06:00
Curtis Gedak
d040e4e584
Use direct assignment for string in class initialization
...
Change string initialization to use direct assignment instead of
a class method in the GParted_Core class initialization.
Thanks go to Jan Claeys for pointing out this potential problem
and providing the following link:
https://bugzilla.gnome.org/show_bug.cgi?id=627724#c7
This link contains a comment by Matthias Clasen that says:
"In a class init function, don't do anything that causes
other threads to initialize classed types."
2010-09-21 11:19:42 -06:00
António Lima
06d4e1e100
Updated Portuguese translation
2010-09-21 00:41:39 +01:00
Ask H. Larsen
90f9364c75
Updated Danish translation
2010-09-19 23:56:01 +02:00
Mattias Põldaru
866f1b212d
[l10n] Updated Estonian translation
2010-09-19 11:49:36 +03:00
Adrian Guniš
ab0bbb8ed5
Updated Czech translation
2010-09-18 20:50:11 +02:00
Piotr Drąg
d0e315c6c8
Updated Polish translation
2010-09-16 15:57:58 +02:00
Mario Blättermann
42a7597df4
[i18n] Updated German translation
2010-09-16 12:48:43 +02:00
Gabor Kelemen
8a62da95ad
Updated Hungarian translation
2010-09-14 02:25:35 +02:00
Milo Casagrande
eb5b4cf8d6
[l10n] Updated Italian translation
2010-09-13 22:40:30 +02:00
Carlos José Pereira
5fa69f0aeb
Updated Brazilian Portuguese translation
2010-09-13 17:21:40 -03:00