Thread: [Gambas-devel-svn] SF.net SVN: gambas: [150] 2.0/trunk (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2006-11-15 19:29:53
|
Revision: 150 http://svn.sourceforge.net/gambas/?rev=150&view=rev Author: gambas Date: 2006-11-15 11:29:45 -0800 (Wed, 15 Nov 2006) Log Message: ----------- [GB.QTE COMPONENT] * BUG: The component now compiles correctly. But does it work? Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/configure.ac 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qte/config.h.in 2.0/trunk/gb.qte/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-18 15:39:31
|
Revision: 156 http://svn.sourceforge.net/gambas/?rev=156&view=rev Author: gambas Date: 2006-11-18 07:39:31 -0800 (Sat, 18 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: An experimental debugger information window. * BUG: Fixed a potential crash while displaying project tree when some stock icons are not found. [GB.DEBUG COMPONENT] * BUG: Using the '#' command on a null object does not crash anymore. [GB.QT COMPONENT] * BUG: Window.Sticky does not crash anymore when the window X11 property does not exist. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/VersionControl.module 2.0/trunk/gb.qt/src/x11.c 2.0/trunk/main/lib/debug/print.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form Removed Paths: ------------- 2.0/trunk/gb.qt/src/gb.qt/gb.qte.gambas This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-18 22:55:33
|
Revision: 157 http://svn.sourceforge.net/gambas/?rev=157&view=rev Author: gambas Date: 2006-11-18 14:55:33 -0800 (Sat, 18 Nov 2006) Log Message: ----------- [INTERPRETER] * BUG: The backslash character now really prevents special format characters from being interpreter in the Format() function. [GB.QT COMPONENT] * BUG: Showing an hidden minimized window works correctly now. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-23 10:37:19
|
Revision: 159 http://svn.sourceforge.net/gambas/?rev=159&view=rev Author: gambas Date: 2006-11-23 02:37:20 -0800 (Thu, 23 Nov 2006) Log Message: ----------- [INTERPRETER] * BUG: The management of SUPER was fixed. [EXAMPLES] * NEW: TreeView example was modified by Fabien Hutrel. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/examples/examples/Basic/TreeView/TreeViewExample.class 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_exec_pop.c 2.0/trunk/main/gbx/gbx_exec_push.c 2.0/trunk/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-23 20:03:26
|
Revision: 160 http://svn.sourceforge.net/gambas/?rev=160&view=rev Author: gambas Date: 2006-11-23 12:03:26 -0800 (Thu, 23 Nov 2006) Log Message: ----------- [INTERPRETER] * BUG: SUPER management should be really fixed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/main/gbx/gbx_exec_pop.c 2.0/trunk/main/gbx/gbx_exec_push.c 2.0/trunk/main/gbx/gbx_value.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-25 11:40:45
|
Revision: 161 http://svn.sourceforge.net/gambas/?rev=161&view=rev Author: gambas Date: 2006-11-25 03:40:45 -0800 (Sat, 25 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Starting of project argument dialog redesign. [INTERPRETER] * NEW: Quote and UnQuote are two new static classes with functions that quote and unquote strings. There are three functions at the moment: Quote(), Quote.Shell() and UnQuote(). [COMPILER] * BUG: The user component directory is taken into account now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/app/src/gambas2/FPropertyFile.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/VersionControl.module 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_class_init.c 2.0/trunk/main/gbx/gbx_hash.c 2.0/trunk/main/gbx/gbx_project.c 2.0/trunk/main/gbx/gbx_string.c 2.0/trunk/main/gbx/gbx_string.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/FProjectEnv.class 2.0/trunk/app/src/gambas2/FProjectEnv.form Removed Paths: ------------- 2.0/trunk/app/src/gambas2/FArgument.class 2.0/trunk/app/src/gambas2/FArgument.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-06 20:27:38
|
Revision: 163 http://svn.sourceforge.net/gambas/?rev=163&view=rev Author: gambas Date: 2006-12-06 12:27:25 -0800 (Wed, 06 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Opening the color chooser does not display system colors twice anymore. * NEW: TableView were replaced by GridView. [DATABASE MANAGER] * NEW: TableView were replaced by GridView. [EXAMPLES] * NEW: TableView were replaced by GridView in Database example. [ARCHIVER] * BUG: A class having the same name as the project is not ignored anymore. [GB.QT COMPONENT] * NEW: GridView and TableView were merged. [GB.QT.EXT COMPONENT] * NEW: TableView were removed. [GB.FORM COMPONENT] * NEW: Balloon.Delay is a new property for defining the timeout before the balloon is hidden. [GB.DB.FORM COMPONENT] * NEW: TableView were replaced by GridView. [GB.WEB COMPONENT] * BUG: Session cookies are correctly removed now. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class 2.0/trunk/app/src/gambas-database-manager/FAbout.form 2.0/trunk/app/src/gambas-database-manager/FCode.form 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas-database-manager/FDatabase.form 2.0/trunk/app/src/gambas-database-manager/FImport.form 2.0/trunk/app/src/gambas-database-manager/FMain.form 2.0/trunk/app/src/gambas-database-manager/FNewTable.form 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas-database-manager/FPasteDatabase.form 2.0/trunk/app/src/gambas-database-manager/FPasteTable.form 2.0/trunk/app/src/gambas-database-manager/FRequest.form 2.0/trunk/app/src/gambas-database-manager/FServer.form 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas-database-manager/FUser.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FColorChooser.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.db.form/.component 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataBrowser.class 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/comp/src/gb.db.form/FBrowser.class 2.0/trunk/comp/src/gb.db.form/FBrowser.form 2.0/trunk/comp/src/gb.db.form/FMain.class 2.0/trunk/comp/src/gb.db.form/FMain.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/Balloon.class 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/examples/examples/Database/Database/FMain.form 2.0/trunk/examples/examples/Database/Database/FRequest.form 2.0/trunk/examples/examples/Database/Database/FTest.class 2.0/trunk/examples/examples/Database/Database/FTest.form 2.0/trunk/gb.qt/src/CConst.cpp 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/ext/Makefile.am 2.0/trunk/gb.qt/src/ext/main.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbc/gba.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/control/gridview.png Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/control/gridview.png 2.0/trunk/app/src/gambas2/img/control/tableview.png 2.0/trunk/gb.qt/src/ext/CTableView.cpp 2.0/trunk/gb.qt/src/ext/CTableView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-07 17:17:23
|
Revision: 164 http://svn.sourceforge.net/gambas/?rev=164&view=rev Author: gambas Date: 2006-12-07 09:17:22 -0800 (Thu, 07 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Replaced TableView by GridView everywhere. [GB.QT.EXT COMPONENT] * BUG: Forgot to update the gb.qt.ext.component file Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FFindList.form 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/gb.qt/src/ext/gb.qt.ext.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-12 20:26:40
|
Revision: 167 http://svn.sourceforge.net/gambas/?rev=167&view=rev Author: gambas Date: 2006-12-12 12:26:31 -0800 (Tue, 12 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Renamed the public variable '$DebugConfig' as 'DebugConfig'. * BUG: The mismatch between Firefox and Epiphany has been fixed in the option dialog. [INTERPRETER] * BUG: Translations are correctly reloaded when System.Language changes. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/pt.po 2.0/trunk/app/src/gambas2/.lang/pt_BR.po 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/main/gbx/gbx_c_process.c 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-20 11:30:07
|
Revision: 171 http://svn.sourceforge.net/gambas/?rev=171&view=rev Author: gambas Date: 2006-12-20 03:30:07 -0800 (Wed, 20 Dec 2006) Log Message: ----------- [GB.QT.KDE.HTML COMPONENT] * BUG: WebBrowser now supports form submit. * BUG: WebBrowser does not crash anymore when using the wallet. [GB.WEB COMPONENT] * BUG: Bug fixes in multipart/form-data handling. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Response.module 2.0/trunk/examples/examples/Networking/WebBrowser/FBrowser.class 2.0/trunk/examples/examples/Networking/WebBrowser/FBrowser.form 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.cpp 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-23 22:28:09
|
Revision: 173 http://svn.sourceforge.net/gambas/?rev=173&view=rev Author: gambas Date: 2006-12-23 14:28:06 -0800 (Sat, 23 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Double-click works in the project open dialog. [GB.QT COMPONENT] * BUG: GridView.MoveTo() does not extend the selection anymore. It clears it now. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/gbx/gbx_c_timer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-25 22:46:29
|
Revision: 174 http://svn.sourceforge.net/gambas/?rev=174&view=rev Author: gambas Date: 2006-12-25 14:46:29 -0800 (Mon, 25 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The first column of the property grid is written in bold now. [INTERPRETER] * NEW: Objects can intercept the events they raised, by using an event handler named 'ME_EventName'. If the event is stopped, the event handler of the normal event observer is not called. [GB.QT COMPONENT] * NEW: Control.Ignore is a new property that tells the arrangement algorithm to ignore the control. * NEW: GridView cells can have a specific Font property now. [GB.GTK COMPONENT] * NEW: Control.Ignore is a new property that tells the arrangement algorithm to ignore the control. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/share/CControl_desc.h 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_exec.h 2.0/trunk/main/gbx/gbx_exec_loop.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/TableView.class 2.0/trunk/comp/src/gb.form/TableView2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-27 11:10:23
|
Revision: 175 http://svn.sourceforge.net/gambas/?rev=175&view=rev Author: gambas Date: 2006-12-27 03:10:23 -0800 (Wed, 27 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A useless picture was added in the project creation dialog. * NEW: The project environment dialog was made. * BUG: Project environment variables are correctly saved. But they are not used yet. * BUG: Breakpoint buttons are correctly refreshed when you switch between editor windows now. [INTERPRETER] * NEW: The previous event interception system was removed, and replaced by a more powerful new class: Observer. This class allows to intercept any event raised by any object anywhere. * BUG: Scan() does not return spurious strings instead of void strings anymore. * BUG: Fixed a potential buffer overflow by using the right constant to define an internal string buffer used by all file functions. [GB.QT COMPONENT] * NEW: GridView got two new events: RowResize, and ColumnResize, that are raised when a row or a column is resized. * BUG: Setting any property of a GridView item now automatically refreshes it. * BUG: GridView item coordinates are correctly checked now. * BUG: ScrollView scrollbars are correctly displayed the first time the control is shown now. [GB.FORM COMPONENT] * NEW: A new control, TableView, that is an editable GridView. * BUG: The Balloon class was fixed. [GB.QTE.EXT COMPONENT] * BUG: Symbolic links to the old TableView source files were removed. The Makefile.am file was fixed too. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FProjectEnv.class 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.component 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/TableView.class 2.0/trunk/comp/src/gb.form/TableView2.class 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CContainer.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/gb.qt/src/CScrollView.h 2.0/trunk/gb.qte/src/ext/Makefile.am 2.0/trunk/gb.qte/src/ext/gb.qte.ext.component 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_gambas.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_class_init.c 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/gbx/gbx_list.h 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_object.h 2.0/trunk/main/gbx/gbx_regexp.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/share/gb_common.h 2.0/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-27 17:50:00
|
Revision: 177 http://svn.sourceforge.net/gambas/?rev=177&view=rev Author: gambas Date: 2006-12-27 09:49:59 -0800 (Wed, 27 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Breakpoint management was redesigned. * NEW: Now debugging information is stored in a setting file named '.settings', in the project directory. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/Project.module Removed Paths: ------------- 2.0/trunk/gb.qte/src/ext/CTableView.cpp 2.0/trunk/gb.qte/src/ext/CTableView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-30 08:35:46
|
Revision: 180 http://svn.sourceforge.net/gambas/?rev=180&view=rev Author: gambas Date: 2006-12-30 00:35:46 -0800 (Sat, 30 Dec 2006) Log Message: ----------- [COMPILER] * NEW: The Randomize() function was replaced by the RANDOMIZE keyword. [GB.QT COMPONENT] * BUG: Modal windows minimum size of persistent windows is set only once now. [GB.NET.SMTP COMPONENT] * BUG: SmtpClient.Add() optional arguments are now correctly handled, and not specifying them does not crash the interpreter anymore. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/hr.po 2.0/trunk/app/src/gambas2/.lang/sl.po 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/main/gbc/gbc_trans.h 2.0/trunk/main/gbc/gbc_trans_code.c 2.0/trunk/main/gbc/gbc_trans_subr.c 2.0/trunk/main/share/gb_reserved.h 2.0/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-31 19:41:58
|
Revision: 181 http://svn.sourceforge.net/gambas/?rev=181&view=rev Author: gambas Date: 2006-12-31 11:41:58 -0800 (Sun, 31 Dec 2006) Log Message: ----------- [EXAMPLES) * BUG: Randomize() was replaced by RANDOMIZE. [GB.QT COMPONENT] * BUG: The Stock class looks for crystal KDE icons before the classic ones. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module 2.0/trunk/examples/examples/Games/Snake/FrmMain.class 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/gb.qt/src/CPicture.h 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Stock.class 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-31 23:43:10
|
Revision: 182 http://svn.sourceforge.net/gambas/?rev=182&view=rev Author: gambas Date: 2006-12-31 15:43:11 -0800 (Sun, 31 Dec 2006) Log Message: ----------- [GB.QT COMPONENT] * NEW: GridView clears the selection and raises the Change event when the number of rows or the number of columns change. [GB.QT.EXT COMPONENT] * NEW: LCDNumber got a new Mode property that allows it to display hexadecimal or binary numbers. [GB.FORM COMPONENT] * BUG: TableView editor is hidden with its parent TableView. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/TableView.class 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/ext/CLCDNumber.cpp Removed Paths: ------------- 2.0/trunk/comp/src/gb.form/TableView2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-03 19:29:33
|
Revision: 184 http://svn.sourceforge.net/gambas/?rev=184&view=rev Author: gambas Date: 2007-01-03 11:29:33 -0800 (Wed, 03 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some shortcuts were changed and added. * NEW: The file property window was replaced by a little side panel. * BUG: Some image files were missing in the SVN. [HELP FILES] * BUG: Some fixes in the treeview links. * BUG: Files were renamed so that they can be read on Windows. [INTERPRETER] * NEW: Stat() has now a new optional second argument to specify if symbolic links must be followed. By default, they are not. Projects using the Stat() function may have to be recompiled. [GB.SETTINGS] * NEW: If the second argument of Settings.Write() is not specified, then the Control.Name property will be used. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/help/help/help.tar.bz2 2.0/trunk/help/help/tree/index.html 2.0/trunk/help/help/tree/tree.html 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/share/gb_file_share.h 2.0/trunk/main/share/gb_file_temp.h 2.0/trunk/main/share/gb_reserved_temp.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/16/current.png 2.0/trunk/app/src/gambas2/img/16/tabstrip.png 2.0/trunk/app/src/gambas2/img/control/tableview.png 2.0/trunk/app/src/gambas2/img/logo/browser.png 2.0/trunk/app/src/gambas2/img/logo/browser_gnome.png 2.0/trunk/app/src/gambas2/img/logo/gtk-logo-rgb.gif~ 2.0/trunk/app/src/gambas2/img/logo/gtk.png 2.0/trunk/app/src/gambas2/img/logo/konqueror.png~ 2.0/trunk/app/src/gambas2/img/logo/qt.png 2.0/trunk/app/src/gambas2/img/wizard/ 2.0/trunk/app/src/gambas2/img/wizard/create.png 2.0/trunk/help/help/help+en Removed Paths: ------------- 2.0/trunk/app/src/gambas2/FPropertyFile.class 2.0/trunk/app/src/gambas2/FPropertyFile.form 2.0/trunk/help/help/help?en This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-03 22:40:11
|
Revision: 186 http://svn.sourceforge.net/gambas/?rev=186&view=rev Author: gambas Date: 2007-01-03 14:40:11 -0800 (Wed, 03 Jan 2007) Log Message: ----------- [INTERPRETER] * BUG: String.Code() now works correctly, and has the same behavious as Asc(), i.e. it returns 0 if its argument position is outside of the string. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-07 21:49:01
|
Revision: 189 http://svn.sourceforge.net/gambas/?rev=189&view=rev Author: gambas Date: 2007-01-07 13:49:01 -0800 (Sun, 07 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The state of the information window toolbar button is alwyas correct now. * NEW: The editor cursor column and row are displayed in the editor toolbar, not the window title anymore. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/main/gbx/gbx_compare.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-10 17:24:40
|
Revision: 190 http://svn.sourceforge.net/gambas/?rev=190&view=rev Author: gambas Date: 2007-01-10 09:24:37 -0800 (Wed, 10 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor contextual help is displayed at the right position again. [INTERPRETER] * BUG: Date() correctly converts its argument to a date before using it. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/main/gbx/gbx_c_error.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_subr_time.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-12 23:12:37
|
Revision: 192 http://svn.sourceforge.net/gambas/?rev=192&view=rev Author: gambas Date: 2007-01-12 15:12:34 -0800 (Fri, 12 Jan 2007) Log Message: ----------- [CONFIGURATION] * BUG: The Gambas compiler is run with the new '-r' option, so that the information files are always found, even if the 'prefix' variable is changed at 'make install'. [COMPILER] * NEW: A new option, '-r', that lets define the gambas installation directory. This option is used during 'make install'. [EXAMPLE] * BUG: DataReportExample example was fixed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/comp/Makefile.am 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/component.am 2.0/trunk/examples/Makefile.am 2.0/trunk/examples/examples/Database/DataReportExample/.icon.png 2.0/trunk/examples/examples/Database/DataReportExample/.project 2.0/trunk/examples/examples/Database/DataReportExample/Fmain.class 2.0/trunk/examples/examples/Database/DataReportExample/Fmain.form 2.0/trunk/examples/examples/Database/DataReportExample/Mglobal.module 2.0/trunk/examples/examples/Networking/HTTPGet/F.form 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.form 2.0/trunk/examples/examples/Networking/SerialPort/.project 2.0/trunk/examples/examples/Networking/SerialPort/FSerialPort.form 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/gbc/gbc_compile.h 2.0/trunk/main/gbc/gbi.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/FMakePackage.class 2.0/trunk/app/src/gambas2/FMakePackage.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-13 19:23:54
|
Revision: 193 http://svn.sourceforge.net/gambas/?rev=193&view=rev Author: gambas Date: 2007-01-13 11:23:54 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Information window is correctly refreshed when a file is deleted or another project is opened. * BUG: There is no IDE crash anymore after having canceled the opening of an already opened project Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-01-17 00:45:36
|
Revision: 196 http://svn.sourceforge.net/gambas/?rev=196&view=rev Author: lordheavy Date: 2007-01-16 16:45:35 -0800 (Tue, 16 Jan 2007) Log Message: ----------- [GB.SDL] * NEW: New window property, Framerate for controlling the framerate; - Window.Framerate = 100, limit framerate to a maximum of 100 FPS. - Window.Framerate = 0 (default), don't limit the framerate. - PRINT Window.Framerate, show the current framerate. Update BeastScroll example: limit the framerate to 300 with Window.Framerate property. Modified Paths: -------------- 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/Cwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 10:02:45
|
Revision: 197 http://svn.sourceforge.net/gambas/?rev=197&view=rev Author: gambas Date: 2007-01-17 02:02:46 -0800 (Wed, 17 Jan 2007) Log Message: ----------- [GB.SETTINGS] * BUG: Freeing a Settings object does not raise an error anymore if writing the settings file is impossible. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/examples/examples/Basic/DragNDrop/.directory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |