Commit Graph

1363 Commits

Author SHA1 Message Date
Claude Paroz 0bccd1df73 Updated French translation 2009-07-31 22:53:30 +02:00
Mattias Põldaru ba33133e7f Updating Estonian translation 2009-07-31 18:41:04 +03:00
Gabor Kelemen b0f85a7896 Hungarian translation updated 2009-07-31 00:15:20 +02:00
Žygimantas Beručka 0a8dd71caf Updated Lithuanian translation 2009-07-30 13:03:34 +03:00
Daniel Nylander 4f8706fa39 Updated Swedish translation 2009-07-29 23:11:36 +02:00
Curtis Gedak 8aa941204c Enhance to use new linux-swap "filesystem" types added in parted-1.9.0
Excerpt from parted-1.9.0 release notes follows:
  In libparted, the linux-swap "filesystem" types are now called
  "linux-swap(v0)" and "linux-swap(v1)" rather than "linux-swap(old)"
  and "linux-swap(new)" as in parted 1.8, or "linux-swap" as in older
  versions; "old" and "new" generally make poor names, and v1 is the
  only format supported by current Linux kernels. Aliases for all
  previous names are available.
2009-07-28 15:38:30 -06:00
Curtis Gedak 5f3c806561 Enhance file parsing to handle tabs properly (#582687)
Previously the read_mountpoints_from_file() method only expected
a space between arguments in files such as /etc/fstab.  Valid
delimiters are now space and tab.

Related to GParted bug #582687
2009-07-23 16:09:22 -06:00
Curtis Gedak ae912379cc Cleanup white space in read_mountpoints_from_file method 2009-07-23 16:09:22 -06:00
Khaled Hosny 98f7470b25 Updated Arabic translation 2009-07-21 07:09:03 +03:00
Mario Blättermann 1144f41974 Updated German doc translation 2009-07-14 19:16:14 +02:00
Jorge González f1dbb99876 Updated Spanish translation 2009-07-12 13:17:28 +02:00
Jorge González e2bccae3b4 Updated Spanish translation 2009-07-08 23:05:28 +02:00
Curtis Gedak 0899b72dd3 Remove extra blank line accidentally added in last commit 2009-07-06 16:23:02 -06:00
Curtis Gedak 8e8bf7e544 Change button create to apply for partition table creation (#576374)
To further minimize the chance of accidentally creating a new partition
table, the following steps have been taken:

1)  Rename non-standard Create button to stock Apply button.
2)  Remove extra warning about erasing entire disk device.
3)  Update GParted Manual accordingly.

