Commit Graph

1255 Commits

Author SHA1 Message Date
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
Adi Roiban e22d1c9a04 Update Romanian translation 2009-12-05 13:11:07 +02:00
Curtis Gedak 0fba953cd9 Capture libparted messages when invalid partition table found #337244
When libparted reports a problem with the partition table, capture
this message and attach it to the "unallocated" partition that spans
the entire disk.

Examples of these types of problems encountered are:
     /dev/sda: unrecognised disk label
     Can't have overlapping partitions.
2009-12-03 15:59:49 -07:00
Curtis Gedak abc8bf9876 Append -git to version for continuing development 2009-12-02 10:10:00 -07:00
Curtis Gedak 05cf6da4d6 ========== gparted-0.5.0 ========== 2009-12-02 09:12:06 -07:00
Ask H. Larsen f7994c116c Updated Danish translation 2009-12-01 00:20:52 +01:00
Jorge González d8ece549b8 Updated Spanish translation 2009-11-29 23:46:39 +01:00
António Lima ffa3026c05 Updated Portuguese translation 2009-11-28 22:57:34 +00:00
Curtis Gedak 61907eddd4 Remove extra line feed from NEWS file 2009-11-27 09:58:24 -07:00
Djavan Fagundes 0842a7be15 Updated Brazilian Portuguese translation 2009-11-27 08:40:49 -02:00
Matej Urbančič f4c8b5eb7b Updated Slovenian translation 2009-11-26 19:46:25 +01:00
Gabor Kelemen 9872dba812 Updated Hungarian translation 2009-11-25 23:41:14 +01:00
Milo Casagrande 08c4cdd2f3 Updated Italian translation 2009-11-25 21:50:04 +01:00
Daniel Nylander d6054cde07 Updated Swedish translation 2009-11-25 21:34:55 +01:00
Claude Paroz 7a9cdad8ee Updated French translation 2009-11-25 21:28:06 +01:00
Curtis Gedak ef2fc4919c Re-enable ability to paste into an existing partition (#582101)
The ability to paste into an existing partition was disabled in
v0.4.0.  This ability has been re-enabled along with a warning
dialog that indicates the data in the existing partition will be
lost if the copy and paste operation is applied.
2009-11-25 12:39:02 -07:00
Djavan Fagundes 0eabe1d72b Updated Brazilian Portuguese translation. 2009-11-25 17:32:52 -02:00
Curtis Gedak cb2bb3ef9b Add mdadm requirement to README for Linux software RAID 2009-11-23 12:19:14 -07:00
Krasimir Chonov 3b69ff7835 Updated Bulgarian translation 2009-11-15 20:53:33 +02:00
Adrian Guniš d1c16de43a Update Czech translation. 2009-11-13 17:39:12 +01:00
Curtis Gedak 8cfb27b718 Cleanup file copyright entries
Restore copyright entries by original author to those of his last
known repository commit titled "released gparted-0.3.4 on
LarryT's request." on Feb 25, 2007.

Add my own copyright entries for files in which I changed source
code.  Files in which I only made spelling changes do not have my
copyright entry added.
2009-11-05 11:08:49 -07:00
Daniel Nylander 7e98c34df9 Updated Swedish translation 2009-11-05 07:30:05 +01:00
Curtis Gedak b873b3ce7c Update AUTHORS file for Linux software RAID functionality 2009-11-04 09:53:48 -07:00
Curtis Gedak ff734746f5 Remove MAINTAINERS file since no longer needed with git 2009-11-03 14:44:55 -07:00
Curtis Gedak 0972ef3133 Add some entries to gparted.doap file 2009-11-03 14:37:31 -07:00
Curtis Gedak 1607d13a06 Added auto detection of Linux software RAID devices
Auto detection of Linux software RAID devices was lost in GParted
0.3.8.  This was because device scanning by the libparted device
call ped_device_probe_all() was replaced with custom code within
GParted to scan /proc/partitions for devices.

The reason the libparted call was replaced was due to a long
scanning problem with ped_device_probe_all(), a non-existent
physical floppy device, and a BIOS setting indicating a floppy
drive existed.  See bug #351753:
https://bugzilla.gnome.org/show_bug.cgi?id=351753
2009-11-03 13:30:44 -07:00
Jorge González c571fa47c4 Updated Spanish translation 2009-11-03 21:14:37 +01:00
Curtis Gedak e2ef2ca671 Rename NO_DOC to HAVE_DISABLE_DOC for consistency sake 2009-11-03 10:57:15 -07:00
Curtis Gedak c2d19a8ab4 Replace gnome-open with gtk_show_uri (#600046)
This change was performed to align with a GNOME goal:
http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp

For backwards compatibility, the gnome-open command is used
when gtkmm < 2.14.0.
2009-11-03 10:27:35 -07:00
Curtis Gedak f1df2e18bc Correct desktop files for name and generic name entries (#600048)
This change was performed to align with a GNOME goal:
http://live.gnome.org/GnomeGoals/CorrectDesktopFiles
2009-11-02 13:57:25 -07:00
Curtis Gedak 9e18f0fdf6 Append -git to version for continuing development 2009-11-02 09:40:13 -07:00
Curtis Gedak 3c33c95ccc ========== gparted-0.4.8 ========== 2009-11-02 09:08:16 -07:00
Jorge González dbc701c7b2 Updated Spanish translation 2009-11-02 12:12:03 +01:00
Milo Casagrande cfc484528b Removed obsoletes from Italian translation 2009-11-01 15:09:31 +01:00
Milo Casagrande 0dc4164070 Updated Italian translation 2009-11-01 15:08:43 +01:00
Djavan Fagundes ca84b3f02d Updated Brazilian Portuguese translation 2009-10-31 12:47:51 -02:00
António Lima b2d1064624 Updated Portuguese translation 2009-10-31 14:38:05 +00:00
Bruce Cowan abe2166b8a Updated British English translation
Changed back to original units, I don't think this sort of thing should
be changed in en_GB.
2009-10-29 23:26:15 +00:00
Daniel Nylander 732f459c5a Updated Swedish translation 2009-10-28 09:46:37 +01:00
Khaled Hosny 6e36dc77ba Updated Arabic translation 2009-10-26 23:59:15 +02:00
Claude Paroz d37d987adc Updated French translation
Contributed by Julien Hardelin and Claude Paroz
2009-10-26 22:48:25 +01:00
Curtis Gedak 33d7e31d3c Change em dashes to period with new sentence
With the em dashes in the translatable strings, a 'make distcheck'
would fail.  Hence these have been change to be a period followed by a
new sentence.
2009-10-26 15:19:04 -06:00
Curtis Gedak c85de03ee3 Remove unable to re-read partition table warning (#599078)
When used with parted-2.0, GParted would display a warning
message indicating "kernel unable to re-read partition table" on
every device scan for each device with at least one partition
mounted.  Device scans occur when GParted starts up, immediately
after a series of actions are applied, and upon manually invoked
device refreshes.  This, I believe, is excessive notification to
the user and would be annoying.
2009-10-26 14:48:22 -06:00
Curtis Gedak 83381f85f1 Ensure no pending operations before creating partition table (#583896)
This fixes a situation where GParted would crash if a user queued
up some operations, created a new partition table, and then
applied the operations.
2009-10-25 14:35:12 -06:00