Commit Graph

1774 Commits

Author SHA1 Message Date
Curtis Gedak eebc8cd431 Update AUTHORS file
Add recognition for the work done by Stephen Kirkby to reverse umount
order in xfs::copy.
2011-11-13 09:54:46 -07:00
Curtis Gedak 2ecbd3bbb9 Update AUTHORS file
Add recognition for the work done by Mike Fleetwood to improve btrfs
labelling and new btrfs multi-tool command use.
2011-11-13 09:42:01 -07:00
Mike Fleetwood a580abbc30 Use newer btrfs multi-tool control command first
Btrfsctl and btrfs-show were depreciated in October 2011 and have been
superseeded by the newer btrfs multi-tool control command.  Use btrfs as
first choice, falling back to btrfsctl and btrfs-show when not found.
2011-11-13 09:29:45 -07:00
Mike Fleetwood 7ba1d417c5 Add labelling of btrfs file systems
Use "btrfs filesystem label" command to set the label of unmounted
btrfs file systems.
2011-11-13 09:29:45 -07:00
Stephen Kirkby e247357b51 Reverse umounting order in xfs::copy
See bug #663806 - Cannot copy XFS filesystem to new smaller
                  partition anymore
2011-11-13 09:24:01 -07:00
Curtis Gedak 1dce98cd3e Add to README packages required for fedora 16 build
Also add configure flag to disable scrollkeeper for desktops that do
not support scrollkeeper.
2011-11-12 17:03:23 -07:00
Curtis Gedak 38aab666b4 Enable copy to smaller XFS partition (#663806)
Closes Bug #663806 - Cannot copy XFS filesystem to new smaller
                     partition anymore
2011-11-11 11:52:49 -07:00
Curtis Gedak 32659e5e02 Add xfsdump package requirement to copy xfs file systems 2011-11-10 13:12:21 -07:00
Mike Fleetwood cbd3170e57 Fix btrfs volume label reading
There are still 2 issues with reading btrfs labels when falling back
on using btrfs-show command, rather than primary method of using the
blkid command:

1)  Label is set no "none" when btrfs-show is reporting there is no
    label, although it is impossible to distinguish from the case of the
    label actually being set to "none".

2)  The label has 2 trailing spaces appended as the regular expression
    matches "Label: (btrfslabel  )uuid:" rather than
    "Label: (btrfslabel)  uuid:" in the btrfs-show output.

Assume a label "none" means there is no label and fix the regular
expression.
2011-11-08 08:54:25 -07:00
Marek Černocký 07bc770c31 Updated Czech translation 2011-11-02 19:34:54 +01:00
Curtis Gedak 370c084947 Improve code comments for reading volume labels 2011-11-01 13:13:28 -06:00
Curtis Gedak b6f1c56fb1 Enhance regexp_label method to handle unicode characters
Prompted by Bug #662537 - Ext4 unicode labels not shown correctly
2011-11-01 13:08:36 -06:00
Curtis Gedak 2ae36153ee Display ntfs unicode volume labels properly
Prompted by Bug #662537 - Ext4 unicode labels not shown correctly
2011-11-01 13:05:42 -06:00
Curtis Gedak cf8293cf78 Display ext2/3/4 unicode volume labels properly (#662537)
Note that this enhancement changes GParted to first try the native
tools to determine the volume label for all file systems.  If the
volume label is not found then the fall back method is to use blkid.

There is a small degradation in device refresh times as a result of
this change.

Closes Bug #662537 - Ext4 unicode labels not shown correctly
2011-11-01 13:01:02 -06:00
Curtis Gedak 71c1606cac Repair broken volume label regular expression pattern
Also adjust indentation.
2011-11-01 12:45:14 -06:00
Curtis Gedak 2a9c13e6e1 Append -git to version for continuing development 2011-11-01 10:32:12 -06:00
Curtis Gedak 52dbd9b42f Fix release date - s/b Nov. 1, 2011 2011-11-01 10:21:51 -06:00
Curtis Gedak 3251cc1618 ========== gparted-0.10.0 ========== 2011-11-01 10:11:12 -06:00
Bruce Cowan f05f6a1b79 Updated British English translation 2011-10-31 22:46:41 +00:00
Yuri Myasoedov b0a220adf8 Updated Russian translation 2011-10-31 23:01:51 +04:00
Djavan Fagundes fe53254423 Updated Brazilian Portuguese translation 2011-10-31 09:08:56 -02:00
Alexander Shopov 365d6dd88b Updated Bulgarian translation 2011-10-30 21:49:57 +02:00
Milo Casagrande 7ef478edb5 [l10n] Updated Italian translation 2011-10-28 21:31:10 +02:00
Antonio Fernandes C. Neto 3767706552 Updated Brazilian Portuguese translation 2011-10-26 13:54:18 -02:00
Curtis Gedak 47e0c00a7e Handle additional return codes from btrfsctl resizing
Sometimes btrfsctl returns 256 on successful resize, not just 0.
2011-10-25 11:52:10 -06:00
Aurimas Černius 6ed5193207 Updated Lithuanian translation 2011-10-25 18:50:17 +03:00
Daniel Nylander 67ccbb0ca2 Updated Swedish translation 2011-10-25 08:41:40 +02:00
Gabor Kelemen 50502c4c9f Updated Hungarian translation 2011-10-24 21:29:08 +02:00
Mario Blättermann 64aa491221 [l10n] Updated German translation 2011-10-24 19:57:01 +02:00
Muhammet Kara 2e015db34c Updated Turkish translation 2011-10-24 20:00:18 +03:00
Claude Paroz a81a222b01 Updated French translation 2011-10-24 18:47:56 +02:00
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