[Gambas-devel-svn] SF.net SVN: gambas: [851] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-12-01 22:46:01
|
Revision: 851 http://gambas.svn.sourceforge.net/gambas/?rev=851&view=rev Author: gambas Date: 2007-12-01 14:46:05 -0800 (Sat, 01 Dec 2007) Log Message: ----------- [GB.QT] * NEW: GridView.Data.RichText and GridView[].RichText are two new properties that allows to display rich text inside GridView cells. * BUG: GridView cell alignment now works correctly when the text is horizontally centered. [GB.GTK] * NEW: GridView.Data.RichText and GridView[].RichText are two new properties that allows to display rich text inside GridView cells. * BUG: Sometimes the first markup of a rich text was not taken into account because of a GTK+ bug. A workaround has been found. * BUG: CheckBox and RadioButton Font property now works correctly. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/comp/src/gb.form/.icon.png 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gmenu.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDraw.h 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |