[Gambas-devel-svn] SF.net SVN: gambas: [1377] gambas/branches/2.0
Brought to you by:
gambas
From: <ga...@us...> - 2008-05-14 11:26:54
|
Revision: 1377 http://gambas.svn.sourceforge.net/gambas/?rev=1377&view=rev Author: gambas Date: 2008-05-14 04:26:55 -0700 (Wed, 14 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Clicking on a virtual property in the property sheet does not crash anymore when the property help is displayed. * BUG: The automatic completion can deal with multiple local variable declarations on the same line now. [COMPILER] * BUG: The owner and group of all files generated by the compiler ('.startup', '.info', '.list', object files) are now set to the owner and group of the '.project' file. This way, any project can be safely compiled as root, without locking it for other users. [GB.QT] * NEW: XEMBED support was upgraded to the 1.3 version of QtXEmbed classes. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/examples/examples/Control/Embedder/.project gambas/branches/2.0/examples/examples/Control/Embedder/.settings gambas/branches/2.0/examples/examples/Control/Embedder/FMain.form gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp gambas/branches/2.0/gb.qt/src/qtxembed.cpp gambas/branches/2.0/gb.qt/src/qtxembed.h gambas/branches/2.0/main/gbc/Makefile.am gambas/branches/2.0/main/gbc/gbc_archive.c gambas/branches/2.0/main/gbc/gbc_dump.c gambas/branches/2.0/main/gbc/gbc_output.c gambas/branches/2.0/main/gbx/gbx_c_array.c Added Paths: ----------- gambas/branches/2.0/main/gbc/gbc_chown.c gambas/branches/2.0/main/gbc/gbc_chown.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |