Commit Graph

1348 Commits

Author SHA1 Message Date
Curtis Gedak 19d8f0dfc8 Add sector size to device display pane
Also add sector_size to Device class.  This is the start of an
enhancement to add support for devices with sector sizes other
than 512 bytes (#607165).
2010-02-20 15:12:26 -07:00
Bruce Cowan af8601f5a2 Update British English translation
Fixes #610547
2010-02-20 19:01:21 +00:00
Curtis Gedak eba0c88da5 Indicate required software packages if unable to read file system (#576908) 2010-02-20 11:27:58 -07:00
Jorge González c7693f40bc Updated Spanish translation 2010-02-20 16:38:00 +01:00
Jorge González 27da95ef0e Updated Spanish translation 2010-02-20 16:37:52 +01:00
Jorge González ce3b55bffe Updated Spanish translation 2010-02-20 10:08:08 +01:00
Jorge González d5d1fd4682 Updated Spanish translation 2010-02-20 10:08:04 +01:00
Jorge González 4a6eac0454 Updated Spanish translation 2010-02-20 10:06:55 +01:00
Henrique P. Machado 2f51f8fe1c Updated Brazilian Portuguese Translation 2010-02-04 17:23:46 -03:00
Marek Černocký 4f7e87c64c Update Czech translation 2010-02-02 13:21:02 +01:00
Curtis Gedak 32ab5f0ec0 Increase required gtkmm-2.4 version 2.16.0 for gtk_show_uri (#608065)
Building GParted with gtkmm-2.4 version 2.14.0 would fail with:
     error: ‘gtk_show_uri’ was not declared in this scope.
This problem does not occur with version 2.16.0.
2010-01-27 16:33:21 -07:00
Curtis Gedak c9ab7f26cb Append -git to version for continuing development 2010-01-25 10:10:27 -07:00
Curtis Gedak 569c7b647c ========== gparted-0.5.1 ========== 2010-01-25 09:05:00 -07:00
Inaki Larranaga Murgoitio de611184bf Updated Basque language 2010-01-25 16:59:12 +01:00
Ask H. Larsen 0019ead7f0 Updated Danish translation 2010-01-24 23:23:08 +01:00
Gabor Kelemen 1eac22d5b9 Updated Hungarian translation 2010-01-21 19:56:03 +01:00
Djavan Fagundes a8090c01ea Updated Brazilian Portuguese translation. 2010-01-20 11:26:59 -05:00
Milo Casagrande 70258d0f33 Updated Italian translation 2010-01-19 21:46:09 +01:00
Matej Urbančič f786239cbd Updated Slovenian translation 2010-01-18 17:01:25 +01:00
Jorge González 2cd2a2c093 Updated Spanish translation 2010-01-18 06:18:23 +01:00
Bruce Cowan 75032d4207 Updated British English translation 2010-01-18 00:50:48 +00:00
Petr Kovar 804f89487c Add Czech help translation by Marek Cernocky 2010-01-17 21:41:23 +01:00
Claude Paroz 35f719ae3a Updated French translation 2010-01-17 21:08:26 +01:00
Alexander Shopov 6efd46d322 Updated Bulgarian translation 2010-01-17 20:15:06 +02:00
Khaled Hosny 9b256d276f Updated Arabic translation 2010-01-17 20:08:34 +02:00
Mario Blättermann 45ee4fb1b5 Updated German translation 2010-01-17 18:42:45 +01:00
Daniel Nylander ba4ae068a6 Updated Swedish translation 2010-01-17 17:35:34 +01:00
Daniel Nylander c0bc80765b Updated Swedish translation 2010-01-17 17:28:27 +01:00
Curtis Gedak 3dd34af909 Avoid crashes by ignoring devices with sector size > 512 bytes (#595309)
This is not an ideal solution because devices with sector sizes
greater than 512 bytes are silently ignored from a graphical interface
perspective.  Only if the user starts gparted from the command line
will the "ignoring device" message be seen.

In my opinion this short term solution of ignoring these devices is
still better than a gparted crash which might also result in data
loss.

A bug report requesting support for devices with sector sizes > 512
bytes has been created.
https://bugzilla.gnome.org/show_bug.cgi?id=607165

Thanks go to Jan Claeys for the initial small patch.
2010-01-16 11:45:29 -07:00
Curtis Gedak bf86fd3f9c Work around: retry ped_disk_commit_to_os() after sleep(1) (#604298)
Bug #604298 involves a problem that can occur when GParted uses
libparted to manipulate a partition table, but the
ped_disk_commit_to_os() function fails to inform the Linux kernel of
these changes to the partition table.  This problem is intermittent in
nature and is difficult to reliably reproduce.

This change is an attempt at a work around.  If the first call to
ped_disk_commit_to_os() fails, then we sleep for 1 second to allow the
system to settle before invoking the function call again.  My testing
has shown that this greatly improves the chances of successfully
informing the kernel of partition changes.

Thanks go to François Dupoux and Steven Shiau for their suggestions
and help to resolve this problem.
2010-01-15 15:39:06 -07:00
Mario Blättermann 9c2d70e1d6 Updated German translation 2010-01-15 18:43:06 +01:00
Curtis Gedak cf22c99424 Update copyright years in fat16.cc and fat32.cc 2010-01-14 10:59:30 -07:00
Curtis Gedak 1155fa6dab Fix problem reading some FAT32 partitions (#605175)
This problem was introduced with GParted 0.4.7 when the "-a"
option was removed from the dosfsck command.  The dosfsck command
is used to read the number of used sectors.  Instead we will now
use the "-n" option which does not write any changes to the file
system, and allows non-interactive operation.
2010-01-14 10:50:49 -07:00
Petr Kovar 89f62578b4 Updated Czech translation by Adrian Gunis and Marek Cernocky 2010-01-12 02:15:20 +01:00
Daniel Nylander dde4baa568 Updated Swedish translation 2010-01-11 03:46:59 +01:00
Curtis Gedak 51d1c4c552 Ensure commit_to_os() return code is passed up through commit() method
This problem was discovered while investigating bug #604298
2010-01-08 11:02:16 -07:00
Anton Méixome 5ff0b9d91d Updated Galician Translation 2010-01-08 17:56:14 +01:00
Matej Urbančič 50ebf8d0a5 Updated Slovenian translation 2010-01-05 16:54:59 +01:00
Curtis Gedak 2f9bf91883 Update copyright year 2010-01-02 15:07:03 -07:00
Curtis Gedak 20f5c6f83b Clean up code for old bug #157871
Remove commented code and boolean use-C-lang parameter for
Utils::num_to_str() method because this bug was fixed in
gcc-4.0.3.  The GNU gcc compiler versions 4 and up are now
commonly in use.  Also due to previous partial commenting and
removal of the code, the code was non-functional

Thanks goes to Jan Claeys for pointing out this clean up
opportunity.
2010-01-02 15:04:30 -07:00
Jan Janssen 4cdc86b4bf Fixed Bug #595141 in German translation 2009-12-29 00:03:16 +01:00
Jorge González 112e74ebf4 Updated Spanish translation 2009-12-19 14:55:51 +01:00
Antonio Fernandes C. Neto 765f8005ee Updated Brazilian Portuguese translation 2009-12-19 08:20:14 -02:00
Lucian Adrian Grijincu 9be9d46027 Update Romanian translation 2009-12-19 09:37:18 +02:00
Jorge González e81e6c5b76 Updated Spanish translation 2009-12-13 09:59:08 +01:00
Curtis Gedak 1ef489fcd8 Clear libparted kernel re-read messages when scanning devices
When calling commit_to_os() with newer Linux kernels,
parted-1.9.0, and at least one partition mounted on the device,
the following error message is displayed:

    The kernel was unable to re-read the partition table on
    /dev/sda (Device or resource busy).  This means Linux won't
    know anything about the modifications you made until you
    reboot.  You should reboot your computer before doing
    anything with /dev/sda.

If this message is not cleared then it will remain in the
libparted_message array and could potentially be displayed along
with an error message for a subsequent scanned disk device.
2009-12-09 13:16:18 -07:00
Curtis Gedak 098cb0cddf Change field labels to sentence capitalization
Change is to align with GNOME Human Interface Guidelines 2.2.
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en
2009-12-06 14:36:39 -07:00
Curtis Gedak 906b969ecd Change wording from disk label type to more common partition table 2009-12-06 14:32:12 -07:00
Curtis Gedak b1bdb04e2b Update optional list of commands used 2009-12-06 13:58:27 -07:00
Curtis Gedak 5a43d64486 Update list of optional commands used by gparted 2009-12-06 13:39:09 -07:00