[Gambas-devel-svn] SF.net SVN: gambas: [675] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-29 12:29:39
|
Revision: 675 http://gambas.svn.sourceforge.net/gambas/?rev=675&view=rev Author: gambas Date: 2007-09-29 05:29:43 -0700 (Sat, 29 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Debug windows got a button that display or not hidden symbols. * NEW: Debug windows are more clever in displaying expressions. * BUG: Removed the '!' character displayed in watched expression errors. [INTERPRETER] * NEW: Class names can be used as function for casting object references. * NEW: The "return from" debugger function is more clever now when the previous stack frame is native code. * OPT: Debugger breakpoints are now automatically replaced by the NOP bytecode operation when they are useless. [GB.DEBUG] * NEW: Information on expressions is more clever now. * NEW: The "return from" debugger function is more clever now when the previous stack frame is native code. [GB.QT] * NEW: Window.Menus can be used as an array indexed by integer. * NEW: Container.Children can be used as an array indexed by integer. * NEW: Menu.Children can be used as an array indexed by integer. * BUG: GridView now correctly takes the text font into account when computing the width of a cell. [GB.QT.KDE] * BUG: The component compiles again. [GB.GTK] * NEW: Window.Menus can be used as an array indexed by integer. * NEW: Container.Children can be used as an array indexed by integer. * NEW: Menu.Children can be used as an array indexed by integer. [GB.WEB] * BUG: Session.TimeOut now really works as specified. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Main.module 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/share/gambas.h Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CContainer_desc.h 2.0/trunk/gb.qte/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |