[Gambas-devel-svn] SF.net SVN: gambas: [588] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-11 18:41:45
|
Revision: 588 http://gambas.svn.sourceforge.net/gambas/?rev=588&view=rev Author: gambas Date: 2007-09-11 11:41:49 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Many enhancements and fixes in debug windows. * NEW: Debug windows now follow the default system color palette. Otherwise, they would be sometimes not visible. * NEW: SIGTERM signal is not considered as a program crash anymore. [DATABASE MANAGER] * BUG: The gb.gtk GridView can emit the Change event with no current cell. Now that does lead to a crash anymore. * NEW: Table, field and index names are now case sensitive. [GB.DB] * NEW: Table, field and index names are now case sensitive. All drivers were modified according to this new policy. * NEW: The arguments of internal requests are now automatically quoted. That fixes a potential security hole. The following drivers are yet to be fixed: gb.db.firebird & gb.db.odbc. * BUG: Result class now correctly deals with its internal array of modification flags. [GB.DB.SQLITE2] * BUG: All gb.db.sqlite3 bug fixes were backported. [GB.DB.SQLITE3] * BUG: Reading a field having a NULL value works in all cases now. [GB.DEBUG] * BUG: The debugger does not return overridden fields aynmore when information on a class is asked. [GB.FORM] * BUG: Balloon foreground color is now always black, so that it is visible whatever the system foreground color is. [GB.FORM.MDI] * BUG: Does not try to close windows when they have became invalid. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class 2.0/trunk/app/src/gambas-database-manager/FTable.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/img/16/rename.png 2.0/trunk/comp/src/gb.form/FBalloon.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Games/GameOfLife/.settings 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.db.mysql/src/main.c 2.0/trunk/gb.db.odbc/src/main.c 2.0/trunk/gb.db.postgresql/src/main.c 2.0/trunk/gb.db.sqlite2/src/dataset.cpp 2.0/trunk/gb.db.sqlite2/src/dataset.h 2.0/trunk/gb.db.sqlite2/src/main.cpp 2.0/trunk/gb.db.sqlite2/src/qry_dat.cpp 2.0/trunk/gb.db.sqlite2/src/qry_dat.h 2.0/trunk/gb.db.sqlite2/src/sqlitedataset.cpp 2.0/trunk/gb.db.sqlite2/src/sqlitedataset.h 2.0/trunk/gb.db.sqlite3/src/dataset.cpp 2.0/trunk/gb.db.sqlite3/src/main.cpp 2.0/trunk/gb.db.sqlite3/src/qry_dat.cpp 2.0/trunk/gb.db.sqlite3/src/sqlitedataset.cpp 2.0/trunk/gb.db.sqlite3/src/sqlitedataset.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/db/gb.db.h 2.0/trunk/main/lib/db/gb_barray.h 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/db/main.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |