gambas-devel-svn Mailing List for Gambas (Page 269)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2008-07-10 19:27:49
|
Revision: 1445 http://gambas.svn.sourceforge.net/gambas/?rev=1445&view=rev Author: gambas Date: 2008-07-10 12:27:59 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix the management of standard input, standard output and standard error streams. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_c_file.c gambas/branches/2.0/main/gbx/gbx_c_file.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. |
From: <ga...@us...> - 2008-07-10 08:00:13
|
Revision: 1443 http://gambas.svn.sourceforge.net/gambas/?rev=1443&view=rev Author: gambas Date: 2008-07-10 01:00:19 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Renaming a directory in the project tree now works correctly. * BUG: Correctly refresh the form editor title when the form is locked. [INTERPRETER] * BUG: Dir() and RDir() do not leak memory anymore when there is a charset conversion error during the directory parsing. [GB.DB.MYSQL] * BUG: Fix a possible crash when reading information on a date field. [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/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form.mdi/.lang/ca.mo gambas/trunk/comp/src/gb.form.mdi/.lang/ca.po gambas/trunk/comp/src/gb.form.mdi/.lang/es.mo gambas/trunk/comp/src/gb.form.mdi/.lang/es.po gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.lang/it.mo gambas/trunk/comp/src/gb.form.mdi/.lang/it.po gambas/trunk/comp/src/gb.form.mdi/.lang/ja.po gambas/trunk/comp/src/gb.form.mdi/.lang/sv.mo gambas/trunk/comp/src/gb.form.mdi/.lang/sv.po gambas/trunk/comp/src/gb.form.mdi/FWorkspace.form gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/gb.gtk/src/CButton.h gambas/trunk/gb.gtk/src/CContainer.h gambas/trunk/gb.gtk/src/CDialog.cpp gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/CDrawingArea.h gambas/trunk/gb.gtk/src/CFont.cpp gambas/trunk/gb.gtk/src/CGridView.cpp gambas/trunk/gb.gtk/src/CGridView.h gambas/trunk/gb.gtk/src/CIconView.h gambas/trunk/gb.gtk/src/CLabel.h gambas/trunk/gb.gtk/src/CListBox.h gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/CPictureBox.h gambas/trunk/gb.gtk/src/CProgress.h gambas/trunk/gb.gtk/src/CScrollView.h gambas/trunk/gb.gtk/src/CSeparator.h gambas/trunk/gb.gtk/src/CSlider.h gambas/trunk/gb.gtk/src/CSpinBox.h gambas/trunk/gb.gtk/src/CSplitter.cpp gambas/trunk/gb.gtk/src/CSplitter.h gambas/trunk/gb.gtk/src/CTabStrip.h gambas/trunk/gb.gtk/src/CTextArea.h gambas/trunk/gb.gtk/src/CTextBox.h gambas/trunk/gb.gtk/src/CTreeView.cpp gambas/trunk/gb.gtk/src/CTreeView.h gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWidget.h gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/CWindow.h gambas/trunk/gb.gtk/src/ext/CGridView.h gambas/trunk/gb.gtk/src/gb.gtk.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gfont.h gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/gshare.h gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/tablerender.cpp gambas/trunk/gb.gtk/src/tablerender.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/.lang/ja.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-09 22:44:43
|
Revision: 1442 http://gambas.svn.sourceforge.net/gambas/?rev=1442&view=rev Author: gambas Date: 2008-07-09 15:44:52 -0700 (Wed, 09 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Renaming a directory in the project tree now works correctly. [GB.GTK] * BUG: Fix the management of the Dialog.Font property. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/gb.gtk/src/CDialog.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: <dvi...@us...> - 2008-06-28 17:14:27
|
Revision: 1440 http://gambas.svn.sourceforge.net/gambas/?rev=1440&view=rev Author: dvillalobos Date: 2008-06-28 10:14:36 -0700 (Sat, 28 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: Function CurrentTimestamp works correctly now. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-27 17:45:36
|
Revision: 1439 http://gambas.svn.sourceforge.net/gambas/?rev=1439&view=rev Author: dvillalobos Date: 2008-06-27 10:45:45 -0700 (Fri, 27 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * OPT: Function CurrentTimestamp() can return value in many formats. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.po gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class 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: <dvi...@us...> - 2008-06-26 18:01:25
|
Revision: 1437 http://gambas.svn.sourceforge.net/gambas/?rev=1437&view=rev Author: dvillalobos Date: 2008-06-26 11:01:30 -0700 (Thu, 26 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added the function MySQL.CurrentTimestamp() that returns the Current timestamp from the server. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-26 09:49:15
|
Revision: 1436 http://gambas.svn.sourceforge.net/gambas/?rev=1436&view=rev Author: gambas Date: 2008-06-26 02:49:06 -0700 (Thu, 26 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Little changes in the hall of fame animation. [INTERPRETER] * NEW: Do not warn against circular references when the program aborts because of an error. [COMPILER] * NEW: The error message displayed when you try to return a value in a procedure is more explicit now. [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 Application.Busy when forms are embedded. * BUG: ComboBox does not raise the Click event anymore when its Text property changes. * 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. * BUG: Desktop.Scale is now computed the same way as in gb.qt. [GB.QT] * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/Expander.class gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.qt/share/gb.form.font.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-06-26 09:39:09
|
Revision: 1435 http://gambas.svn.sourceforge.net/gambas/?rev=1435&view=rev Author: lordheavy Date: 2008-06-26 02:39:12 -0700 (Thu, 26 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add support for DESTDIR variable in autotools packages. see http://www.gnu.org/prep/standards/html_node/DESTDIR.html Modified Paths: -------------- gambas/trunk/app/src/gambas3/install/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-06-26 09:37:51
|
Revision: 1434 http://gambas.svn.sourceforge.net/gambas/?rev=1434&view=rev Author: lordheavy Date: 2008-06-26 02:37:59 -0700 (Thu, 26 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add support for DESTDIR variable in autotools packages. see http://www.gnu.org/prep/standards/html_node/DESTDIR.html Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/install/Makefile.am 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: <dvi...@us...> - 2008-06-25 15:57:46
|
Revision: 1432 http://gambas.svn.sourceforge.net/gambas/?rev=1432&view=rev Author: dvillalobos Date: 2008-06-25 08:57:26 -0700 (Wed, 25 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added a ToolButton in FCommit to clear the editor contents. * NEW: Spanish and French translations updated. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/es.mo gambas/branches/2.0/app/src/gambas2/.lang/es.po 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/FCommit.class gambas/branches/2.0/app/src/gambas2/FCommit.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-24 20:38:02
|
Revision: 1431 http://gambas.svn.sourceforge.net/gambas/?rev=1431&view=rev Author: gambas Date: 2008-06-24 13:37:31 -0700 (Tue, 24 Jun 2008) Log Message: ----------- [GB.GTK] * BUG: Fix Application.Busy when forms are embedded. * BUG: ComboBox does not raise the Click event anymore when its Text property changes. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gapplication.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.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/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-24 18:20:25
|
Revision: 1430 http://gambas.svn.sourceforge.net/gambas/?rev=1430&view=rev Author: gambas Date: 2008-06-24 11:18:27 -0700 (Tue, 24 Jun 2008) Log Message: ----------- [COMPILER] * NEW: The error message displayed when you try to return a value in a procedure is more explicit now. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbc_trans_ctrl.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-24 18:02:56
|
Revision: 1429 http://gambas.svn.sourceforge.net/gambas/?rev=1429&view=rev Author: dvillalobos Date: 2008-06-24 11:01:38 -0700 (Tue, 24 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added a ToolButton in FCommit to clear the editor contents. * NEW: Spanish and French translations updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FCommit.class gambas/trunk/app/src/gambas3/FCommit.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-24 16:51:04
|
Revision: 1428 http://gambas.svn.sourceforge.net/gambas/?rev=1428&view=rev Author: dvillalobos Date: 2008-06-24 09:48:11 -0700 (Tue, 24 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Run "Update All Forms" for all gambas projects. * BUG: Now the IDE opens the database manager. [EXAMPLES] * NEW: Run "Update All Forms" for all gambas projects. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.project gambas/trunk/app/src/gambas-database-manager/FCode.form gambas/trunk/app/src/gambas-database-manager/FData.form gambas/trunk/app/src/gambas-database-manager/FDatabase.form gambas/trunk/app/src/gambas-database-manager/FImport.form gambas/trunk/app/src/gambas-database-manager/FMain.form gambas/trunk/app/src/gambas-database-manager/FNewTable.form gambas/trunk/app/src/gambas-database-manager/FPassword.form gambas/trunk/app/src/gambas-database-manager/FPasteDatabase.form gambas/trunk/app/src/gambas-database-manager/FPasteTable.form gambas/trunk/app/src/gambas-database-manager/FRequest.form gambas/trunk/app/src/gambas-database-manager/FServer.form gambas/trunk/app/src/gambas-database-manager/FTable.form gambas/trunk/app/src/gambas-database-manager/FUser.form gambas/trunk/app/src/gambas3/FCompletion.form gambas/trunk/app/src/gambas3/FGambas.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FToolBox.form gambas/trunk/app/src/gbs3/.project gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/es.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.dialog/.component gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.info/.icon.png gambas/trunk/comp/src/gb.info/.project gambas/trunk/comp/src/gb.report/.icon.png gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/FReportTutorial1.form gambas/trunk/comp/src/gb.report/FTest.form gambas/trunk/comp/src/gb.report/Tutorial2.form gambas/trunk/comp/src/gb.report/frmPreview.form gambas/trunk/comp/src/gb.settings/.icon.png gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.web/.icon.png gambas/trunk/comp/src/gb.web/.project gambas/trunk/examples/examples/Automation/KateBrowser/FBrowser.form gambas/trunk/examples/examples/Automation/Scripting/FScript.form gambas/trunk/examples/examples/Basic/Collection/FStart.form gambas/trunk/examples/examples/Basic/Object/FStart.form gambas/trunk/examples/examples/Basic/Timer/FOtherTimer.form gambas/trunk/examples/examples/Basic/Timer/FTimer.form gambas/trunk/examples/examples/Control/HighlightEditor/FEditor.form gambas/trunk/examples/examples/Control/TreeView/TreeViewExample.form gambas/trunk/examples/examples/Database/Database/FMain.form gambas/trunk/examples/examples/Database/Database/FRequest.form gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form gambas/trunk/examples/examples/Drawing/Barcode/.settings gambas/trunk/examples/examples/Drawing/Chart/FormChart.form gambas/trunk/examples/examples/Drawing/Chart/FormData.form gambas/trunk/examples/examples/Drawing/Clock/FClock.form gambas/trunk/examples/examples/Drawing/Gravity/FAbout.form gambas/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form gambas/trunk/examples/examples/Drawing/Sensor/FSensor.form gambas/trunk/examples/examples/Games/Concent/fotos.form gambas/trunk/examples/examples/Games/Concent/frmAcerca.form gambas/trunk/examples/examples/Games/Concent/frmInstrucciones.form gambas/trunk/examples/examples/Games/Concent/principal.form gambas/trunk/examples/examples/Games/DeepSpace/FAbout.form gambas/trunk/examples/examples/Games/DeepSpace/FMain.form gambas/trunk/examples/examples/Games/GameOfLife/FMain.form gambas/trunk/examples/examples/Games/RobotFindsKitten/Frfk.form gambas/trunk/examples/examples/Games/Snake/FrmMain.form gambas/trunk/examples/examples/Games/Solitaire/FBoardSelect.form gambas/trunk/examples/examples/Games/Solitaire/FGameArea.form gambas/trunk/examples/examples/Misc/Console/FConsole.form gambas/trunk/examples/examples/Misc/Evaluator/FEval.form gambas/trunk/examples/examples/Misc/Notepad/FAbout.form gambas/trunk/examples/examples/Misc/Notepad/FNotepad.form gambas/trunk/examples/examples/Misc/PDFViewer/Fabout.form gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.form gambas/trunk/examples/examples/Networking/DnsClient/FMain.form gambas/trunk/examples/examples/Networking/HTTPGet/F.form gambas/trunk/examples/examples/Networking/HTTPGet/FConfig.form gambas/trunk/examples/examples/Networking/HTTPPost/F.form gambas/trunk/examples/examples/Networking/ServerSocket/FrmMain.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmClient.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmServer.form gambas/trunk/examples/examples/Networking/WebBrowser/FBrowser.form gambas/trunk/examples/examples/Sound/CDPlayer/Fcdplayer.form gambas/trunk/examples/examples/Sound/MusicPlayer/FSoundPlayer.form gambas/trunk/examples/examples/Video/MoviePlayer/FMoviePlayer.form gambas/trunk/examples/examples/Video/MyWebCam/Form1.form gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Form1.form gambas/trunk/gb.gtk/src/gb.gtk/FMain.form gambas/trunk/gb.qt/src/gb.qt/FMain.form gambas/trunk/gb.qt4/src/gb.qt4/FMain.form gambas/trunk/gb.qte/src/gb.qte/.project gambas/trunk/gb.qte/src/gb.qte/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-23 18:40:13
|
Revision: 1427 http://gambas.svn.sourceforge.net/gambas/?rev=1427&view=rev Author: gambas Date: 2008-06-23 11:40:20 -0700 (Mon, 23 Jun 2008) Log Message: ----------- [GB.FORM] * BUG: Fix the Expander default event so that clicking twice on it in the form editor does not crash the IDE. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.info gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/Expander.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-22 10:48:53
|
Revision: 1425 http://gambas.svn.sourceforge.net/gambas/?rev=1425&view=rev Author: gambas Date: 2008-06-20 11:14:02 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Shift+Delete now works correctly in the editor. It does not cut an extra character anymore. * BUG: The selected control name on top of the property sheet is now correctly displayed. [EXAMPLES] * NEW: The AnalogWatch example now displays the time. [GB.GTK] * BUG: The Form.Load() method works correctly now. * BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the background and foreground colors now. [GB.NET.CURL] * BUG: Fix some bad uses of interpreter API. [GB.NET.SMTP] * BUG: Fix some bugs in quoted-printable encoding and the sending of body data. * BUG: Apparently, a point at the beginning of a quoted-printable line is not allowed. So encode the point in that specific case. [GB.QT] * BUG: DrawingArea whose Background property has been changed does not flicker anymore. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCreateFile.form gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FProjectItem.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/Gravity/FMain.form gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/trunk/gb.net.curl/src/CHttpClient.c gambas/trunk/gb.net.smtp/src/quoted.c gambas/trunk/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-22 01:31:40
|
Revision: 1424 http://gambas.svn.sourceforge.net/gambas/?rev=1424&view=rev Author: gambas Date: 2008-06-20 09:07:03 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Disable editor popup-menu as soon as it loses focus. That prevents conflicts between shortcuts. 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/FTextEditor.class gambas/branches/2.0/app/src/gambas2/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-21 17:18:09
|
Revision: 1426 http://gambas.svn.sourceforge.net/gambas/?rev=1426&view=rev Author: dvillalobos Date: 2008-06-21 09:53:46 -0700 (Sat, 21 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Removed the Confirm property. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-20 12:27:13
|
Revision: 1423 http://gambas.svn.sourceforge.net/gambas/?rev=1423&view=rev Author: dvillalobos Date: 2008-06-20 05:27:18 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added functions: Revoke, SetPassword and Rename to the User class. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.list gambas/trunk/gb.db.mysql/src/gb.db.mysql/_User.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-06-20 10:45:09
|
Revision: 1422 http://gambas.svn.sourceforge.net/gambas/?rev=1422&view=rev Author: lordheavy Date: 2008-06-20 03:45:04 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Oups ! revert installation in sbin dir, sbin dir is reserved for superuser binaries. Back to bin dir ! Modified Paths: -------------- gambas/trunk/app/src/gambas3/install/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-06-20 10:43:47
|
Revision: 1421 http://gambas.svn.sourceforge.net/gambas/?rev=1421&view=rev Author: lordheavy Date: 2008-06-20 03:43:49 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Oups ! revert installation in sbin dir, sbin dir is reserved for superuser binaries. Back to bin dir ! Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/install/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |