[Gambas-devel-svn] SF.net SVN: gambas: [847] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-11-27 11:36:07
|
Revision: 847 http://gambas.svn.sourceforge.net/gambas/?rev=847&view=rev Author: gambas Date: 2007-11-27 03:36:11 -0800 (Tue, 27 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not crash anymore when creating the project directory icon, if the project icon cannot be loaded. * NEW: The height of the welcome dialog buttons is now proportional to the desktop font size. [GB.QT] * BUG: Fixed a segmentation fault after some ListView/TreeView/ColumnView items have been destroyed. Some apparently useless code was removed, so some other things may have been broken by this fix. * BUG: ColumnView column alignment was fixed. [GB.QT.EXT] * BUG: The Editor console support now deals better with '\r' and '\n'. [GB.GTK] * BUG: Fixed a illegal memory access in the modal dialog event loop. [GB.FORM] * NEW: FontChooser.ShowLabel is a new propery for displaying or hiding the FontChooser labels. * NEW: The FontChooser design was slightly changed. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FontChooser.class 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/ext/CEditor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |