[Gambas-devel-svn] SF.net SVN: gambas: [444] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-15 13:39:11
|
Revision: 444 http://svn.sourceforge.net/gambas/?rev=444&view=rev Author: gambas Date: 2007-07-15 06:39:10 -0700 (Sun, 15 Jul 2007) Log Message: ----------- [CONFIGURATION] * BUG: Tried to fix the detection of QT Moc so that it just disables the component, and does not abort. * BUG: Tried to fix the detection of SDL version. [DEVELOPMENT ENVIRONMENT] * NEW: The ESC key should hide the find panel and the console everywhere. [INTERPRETER] * NEW: Application.Daemon is a new boolean property that "daemonize" the current program when set to TRUE. Once the program is "daemonized", the property cannot be set to FALSE. * BUG: Correctly sets the first argument when the executed program is an archive. [GB.QT] * BUG: The TreeView, ListView, ColumnView and IconView now correctly takes the Ascending property into account. You do not have to manage it in the Compare event handler anymore. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.sdl/configure.ac 2.0/trunk/gb.sdl.sound/configure.ac 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_c_application.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |