[Gambas-devel-svn] SF.net SVN: gambas: [504] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-18 00:52:08
|
Revision: 504 http://gambas.svn.sourceforge.net/gambas/?rev=504&view=rev Author: gambas Date: 2007-08-17 17:52:02 -0700 (Fri, 17 Aug 2007) Log Message: ----------- [DATABASE MANAGER] * NEW: The database manager now uses the new gb.gui component. [GB.GUI] * NEW: This is a new component that just loads gb.qt if you are running KDE or gb.gtk in the other cases. It will make your application more desktop-friendly! [GB.GTK] * BUG: Use the default widget style if no style is associated with a specified widget class. Otherwise it crashes. Modified Paths: -------------- 2.0/trunk/TEMPLATE/TEMPLATE.conf 2.0/trunk/TEMPLATE/template/configure.ac 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/gstock.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/main/configure.ac 2.0/trunk/main/lib/Makefile.am Added Paths: ----------- 2.0/trunk/main/lib/gui/ 2.0/trunk/main/lib/gui/Makefile.am 2.0/trunk/main/lib/gui/gb.gui.component 2.0/trunk/main/lib/gui/main.c 2.0/trunk/main/lib/gui/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |