[Gambas-devel-svn] SF.net SVN: gambas: [447] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-17 16:35:40
|
Revision: 447 http://svn.sourceforge.net/gambas/?rev=447&view=rev Author: gambas Date: 2007-07-17 09:35:40 -0700 (Tue, 17 Jul 2007) Log Message: ----------- [GB.DB] * NEW: The database API has changed, so that the query fill routine knows the database version. All database drivers were updated. [GB.DB.MYSQL] * BUG: Timestamp fields have changed since MySQL 4.1. This is taken into account now. [GB.QT] * NEW: TrayIcon[] has been implemented, as in gb.gtk. [GB.GTK] * BUG: UserControl and UserContainer are not creatable anymore. * NEW: The Window.TopLevel property has been implemented. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.db.firebird/src/main.h 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/main.cpp 2.0/trunk/gb.db.sqlite2/src/main.h 2.0/trunk/gb.db.sqlite3/src/main.cpp 2.0/trunk/gb.db.sqlite3/src/main.h 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CSplitter.cpp 2.0/trunk/gb.gtk/src/CSplitter.h 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CSplitter.h 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/gb.db.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |