Bart Hakvoort
f7722d2bbf
show warning in progressfeedback if a certain action is n/a. Of course we
...
* include/Dialog_Progress.h,
include/Operation.h,
src/Dialog_Progress.cc,
src/GParted_Core.cc: show warning in progressfeedback if a certain
action is n/a. Of course we only allow these actions if the results
are non-lethal.
2006-07-19 20:54:08 +00:00
Bart Hakvoort
9e32399727
enabled move support for all the filesystems. Also made some small changes
...
* enabled move support for all the filesystems. Also made some small
changes to the logic which determines if copy is allowed.
2006-07-19 20:12:46 +00:00
Bart Hakvoort
a11ddd7496
added some progressfeedback
...
* src/GParted_Core.cc: added some progressfeedback
2006-07-19 19:02:18 +00:00
Bart Hakvoort
cf49d07996
fixed potential crasher in read algorithm ( #347914 )
...
* src/xfs.cc: fixed potential crasher in read algorithm (#347914 )
2006-07-19 17:26:42 +00:00
Ilkka Tuohela
d37f1154d7
Updated Finnish translation
2006-07-19 10:23:12 +00:00
Bart Hakvoort
cf59b71bf4
worked a bit on progressfeedback.. added FIXME
...
* include/GParted_Core.h,
src/GParted_Core.cc: worked a bit on progressfeedback..
* include/Partition.h: added FIXME
2006-07-18 21:10:10 +00:00
Bart Hakvoort
8c5326e8b6
implemented snap to cylinder algorithm. Although the algorithm is very
...
* src/Win_GParted.cc,
include/GParted_Core.h,
src/GParted_Core.cc: implemented snap to cylinder algorithm.
Although the algorithm is very simple, it seems to work perfectly.
However, some additional testing is required.
2006-07-17 20:54:41 +00:00
Daniel Nylander
37bb7bb4a6
Updated Swedish translation.
...
2006-07-16 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2006-07-16 15:55:36 +00:00
Bart Hakvoort
357e2d84bc
lots of fixes and improvements (mostly move-related)
...
* lots of fixes and improvements (mostly move-related)
2006-07-11 18:13:27 +00:00
Ilkka Tuohela
9355f6cfd9
Updated Finnish translation
2006-07-03 20:43:04 +00:00
Gabor Kelemen
34bc15a842
Translation updated.
...
2006-06-26 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
2006-06-26 21:00:01 +00:00
Daniel Nylander
cfc074867f
Updated Swedish translation.
...
2006-06-25 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2006-06-25 16:14:39 +00:00
Bart Hakvoort
935ceb756e
some more work on the order of operations when performing a move (made use
...
* src/GParted_Core.cc: some more work on the order of operations when
performing a move (made use of maximize_filesystem() ).
2006-06-21 19:46:29 +00:00
Raivis Dejus
beb0db9b8e
Added Latvian translation.
...
2006-06-21 Raivis Dejus <orvils@gmail.com>
* lv.po: Added Latvian translation.
* cinfugure.in: Added 'lv' entry to ALL_LINGUAS
2006-06-21 10:37:43 +00:00
Bart Hakvoort
90e1af5bfe
finalized the order of operations when performing a move.
...
* src/GParted_Core.cc: finalized the order of operations when
performing a move.
2006-06-20 20:17:32 +00:00
Francisco Javier F. Serrador
126658e3dc
Updated Spanish translation.
...
2006-06-19 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
2006-06-19 04:09:24 +00:00
Bart Hakvoort
a150c58852
use new copy_block() in copy_filesystem()
...
* src/GParted_Core.cc: use new copy_block() in copy_filesystem()
2006-06-18 19:56:48 +00:00
Bart Hakvoort
b223e829ab
renamed resize_partition to resize_move_partition to better reflect its
...
* include/GParted_Core.h,
src/GParted_Core.cc: renamed resize_partition to
resize_move_partition to better reflect its functionality.
2006-06-18 19:38:29 +00:00
Bart Hakvoort
8fecbac1d0
did more work on moving
...
* include/GParted_Core.h,
src/GParted_Core.cc: did more work on moving
2006-06-18 19:27:52 +00:00
Bart Hakvoort
afa792bf0c
some more cleanups, should be finished now :)
...
* include/GParted_Core.h,
src/GParted_Core.cc,
src/Win_GParted.cc: some more cleanups, should be finished now :)
2006-06-18 08:50:17 +00:00
Gintautas Miliauskas
4a33b1acf9
Updated Lithuanian translation.
...
2006-06-18 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
2006-06-17 22:59:03 +00:00
Bart Hakvoort
32dc8481c8
restructured the core a bit, over time it had become very messy.
...
* restructured the core a bit, over time it had become very messy.
2006-06-17 20:52:25 +00:00
Bart Hakvoort
2d7fb5700b
more cleanups in the core and the fs'es (these changelogs are getting
...
* more cleanups in the core and the fs'es (these changelogs are
getting boring ;^) )
2006-06-17 16:38:15 +00:00
Bart Hakvoort
08245cd08c
cleanups in the core and the fs'es (resize)
...
* cleanups in the core and the fs'es (resize)
2006-06-17 14:44:17 +00:00
Daniel Nylander
8b4136b84d
Updated Swedish translation.
...
2006-06-17 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2006-06-17 12:30:41 +00:00
Bart Hakvoort
20d5650188
cleanups in the core and the fs'es (check/repair)
...
* cleanups in the core and the fs'es (check/repair)
2006-06-17 09:55:32 +00:00
Bart Hakvoort
3094aeaabe
use new create_filesystem() in format()
...
* src/GParted_Core.cc: use new create_filesystem() in format()
2006-06-17 09:03:11 +00:00
Bart Hakvoort
682283ce89
cleanups in the core and the fs'es (create)
...
* cleanups in the core and the fs'es (create)
2006-06-17 08:56:24 +00:00
Hendrik Richter
50912f2049
Updated German translation.
...
2006-06-15 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
2006-06-15 15:14:33 +00:00
Wouter Bolsterlee
aa1e4f4e9c
Translation updated by Tino Meinen.
...
2006-06-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* nl.po: Translation updated by Tino Meinen.
2006-06-13 09:07:28 +00:00
Ignacio Casal Quinteiro
49676d3c06
*** empty log message ***
2006-06-10 20:34:39 +00:00
Bart Hakvoort
65f0a16eb2
removed 'EXPERIMENTAL' from move-message to prevent incorrect
...
* src/GParted_Core.cc: removed 'EXPERIMENTAL' from move-message to
prevent incorrect translations.
2006-06-04 13:41:06 +00:00
Bart Hakvoort
b92ac20232
added movesupport, atm in experimental state and needs lots of cleaning.
...
* include/GParted_Core.h,
src/GParted_Core.cc,
src/ext2.cc: added movesupport, atm in experimental state and needs
lots of cleaning. only enabled for ext2, but should work for all
filesystems.
* src/DialogFeatures.cc: added alternating rowcolours (see #342682 )
2006-05-31 20:03:49 +00:00
Takeshi AIHANA
0b1717433c
Updated Japanese translation by Masayuki SANO <sano@acs.i.kyoto-u.ac.jp>.
...
2006-05-31 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation by
Masayuki SANO <sano@acs.i.kyoto-u.ac.jp>.
2006-05-31 13:07:38 +00:00
Bart Hakvoort
7ff0609962
made blocksize settable by the user.
...
* include/Dialog_Partition_Copy.h,
include/GParted_Core.h,
include/OperationCopy.h,
include/Win_GParted.h,
src/Dialog_Partition_Copy.cc,
src/GParted_Core.cc,
src/OperationCopy.cc,
src/Win_GParted.cc: made blocksize settable by the user.
2006-05-27 19:51:55 +00:00
Clytie Siddall
7b56107ce9
vi.po: Updated Vietnamese translation.
2006-05-27 11:44:13 +00:00
Bart Hakvoort
a45ade9563
fixed typo ( #343015 )
...
* src/GParted_Core.cc: fixed typo (#343015 )
2006-05-26 16:09:11 +00:00
Clytie Siddall
b80079bc62
vi.po: Updated Vietnamese translation.
2006-05-26 08:32:57 +00:00
Arangel Angov
11ff0b2bad
Updated Macedonian translation <arangela@cvs.gnome.org>
2006-05-25 16:56:50 +00:00
Francisco Javier F. Serrador
c99352d2de
Updated Spanish translation.
...
2006-05-24 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
2006-05-24 20:35:14 +00:00
Takeshi AIHANA
5827c8d0d6
Added 'ja' (Japanese) to ALL_LINGUAS.
...
2006-05-24 Takeshi AIHANA <takeshi.aihana@gmail.com>
* configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.
2006-05-24 13:24:08 +00:00
Takeshi AIHANA
2e90481477
Added Japanese translation by Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp>.
...
2006-05-24 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Added Japanese translation by Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp>.
2006-05-24 13:22:13 +00:00
Bart Hakvoort
7bb7e8a84f
Use ped_device_read and ped_device_write instead of 'dd' to copy
...
* Use ped_device_read and ped_device_write instead of 'dd' to copy
filesystems.
Modified progressdetails to provide more detailed feedback about a
process.
Basicly these were all changes to the infrastructure to make the
incorporation of the 'move-code' a bit easier.
( sorry, not in the mood to list all affected files ;)
2006-05-23 21:17:34 +00:00
Bart Hakvoort
aef704c242
gparted-0.2.5
...
* gparted-0.2.5
2006-05-13 18:27:51 +00:00
Bart Hakvoort
939a94c0ba
updated copyrightinfo
...
* src/Win_GParted.cc: updated copyrightinfo
2006-05-13 18:18:52 +00:00
Pawan Chitrakar
fe1b3c4dc0
Added Nepali Translation
2006-05-02 13:26:42 +00:00
Daniel Nylander
e15dac137d
Updated Swedish translation.
...
2006-05-02 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2006-05-01 22:29:45 +00:00
Josep Puigdemont i Casamajó
696c4a5d50
Updated Catalan translation by David Cassany.
2006-04-29 08:49:36 +00:00
Vincent van Adrighem
0d5c168256
Translation updated by Tino Meinen.
...
2006-04-23 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
2006-04-23 17:54:45 +00:00
Daniel Nylander
6af6421ac0
Updated Swedish translation.
...
2006-04-19 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2006-04-19 15:21:19 +00:00