Commit Graph

1603 Commits

Author SHA1 Message Date
Fran Diéguez 413cdd8918 Updated Galician translations 2011-02-03 22:53:19 +01:00
Мирослав Николић 71bc465b5f Added Serbian help translation 2011-02-03 20:38:01 +01:00
Мирослав Николић bad63478cc Added Serbian translation 2011-02-03 20:01:06 +01:00
Baurzhan Muftakhidinov e6bea83ddf Updated Kazakh translation 2011-02-03 16:39:50 +06:00
Mario Blättermann 7298f5f79b [l10n] Updated German translation 2011-01-30 15:26:56 +01:00
Paulo E Ojeda 01dfb81413 Updated Spanish translation 2011-01-30 13:36:11 +01:00
Marek Černocký 5be3faecc8 Updated Czech translation 2011-01-30 12:20:56 +01:00
Curtis Gedak 6bf8df6c4c Update README and AUTHORS for attempt data rescue 2011-01-29 15:44:23 -07:00
Curtis Gedak 12f860afb8 Add missing copyright year to help manual 2011-01-29 15:19:57 -07:00
Curtis Gedak 614a781d2f Add attempt data rescue section to help manual (#171215)
Add documentation for new feature to attempt data rescue for lost
partitions.

Closes Bug #171215 - Support lost partition recovery
2011-01-29 15:11:47 -07:00
Joan Lledó ef37bdb7de Added support to lost data recovery using gpart 2011-01-29 14:58:02 -07:00
Ask H. Larsen 9d6a307357 Updated Danish translation 2011-01-27 22:12:32 +01:00
Bruno Brouard dfafd5d056 Updated French translation 2011-01-26 22:13:37 +01:00
Daniel Mustieles 7f9a3025ef Updated Spanish translation 2011-01-26 20:32:23 +01:00
Yaron Shahrabani da2ccb6044 Updated Hebrew translation. 2011-01-23 22:41:31 +02:00
Matej Urbančič 1059573847 Updated Slovenian translation 2011-01-21 20:44:34 +01:00
Khaled Hosny acad4056c0 Updated Arabic translation 2011-01-20 22:34:02 +02:00
Curtis Gedak ec876448b4 Prevent visual disk display area from disappearing
Added a display refresh to the event queue to address this
problem.

Previously, the display area of the visual disk seemed to
disappear when enough operations had been added to the queue so
that a scrollbar was required (about 4 operations).

If the three lines in HBoxOperations::load_operations method for
"//make scrollwindow focus on the last operation in the list"
were commented out then this also prevented the problem from
occurring.

Interestingly, if I changed the "set_cursor" method to
a "scroll_to_row" method, then this problem does not occur for an
additional 2 operations (about 6 operations total).

Ubuntu launchpad bug 583746 - Partition graph disappears after a
                              swap partition has been deleted
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/583746
2011-01-19 15:34:00 -07:00
Daniel Mustieles f568a4ab93 Updated Spanish translation 2011-01-19 19:42:43 +01:00
Curtis Gedak 6395970e6b Increase robustness of help manual launch
Add direct invocation of yelp if normal open help manual methods
fail.
2011-01-17 09:28:09 -07:00
Marek Černocký eff777df6e Updated Czech translation 2011-01-16 22:01:44 +01:00
Curtis Gedak c299bbe9e2 Add possible cause for failure to read file system 2011-01-16 11:39:02 -07:00
Curtis Gedak 09848775f4 Add another reason to list when unable to detect file system 2011-01-16 11:15:35 -07:00
Curtis Gedak 340d506c04 Update copyright year 2011-01-16 10:45:25 -07:00
Curtis Gedak 546ee7611b Change documentation to URL gparted.org and update copyright year 2011-01-16 10:30:51 -07:00
Curtis Gedak dd1db44639 Fix minor cylinder alignment rounding error (size < 1 cylinder)
Previously when creating a new partition on a device with 512
byte sectors with 7 MiB chosen and cylinder alignment, the
snap_to_cylinder logic would round up to 2 cylinders (~15.69
MiB), instead of the correct 1 cylinder (~7.84 MiB).
2011-01-15 14:46:18 -07:00
Curtis Gedak 6ae39268f2 Fix paste destination partition smaller than source (#639393)
Re-work logic for copying a cylinder aligned partition to a new
MiB aligned partition.  Previously this was partially fixed in
bug #626946 - Destination partition smaller than source partition

Closes Bug #639393 - Redux: Destination partition smaller than
                     source partition
2011-01-15 11:00:42 -07:00
Yuri Myasoedov d5ab884633 Updated Russian translation 2011-01-04 20:17:49 +03:00
Daniel Nylander f03b528787 Updated Swedish translation 2010-12-29 13:22:23 +01:00
Mattias Põldaru c9ae103210 [l10n] Updated Estonian translation 2010-12-20 15:26:08 +02:00
Curtis Gedak 203107f600 Minor update to Romanian translation to pass xml validation 2010-12-14 23:25:29 +02:00
Curtis Gedak a9e080f555 Append -git to version for continuing development 2010-12-13 10:33:26 -07:00
Curtis Gedak a66f6d542c ========== gparted-0.7.1 ========== 2010-12-13 09:25:25 -07:00
Curtis Gedak da6c8f3179 Remove extra blank line from NEWS 2010-12-12 11:19:36 -07:00
Curtis Gedak 2fa59d972f Update URL in README 2010-12-12 11:19:36 -07:00
Yaron Shahrabani 356ef5e75f Updated Hebrew translation 2010-12-11 02:00:55 +02:00
Yaron Shahrabani 464dd2f244 Updated Hebrew translation. 2010-12-11 01:59:07 +02:00
Curtis Gedak b176a96e28 Enhance to work with mount points defined by uuid or label 2010-12-09 14:58:03 -07:00
Curtis Gedak 128b1439a1 Add methods to FS_Info class to get path by uuid and by label 2010-12-09 14:06:38 -07:00
Curtis Gedak 3973b6961d Handle characters like spaces in mount points (#629592)
Use mntent C library to read mount point files such as
/etc/fstab, /etc/mtab, and /proc/mounts.

Closes bug #629592 - Unable to find Mount Point if it contains a
                     Space Character
2010-12-09 13:59:33 -07:00
Curtis Gedak 3be3a39a68 Move dmraid device logic outside of for loop
Since this logic did not depend on the for loop variable, it does
not make sense to have this within the for loop.
2010-12-08 16:03:21 -07:00
Curtis Gedak fd77e73c46 Refactor device parsing logic into Proc_Partitions_Info class
The reason for refactoring is to simplify the large GParted_Core
class, to help minimize disk reads, and to group the logic for
processing the file /proc/partitions into a single logical class.
2010-12-07 16:01:54 -07:00
Curtis Gedak 319255d3bc Refactor alternate_paths logic into new Proc_Partitions_Info class
This reason for refactoring is to simplify the large GParted_Core
class, to help minimize disk reads, and to group the logic for
processing the file /proc/partitions into a single logical class.
2010-12-07 11:49:50 -07:00
Lucian Adrian Grijincu f563df0942 Updated Romanian translation 2010-12-03 04:28:48 +02:00
Curtis Gedak 3c35a7ff42 Fix incorrect dmraid partition path name (#634553)
Enhance code so that all calls to the ped_partition_get_path
function in the libparted library go through one
GParted_Core::get_partition_path method.

This one method makes the appropriate adjustments to the dmraid
partition path name as required.

Closes bug #634553 - ntfsresize fails on RAID array
2010-11-11 10:37:04 -07:00
Adrian Guniš 02135a4ee5 Updated Czech translation 2010-11-08 13:13:55 +01:00
Curtis Gedak 0fc2eee4e0 Updated Spanish translation, fixes bug #633492 2010-11-01 10:14:03 +01:00
Mario Blättermann 195ae55935 [l10n] Updated German doc translation, Bug #633587 2010-10-31 14:17:35 +01:00
Carles Ferrando 3fac375957 Updated Catalan (Valencian) translation 2010-10-30 17:29:45 +01:00
Inaki Larranaga Murgoitio 486162dc11 Updated Basque language 2010-10-30 17:41:18 +02:00