Commit Graph

1146 Commits

Author SHA1 Message Date
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
Curtis Gedak 543139893a Add entries used by eclipse projects 2009-04-22 15:53:07 -06:00
Baurzhan Muftakhidinov 759aadffd5 Added Kazakh translation 2009-04-21 16:44:43 +02:00
Curtis Gedak 25423960fc Minor update to one line intro for gparted 2009-04-20 16:36:20 -06:00
Curtis Gedak a76f8bad84 Add gparted.doap to provide short description for git web interface 2009-04-20 15:48:26 -06:00
Mario Blättermann 428c1cb18f Updated German translation 2009-04-20 21:48:11 +02:00
Curtis Gedak 3fdf17b68e Update HACKING notes with git specific comments 2009-04-19 15:44:31 -06:00
Curtis Gedak 94d92cf7fd Add note that ChangeLogs are no longer used
Enhance Makefile.am to add 'git log' entries to the ChangeLog
after the release of gparted-0.4.4.  This is performed by a dist-hook
target only on release.  E.g., make dist
2009-04-19 15:19:15 -06:00
Curtis Gedak 8c7527c85a Create list of file patterns for git to ignore 2009-04-18 15:11:27 -06:00
Curtis Gedak e078f7ed97 Ensure that m4 directory exists 2009-04-18 14:47:32 -06:00
Jorge Gonzalez Gonzalez 45c3f43e68 Updated Spanish translation
svn path=/trunk/; revision=1123
2009-04-12 15:15:44 +00:00
Curtis Gedak 4e3273621a gparted-0.4.4
svn path=/trunk/; revision=1121
2009-04-02 15:25:03 +00:00
Curtis Gedak e6c83401ce Added change log entry for Punjabi translation by A S Alam.
svn path=/trunk/; revision=1120
2009-04-02 15:14:27 +00:00
miloc aa068e122d Updated Italian translation
svn path=/trunk/; revision=1119
2009-04-01 19:22:19 +00:00
Amanpreet Singh Alam f1345c6232 Updating Punjabi Translation (pa)
svn path=/trunk/; revision=1118
2009-04-01 02:10:06 +00:00
miloc 4be6d1b758 Updated Italian translation
svn path=/trunk/; revision=1117
2009-03-31 19:07:16 +00:00
Kenneth Nielsen 069ecdd030 Updated Danish translation
svn path=/trunk/; revision=1116
2009-03-30 20:42:39 +00:00
Ignacio Casal Quinteiro 86de6f120a Updated Galician Translation by Suso Baleato.
svn path=/trunk/; revision=1115
2009-03-30 10:19:49 +00:00