Commit Graph

1528 Commits

Author SHA1 Message Date
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
Duarte Loreto 940eddfaba Updated Portuguese translation by António Lima <amrlima@gmail.com>.
2009-03-29  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation by António Lima
	<amrlima@gmail.com>.

svn path=/trunk/; revision=1114
2009-03-29 13:09:46 +00:00
Duarte Loreto ca77d59d58 Updated Portuguese translation by António Lima <amrlima@gmail.com>.
2009-03-29  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation by António Lima
	<amrlima@gmail.com>.

svn path=/trunk/; revision=1113
2009-03-29 12:56:40 +00:00
Leonardo Ferreira Fontenelle a0003d3684 Updated and vastly reviewed/improved the Brazilian Portuguese translation.
2009-03-28  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

	* pt_BR/pt_BR.po: Updated and vastly reviewed/improved the Brazilian
	Portuguese translation.

svn path=/trunk/; revision=1112
2009-03-28 03:41:35 +00:00
Leonardo Ferreira Fontenelle 17cf3cbf38 Updated Brazilian Portuguese translation by Vladimir Melo.
2009-03-27  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

	* pt_BR.po: Updated Brazilian Portuguese translation by Vladimir Melo.

svn path=/trunk/; revision=1111
2009-03-28 00:46:49 +00:00
Curtis Gedak 6e287d1911 Updated translation and code comments
svn path=/trunk/; revision=1110
2009-03-27 16:58:31 +00:00
Claude Paroz a97415d6c4 Updated French translation
2009-03-26  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Updated French translation

svn path=/trunk/; revision=1109
2009-03-26 20:27:33 +00:00
Curtis Gedak 0eafa2cb72 Updated requirements for dmraid support
svn path=/trunk/; revision=1108
2009-03-26 17:35:00 +00:00
Jorge Gonzalez Gonzalez be92c901f7 Updated Spanish translation
svn path=/trunk/; revision=1107
2009-03-24 18:33:42 +00:00
Daniel Nylander 5506193d08 sv.po: Updated Swedish translation
svn path=/trunk/; revision=1106
2009-03-24 09:21:51 +00:00
Curtis Gedak bbff867267 Maintained label and uuid when resizing swap
svn path=/trunk/; revision=1105
2009-03-23 20:01:03 +00:00
Curtis Gedak 5b9183ca26 Fixed error when resizing an extended partition
svn path=/trunk/; revision=1104
2009-03-23 18:51:33 +00:00
Inaki Larranaga Murgoitio b2f64b8d46 Updated Basque translation.
2009-03-23  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/trunk/; revision=1103
2009-03-23 11:35:41 +00:00
Curtis Gedak c3ea19d3e9 Added DMRaid.h and DMRaid.cc to authors file.
svn path=/trunk/; revision=1102
2009-03-21 01:56:58 +00:00
Curtis Gedak 41da87a818 Added src/DMRaid.cc file
svn path=/trunk/; revision=1101
2009-03-21 01:03:59 +00:00
Mario Blättermann f6f8643d93 Added screenshot to German docs
svn path=/trunk/; revision=1100
2009-03-20 22:01:16 +00:00
Marcel Telka 1eee97a954 Updated Slovak translation by Pavol Klačanský.
2009-03-20  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation by Pavol Klačanský.

svn path=/trunk/; revision=1099
2009-03-20 19:46:12 +00:00
Curtis Gedak 946b462757 Enhanced dmraid partition deletion
svn path=/trunk/; revision=1098
2009-03-16 22:59:50 +00:00
Curtis Gedak eda5bf16aa Improved swap and dmraid mountpoint detection
svn path=/trunk/; revision=1097
2009-03-16 22:55:24 +00:00