[Gambas-devel-svn] SF.net SVN: gambas: [1187] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-17 14:54:39
|
Revision: 1187 http://gambas.svn.sourceforge.net/gambas/?rev=1187&view=rev Author: gambas Date: 2008-03-17 07:54:17 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [INTERPRETER] * NEW: New API for returning the parent (event observer) of an object. [COMPILER] * BUG: Setting a property without having to use ME is possible now, if the property is defined in the same file of course. * NEW: Mid$() can be used on the left side of an assignment. [GB.FORM] * BUG: ValueBox now reformats its contents after its Value property has been set. [GB.GTK] * BUG: Composed keys are correctly handled again by KeyPress events, but the SCIM input method does not work yet. * BUG: Form are their own event observer only if no event observer is defined at form instanciation. * BUG: The default tray icon is the same as gb.qt now. [GB.QT] * BUG: TrayIcon objects are correctly destroyed at program exit. * BUG: Form are their own event observer only if no event observer is defined at form instanciation. * BUG: TrayIcon Width, Height, ScreenX and ScreenY properties do not crash anymore when the tray icon is hidden. They return zero instead. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.settings gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/examples/examples/Games/GameOfLife/.settings gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt/src/CTrayIcon.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_code.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_expression.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_temp.h Added Paths: ----------- gambas/trunk/gb.qt/share/gb.form.trayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |