Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1156] gambas/branches/2.0 (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-12 12:06:30
|
Revision: 1156 http://gambas.svn.sourceforge.net/gambas/?rev=1156&view=rev Author: gambas Date: 2008-03-12 05:06:37 -0700 (Wed, 12 Mar 2008) Log Message: ----------- [CONFIGURATION] * NEW: The TODO file was removed. Only the TODO file in /trunk is valid. [GB.GTK] * BUG: The Font property management was fixed. * BUG: The icon text alignment was fixed in the GridView control. [GB.FORM] * NEW: The FileChooser bookmark list was redesigned. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FCompletion.class gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FDirChooser.class gambas/branches/2.0/comp/src/gb.form/FDirChooser.form gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.gtk/src/CFont.cpp gambas/branches/2.0/gb.gtk/src/CScreen.cpp gambas/branches/2.0/gb.gtk/src/gapplication.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gdesktop.cpp gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gmessage.cpp gambas/branches/2.0/gb.gtk/src/gtree.cpp gambas/branches/2.0/gb.gtk/src/tablerender.h Removed Paths: ------------- gambas/branches/2.0/TODO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-13 21:32:20
|
Revision: 1163 http://gambas.svn.sourceforge.net/gambas/?rev=1163&view=rev Author: gambas Date: 2008-03-13 14:32:25 -0700 (Thu, 13 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Ensure that the property panel is correctly shown or hidden when the project is opened. [INTERPRETER] * BUG: Mid$("", 0) returns an error now. [GB.WEB] * BUG: CGI.Decode() is more robust against malformed URLs. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/comp/src/gb.form.mdi/FWorkspace.class gambas/branches/2.0/comp/src/gb.web/.project gambas/branches/2.0/comp/src/gb.web/CGI.module gambas/branches/2.0/comp/src/gb.web/Main.module gambas/branches/2.0/examples/examples/Games/DeepSpace/MMain.module gambas/branches/2.0/examples/examples/Games/GameOfLife/.settings gambas/branches/2.0/main/gbx/gbx_subr_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-13 22:32:43
|
Revision: 1165 http://gambas.svn.sourceforge.net/gambas/?rev=1165&view=rev Author: gambas Date: 2008-03-13 15:32:48 -0700 (Thu, 13 Mar 2008) Log Message: ----------- [GB.QT] * BUG: Removed some memory leaks. [GB.GTK] * BUG: Removed some memory leaks. Modified Paths: -------------- gambas/branches/2.0/Makefile.am gambas/branches/2.0/gb.gtk/src/CPicture.cpp gambas/branches/2.0/gb.qt/share/gb.form.picture.h gambas/branches/2.0/gb.qt/src/CImage.cpp gambas/branches/2.0/gb.qt/src/CPicture.cpp gambas/branches/2.0/gb.qt/src/CTabStrip.cpp gambas/branches/2.0/gb.qt/src/CWidget.cpp gambas/branches/2.0/gb.qt/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-16 22:08:27
|
Revision: 1185 http://gambas.svn.sourceforge.net/gambas/?rev=1185&view=rev Author: gambas Date: 2008-03-16 15:08:32 -0700 (Sun, 16 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: More space for displaying the project name in the project property dialog. [GB.GTK] * BUG: Composed keys are correctly handled again by KeyPress events, but the SCIM input method does not work yet. * BUG: Using stock pictures work correctly again, and does not crash the interpreter anymore. * BUG: Fixes memory leaks with font and picture management. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FPropertyProject.class gambas/branches/2.0/app/src/gambas2/FPropertyProject.form gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.form/ValueBox.class gambas/branches/2.0/gb.gtk/src/CPicture.cpp gambas/branches/2.0/gb.gtk/src/gapplication.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gdesktop.cpp gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gfont.h gambas/branches/2.0/gb.gtk/src/ggambastag.h gambas/branches/2.0/gb.gtk/src/gmessage.cpp gambas/branches/2.0/gb.gtk/src/gshare.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-20 15:30:08
|
Revision: 1205 http://gambas.svn.sourceforge.net/gambas/?rev=1205&view=rev Author: gambas Date: 2008-03-20 08:30:08 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [DATABASE MANAGER] * BUG: Correctly manages editable GridViews when a row or a column is resized. [GB.GTK] * BUG: Correctly handles mouse button events in the GridView control. * BUG: Setting GridView.Rows.Count to zero does not make rows too small anymore. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/app/src/gambas2-database-manager/.project gambas/branches/2.0/app/src/gambas2-database-manager/CTableViewEditor.class gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.h gambas/branches/2.0/gb.gtk/src/ggridview.cpp gambas/branches/2.0/gb.gtk/src/gsignals.cpp gambas/branches/2.0/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-03-21 15:30:13
|
Revision: 1224 http://gambas.svn.sourceforge.net/gambas/?rev=1224&view=rev Author: gambas Date: 2008-03-21 08:30:12 -0700 (Fri, 21 Mar 2008) Log Message: ----------- [CONFIGURATION] * BUG: Support for X11 libraries not installed in the default library paths. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/comp/src/gb.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 01:15:16
|
Revision: 1234 http://gambas.svn.sourceforge.net/gambas/?rev=1234&view=rev Author: gambas Date: 2008-03-22 18:15:22 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [CONFIGURATION] * BUG: The config.h.in files were removed from the subversion repository. Removed Paths: ------------- gambas/branches/2.0/app/config.h.in gambas/branches/2.0/comp/config.h.in gambas/branches/2.0/config.h.in gambas/branches/2.0/examples/config.h.in gambas/branches/2.0/gb.compress.bzlib2/config.h.in gambas/branches/2.0/gb.compress.zlib/config.h.in gambas/branches/2.0/gb.corba/config.h.in gambas/branches/2.0/gb.crypt/config.h.in gambas/branches/2.0/gb.db.firebird/config.h.in gambas/branches/2.0/gb.db.mysql/config.h.in gambas/branches/2.0/gb.db.odbc/config.h.in gambas/branches/2.0/gb.db.postgresql/config.h.in gambas/branches/2.0/gb.db.sqlite2/config.h.in gambas/branches/2.0/gb.db.sqlite3/config.h.in gambas/branches/2.0/gb.gtk/config.h.in gambas/branches/2.0/gb.gtk.svg/config.h.in gambas/branches/2.0/gb.image/config.h.in gambas/branches/2.0/gb.net/config.h.in gambas/branches/2.0/gb.net.curl/config.h.in gambas/branches/2.0/gb.net.smtp/config.h.in gambas/branches/2.0/gb.opengl/config.h.in gambas/branches/2.0/gb.pcre/config.h.in gambas/branches/2.0/gb.pdf/config.h.in gambas/branches/2.0/gb.qt/config.h.in gambas/branches/2.0/gb.qt.kde/config.h.in gambas/branches/2.0/gb.qte/config.h.in gambas/branches/2.0/gb.sdl/config.h.in gambas/branches/2.0/gb.sdl.sound/config.h.in gambas/branches/2.0/gb.v4l/config.h.in gambas/branches/2.0/gb.xml/config.h.in gambas/branches/2.0/help/config.h.in gambas/branches/2.0/main/config.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-24 19:17:29
|
Revision: 1245 http://gambas.svn.sourceforge.net/gambas/?rev=1245&view=rev Author: gambas Date: 2008-03-24 12:17:04 -0700 (Mon, 24 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Balloon file information were replaced by a standard dialog. * BUG: Explicitely closes embedded forms in FMain, so that their settings are correctly written. See the source code comments for more details. [GB.QT] * BUG: As promised, the TreeView/ListView/ColumnView MoveAbove() and MoveBelow() methods were rewritten to behave exactly as in gb.gtk. This way, enumerating all items of a TreeView is just a loop with a call to MoveFirst() and many calls to MoveBelow(). Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FMain.form gambas/branches/2.0/app/src/gambas2/FOption.class gambas/branches/2.0/app/src/gambas2/FOption.form gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/FProperty.form gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/comp/src/gb.form/SidePanel.class gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Settings.class gambas/branches/2.0/gb.qt/src/CTreeView.cpp gambas/branches/2.0/gb.qt/src/CTreeView.h Added Paths: ----------- gambas/branches/2.0/app/src/gambas2/FInfo.class gambas/branches/2.0/app/src/gambas2/FInfo.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-25 13:46:54
|
Revision: 1252 http://gambas.svn.sourceforge.net/gambas/?rev=1252&view=rev Author: gambas Date: 2008-03-25 06:46:56 -0700 (Tue, 25 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The information dialog box was redesigned. [GB.GTK] * BUG: The AutoResize property of containers now takes the Padding property into account in all cases. [GB.QT] * BUG: The AutoResize property of containers now takes the Padding property into account in all cases. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FInfo.class gambas/branches/2.0/app/src/gambas2/FInfo.form gambas/branches/2.0/gb.qt/share/gb.form.arrangement.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-03-25 16:19:23
|
Revision: 1253 http://gambas.svn.sourceforge.net/gambas/?rev=1253&view=rev Author: dvillalobos Date: 2008-03-25 09:19:08 -0700 (Tue, 25 Mar 2008) Log Message: ----------- [EXAMPLES] * NEW: Spanish translation added/updated for all translatable projects. [GB.GB.FORM] * NEW: Spanish translation updated. [GB.FORM] * NEW: Spanish translation updated. [GB.FORM.DIALOG] * NEW: Spanish translation updated. [GB.FORM.MDI] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/branches/2.0/examples/examples/Automation/Scripting/.lang/es.mo gambas/branches/2.0/examples/examples/Automation/Scripting/.lang/es.po gambas/branches/2.0/examples/examples/Games/Concent/.settings Added Paths: ----------- gambas/branches/2.0/comp/src/gb.db.form/.lang/es.mo gambas/branches/2.0/comp/src/gb.db.form/.lang/es.po gambas/branches/2.0/comp/src/gb.form/.lang/es.mo gambas/branches/2.0/comp/src/gb.form/.lang/es.po gambas/branches/2.0/comp/src/gb.form.dialog/.lang/es.mo gambas/branches/2.0/comp/src/gb.form.dialog/.lang/es.po gambas/branches/2.0/comp/src/gb.form.mdi/.lang/es.mo gambas/branches/2.0/comp/src/gb.form.mdi/.lang/es.po gambas/branches/2.0/examples/examples/Database/DataReportExample/.lang/es.mo gambas/branches/2.0/examples/examples/Database/DataReportExample/.lang/es.po gambas/branches/2.0/examples/examples/Database/Database/.lang/es.mo gambas/branches/2.0/examples/examples/Database/Database/.lang/es.po gambas/branches/2.0/examples/examples/Database/PictureDatabase/.lang/es.mo gambas/branches/2.0/examples/examples/Database/PictureDatabase/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/Chart/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/Chart/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/Clock/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/Clock/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/Gravity/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/Gravity/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/ImageViewer/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/ImageViewer/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/OnScreenDisplay/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/OnScreenDisplay/.lang/es.po gambas/branches/2.0/examples/examples/Drawing/Sensor/.lang/es.mo gambas/branches/2.0/examples/examples/Drawing/Sensor/.lang/es.po gambas/branches/2.0/examples/examples/Games/Concent/.lang/es.mo gambas/branches/2.0/examples/examples/Games/Concent/.lang/es.po gambas/branches/2.0/examples/examples/Games/DeepSpace/.lang/es.mo gambas/branches/2.0/examples/examples/Games/DeepSpace/.lang/es.po gambas/branches/2.0/examples/examples/Games/RobotFindsKitten/.lang/es.mo gambas/branches/2.0/examples/examples/Games/RobotFindsKitten/.lang/es.po gambas/branches/2.0/examples/examples/Games/Solitaire/.lang/es.mo gambas/branches/2.0/examples/examples/Games/Solitaire/.lang/es.po gambas/branches/2.0/examples/examples/Misc/Evaluator/.lang/es.mo gambas/branches/2.0/examples/examples/Misc/Evaluator/.lang/es.po gambas/branches/2.0/examples/examples/Misc/Explorer/.lang/es.mo gambas/branches/2.0/examples/examples/Misc/Explorer/.lang/es.po gambas/branches/2.0/examples/examples/Misc/Notepad/.lang/es.mo gambas/branches/2.0/examples/examples/Misc/Notepad/.lang/es.po gambas/branches/2.0/examples/examples/Networking/ClientSocket/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/ClientSocket/.lang/es.po gambas/branches/2.0/examples/examples/Networking/DnsClient/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/DnsClient/.lang/es.po gambas/branches/2.0/examples/examples/Networking/HTTPGet/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/HTTPGet/.lang/es.po gambas/branches/2.0/examples/examples/Networking/HTTPPost/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/HTTPPost/.lang/es.po gambas/branches/2.0/examples/examples/Networking/SerialPort/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/SerialPort/.lang/es.po gambas/branches/2.0/examples/examples/Networking/ServerSocket/.lang/es.mo gambas/branches/2.0/examples/examples/Networking/ServerSocket/.lang/es.po gambas/branches/2.0/examples/examples/Printing/Printing/.lang/es.mo gambas/branches/2.0/examples/examples/Printing/Printing/.lang/es.po gambas/branches/2.0/examples/examples/Sound/CDPlayer/.lang/es.mo gambas/branches/2.0/examples/examples/Sound/CDPlayer/.lang/es.po gambas/branches/2.0/examples/examples/Sound/MusicPlayer/.lang/es.mo gambas/branches/2.0/examples/examples/Sound/MusicPlayer/.lang/es.po gambas/branches/2.0/examples/examples/Video/MoviePlayer/.lang/es.mo gambas/branches/2.0/examples/examples/Video/MoviePlayer/.lang/es.po gambas/branches/2.0/examples/examples/Video/MyWebCam/.lang/es.mo gambas/branches/2.0/examples/examples/Video/MyWebCam/.lang/es.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-26 21:12:21
|
Revision: 1262 http://gambas.svn.sourceforge.net/gambas/?rev=1262&view=rev Author: gambas Date: 2008-03-26 14:12:17 -0700 (Wed, 26 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Polish the file information dialog. * BUG: In the file creation dialog, always select a filter if we click on the "existing" tab. [GB.FORM] * NEW: ChangeLog and README files are displayed with a text file icon in the FileView control. [GB.QT.EXT] * BUG: Backport a fix from Gambas3 where sometimes the Editor scroll bars are not correctly updated. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FCreateFile.class gambas/branches/2.0/app/src/gambas2/FInfo.class gambas/branches/2.0/app/src/gambas2/FInfo.form gambas/branches/2.0/app/src/gambas2/FMain.form gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.lang/fr.po gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FileView.class gambas/branches/2.0/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-30 22:23:26
|
Revision: 1270 http://gambas.svn.sourceforge.net/gambas/?rev=1270&view=rev Author: gambas Date: 2008-03-30 15:23:21 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Compiler output is now correctly handled when some warning messages are printed. * NEW: CSS and HTML highlighting use procedure separation. [GB.GTK] * BUG: Watcher are correctly released when the watched object is destroyed. * BUG: Drawing on a null picture now raises an error. * BUG: ColumnView has no CloumnClick event anymore, as in gb.qt. [GB.QT] * BUG: A failing Image.Load() does not create a useless internal image anymore. [GB.QT.EXT] * BUG: Void line are correctly highlighted in all cases now. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FGotoLine.form gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/comp/src/gb.form/ColorButton.class gambas/branches/2.0/gb.gtk/src/CDraw.cpp gambas/branches/2.0/gb.gtk/src/CTreeView.cpp gambas/branches/2.0/gb.gtk/src/CWatcher.cpp gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.qt/src/CContainer.cpp gambas/branches/2.0/gb.qt/src/CDraw.cpp gambas/branches/2.0/gb.qt/src/CImage.cpp gambas/branches/2.0/gb.qt/src/ext/CDraw.cpp gambas/branches/2.0/gb.qt/src/ext/gdocument.cpp gambas/branches/2.0/main/gbx/gbx_api.c gambas/branches/2.0/main/gbx/gbx_exec_loop.c gambas/branches/2.0/main/lib/draw/CDraw.c gambas/branches/2.0/main/lib/draw/gb.draw.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-31 01:26:36
|
Revision: 1275 http://gambas.svn.sourceforge.net/gambas/?rev=1275&view=rev Author: gambas Date: 2008-03-30 18:26:41 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [GB.GTK] * BUG: Splitter correctly handle the visibility of its children now. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.gtk/src/gsplitter.cpp gambas/branches/2.0/gb.gtk/src/gsplitter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-01 13:46:57
|
Revision: 1278 http://gambas.svn.sourceforge.net/gambas/?rev=1278&view=rev Author: gambas Date: 2008-04-01 06:46:28 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Adds /usr/local/lib/include as include search path for libffi. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FSignature.class gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gsplitter.cpp gambas/branches/2.0/main/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-04-01 19:53:33
|
Revision: 1281 http://gambas.svn.sourceforge.net/gambas/?rev=1281&view=rev Author: lordheavy Date: 2008-04-01 12:52:24 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Add x11 include path through GB_CHECK_XWINDOW macro. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/gb.qt/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 11:29:37
|
Revision: 1283 http://gambas.svn.sourceforge.net/gambas/?rev=1283&view=rev Author: gambas Date: 2008-04-03 04:29:41 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [INTERPRETER] * BUG: The binary and hexadecimal numbers with a '&' suffix are now correctly extended to a Long unsigned constant if needed. [GB.EVAL] * BUG: The long binary and hexadecimal numbers are correctly interpreted now. [GB.FORM] * NEW: The Space key now raises the Activate event in the DateChooser control. [GB.SETTINGS] * BUG: Settings.Read() and Settings.Write() now use the Window class of the specified control, not the TopLevel window, which may not necessarily exist anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/doc.cgi/.lang/.pot gambas/branches/2.0/app/src/doc.cgi/Main.module gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FDebugInfo.class gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/FCalendar.class gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Settings.class gambas/branches/2.0/gb.qt/gb.qt.am gambas/branches/2.0/main/gbx/gbx_number.c gambas/branches/2.0/main/lib/eval/eval_trans_expr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 15:10:47
|
Revision: 1293 http://gambas.svn.sourceforge.net/gambas/?rev=1293&view=rev Author: gambas Date: 2008-04-05 08:10:52 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The auto-completion of a child class now is correctly updated if its parent class is modified. [GB.EVAL] * BUG: Remove an apparently useless line of code that made the highlighter sometimes crash! Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/CComponent.class gambas/branches/2.0/main/lib/eval/eval_analyze.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-07 22:00:03
|
Revision: 1301 http://gambas.svn.sourceforge.net/gambas/?rev=1301&view=rev Author: gambas Date: 2008-04-07 15:00:00 -0700 (Mon, 07 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Evaluating expressions in the output console works again. [GB.EVAL] * BUG: Evaluating "Error" does not crash anymore. It just raises an error. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/main/lib/eval/eval_read.c gambas/branches/2.0/main/lib/eval/eval_trans_tree.c gambas/branches/2.0/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-09 22:38:41
|
Revision: 1303 http://gambas.svn.sourceforge.net/gambas/?rev=1303&view=rev Author: gambas Date: 2008-04-09 15:38:22 -0700 (Wed, 09 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Makes better configuration warning messages when detecting libintl and libiconv libraries. [DEVELOPMENT ENVIRONMENT] * NEW: Displays an error message if a project is not a Gambas 2 project. [COMPILER] * BUG: Adds many error messages when a compiler limit is reached: too many static symbols in a same class, too many dynamic symbols, too many functions, and so on. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/main/configure.ac gambas/branches/2.0/main/gbc/gbc_class.c gambas/branches/2.0/main/share/gb_limit.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-10 21:04:01
|
Revision: 1306 http://gambas.svn.sourceforge.net/gambas/?rev=1306&view=rev Author: gambas Date: 2008-04-10 14:03:45 -0700 (Thu, 10 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: Add a slider for setting the alpha color component. * BUG: Correctly cancel a impossible rename operation in the DirView control. [GB.QT.EXT] * BUG: Editor now correctly highlight its frame according to the focus change on styles that have use of that. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/DirView.class gambas/branches/2.0/comp/src/gb.form/FColorChooser.class gambas/branches/2.0/comp/src/gb.form/FColorChooser.form gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-11 22:07:13
|
Revision: 1307 http://gambas.svn.sourceforge.net/gambas/?rev=1307&view=rev Author: gambas Date: 2008-04-11 15:07:06 -0700 (Fri, 11 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Text editor does not flash anymore when being resized. [INTERPRETER] * BUG: Symbol polymorphism is now correctly handled when the inheritance depth is greater than two! Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/examples/examples/Database/Database/FMain.form gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-15 21:22:44
|
Revision: 1314 http://gambas.svn.sourceforge.net/gambas/?rev=1314&view=rev Author: gambas Date: 2008-04-15 14:22:48 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly raise an error when making an executable fails for any reason. * BUG: Extract the property help better. [INTERPRETER] * BUG: INC and DEC now toggle boolean values. [GB.GTK] * BUG: Void items are correctly handled by ComboBox without crashing now. [GB.QT.EXT] * BUG: Editor correctly goes to the end of file when pressing CTRL+END. Consequently, SelectAll() works correctly too now. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/MHelp.module gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/comp/src/gb.db.form/DataConnection.class gambas/branches/2.0/gb.gtk/src/CListBox.cpp gambas/branches/2.0/gb.gtk/src/CListBox.h gambas/branches/2.0/gb.gtk/src/CTextBox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.h gambas/branches/2.0/gb.qt/src/ext/gview.cpp gambas/branches/2.0/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-21 21:19:08
|
Revision: 1331 http://gambas.svn.sourceforge.net/gambas/?rev=1331&view=rev Author: gambas Date: 2008-04-21 14:18:59 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the debugger anymore. [GB.GTK] * BUG: Windows cannot get focus anymore. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 10:18:38
|
Revision: 1333 http://gambas.svn.sourceforge.net/gambas/?rev=1333&view=rev Author: gambas Date: 2008-04-23 03:18:35 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CPictureBox.cpp gambas/branches/2.0/gb.qt/src/CPictureBox.h gambas/branches/2.0/main/gbc/gbc_compile.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-03 17:36:21
|
Revision: 1356 http://gambas.svn.sourceforge.net/gambas/?rev=1356&view=rev Author: gambas Date: 2008-05-03 10:36:28 -0700 (Sat, 03 May 2008) Log Message: ----------- [GB.FORM.DIALOG] * BUG: Standard dialogs now correctly react to double clicks. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.project gambas/branches/2.0/app/src/gambas2/FInfo.form gambas/branches/2.0/comp/src/gb.form.dialog/.project gambas/branches/2.0/comp/src/gb.form.dialog/FDirDialog.class gambas/branches/2.0/comp/src/gb.form.dialog/FFileDialog.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |