Commit Graph

1229 Commits

Author SHA1 Message Date
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
Curtis Gedak 0723c82f30 Update copyright year for Win_GParted class 2009-10-24 15:17:13 -06:00
Curtis Gedak 73471032c9 Improve feedback when creating or pasting partition (#579266)
Improve the feedback to the user when creating or pasting a
partition on a device with no partition table found.

Prior to this enhancement if a user tried to create or paste a
partition onto a device with no partition table found, GParted
would present the user with a Create Partition Table dialog.

When creating a new partition this could cause confusion for
users who were trying to format the disk.  The user could
mistakenly believe the choice of an MS-DOS file system was being
presented.

Similarly on a paste operation it could be confusing to be
presented with a dialog to create a partition table without any
explanation of why a partition table was suddenly required in the
midst of the paste operation.

Neither the new partition creation, nor the partition paste
actions were performed after the Create Partition Table dialog
was displayed.
2009-10-24 14:16:40 -06:00
Curtis Gedak 0af42af3d0 Add padding to progress dialog window 2009-10-22 10:19:47 -06:00
Curtis Gedak a960d280d8 Change field labels to sentence capitalization (#583885)
This change done to align with the GNOME Human Interface Guidelines.
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en
2009-10-21 15:25:44 -06:00
Curtis Gedak 4a8ecdc613 Remove repeated titles in progress dialog (#589558) 2009-10-18 13:06:40 -06:00
Curtis Gedak acdddc0770 Add help dialog when configured with --disable-doc 2009-10-17 15:43:20 -06:00
Jorge González 3e12b3b202 Updated Spanish translation 2009-10-17 11:39:56 +02:00
Curtis Gedak d9b892a73f Use both devkit-disks and hal-lock if available
During the transition period from HAL to devicekit-disks some
distributions might require both methods to prevent device
auto-mounting.  See Ubuntu launchpad bug link:
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/428133
2009-10-16 10:57:03 -06:00
Mario Blättermann 4fea82af2e Updated German translation 2009-10-16 17:46:10 +02:00
Sveinn í Felli ce34e0f0ed Added IS translation 2009-10-15 23:17:12 +00:00
Curtis Gedak b1667d4f6d Add support for devicekit-disks device automount prevention 2009-10-15 10:32:29 -06:00
Curtis Gedak cf4a962c73 Further improve dmraid device and name recognition 2009-10-14 11:09:23 -06:00
Curtis Gedak 2298840640 Update URL for bug reporting link 2009-10-14 10:37:01 -06:00
Curtis Gedak 5f6301d1b0 Rework logic to resolve real path for symbolic link devices (#582687) 2009-10-13 17:45:04 -06:00
Curtis Gedak 8f857692e0 Add adjective to indicate size of patch and fix spacing 2009-10-13 12:44:26 -06:00
Bruce Cowan b44516a9d4 Minor string fixes (#597686) 2009-10-13 12:24:02 -06:00
André Gondim d0eb2695fa Updated Brazilian Portuguese translation and corrected a incorrect translation 2009-10-10 11:08:45 -03:00
Curtis Gedak be7e2d77ae Append -git to version for continuing development 2009-10-09 11:02:20 -06:00
Curtis Gedak 6f94d0ddfc ========== gparted-0.4.7 ========== 2009-10-09 09:34:32 -06:00
Bruce Cowan cba485357d Updated British English translation 2009-10-07 14:07:27 +01:00
Curtis Gedak f042f21d65 Enhance configure to work with libparted two digit version number 2009-10-06 16:12:54 -06:00
Curtis Gedak 0810792f02 Ensure dmraid devices created for devices passed on command line 2009-09-30 16:32:32 -06:00
Curtis Gedak fa0b88c701 Improve logic for retrieval of device udev name 2009-09-30 16:25:19 -06:00
Curtis Gedak 78c3174694 Improve logic to recognize dmraid devices 2009-09-30 16:16:27 -06:00
Curtis Gedak d63c97ef42 Simplify logic to ensure dmraid_devices cleared before populating 2009-09-30 16:08:03 -06:00
Seth Hunter df541b8986 Fix problem with create new partition size off by one sector (#596552)
With "Round to cylinders" deactivated, creating a new partition would
create a partition that was one sector too large.

Closes GParted bug #596552
2009-09-28 16:32:04 -06:00