Closes GParted bug #576374
2009-07-06 15:58:08 -06:00
David Planella bbe8bf5479 Updated Catalan translation 2009-07-06 20:30:36 +02:00
Curtis Gedak dff060365c Make .gitignore gparted* mask more specific (#587065) 2009-07-04 09:29:16 -06:00
Priit Laes a2fcabc193 Added Estonian translation. 2009-06-26 22:45:00 +03:00
Claude Paroz c06e13d835 Add French manual translation
Contributed by Julien Hardelin and Claude Paroz.
2009-06-26 18:30:39 +02:00
Mario Blättermann c704b6fd50 Updated German translation 2009-06-22 22:16:53 +02:00
Daniel Nylander 61e95b7803 Updated sv translation (Daniel Nylander) 2009-06-13 10:26:10 +02:00
A S Alam d627d29556 updating translation for Punjabi (Gurmukhi) pa.po 2009-06-12 06:02:25 +05:30
Jorge Gonzalez c431422100 Updated Spanish translation 2009-05-24 14:02:03 +02:00
Jorge Gonzalez f016c15331 Updated Spanish translation 2009-05-18 20:52:13 +02:00
Curtis Gedak 746a2f2f09 Improve error messages and translator comments
Provide translator sample text, and add more detail to error messages
when updating the ntfs boot sector.
2009-05-16 12:45:43 -06:00
Curtis Gedak dd8a57a8fe Remove requirement for xxd and dd for NTFS move or paste action
Perform direct update of Number of Hidden Sectors in NTFS boot record.
This change removes the need for /usr/bin/xxd and /bin/dd.
Related to GParted bug #574389
2009-05-16 12:15:14 -06:00
Gabor Kelemen 9fa7486b7c Hungarian translation updated 2009-05-15 01:46:31 +02:00
Curtis Gedak f164e78153 Require xxd and dd for NTFS move or paste action
Related to GParted bug #574389
2009-05-14 14:59:49 -06:00
Curtis Gedak 9238e47bc2 Remove absolute paths from /usr/bin/xxd and /bin/dd 2009-05-14 14:45:11 -06:00
Curtis Gedak 51969b33e8 Append -git to version for continuing development 2009-05-08 10:55:40 -06:00
Curtis Gedak ca426d411e ========== gparted-0.4.5 ========== 2009-05-08 09:55:00 -06:00
Christian Kirbach 1570c9cc65 [master] Updated German translation. 2009-05-04 00:22:07 +02:00
Curtis Gedak e7352a5000 Ensure /dev file system device entries created before adding device 2009-05-02 10:59:49 -06:00
Curtis Gedak 301bd77312 Refactor some logic into separate settle_device method 2009-05-02 10:59:49 -06:00
Curtis Gedak 22b6b27703 Improve file system detection with fall back to vol_id 2009-05-02 10:59:49 -06:00
David Planella 835f7dc21b Updated Catalan translation by David Planella 2009-05-02 15:20:46 +02:00
Curtis Gedak 2a89d936d6 Remove get_dmraid_prefix method used to specify a single device
It appears that different dmraid versions handle specifying a
single dmraid device differently.

dmraid-1.0.0.rc14 uses a partial name only,
  such as "isw" or "isw_cjbdddajhi".
dmriad-1.0.0.rc15 uses a full name only,
  such as "isw_cjbdddajhi_Vol0".

To maintain compatibility with the broadest range of dmraid versions,
the ability to specify a single dmraid device is being removed.
2009-04-29 16:34:30 -06:00
Curtis Gedak 3f773c3ae8 Ensure kpartx is executed even if dmraid fails 2009-04-29 16:23:28 -06:00
Curtis Gedak 301f58c977 Remove temporary debugging information accidentally committed 2009-04-28 14:23:09 -06:00
Curtis Gedak 58c9336e9d Enhance get_dmraid_name to also check udev information if needed 2009-04-28 14:21:56 -06:00
Curtis Gedak 9816f5c18a Refactor some logic into separate get_udev_name method 2009-04-28 13:42:47 -06:00
Curtis Gedak 63980c0def Minor style change to place braces on a separate line 2009-04-27 15:17:45 -06:00
Curtis Gedak ce4de8b51e Improve dmraid device detection with checking udev if needed
Some distros appear to display /dev/dm-# device names with
libparted.  Since this fails a pattern match with the dmraid
device name, check with udev to see if a pattern match is
possible with the name returned from udevinfo or udevadm info.

For example:
     /dev/mapper/isw_cjbdddajhi_Vol0 is the device name
     /dev/dm-0 is a symbolic link pointing to the above device name
2009-04-26 16:45:53 -06:00
Curtis Gedak 5112e41815 Update copyright year for FS_Info class 2009-04-26 15:49:30 -06:00
Curtis Gedak 47f0d6bd5d Enhance UUID detection to fallback to vol_id if available
Normally, the blkid command will detect the UUID for a file system.
In cases where blkid fails to detect the UUID and the vol_id command
is available, then try using the vol_id command.
2009-04-24 17:46:05 -06:00
Curtis Gedak 8d024d86df Improve initialization logic for FS_Info class
Ensure that fs_info_cache is populated in any first instantiation in
a program, even for an instantiation such as:
    FS_Info A(false);
2009-04-24 17:18:36 -06:00
Curtis Gedak a05751ea95 Enhance to try udevadm if udevsettle is not found
Newer systems might not have udevsettle.  It has been replaced by
"udevadm settle".
Thanks to Lorenzo Cogotti aka Micia for this knowledge, and for a
proposed solution.
2009-04-24 11:12:29 -06:00
Curtis Gedak c2cd718bb5 Fix typo in gparted short description 2009-04-23 11:30:03 -06:00
Curtis Gedak f548eed2c8 Append -git to version for continuing development 2009-04-22 17:10:01 -06:00
Curtis Gedak 7c2c771266 Minor cosmetic fix to reorder Reiser4 detection code
Now the Reiser4 detection code better matches the detection code for
other file systems.
2009-04-22 16:55:47 -06:00
Curtis Gedak 7695593d21 Improve crypt-luks detection (#578300)
Move crypt-luks detection prior to libparted file system detection.
If libparted file system detection is performed first, then encrypted
file systems such as ext3 will be incorrectly detected by libparted as
plain 'ext3' when in fact these file systems are encrypted.
2009-04-22 16:47:13 -06:00