Bart Hakvoort
58cb2ad6ec
changed dialogwidth from 500 to 600 pixels. (icw certain languages the
...
* src/Dialog_Progress.cc: changed dialogwidth from 500 to 600 pixels. (icw certain languages the operation didn't fit)
2004-10-16 17:14:19 +00:00
Bart Hakvoort
dde4f4d709
First load gui and then scan devices, this resulted in way faster startup
...
* include/Win_GParted.h,
src/Win_GParted.cc: First load gui and then scan devices, this resulted in way faster startup and is more satisfactory (imho)
Also did some minor code cleanups and rearranged some functions needed for applying operations.
* src/Dialog_Progress.cc: few minor code cleanups.
2004-10-16 15:42:08 +00:00
Bart Hakvoort
7046811770
minor (code) change in displaying errormessage. Made
...
* include/Operation.h,
src/Operation.h: minor (code) change in displaying errormessage. Made Apply_Resize_Move_Extended_To_Visual() a bit more
readable (and thus debugable). This whole class could still use a soft, caring hand though :P
* src/Device.cc: Unallocate space < 1MB wasn't filtered out. fixed.
* src/Partition.cc (Set_Used): Unused wasn't set properly. fixed.
2004-10-14 10:25:17 +00:00
Bart Hakvoort
bf8e065a0b
i just can't stop tweaking the operationslist =)
...
* src/Win_GParted.cc: i just can't stop tweaking the operationslist =)
2004-10-11 16:08:12 +00:00
Bart Hakvoort
fa5698e115
logic unallocated space wasn't read correctly, fixed. added
...
* src/Device.cc (Read_Disk_Layout): logic unallocated space wasn't read correctly, fixed.
* include/Win_GParted.h: added open_operationslist() and menu_view_operations() .
* src/Win_GParted.cc: tweaked operationlist behaviour a bit. Also added 'Operations" toggle-item to View menu.
2004-10-11 14:19:56 +00:00
Bart Hakvoort
3dbaa30dba
Again =) Decided to use switch ( blahblah ) instead of if else statements.
...
* src/Device.cc (Read_Disk_Layout): Again =) Decided to use switch ( blahblah ) instead of if else statements.
2004-10-11 12:55:33 +00:00
Bart Hakvoort
2858ad26de
some internal codechanges. Looks a bit cleaner now.
...
* src/Device.cc (Read_Disk_Layout): some internal codechanges. Looks a bit cleaner now.
2004-10-11 11:59:28 +00:00
Bart Hakvoort
9c328738c9
made 'deep-scan' optional in Read_Disk_Layout. Removed obsolete (already)
...
* include/Device.h,
src/Device.cc: made 'deep-scan' optional in Read_Disk_Layout. Removed obsolete (already) commented function.
* include/Partition.h,
src/Partition.cc: Took used sectors out of Set() and added a Set_Used() function instead. Also added Reset() .
* src/Dialog_Partition_New.cc: minor change to make use of the new Set() in Partition..
* include/Win_GParted.h,
src/Win_GParted.cc: show pulsing progressbar while refreshing devices.
2004-10-11 10:23:24 +00:00
Bart Hakvoort
ad93a3718b
changed color of reiserfs from blue to purple highlight. + some cosmetics.
...
* src/Partition.cc: changed color of reiserfs from blue to purple highlight. + some cosmetics.
2004-10-08 20:06:51 +00:00
Bart Hakvoort
bcb05b8540
removed inheritance from sigc::trackable. (this is already done by
...
* include/Frame_Resizer_Base.h: removed inheritance from sigc::trackable. (this is already done by Glib::Object). * src/Dialog_Partition_Copy.cc, src/Frame_Resizer_Base.cc: fixed issues with resizing reiserfs filesystems.
2004-10-08 19:53:35 +00:00
Bart Hakvoort
c65731a497
updated translatorcomment.
...
* src/Dialog_About.cc: updated translatorcomment.
2004-10-08 16:31:10 +00:00
Bart Hakvoort
3bf218f8a0
fixed some resizing-issues with reiserfs.
...
* src/Dialog_Base_Partition.cc,src/Dialog_Partition_Resize_Move.cc: fixed some resizing-issues with reiserfs.
2004-10-08 15:59:03 +00:00
Bart Hakvoort
9db1a85a0d
src/Dialog_Base_Partition.cc and src/Win_GParted.cc: removed spaces before some exclamation and question marks
2004-10-07 15:28:13 +00:00
Bart Hakvoort
8d3a201896
unmarked 'Copyright' string for translation and replaced (c) with UTF-8
...
* src/Dialog_About.cc: unmarked 'Copyright' string for translation and replaced (c) with UTF-8 copyright symbol
2004-10-07 14:59:22 +00:00
Bart Hakvoort
4d47390878
added colorsupport to mklabel in Util.h and replaced self-made widget with UTF-8 block in VBox_VisualDisk.cc/.h
2004-10-07 14:12:34 +00:00
Bart Hakvoort
bd3152788f
implemented mk_label wherever possible
2004-10-06 19:06:43 +00:00
David Lodge
e26341f862
Added "en_GB" (British English).
...
2004-10-06 David Lodge <dave@cirt.net>
* configure.in (ALL_LINGUAS): Added "en_GB" (British English).
2004-10-06 18:18:53 +00:00
Bart Hakvoort
18b47725f8
enabled support for reiserfs
2004-10-06 15:32:40 +00:00
Francisco Javier F. Serrador
f968bd1f4a
Updated Spanish translation.
...
2004-10-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
2004-10-05 22:16:15 +00:00
Jordi Mallach
37645d2f74
Added "ca" (Catalan) to ALL_LINGUAS and disable USE_COMMON_DOC_BUILD in autogen.sh.
2004-10-04 11:42:47 +00:00
Bart Hakvoort
d57a8eced7
removed unnecessary headerfiles
2004-10-02 13:18:25 +00:00
Bart Hakvoort
17d8388a19
fixed incorrect tooltip with unallocated space
2004-10-02 13:07:48 +00:00
Bart Hakvoort
fcd414f720
corrected dates (i've used vim far to often =) )
2004-10-02 11:36:21 +00:00
Bart Hakvoort
05ee2f2254
added convenience function. Also fixed a small bug with incorrect labelvalue of fat16 upper limit
2004-10-02 11:34:18 +00:00
Bart Hakvoort
72f91cbc39
removed all stringstreams from the project (they were possibly responsible
...
* removed all stringstreams from the project (they were possibly responsible for rare chrashes in certain locales)
2004-10-02 09:39:16 +00:00
Bart Hakvoort
a1dfbee2b3
cosmetics (mostly tabfixes)
...
* almost all files: cosmetics (mostly tabfixes)
2004-10-01 21:09:19 +00:00
Bart Hakvoort
577d0f8112
marked 3 strings for translation.\n* src/Operation.cc: fixed an i18n
...
* src/Dialog_Partition_New.cc: marked 3 strings for translation.\n* src/Operation.cc: fixed an i18n related crasher and did some cosmetic cleanups.
2004-10-01 18:36:12 +00:00
Bart Hakvoort
3fc4d5b74d
minor changes to a few strings
2004-10-01 17:28:20 +00:00
Hendrik Brandt
9a9a00a0fe
added "de" (German) to ALL_LINGUAS *po/de.po: updated German translation
...
2004-10-01 Hendrik Brandt <hebra@cvs.gnome.org>
* configure.in: added "de" (German) to ALL_LINGUAS
*po/de.po: updated German translation
2004-10-01 14:52:58 +00:00
Bart Hakvoort
334377071d
bumped version to 0.0.5
2004-09-30 18:49:54 +00:00
Bart Hakvoort
0d2ee545a7
added colored squares to the tree to highlight filesystems.
2004-09-30 18:26:34 +00:00
Bart Hakvoort
78e81b82be
ignore all projectfiles
2004-09-29 13:15:57 +00:00
Bart Hakvoort
8ae5ebb2e6
several (mostly) i18n related fixes/cleanups
2004-09-29 12:33:40 +00:00
Bart Hakvoort
dbb478b789
minor i18n related tweaks.
2004-09-29 09:13:04 +00:00
Duarte Loreto
872951fc67
Added Portuguese (pt) to ALL_LINGUAS.
...
2004-09-29 Duarte Loreto <happyguy_pt@hotmail.com>
* configure.in: Added Portuguese (pt) to ALL_LINGUAS.
2004-09-29 00:00:01 +00:00
Bart Hakvoort
57e7ca3160
several small thingies, mostly i18n related
2004-09-28 21:12:20 +00:00
Maxim Dziumanenko
1e2e9b52be
Added Ukrainian translation.
...
2004-08-28 Maxim Dziumanenko <mvd@mylinux.com.ua>
* Added Ukrainian translation.
2004-09-28 13:34:01 +00:00
Bart Hakvoort
208a25c470
changed representation of hardisk info
2004-09-27 20:12:47 +00:00
Bart Hakvoort
eb2e4d144e
marked 'Unallocated' for translatation
2004-09-27 07:33:37 +00:00
Bart Hakvoort
5f549f8b57
fixed alignment problems with some languages
2004-09-26 20:37:07 +00:00
Bart Hakvoort
7ffc4ac0ad
removed 'documented by' tab and fixed alignments
2004-09-26 19:36:02 +00:00
Bart Hakvoort
16ca6f738f
fixed bug that occured while converting the filesystem of a new partition
2004-09-26 18:41:43 +00:00
Bart Hakvoort
362d4d9cbd
changed colors of ext2, ext3 and linux-swap
2004-09-26 18:27:15 +00:00
Bart Hakvoort
ce130c77e3
fixed bug with check for max amount of partitions while pasting a copied partition.
2004-09-26 08:47:00 +00:00
Raphael Higino
f90506c3e0
Fixed some two typos
2004-09-25 23:23:59 +00:00
Bart Hakvoort
c5f807a878
use VERSION instead of hardcoded numbers
2004-09-25 22:24:24 +00:00
Bart Hakvoort
c5491cdd8f
fixed small bug with overlapping text
2004-09-25 22:16:19 +00:00
Bart Hakvoort
bb69282a4a
added a sensible 'Translated by' tab to creditsdialog, also added an translator-credits string
2004-09-25 18:52:51 +00:00
Bart Hakvoort
33c3e3c5f5
more i18n (i think i've marked 100% of the strings) and some code cleanups
2004-09-25 14:24:45 +00:00
Bart Hakvoort
ceacd66031
added ../src/main.cc
2004-09-25 01:55:35 +00:00
Bart Hakvoort
c8ea903e59
changed some sentences on translators request and added composelib (tabfixes in changelog :P )
2004-09-25 01:29:53 +00:00
Bart Hakvoort
efcf38a76b
changed some sentences on translators request and added composelib
2004-09-25 01:25:40 +00:00
Adam Weinberger
a95f3e414e
Added en_CA to ALL_LINGUAS. Actually add the Canadian English translation
...
* configure.in: Added en_CA to ALL_LINGUAS.
* po/en_CA.po: Actually add the Canadian English translation
this time. I missed the cvs import while operating on autopilot.
2004-09-24 02:45:05 +00:00
Bart Hakvoort
527b424292
fixed i18n
2004-09-23 20:39:49 +00:00
Raphael Higino
f303d6cb82
Added pt_BR translation
2004-09-23 11:47:12 +00:00
Christian Rose
c690221fcd
Added "sv" to ALL_LINGUAS. Added an entry. Added comment. Added Swedish
...
2004-09-23 Christian Rose <menthos@menthos.com>
* configure.in: Added "sv" to ALL_LINGUAS.
* po/.cvsignore: Added an entry.
* po/POTFILES.in: Added comment.
* po/sv.po: Added Swedish translation.
2004-09-22 23:06:54 +00:00
Bart Hakvoort
8f7f96387b
fixed bug with 'device is busy' dialog
2004-09-21 18:04:48 +00:00
Bart Hakvoort
24488f22ec
added .desktop file
2004-09-20 21:38:21 +00:00
Bart Hakvoort
26d433260d
Initial revision
2004-09-19 20:24:53 +00:00