[Gambas-devel-svn] SF.net SVN: gambas: [1368] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-05-10 15:17:09
|
Revision: 1368 http://gambas.svn.sourceforge.net/gambas/?rev=1368&view=rev Author: gambas Date: 2008-05-10 08:17:07 -0700 (Sat, 10 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Do not set Project ColumnView AutoResize property to TRUE. Use a very wide column instead to optimize redrawing. * BUG: Fix a tooltip in the subversion conflict dialog. * NEW: The component tab of the project property dialog has been redesigned. Now you have to double click on a component to get information on it. * NEW: Property editing is now locked only if a specific toggle button is pressed. This button is located on the right top of the property sheet. [INTERPRETER] * BUG: Handle the evaluation of Eval() expressions the same way as any other code. Otherwise, stack can be leaked when there is an exception inside. * NEW: The foreign function interface is now optional. * BUG: The use of array accessors is now correctly checked. [GB.DB.SQLITE2] * BUG: Reading floating point values and other values do not depend on the locale anymore. * NEW: Remove useless code. [GB.DB.SQLITE3] * BUG: Reading floating point values and other values do not depend on the locale anymore. * NEW: Remove useless code. [GB.GTK] * BUG: Fix uninitialized variables in ggridview.cpp and gmainwindow.cpp. [GB.QT] * OPT: ScrollView layout process is delayed. [GB.SETTINGS] * BUG: Do not use Array datatype incorrectly anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fa.po gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/sv.po gambas/trunk/app/src/gambas3/CComponentBox.class gambas/trunk/app/src/gambas3/CPropertyInfo.class gambas/trunk/app/src/gambas3/FConflict.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FOpenProject.class gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FProperty.form gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.settings/Main.module gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/gb.db.sqlite2/src/qry_dat.cpp gambas/trunk/gb.db.sqlite2/src/qry_dat.h gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.db.sqlite3/src/qry_dat.cpp gambas/trunk/gb.db.sqlite3/src/qry_dat.h gambas/trunk/gb.db.sqlite3/src/sqlitedataset.cpp gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.qt/src/CScrollView.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |