Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1359] gambas/branches/2.0 (Page 4)
Brought to you by:
gambas
From: <ga...@us...> - 2008-05-05 21:58:00
|
Revision: 1359 http://gambas.svn.sourceforge.net/gambas/?rev=1359&view=rev Author: gambas Date: 2008-05-05 14:57:45 -0700 (Mon, 05 May 2008) Log Message: ----------- [CONFIGURATION] * NEW: Switch version to 2.6. [GB.PDF] * BUG: The component now can really be compiled with poppler 0.8. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/comp/src/gb.chart/.project gambas/branches/2.0/comp/src/gb.db.form/.project gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form.dialog/.project gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/comp/src/gb.info/.project gambas/branches/2.0/comp/src/gb.report/.project gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.web/.project gambas/branches/2.0/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-09 13:04:58
|
Revision: 1362 http://gambas.svn.sourceforge.net/gambas/?rev=1362&view=rev Author: gambas Date: 2008-05-09 06:04:47 -0700 (Fri, 09 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Do not set Project ColumnView AutoResize property to TRUE. Use a very wide column instead to optimize redrawing. * BUG: Fix a tooltip in the subversion conflict dialog. [INTERPRETER] * BUG: Handle the evaluation of Eval() expressions the same way as any other code. Otherwise, stack can be leaked when there is an exception inside. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/es.po gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FConflict.form gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FMain.form gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_eval.c gambas/branches/2.0/main/gbx/gbx_exec.c gambas/branches/2.0/main/gbx/gbx_exec.h gambas/branches/2.0/main/gbx/gbx_exec_push.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-09 23:24:43
|
Revision: 1363 http://gambas.svn.sourceforge.net/gambas/?rev=1363&view=rev Author: gambas Date: 2008-05-09 16:24:46 -0700 (Fri, 09 May 2008) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Reading floating point values and other values do not depend on the locale anymore. [GB.GTK] * BUG: Fix uninitialized variables in ggridview.cpp and gmainwindow.cpp. [GB.SETTINGS] * BUG: Do not use Array datatype incorrectly anymore. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Main.module gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.h gambas/branches/2.0/gb.db.sqlite3/src/sqlitedataset.cpp gambas/branches/2.0/gb.gtk/src/ggridview.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 00:07:15
|
Revision: 1364 http://gambas.svn.sourceforge.net/gambas/?rev=1364&view=rev Author: gambas Date: 2008-05-09 17:07:12 -0700 (Fri, 09 May 2008) Log Message: ----------- [INTERPRETER] * NEW: The foreign function interface is now optional. [GB.DB.SQLITE3] * NEW: Remove useless code. Modified Paths: -------------- gambas/branches/2.0/gb.db.sqlite3/src/main.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.h gambas/branches/2.0/main/configure.ac gambas/branches/2.0/main/gbx/gbx_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-14 11:26:54
|
Revision: 1377 http://gambas.svn.sourceforge.net/gambas/?rev=1377&view=rev Author: gambas Date: 2008-05-14 04:26:55 -0700 (Wed, 14 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Clicking on a virtual property in the property sheet does not crash anymore when the property help is displayed. * BUG: The automatic completion can deal with multiple local variable declarations on the same line now. [COMPILER] * BUG: The owner and group of all files generated by the compiler ('.startup', '.info', '.list', object files) are now set to the owner and group of the '.project' file. This way, any project can be safely compiled as root, without locking it for other users. [GB.QT] * NEW: XEMBED support was upgraded to the 1.3 version of QtXEmbed classes. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/examples/examples/Control/Embedder/.project gambas/branches/2.0/examples/examples/Control/Embedder/.settings gambas/branches/2.0/examples/examples/Control/Embedder/FMain.form gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp gambas/branches/2.0/gb.qt/src/qtxembed.cpp gambas/branches/2.0/gb.qt/src/qtxembed.h gambas/branches/2.0/main/gbc/Makefile.am gambas/branches/2.0/main/gbc/gbc_archive.c gambas/branches/2.0/main/gbc/gbc_dump.c gambas/branches/2.0/main/gbc/gbc_output.c gambas/branches/2.0/main/gbx/gbx_c_array.c Added Paths: ----------- gambas/branches/2.0/main/gbc/gbc_chown.c gambas/branches/2.0/main/gbc/gbc_chown.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-14 21:20:04
|
Revision: 1382 http://gambas.svn.sourceforge.net/gambas/?rev=1382&view=rev Author: gambas Date: 2008-05-14 14:20:06 -0700 (Wed, 14 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The stack backtrace list width is saved correctly now. [HELP] * BUG: Makefile are not installed anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FDebugInfo.class gambas/branches/2.0/help/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-15 23:33:01
|
Revision: 1388 http://gambas.svn.sourceforge.net/gambas/?rev=1388&view=rev Author: gambas Date: 2008-05-15 16:31:51 -0700 (Thu, 15 May 2008) Log Message: ----------- [GB.GTK] * BUG: Fix the XEMBED protocol support. [GB.QT] * BUG: Fix the XEMBED protocol support. * BUG: Adding an item to a ComboBox with a bad index should not print any warning message anymore. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.h gambas/branches/2.0/gb.qt/src/CTextBox.cpp gambas/branches/2.0/gb.qt/src/CWindow.cpp gambas/branches/2.0/gb.qt/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-21 09:35:27
|
Revision: 1390 http://gambas.svn.sourceforge.net/gambas/?rev=1390&view=rev Author: gambas Date: 2008-05-21 02:35:30 -0700 (Wed, 21 May 2008) Log Message: ----------- [ARCHIVER] * NEW: Ignore core dump files when making an executable. [GB.QTE] * BUG: Compilation works again. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/.lang/ru.po gambas/branches/2.0/comp/src/gb.form.dialog/.lang/fr.po gambas/branches/2.0/comp/src/gb.form.dialog/.lang/ru.po gambas/branches/2.0/gb.qt/src/CWindow.cpp gambas/branches/2.0/main/gbc/gba.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-25 19:32:19
|
Revision: 1395 http://gambas.svn.sourceforge.net/gambas/?rev=1395&view=rev Author: gambas Date: 2008-05-25 12:32:20 -0700 (Sun, 25 May 2008) Log Message: ----------- [EXAMPLES] * NEW: Adds an about box to the BarCode example. [GB.NET.SMTP] * BUG: Try to use the fully-qualified domain name when sending the EHLO command to the SMTP server. That actually works only if the system domain name has been set to the DNS domain name. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/cy.po gambas/branches/2.0/app/src/gambas2/.lang/gl_ES.po gambas/branches/2.0/app/src/gambas2/.lang/nl.mo gambas/branches/2.0/app/src/gambas2/.lang/nl.po gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/examples/examples/Drawing/Barcode/.settings gambas/branches/2.0/examples/examples/Drawing/Barcode/FMain.class gambas/branches/2.0/examples/examples/Drawing/Barcode/FMain.form gambas/branches/2.0/gb.net.smtp/src/libsmtp_connection.c gambas/branches/2.0/gb.net.smtp/src/libsmtp_error.c gambas/branches/2.0/main/gbx/gbx_api.c gambas/branches/2.0/main/gbx/gbx_api.h gambas/branches/2.0/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-06-03 21:34:53
|
Revision: 1399 http://gambas.svn.sourceforge.net/gambas/?rev=1399&view=rev Author: gambas Date: 2008-06-03 14:34:12 -0700 (Tue, 03 Jun 2008) Log Message: ----------- [GB.NET.SMTP] * NEW: Do not use MIME parts when it is useless. [GB.PCRE] * BUG: Fix crashes due to bad uses of interpreter API. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/examples/examples/Drawing/Barcode/.project gambas/branches/2.0/gb.net.smtp/src/CSmtpClient.c gambas/branches/2.0/gb.net.smtp/src/CSmtpClient.h gambas/branches/2.0/gb.net.smtp/src/libsmtp_connection.c gambas/branches/2.0/gb.net.smtp/src/libsmtp_error.c gambas/branches/2.0/gb.net.smtp/src/libsmtp_mime.h gambas/branches/2.0/gb.net.smtp/src/parts.c gambas/branches/2.0/gb.pcre/src/regexp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 18:22:59
|
Revision: 1405 http://gambas.svn.sourceforge.net/gambas/?rev=1405&view=rev Author: gambas Date: 2008-06-11 11:22:14 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not display the current opened project in the list of recently opened projects. * NEW: Add a popup menu to the console window. [GB.XML] * BUG: XMLDocument.Open() now can open a file located inside the project. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FOpenProject.class gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/app/src/gambas2/FOutput.form gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.xml/src/CXMLDocument.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-17 11:16:04
|
Revision: 1414 http://gambas.svn.sourceforge.net/gambas/?rev=1414&view=rev Author: gambas Date: 2008-06-17 04:16:08 -0700 (Tue, 17 Jun 2008) Log Message: ----------- [GB.GTK] * BUG: The Form.Load() method works correctly now. [GB.NET.SMTP] * BUG: Fix some bugs in quoted-printable encoding and the sending of body data. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.gtk/src/CWindow.cpp gambas/branches/2.0/gb.net.smtp/src/libsmtp_comm.c gambas/branches/2.0/gb.net.smtp/src/quoted.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-19 22:33:01
|
Revision: 1418 http://gambas.svn.sourceforge.net/gambas/?rev=1418&view=rev Author: gambas Date: 2008-06-19 15:33:08 -0700 (Thu, 19 Jun 2008) Log Message: ----------- [EXAMPLES] * NEW: The AnalogWatch example now displays the time. [GB.GTK] * BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the background and foreground colors now. [GB.QT] * BUG: DrawingArea whose Background property has been changed does not flicker anymore. Modified Paths: -------------- gambas/branches/2.0/examples/examples/Drawing/AnalogWatch/FrmClock.class gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.qt/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-26 00:01:05
|
Revision: 1433 http://gambas.svn.sourceforge.net/gambas/?rev=1433&view=rev Author: gambas Date: 2008-06-25 17:01:02 -0700 (Wed, 25 Jun 2008) Log Message: ----------- [INTERPRETER] * NEW: Do not warn against circular references when the program aborts because of an error. [GB.FORM.MDI] * BUG: When a MDI child window is activated, the focus is set on it unless one of its child control already has the focus. [GB.GTK] * BUG: Fix the management of Window Activate and Deactivate events. * BUG: Fix the management of GotFocus and LostFocus events. * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. [GB.QT] * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/app/src/gambas2-database-manager/img/32/gambas.png 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.mdi/.project gambas/branches/2.0/comp/src/gb.form.mdi/FWorkspace.class gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/gb.gtk/src/gsignals.cpp gambas/branches/2.0/gb.qt/src/CWidget.cpp gambas/branches/2.0/gb.qt/src/CWindow.cpp gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-27 09:47:55
|
Revision: 1438 http://gambas.svn.sourceforge.net/gambas/?rev=1438&view=rev Author: gambas Date: 2008-06-27 02:48:02 -0700 (Fri, 27 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly refresh the form editor title when the form is locked. [GB.DB.MYSQL] * BUG: Fix a possible crash when reading information on a date field. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FForm.class gambas/branches/2.0/gb.db.mysql/src/main.c gambas/branches/2.0/gb.gtk/src/gsignals.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-08 12:48:02
|
Revision: 1441 http://gambas.svn.sourceforge.net/gambas/?rev=1441&view=rev Author: gambas Date: 2008-07-08 05:48:04 -0700 (Tue, 08 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Dir() and RDir() do not leak memory anymore when there is a charset conversion error during the directory parsing. [GB.GTK] * BUG: Redesigned the management of Font properties. * BUG: GridView item Font property works correctly now. * BUG: Font Underline and StrikeOut properties were implemented for Label controls, GridView cells, and the Draw class. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/CButton.h gambas/branches/2.0/gb.gtk/src/CContainer.h gambas/branches/2.0/gb.gtk/src/CDraw.cpp gambas/branches/2.0/gb.gtk/src/CDrawingArea.h gambas/branches/2.0/gb.gtk/src/CFont.cpp gambas/branches/2.0/gb.gtk/src/CGridView.cpp gambas/branches/2.0/gb.gtk/src/CGridView.h gambas/branches/2.0/gb.gtk/src/CIconView.h gambas/branches/2.0/gb.gtk/src/CLabel.h gambas/branches/2.0/gb.gtk/src/CListBox.h gambas/branches/2.0/gb.gtk/src/CMenu.cpp gambas/branches/2.0/gb.gtk/src/CPictureBox.h gambas/branches/2.0/gb.gtk/src/CProgress.h gambas/branches/2.0/gb.gtk/src/CScrollView.h gambas/branches/2.0/gb.gtk/src/CSeparator.h gambas/branches/2.0/gb.gtk/src/CSlider.h gambas/branches/2.0/gb.gtk/src/CSpinBox.h gambas/branches/2.0/gb.gtk/src/CSplitter.cpp gambas/branches/2.0/gb.gtk/src/CSplitter.h gambas/branches/2.0/gb.gtk/src/CTabStrip.h gambas/branches/2.0/gb.gtk/src/CTextArea.h gambas/branches/2.0/gb.gtk/src/CTextBox.h gambas/branches/2.0/gb.gtk/src/CTreeView.cpp gambas/branches/2.0/gb.gtk/src/CTreeView.h gambas/branches/2.0/gb.gtk/src/CWidget.cpp gambas/branches/2.0/gb.gtk/src/CWidget.h gambas/branches/2.0/gb.gtk/src/CWindow.cpp gambas/branches/2.0/gb.gtk/src/CWindow.h gambas/branches/2.0/gb.gtk/src/ext/CGridView.h gambas/branches/2.0/gb.gtk/src/gb.gtk.h 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/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gfont.h gambas/branches/2.0/gb.gtk/src/ggridview.cpp gambas/branches/2.0/gb.gtk/src/glabel.cpp gambas/branches/2.0/gb.gtk/src/gshare.h gambas/branches/2.0/gb.gtk/src/gtools.cpp gambas/branches/2.0/gb.gtk/src/gtools.h gambas/branches/2.0/gb.gtk/src/main.cpp gambas/branches/2.0/gb.gtk/src/tablerender.cpp gambas/branches/2.0/gb.gtk/src/tablerender.h gambas/branches/2.0/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-10 16:50:12
|
Revision: 1444 http://gambas.svn.sourceforge.net/gambas/?rev=1444&view=rev Author: gambas Date: 2008-07-10 09:50:14 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Draw project details in gray. [GB.DRAW] * BUG: Draw.Begin() now correctly raises an error if the device is a static class that is not drawable. This bug was fixed by using "Draw" for the interface name of drawable objects and "StaticDraw" for the interface name of drawable classes like Printer. [GB.FORM] * NEW: File dialogs now remember the last used directories in the directory combo-box. [GB.GTK] * NEW: Font strikeout and underline are used when drawing Buttons. [GB.QT.EXT] * BUG: Uses "StaticDraw" to specify the drawing interface of the Printer class. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FProjectItem.class gambas/branches/2.0/app/src/gambas2/FProjectItem.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/DirView.class gambas/branches/2.0/comp/src/gb.form/FDirChooser.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/gb.gtk/src/gbutton.cpp gambas/branches/2.0/gb.gtk/src/glabel.cpp gambas/branches/2.0/gb.qt/src/ext/CPrinter.cpp gambas/branches/2.0/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |