[Gambas-devel-svn] SF.net SVN: gambas: [1211] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-21 00:14:31
|
Revision: 1211 http://gambas.svn.sourceforge.net/gambas/?rev=1211&view=rev Author: gambas Date: 2008-03-20 17:14:37 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [CONFIGURATION] * NEW: A new macro, GB_COMPONENT_SEARCH, that uses pkg-config first, and if it fails, then tries to find the libraries and headers with a file search. * NEW: The GB_CHECK_XWINDOW macro is more clever. [DEVELOPMENT ENVIRONMENT] * NEW: The editor in the commit window has been enhanced. It has a little toolbar and displays the cursor position now. [GB.DB.SQLITE3] * NEW: Uses the new GB_COMPONENT_SEARCH macro. [GB.QT] * NEW: Uses the new GB_COMPONENT_SEARCH macro. [GB.QT.EXT] * BUG: Removed a non-implemented method in the CEditor class. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FCommit.class gambas/trunk/app/src/gambas3/FCommit.form gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/gb.db.sqlite3/configure.ac gambas/trunk/gb.qt/configure.ac gambas/trunk/gb.qt/src/Makefile.am gambas/trunk/gb.qt/src/ext/CEditor.h gambas/trunk/gb.qt/src/ext/Makefile.am gambas/trunk/gb.qt/src/opengl/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |