[Gambas-devel-svn] SF.net SVN: gambas: [288] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-04-13 20:54:11
|
Revision: 288 http://svn.sourceforge.net/gambas/?rev=288&view=rev Author: gambas Date: 2007-04-13 13:54:12 -0700 (Fri, 13 Apr 2007) Log Message: ----------- [INTERPRETER] * BUG: Adds more sanity checks to event raising routines. [GB.QT] * BUG: Try to delete controls only when they are not in a QT event notification routine, so that the interpreter does not crash. * NEW: Stock class is not mandatory anymore. [GB.QT.EXT] * BUG: Some little fixes in the routine that highlights matching braces. [GB.QT.KDE] * BUG: Try to delete controls only when they are not in a QT event notification routine, so that the interpreter does not crash. [GB.FORM] * NEW: The little arrows are drawn differently. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/img/8/side-bottom-void.png 2.0/trunk/comp/src/gb.form/img/8/side-bottom.png 2.0/trunk/comp/src/gb.form/img/8/side-left.png 2.0/trunk/comp/src/gb.form/img/8/side-right-void.png 2.0/trunk/comp/src/gb.form/img/8/side-right.png 2.0/trunk/comp/src/gb.form/img/8/side-top.png 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/ext/gview.cpp 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/main.h 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/gb.qt.kde/src/main.cpp 2.0/trunk/gb.qt.kde/src/main.h 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_object.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form/img/8/old/ 2.0/trunk/comp/src/gb.form/img/8/old/side-bottom-void.png 2.0/trunk/comp/src/gb.form/img/8/old/side-bottom.png 2.0/trunk/comp/src/gb.form/img/8/old/side-left.png 2.0/trunk/comp/src/gb.form/img/8/old/side-right-void.png 2.0/trunk/comp/src/gb.form/img/8/old/side-right.png 2.0/trunk/comp/src/gb.form/img/8/old/side-top.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |