Commit Graph

1348 Commits

Author SHA1 Message Date
Curtis Gedak f9f603256e Convert file system maximum from sector to byte value 2010-03-24 14:37:08 -06:00
Curtis Gedak 40d7dbac4b Convert file system minimum from sector to byte value 2010-03-24 14:37:08 -06:00
Curtis Gedak 4d658a10a8 Add constants to aid in transition to support sector sizes > 512 bytes 2010-03-24 14:37:08 -06:00
Jorge González 27ccff43af Updated Spanish translation 2010-03-23 19:48:09 +01:00
Inaki Larranaga Murgoitio 65441ab994 Updated Basque language 2010-03-18 18:39:40 +01:00
Timo Jyrinki 6a590eb5e4 Updated Finnish translation by Jiri Grönroos. Via Launchpad. 2010-03-18 11:33:35 +02:00
Curtis Gedak f23746959f Fix mkswap error "UUID parsing failed" when resizing with no UUID
See following debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573836
2010-03-14 13:46:59 -06:00
Curtis Gedak e786bfa598 Enhance erase_filesytem_signatures() for sector sizes > 512 bytes 2010-03-14 13:46:59 -06:00
Curtis Gedak 892e56f9b6 Enhance file system detection for sector sizes > 512 bytes 2010-03-14 13:46:59 -06:00
Curtis Gedak 4c0b514e22 Set device length to value from libparted
Previously this value was calculated to end on a cylinder
boundary.  On today's larger hard drives, which simply emulate
Cylinders/Heads/Sectors, some disk space might remain after the
last cylinder.  This space would always be less than a full
cylinder in size.  Now this space will be visible to the user.
2010-03-14 13:46:59 -06:00
Adi Roiban f9867f6766 Update Romanian translation 2010-03-14 19:36:54 +02:00
Kjartan Maraas 06cd75f27f Updated Norwegian bokmål translation 2010-03-13 11:37:32 +01:00
Milo Casagrande 4435faee7a Updated Italian translation 2010-03-10 19:02:12 +01:00
Petr Uzel c722047c36 Avoid compiler warning
Report of this problem can be found in the mailing list archive:
http://sourceforge.net/mailarchive/forum.php?thread_name=4B967C26.2090608%40gmail.com&forum_name=gparted-devel
2010-03-10 09:11:40 -07:00
Curtis Gedak 7e47cf8e96 Append -git to version for continuing development 2010-03-08 10:21:13 -07:00
Curtis Gedak 161c5e4cf0 ========== gparted-0.5.2 ========== 2010-03-08 09:27:39 -07:00
Petr Kovar 7e021c796a Update Czech translation by Adrian Gunis 2010-03-08 12:57:28 +01:00
Peteris Krisjanis 9a48b24e32 Updated Latvian translation. 2010-03-08 00:21:04 +02:00
Peteris Krisjanis 227724f8b3 Updated Latvian translation. 2010-03-07 17:24:36 +02:00
Peteris Krisjanis fc8cafea06 Updated Latvian translation. 2010-03-07 15:50:09 +02:00
Fran Diéguez a11c9ffbc3 Updated Galician translation 2010-03-05 14:50:58 +01:00
António Lima 6ce69c51ba Updated Portuguese translation 2010-03-05 00:39:17 +00:00
Jorge González 5bbaae6eea Updated Spanish translation 2010-03-03 18:18:32 +01:00
Jorge González 4647b795dd Updated Spanish translation 2010-03-03 18:18:29 +01:00
Piotr Drąg 10d811f537 Updated Polish translation 2010-03-03 16:29:02 +01:00
Djavan Fagundes b5912ceece Updated Brazilian Portuguese translation 2010-03-02 21:32:07 -03:00
Jorge González a40ed964b3 Updated Spanish translation 2010-03-03 00:14:04 +01:00
Alexander Shopov 7475008d3f Updated Bulgarian translation 2010-03-02 20:51:27 +02:00
Jorge González c4ea398b4e Updated Spanish translation 2010-03-02 08:15:37 +01:00
Jorge González 4801c8f517 Updated Spanish translation 2010-03-01 23:50:37 +01:00
Claude Paroz 2622b9bd8b Updated French translation 2010-03-01 23:41:17 +01:00
Daniel Nylander b0b519d0db Updated Swedish translation 2010-03-01 23:28:23 +01:00
Gabor Kelemen 83df286745 Updated Hungarian translation 2010-03-01 22:24:28 +01:00
Jorge González a80f32fcb1 Updated Spanish translation 2010-03-01 22:16:23 +01:00
Curtis Gedak 260e0ea190 Fix bug when copying huge NTFS partition never finishes (#575324)
Improved logic in cleanup_cursor method to minimize the number of
string erase operations performed.

Previously when the NTFS copy finished, GParted would take an
exceptionally long time to clean up the output.  This was due to
the huge number of small string erase operations performed on a
extremely large string.
2010-03-01 13:56:05 -07:00
Curtis Gedak 39208ba2af Add check if partition table re-read work around code is needed
A patch to alleviate the "failure to inform kernel of partition
changes problem" (bug #604298) has been included in parted-2.2.
Hence when parted-2.2 or higher is used, the work around code in
GParted is not required.
2010-03-01 11:05:03 -07:00
Jorge González 19317b9c4a Updated Spanish translation 2010-03-01 00:13:53 +01:00
Curtis Gedak c4e58e037c Improve logic for libparted minimum version check 2010-02-27 16:28:34 -07:00
Curtis Gedak 4e2be4047c Remove comment about wrong identifier for HFS/HFS+ (#568867)
With parted-2.2 the partition identifier for HFS and HFS+ is set to 0xAF.
With previous versions of parted this was incorrectly set to 0x83.
2010-02-26 10:36:54 -07:00
Jorge González cf0b1dde21 Updated Spanish translation 2010-02-25 23:51:42 +01:00
Jorge González f2c18124f8 Updated Spanish translation 2010-02-25 20:56:10 +01:00
Mario Blättermann 6a3c0662cf Updated German translation 2010-02-25 11:45:39 +01:00
Curtis Gedak 70584176de Disable extended option for non-MSDOS and non-DVH disk types (#583906)
According to parted documentation, only "msdos" and "dvh" disk
types (or partition table types) support extended partitions.
All other disk types support primary partitions only.
2010-02-24 11:39:42 -07:00
Jorge González 253175df89 Updated Spanish translation 2010-02-23 20:55:17 +01:00
Matej Urbančič 21a8384b51 Updated Slovenian translation 2010-02-23 15:53:15 +01:00
Jorge González e7b2b76aaa Updated Spanish translation 2010-02-22 21:02:03 +01:00
Curtis Gedak ed6d8f0cee Make partition "New" label available for translation (#610540) 2010-02-22 10:33:18 -07:00
Matej Urbančič 78bcf0b88a Updated Slovenian translation 2010-02-22 15:26:41 +01:00
Mario Blättermann 59ad596298 Updated German translation 2010-02-21 17:28:13 +01:00
Jorge González 9a67775c87 Updated Spanish translation 2010-02-21 11:23:04 +01:00