gparted/ChangeLog

399 lines
16 KiB
Plaintext
Raw Normal View History

2004-10-25 Vincent van Adrighem <adrighem@gnome.org>
* debian/*: Added a debian subdir. This dir contains buildscripts
for debian.
2004-10-22 Bart Hakvoort <gparted@users.sf.net>
* configure.in: bumped to version 0.0.6
2004-10-22 Bart Hakvoort <gparted@users.sf.net>
* configure.in: libpartedcheck now looks for correct version number (finally i'll be rid off those stupid bugreports =) )
2004-10-22 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Partition_Info.cc: codecleanups.. Hey! i was bored :P
2004-10-22 Bart Hakvoort <gparted@users.sf.net>
* src/Device.cc: removed libparted messagesdialog. instead, show them on the console. They proved to be pretty useless.
* src/Win_GParted.cc: fixed crasher when loading gparted (or refresh devices) while there's a (audio) cd in the cdrom-drive.
2004-10-21 Bart Hakvoort <gparted@users.sf.net>
* configure.in: modernized use of AM_INIT_AUTOMAKE a bit (according to
http://www.gnu.org/software/automake/manual/html_node/Public-macros.html#Public%20macros)
2004-10-21 Bart Hakvoort <gparted@users.sf.net>
* include/Dialog_Partition_Resize_Move.h,
src/Dialog_Partition_Resize_Move.cc: fixed some bugs with minimum size of resizable partition + some codecleanups.
2004-10-20 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Base_Partition.cc (Get_New_Partition): Tweaked resizingbehaviour a bit. This solved some minor annoyances.
2004-10-18 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Partition_New.cc: changed width of optionmenus from 150 to 160 pixels. (in certain langs the strings didn't fit)
* src/VBox_VisualDisk.cc: used/unused legend doesn't have to show up if there's only linux-swap.
2004-10-17 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_About.cc (Show_Credits): Fixed Gtk-Warning with unknown pango markup and placed a 5 pixel-border around
translators credits.
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
* src/Device.cc: when the libary of an optional filesystem (atm only reiserfs) wasn't installed, every scan printed an error
in the console (df couldn't find the partition listed). Fixed by checking if partition is busy before using df.
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Progress.cc: changed dialogwidth from 500 to 600 pixels. (icw certain languages the operation didn't fit)
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
* 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-14 Bart Hakvoort <gparted@users.sf.net>
* 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-11 Bart Hakvoort <gparted@users.sf.net>
* src/Win_GParted.cc: i just can't stop tweaking the operationslist =)
2004-10-11 Bart Hakvoort <gparted@users.sf.net>
* 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 Bart Hakvoort <gparted@users.sf.net>
* src/Device.cc (Read_Disk_Layout): Again =) Decided to use switch ( blahblah ) instead of if else statements.
2004-10-11 Bart Hakvoort <gparted@users.sf.net>
* src/Device.cc (Read_Disk_Layout): some internal codechanges. Looks a bit cleaner now.
2004-10-11 Bart Hakvoort <gparted@users.sf.net>
* 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-08 Bart Hakvoort <gparted@users.sf.net>
* src/Partition.cc: changed color of reiserfs from blue to purple highlight. + some cosmetics.
2004-10-08 Bart Hakvoort <gparted@users.sf.net>
* 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 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_About.cc: updated translatorcomment.
2004-10-08 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Base_Partition.cc,
src/Dialog_Partition_Resize_Move.cc: fixed some resizing-issues with reiserfs.
2004-10-07 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Base_Partition.cc,
src/Win_GParted.cc: removed spaces before some exclamation and question marks (thanks to Jordi Mallach)
2004-10-07 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_About.cc: unmarked 'Copyright' string for translation and replaced (c) with ©
2004-10-07 Bart Hakvoort <gparted@users.sf.net>
* include/Utils.h: added support for colored text to mk_label
* include/VBox_VisualDisk.h,
include/VBox_VisualDisk.cc: use UTF-8 character ██ instead of some self-forged widget.
2004-10-06 13:06:43 -06:00
2004-10-06 Bart Hakvoort <gparted@users.sf.net>
* implemented mk_label wherever possible (means less code, improved readability)
2004-10-06 David Lodge <dave@cirt.net>
* configure.in (ALL_LINGUAS): Added "en_GB" (British English).
2004-10-06 09:32:40 -06:00
2004-10-06 Bart Hakvoort <gparted@users.sf.net>
* lots of files =) : enabled support for reiserfs, also made filesystemsupport more 'pluggable' so it's easier to
add support for other filesystems in the future.
* include/Utils.h: new file containing much used functions and variables.
2004-10-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* configure.in (ALL_LINGUAS): Added "es" (Spanish).
2004-10-04 Jordi Mallach <jordi@sindominio.net>
* configure.in (ALL_LINGUAS): Added "ca" (Catalan).
* autogen.sh: Don't use USE_COMMON_DOC_BUILD, as GParted doesn't
have any GNOME documentation yet.
2004-10-02 07:18:25 -06:00
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
* include/Device.h,
include/Dialog_Progress.h,
include/TreeView_Detail.h,
include/VBox_VisualDisk.h: removed unnecessary #include <sstream>
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
* src/VBox_VisualDisk.cc: fixed incorrect tooltip with unallocated space
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
* include/Dialog_Base_Partition.h,
src/Dialog_Base_Partition.cc: added void Set_MinMax_Text( long min, long max )
* src/Dialog_Partition_Copy.cc: fix incorrect upper limit for fat16 in label
* src/Dialog_Partition_New.cc: make use of this function, instead of accessing the label directly
* src/Dialog_Partition_Resize_Move.cc: fix incorrect upper limit for fat16 in label
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
* removed all stringstreams from the project (they were possibly responsible for rare chrashes in certain locales)
Note that i left 1 in include/Partition.h, this one is needed for int-->string conversions and won't pose a thread.
2004-10-01 Bart Hakvoort <gparted@users.sf.net>
* almost all files: cosmetics (mostly tabfixes)
2004-10-01 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Partition_New.cc: marked 3 strings for translation.
* src/Operation.cc: fixed an i18n related crasher and did some cosmetic cleanups.
2004-10-01 11:28:20 -06:00
2004-10-01 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_About.cc,
src/TreeView_Detail.cc: minor changes to a few strings
2004-10-01 Hendrik Brandt <hebra@cvs.gnome.org>
* configure.in: added "de" (German) to ALL_LINGUAS
2004-09-30 12:49:54 -06:00
2004-09-30 Bart Hakvoort <gparted@users.sf.net>
* configure.in: bumped version to 0.0.5
2004-09-30 Bart Hakvoort <gparted@users.sf.net>
* include/TreeView_Detail.h,
src/TreeView_Detail.cc: added colored squares to the tree to highlight filesystems.
2004-09-29 07:15:57 -06:00
2004-09-29 Bart Hakvoort <gparted@users.sf.net>
* .cvsignore: ignore all projectfiles
2004-09-29 Bart Hakvoort <gparted@users.sf.net>
* include/Dialog_Partition_Info.h,
src/Dialog_Partition_Info: removed Gtk::Label * mk_label( const Glib::ustring & text )
* include/Partition.h: added inline Gtk::Label * mk_label( const Glib::ustring & text )
and inline Glib::ustring num_to_str( Sector number )
* include/Win_GParted.h,
src/Win_GParted.cc: fixed aligment problems with some languages in harddisk-info
2004-09-29 03:13:04 -06:00
2004-09-29 Bart Hakvoort <gparted@users.sf.net>
* src/VBox_VisualDisk.cc,
src/Win_GParted.cc: minor i18n related tweaks.
2004-09-29 Duarte Loreto <happyguy_pt@hotmail.com>
* configure.in: Added Portuguese (pt) to ALL_LINGUAS.
2004-09-28 Bart Hakvoort <gparted@users.sf.net>
* src/VBox_VisualDisk.cc: marked 2 minor strings for translation (is a duplicate of an existing string in POT file)
* src/Dialog_About.cc: made names (author/translators) selectable
* include/Dialog_Partition_Info.h,
src/Dialog_Partition_Info.cc: solved some alignmentproblems which showed up in certain locales.
2004-09-28 Maxim Dziumanenko <mvd@mylinux.com.ua>
* configure.in: Added uk to ALL_LINGUAS.
2004-09-27 14:12:47 -06:00
2004-09-27 Bart Hakvoort <gparted@users.sf.net>
* include/Win_GParted.h,
src/Win_GParted.cc: changed representation of hardisk info
2004-09-27 01:33:37 -06:00
2004-09-27 Bart Hakvoort <gparted@users.sf.net>
* src/Partition.cc: marked "Unallocated" for translatation
2004-09-26 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Base_Partition.cc,
src/ Dialog_Partition_New.cc: fixed alignment problems with some languages
2004-09-26 Bart Hakvoort <gparted@users.sf.net>
* src/Win_GParted.cc: fixed bug that occured while converting the filesystem of a new partition
* src/Dialog_About.cc: removed "documented by" tab (didn't need it yet) and fixed alignments of button
with some languages.
2004-09-26 Bart Hakvoort <gparted@users.sf.net>
* src/Win_GParted.cc: fixed bug with check for max amount of partitions while pasting a copied partition.
* src/Partition.cc: changed colors of ext2, ext3 and linux-swap
2004-09-25 17:23:59 -06:00
2004-09-25 Raphael Higino <raphaelh@cvs.gnome.org>
* src/Win_GParted.cc: Fixed typo bugs (word "than" written
as "then" in two strings)
2004-09-25 16:16:19 -06:00
2004-09-25 Bart Hakvoort <gparted@users.sf.net>
* src/Win_GParted.h,
src/Win_GParted.cc: removed expander. The diskinfo is now always visible.
* src/Dialog_Partition_Info.cc: fixed small bug with overlapping text.
* src/Dialog_About.cc: use VERSION instead of hardcoded numbers
2004-09-25 16:16:19 -06:00
2004-09-25 Bart Hakvoort <gparted@users.sf.net>
* Dialog_About.cc: made "Translated by" tab a bit more sensible, also added an translator-credits string.
2004-09-25 Bart Hakvoort <gparted@users.sf.net>
* Operation.h,
Operation.cc,
Partition.h,
Partition.cc
Dialog_Partition_Copy.cc,
Dialog_Partition_Info.cc,
Dialog_Partition_New.cc,
Win_GParted.cc: prepared "copy of" and "New Partition" for i18n and did some cleanups on the way...
I believe all relevant strings are now properly marked for translation.
2004-09-25 Bart Hakvoort <gparted@users.sf.net>
* Dialog_Progress.h,
Operation.h,
Partition.h,
Win_GParted.h,
Dialog_Base_Partition.cc,
Dialog_Partition_Copy.cc,
Dialog_Partition_Info.cc,
Dialog_Partition_New.cc,
Dialog_Partition_Resize_Move.cc,
Dialog_Progress.cc,
Operation.cc,
Win_GParted.cc: changed some sentences on translators request
* compose,
compose/ucompose.hpp : added composelib to provide sprintf functionality in C++ style
2004-09-24 19:55:35 -06:00
* po/POTFILES.in : added ../src/main.cc
2004-09-23 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-09-23 14:39:49 -06:00
2004-09-23 Bart Hakvoort <gparted@users.sf.net>
* configure.in,
include/i18n.h: fixed some problems with i18n.
2004-09-23 14:39:49 -06:00
2004-09-23 05:47:12 -06:00
2004-09-23 Raphael Higino <raphaelh@cvs.gnome.org>
* configure.in: Added "pt_BR" to ALL_LINGUAS.
2004-09-23 Christian Rose <menthos@menthos.com>
* configure.in: Added "sv" to ALL_LINGUAS.
2004-09-19 14:24:53 -06:00
**changes**
- replaced some 'dunglish' terms with more decent english. (Thanks to Tino Meinen)
- cleaned up autoconf stuff a bit
- gparted now gets installed in the sbin/ instead of bin/ (1023181)
- maximum amount of primary partition isn't static anymore, it gets asked from the partition table.
- lots of internal code cleanups. this improved performance and stability.
- doubleclick now invokes infodialog
2004-09-20 15:38:21 -06:00
- added .desktop file so gparted is accessible from Gnome/Kde menus (thanks to Stephane LOEUILLET, 1023176)
2004-09-19 14:24:53 -06:00
**fixes**
- sometimes creating new fat filesystems in very small spaces resulted in errors. fixed.
- use copies from buildfiles instead of symlinks to them. (Thanks to Kristof Vansant)
- when performing operations on just copied partitions, there was a chance the operation would be executed on another partition. fixed.
- fixed a rare bug that caused incorrect partitiontable display after an operation went wrong.
- some errormessages were not entirely threadsafe, fixed (hopefully :P )
2004-09-21 12:04:48 -06:00
- fixed annoying bug with warningdialog which pops up after performing an operation on a busy device
2004-09-19 14:24:53 -06:00
--------------------------------------------------------------------------
GParted-0.0.4 04 Sep 2004 :
- fixed another bug with hotpluggable stuff (usbdevices etc...)
- fixed "random" chrasher while performing actions on a device with a mounted partition.
- better alignment of information in deviceinfo and partitioninfo. (there were some problems with certain fonts)
- changed checking for filesystemlimits in new partition dialog a bit.
- fixed small bug in new partition dialog which made it possible to add fat16 partition > 1023MB
- time left in progressbar shows now minutes and seconds
- implemented copy'n paste functionality
- fixed small bug with resizer
- internal code cleanups, gained some performance
- made the operationtitles a bit more informative
- fixed bug with converting non-existent (new) partitions
- implemented new operationslist
- lots of small stuff
-------------------------------------------------------
GParted-0.0.3 26 Aug 2004 :
- and as always, lots of small fixed/changes..
- fixed bug with resizing extended partition
- fixed bug which occasionally occurred when deleting filesystems with errors on them
- fixed small bug with deleting new logical partitions while a partition with a higher number is mounted
- added read-only support for partition flags (e.g. lba, boot, etc...)
- implemented conversion between filesystems. (no big deal, all data is destroyed in the process)
- compiling/running tested on 64bits arch, went perfectly :)
- fixed another small bug with re-reading devices (optionmenu wasn't updated)
- Early check for errors on filesystem. Disable appropiate actions and explain in Info
- When a device can't be read it isn't listed anymore.
------------------------------------------------------
GParted-0.0.2 18 Aug 2004 :
- new create dialog
- far more compliant with HIG
- unallocated space now visible in treeview
- fixed bug with re-reading devices (segfault)
- fixed bug with new extended (segfault)
- a couple of other small things, fixes and improvements
---------------------------------------------
GParted-0.0.1 12 Aug 2004 :
***FIRST RELEASE!
- Create (ext2, linux-swap, fat16, fat32)
- resize (ext2, ext3, linux-swap, fat16, fat32 )
- move (linux-swap, fat16, fat32)
- Full operationslist with undo
- much more little stuff
- basicly working, but not tested very well