Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1650] gambas/trunk (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2008-10-23 14:09:57
|
Revision: 1650 http://gambas.svn.sourceforge.net/gambas/?rev=1650&view=rev Author: gambas Date: 2008-10-23 14:09:48 +0000 (Thu, 23 Oct 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A new project runtime option to print the stack backtrace on error. [GB.WEB] * BUG: Storing arrays inside Session works correctly now. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.web/.project gambas/trunk/comp/src/gb.web/Main.module gambas/trunk/comp/src/gb.web/Session.module gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-10-28 16:10:13
|
Revision: 1656 http://gambas.svn.sourceforge.net/gambas/?rev=1656&view=rev Author: gambas Date: 2008-10-28 16:10:06 +0000 (Tue, 28 Oct 2008) Log Message: ----------- [INTERPRETER] * BUG: Silently ignore conversion errors inside String.Upper() and String.Lower() methods. [GB.GTK] * BUG: Fix the Embedder Plug & Discard methods. [GB.QT] * BUG: Fix an uninitialized variable in the QtXEmbedContainer class. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWidget.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gplugin.h gambas/trunk/gb.qt/src/qtxembed.cpp gambas/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...> - 2008-10-29 18:26:58
|
Revision: 1657 http://gambas.svn.sourceforge.net/gambas/?rev=1657&view=rev Author: gambas Date: 2008-10-29 18:26:56 +0000 (Wed, 29 Oct 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The EXEC and SHELL syntax has changed. [INTERPRETER] * NEW: Stream.Blocking is new property to set if reading from the stream is blocking or not. * NEW: EXEC or SHELL used without the AS keyword creates a blocking process stream. [COMPILER] * NEW: EXEC or SHELL can be used with AS and without FOR. [GB.QT] * NEW: Toolbox windows are automatically transient for the current active window. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/VersionControl.module gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-10-30 00:54:27
|
Revision: 1659 http://gambas.svn.sourceforge.net/gambas/?rev=1659&view=rev Author: gambas Date: 2008-10-30 00:54:18 +0000 (Thu, 30 Oct 2008) Log Message: ----------- [INTERPRETER] * NEW: The LINE INPUT and INPUT algorithm now deal intelligently with blocking streams. [GB.NET] * BUG: Fix stream implementation of SerialPort and Socket. * NEW: Socket can be set blocking. Modified Paths: -------------- gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.class gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.form gambas/trunk/gb.net/src/CSerialPort.c gambas/trunk/gb.net/src/CSocket.c gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_process.c gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-10-30 23:32:42
|
Revision: 1664 http://gambas.svn.sourceforge.net/gambas/?rev=1664&view=rev Author: gambas Date: 2008-10-30 23:32:38 +0000 (Thu, 30 Oct 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix an uninitialized flag in streams. * BUG: Stack overflow raised when entering a function should not mix up the interpreter anymore. [GB.QTE] * BUG: Fix compilation. Modified Paths: -------------- gambas/trunk/gb.net/src/CSocket.c gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-02 02:40:16
|
Revision: 1666 http://gambas.svn.sourceforge.net/gambas/?rev=1666&view=rev Author: gambas Date: 2008-11-02 02:40:10 +0000 (Sun, 02 Nov 2008) Log Message: ----------- [CONFIGURATION] * NEW: Update libtool to version 1.5.24 [INTERPRETER] * BUG: Lof() returns the correct value for files opened for writing. * BUG: Dir() and RDir() now work correctly on relative paths. [GB.WEB] * BUG: Read and write sessions inside a system lock to prevent two processes from writing the same session at the same time, and then corrupting it. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/Main.module gambas/trunk/comp/src/gb.web/Session.module gambas/trunk/config.guess gambas/trunk/config.sub gambas/trunk/ltmain.sh gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_buffer.c gambas/trunk/main/gbx/gbx_stream_direct.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/share/gb_arch.h gambas/trunk/main/share/gb_arch_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-02 13:59:08
|
Revision: 1668 http://gambas.svn.sourceforge.net/gambas/?rev=1668&view=rev Author: gambas Date: 2008-11-02 13:59:06 +0000 (Sun, 02 Nov 2008) Log Message: ----------- [GB.DESKTOP] * BUG: Fix the algorithm that returns the desktop path. [GB.WEB] * BUG: Remove log messages, but log session loading error in the /tmp/session.log file. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/Session.module gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-04 23:53:49
|
Revision: 1669 http://gambas.svn.sourceforge.net/gambas/?rev=1669&view=rev Author: gambas Date: 2008-11-04 23:53:39 +0000 (Tue, 04 Nov 2008) Log Message: ----------- [INTERPRETER] * NEW: A new interpreter API for setting the endianness of a stream. * NEW: Another new interpreter API for making a stream blocking or not. [GB.FORM.MDI] * NEW: Remove the useless toolbar handle. [GB.NET] * BUG: Fix the UdpSocket implementation. * NEW: UdpSocket now uses an internal buffer, so that successive READs on it work as expected. Beware that the remaining data is lost the next time the UdpSocket raises its Read event. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.db.form/Main.module gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.form.mdi/ToolBar.class gambas/trunk/gb.net/src/CSocket.c gambas/trunk/gb.net/src/CSocket.h gambas/trunk/gb.net/src/CUdpSocket.c gambas/trunk/gb.net/src/CUdpSocket.h gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/libltdl/aclocal.m4 gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-05 20:26:05
|
Revision: 1673 http://gambas.svn.sourceforge.net/gambas/?rev=1673&view=rev Author: gambas Date: 2008-11-05 20:26:01 +0000 (Wed, 05 Nov 2008) Log Message: ----------- [GB.GTK] * BUG: UserControl and UserContainer _Container properties are correctly implemented now. Consequently, the gb.form containers start working as expected. * BUG: Window.Background and Window.Foreground now work correctly when the window is embedded. * BUG: ClientX, ClientY, ClientW and ClientH container properties for Panel now take the frame into account, as in gb.qt. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmServer.form gambas/trunk/gb.gtk/src/CContainer.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontainer.h gambas/trunk/gb.gtk/src/gcontrol.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-08 15:25:49
|
Revision: 1680 http://gambas.svn.sourceforge.net/gambas/?rev=1680&view=rev Author: gambas Date: 2008-11-08 15:25:48 +0000 (Sat, 08 Nov 2008) Log Message: ----------- [GB.GTK] * BUG: TextLabel now deals correctly with its Font property. * BUG: TextLabel with AutoResize set now resizes the same way as in gb.qt. * BUG: Draw.RichText() now deals correctly with the Draw.Font property. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FInputBox.class gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/glabel.h gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-08 17:45:17
|
Revision: 1682 http://gambas.svn.sourceforge.net/gambas/?rev=1682&view=rev Author: gambas Date: 2008-11-08 17:45:13 +0000 (Sat, 08 Nov 2008) Log Message: ----------- [INTERPRETER] * BUG: Enumarting something inside a _next() enumerator method now is safe. [GB.SETTINGS] * NEW: Settings.Keys is a new property that enumerates keys stored in a settings file. This property can be used like an array if you want to enumerate keys under a specific slot only. Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.info gambas/trunk/comp/src/gb.settings/.list gambas/trunk/comp/src/gb.settings/Main.module gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/main/gbx/gbx_exec_enum.c Added Paths: ----------- gambas/trunk/comp/src/gb.settings/_SettingsKeys.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-08 23:42:13
|
Revision: 1683 http://gambas.svn.sourceforge.net/gambas/?rev=1683&view=rev Author: gambas Date: 2008-11-08 23:42:08 +0000 (Sat, 08 Nov 2008) Log Message: ----------- [INTERPRETER] * OPT: Optimization in Replace() when the replace string is longer than the search string. String[].Join() becomes faster too. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/gbx/gbx_subst.c gambas/trunk/main/gbx/gbx_subst.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-10 00:18:04
|
Revision: 1687 http://gambas.svn.sourceforge.net/gambas/?rev=1687&view=rev Author: gambas Date: 2008-11-10 00:18:00 +0000 (Mon, 10 Nov 2008) Log Message: ----------- [INTERPRETER] * OPT: Optimizations in string allocation. [GB.DB] * OPT: Optimization in query making. Storing big blobs inside a field in now about twice faster. [GB.DB.POSTGRESQL] * BUG: Fix string quoting for postgresql >= 8.2. Modified Paths: -------------- gambas/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.class gambas/trunk/examples/examples/Database/PictureDatabase/ModuleDatabase.module gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/gbx/gbx_string.h gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/gbx/gbx_subst.c gambas/trunk/main/lib/db/main.c gambas/trunk/main/share/gambas.h Removed Paths: ------------- gambas/trunk/main/gbx/gbx_subst.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-11 02:25:43
|
Revision: 1694 http://gambas.svn.sourceforge.net/gambas/?rev=1694&view=rev Author: gambas Date: 2008-11-11 02:25:40 +0000 (Tue, 11 Nov 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Debug windows are toolbar again, so that they are automatically transient for the main window. * BUG: Exported project classes from a component project are correctly scanned now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/CComponent.class gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/TableView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-11 14:10:46
|
Revision: 1695 http://gambas.svn.sourceforge.net/gambas/?rev=1695&view=rev Author: gambas Date: 2008-11-11 14:10:36 +0000 (Tue, 11 Nov 2008) Log Message: ----------- [GB.QT] * NEW: Message.Title is a new property to define the title of the next message box. The property is reset after the message box has been displayed. [GB.GTK] * NEW: Message.Title is a new property to define the title of the next message box. The property is reset after the message box has been displayed. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CDialog.cpp gambas/trunk/gb.gtk/src/CMessage.cpp gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gmessage.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/src/CMessage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-11 17:22:43
|
Revision: 1699 http://gambas.svn.sourceforge.net/gambas/?rev=1699&view=rev Author: gambas Date: 2008-11-11 17:22:38 +0000 (Tue, 11 Nov 2008) Log Message: ----------- [CONFIGURATION] * NEW: Increment bytecode version. [INTERPRETER] * NEW: New routine to deal with the new immediate collection operator. The bytecode has changed consequently. [COMPILER] * NEW: A new syntax to the array operator to create collections: [ <key>:<value>, <key>:<value> ... ] [GB.EVAL] * NEW: Implement the new syntax for creating collections. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/lib/eval/eval_trans_expr.c gambas/trunk/main/lib/eval/eval_trans_tree.c gambas/trunk/main/share/gb_reserved.h gambas/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...> - 2008-11-11 18:32:17
|
Revision: 1700 http://gambas.svn.sourceforge.net/gambas/?rev=1700&view=rev Author: gambas Date: 2008-11-11 18:32:13 +0000 (Tue, 11 Nov 2008) Log Message: ----------- [GB.GTK] * BUG: Setting ListBox.List and ComboBox.List does not raise the Click event anymore, as in gb.qt. * BUG: Searching an item in a ComboBox does not crash anymore. [GB.FORM] * BUG: TableView edit field position is now correct when the TableView window has a menu bar. [GB.QT] * BUG: TabStrip.Children property now does not return invalid children anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/TableView.class gambas/trunk/gb.gtk/src/CListBox.cpp gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.qt/src/CTabStrip.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-12 21:50:41
|
Revision: 1703 http://gambas.svn.sourceforge.net/gambas/?rev=1703&view=rev Author: gambas Date: 2008-11-12 21:50:36 +0000 (Wed, 12 Nov 2008) Log Message: ----------- [GB.NET] * BUG: The Socket Ready event is correctly raised now. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/examples/examples/Networking/ClientSocket/.project gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.form gambas/trunk/examples/examples/Networking/ServerSocket/.project gambas/trunk/gb.net/src/CSocket.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-17 00:51:15
|
Revision: 1705 http://gambas.svn.sourceforge.net/gambas/?rev=1705&view=rev Author: gambas Date: 2008-11-17 00:51:08 +0000 (Mon, 17 Nov 2008) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Fix blob and string quoting. * BUG: Detect primary keys even if their name does not end with '_pkey'. * BUG: Correctly detect system databases. [GB.QT] * NEW: The Editor.Print() method automatically split lines longer than 256 characters. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.qt/src/ext/CEditor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-20 22:09:54
|
Revision: 1706 http://gambas.svn.sourceforge.net/gambas/?rev=1706&view=rev Author: gambas Date: 2008-11-20 22:09:51 +0000 (Thu, 20 Nov 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A menu entry and a button for showing/hiding the menu bar. [GB.EVAL] * BUG: Highlight.Purge() now correctly handle non-ASCII characters inside strings and comments. [GB.QT] * NEW: Window.Menus.Hide, Window.Menus.Show and Window.Menus.Visible are two methods and one property for showing and hiding the menu bar of the window. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/main/lib/eval/CHighlight.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-22 12:58:41
|
Revision: 1708 http://gambas.svn.sourceforge.net/gambas/?rev=1708&view=rev Author: gambas Date: 2008-11-22 12:58:36 +0000 (Sat, 22 Nov 2008) Log Message: ----------- [INTERPRETER] * BUG: A internal stream flag to know if data is immediately available. File and memory streams have this flag set. Streams defined in component do not have this flag set by default. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.project gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_arch.c gambas/trunk/main/gbx/gbx_stream_buffer.c gambas/trunk/main/gbx/gbx_stream_direct.c gambas/trunk/main/gbx/gbx_stream_memory.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-23 12:31:45
|
Revision: 1709 http://gambas.svn.sourceforge.net/gambas/?rev=1709&view=rev Author: gambas Date: 2008-11-23 12:31:41 +0000 (Sun, 23 Nov 2008) Log Message: ----------- [GB.GTK] * NEW: Window.Menus.Hide, Window.Menus.Show and Window.Menus.Visible are two methods and one property for showing and hiding the menu bar of the window. Modified Paths: -------------- gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/FMain.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gmenu.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-24 12:09:44
|
Revision: 1711 http://gambas.svn.sourceforge.net/gambas/?rev=1711&view=rev Author: gambas Date: 2008-11-24 12:09:40 +0000 (Mon, 24 Nov 2008) Log Message: ----------- [INTERPRETER] * BUG: Correctly handle interrupted system calls in streams defined outside of the interpreter. [GB.QT.EXT] * BUG: Handle cursor moves correctly when procedures are folded. Modified Paths: -------------- gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-11-24 14:11:05
|
Revision: 1713 http://gambas.svn.sourceforge.net/gambas/?rev=1713&view=rev Author: gambas Date: 2008-11-24 14:11:01 +0000 (Mon, 24 Nov 2008) Log Message: ----------- [WIKI CGI SCRIPT] * BUG: Adds a <p> markup automatically after symbol syntax boxes. [INTERPRETER] * BUG: Fix currency formats. [GB.FORM] * BUG: Fix a display glitch in the list of relative sizes in the font dialog. [GB.QT] * BUG: Releases the internal font object when setting NULL to the font property of a control. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FFontChooser.class gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-12-01 00:07:28
|
Revision: 1719 http://gambas.svn.sourceforge.net/gambas/?rev=1719&view=rev Author: gambas Date: 2008-12-01 00:07:25 +0000 (Mon, 01 Dec 2008) Log Message: ----------- [GB.FORM] * BUG: DatePicker does not open the calendar popup anymore when it is disabled. [GB.XML.XSLT] * BUG: The XSLT component works again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/gb.xml/src/xslt/CXSLT.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |