[Gambas-devel-svn] SF.net SVN: gambas:[6842] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-19 23:04:52
|
Revision: 6842 http://sourceforge.net/p/gambas/code/6842 Author: gambas Date: 2015-01-19 23:04:41 +0000 (Mon, 19 Jan 2015) Log Message: ----------- [GB.FORM] * BUG: TabPanel[].Closable works as expected now. [GB.GTK] * NEW: If the GB_X11_INIT_THREADS environment variable is defined to a non- null integer number, the X11 client library is initialized to support multithreaded applications. [GB.GTK3] * NEW: If the GB_X11_INIT_THREADS environment variable is defined to a non- null integer number, the X11 client library is initialized to support multithreaded applications. [GB.GUI.BASE] * NEW: The GridView automatic column resizing now uses Application.Busy and cannot run longer than five seconds. [GB.QT4] * NEW: If the GB_X11_INIT_THREADS environment variable is defined to a non- null integer number, the X11 client library is initialized to support multithreaded applications. Modified Paths: -------------- gambas/trunk/app/examples/Database/Database/.project gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelContainer.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt4/src/main.cpp Added Paths: ----------- gambas/trunk/app/examples/Database/Database/.src/Form1.class gambas/trunk/app/examples/Database/Database/.src/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |