gambas-devel-svn Mailing List for Gambas (Page 318)
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...> - 2007-02-04 22:17:45
|
Revision: 220 http://svn.sourceforge.net/gambas/?rev=220&view=rev Author: gambas Date: 2007-02-04 14:17:44 -0800 (Sun, 04 Feb 2007) Log Message: ----------- [DATABASE MANAGER] * BUG: The TableView in the SQL request window shows its headers again. [INTERPRETER] * BUG: Another bug fix in Split(). Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/FRequest.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-04 18:58:07
|
Revision: 219 http://svn.sourceforge.net/gambas/?rev=219&view=rev Author: gambas Date: 2007-02-04 10:58:06 -0800 (Sun, 04 Feb 2007) Log Message: ----------- [INTERPRETER] * BUG: Some fixes in Split() and Array.Join() Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-04 17:57:37
|
Revision: 218 http://svn.sourceforge.net/gambas/?rev=218&view=rev Author: gambas Date: 2007-02-04 09:57:35 -0800 (Sun, 04 Feb 2007) Log Message: ----------- [INTERPRETER] * NEW: gb.Case is a synonymous of gb.Text. * NEW: gb.Language is a new constant that indicates a localization-aware string comparison. gb.Language and gb.Case can be combined. * NEW: StrComp() and array Sort() method now supports localization-aware string comparisons. * BUG: CREATE PRIVATE attribute is not inherited anymore. * NEW: Class without dynamic variables now can be instanciated, even if it is useless! * BUG: Split() and Array.Join() have been rewritten. Now escapes characters must be doubled. Split("a,b''c,'d,e') returns the following array: [ "a", "b'c", "d,e" ]. Join() does the inverted job. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/main/gbc/gbc_class.c 2.0/trunk/main/gbc/gbc_dump.c 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_c_array.h 2.0/trunk/main/gbx/gbx_c_gambas.c 2.0/trunk/main/gbx/gbx_c_string.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_compare.c 2.0/trunk/main/gbx/gbx_compare.h 2.0/trunk/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...> - 2007-02-03 13:35:04
|
Revision: 216 http://svn.sourceforge.net/gambas/?rev=216&view=rev Author: gambas Date: 2007-02-03 05:34:58 -0800 (Sat, 03 Feb 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The IDE won't freeze anymore when loading a component that forgot to export some classes. [INTERPRETER] * NEW: You cannot change the class internal constructor and destructor anymore. Consequently, the GB_HOOK_NEW() and GB_HOOK_FREE() macro were removed. [COMPILER] * NEW: You can declare a non creatable class by using adding a 'CREATE PRIVATE' line at the beginning of the class source file. * NEW: An auto-creatable class should be declared with 'CREATE STATIC', and not 'CREATE' only now. [GB.QT.EXT] * BUG: Lines are drawn differently, and so long lines should be displayed correctly and faster in all cases now. [GB.REPORT] * BUG: ReportControl and ReportContainer are declared as non creatable. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/TableCell.class 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.qt/src/ext/gview.cpp 2.0/trunk/gb.xml/src/CXMLNode.c 2.0/trunk/main/gbc/gbc_class.h 2.0/trunk/main/gbc/gbc_header.c 2.0/trunk/main/gbc/gbc_output.c 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_class_native.c 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-01 22:51:31
|
Revision: 215 http://svn.sourceforge.net/gambas/?rev=215&view=rev Author: lordheavy Date: 2007-02-01 14:51:30 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Fix revert color problem for textures (fix the solution linux presentation !!) Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GLtextureMapping.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-31 19:39:25
|
Revision: 214 http://svn.sourceforge.net/gambas/?rev=214&view=rev Author: gambas Date: 2007-01-31 11:39:16 -0800 (Wed, 31 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Estonian was added to the language list. * NEW: Forms can be locked. * BUG: Text editor now displays cursor position in the toolbar and not in the title bar anymore. * BUG: Deleting backwards does not open the auto completion list if more than one character is deleted. [INTERPRETER] * BUG: You can reimplement an existing class in a project now without raising an error now. * NEW: Array classes got a new method, Exist(), that returns if a specified value exists inside the array. [GB.QT COMPONENT] * NEW: Drag.IconX and Drag.IconY allow to define the drag icon hotspot. [GB.NET.SMTP COMPONENT] * NEW: Error messages are more detailed if sending a mail fails. [GB.WEB COMPONENT] * BUG: Big arrays or collections are correctly read and written to the session file now. * BUG: URL-encoded requests are correctly parsed in all cases now. * NEW: Request.Exist() is a new method that tells if a specific field is defined in the request. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/FTextEditor.form 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Main.module 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_c_array.c 2.0/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: <dca...@us...> - 2007-01-29 11:06:04
|
Revision: 213 http://svn.sourceforge.net/gambas/?rev=213&view=rev Author: dcamposf Date: 2007-01-29 03:06:04 -0800 (Mon, 29 Jan 2007) Log Message: ----------- [GB.GTK] * NEW: MouseDown and MouseUp events implemented for TabStrip Modified Paths: -------------- 2.0/trunk/gb.gtk/src/gtabstrip.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-01-29 10:55:45
|
Revision: 212 http://svn.sourceforge.net/gambas/?rev=212&view=rev Author: dcamposf Date: 2007-01-29 02:55:45 -0800 (Mon, 29 Jan 2007) Log Message: ----------- [GB.GTK] * BUG: Fixed embedding process in Embedder class Modified Paths: -------------- 2.0/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: <lor...@us...> - 2007-01-29 00:53:25
|
Revision: 211 http://svn.sourceforge.net/gambas/?rev=211&view=rev Author: lordheavy Date: 2007-01-28 16:53:22 -0800 (Sun, 28 Jan 2007) Log Message: ----------- If DISABLED file is present then the component is disabled, it fix the configure workaround for gb.sdl and gb.sdl.sound components. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/gb.sdl/configure.ac 2.0/trunk/gb.sdl.sound/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-19 23:44:48
|
Revision: 206 http://svn.sourceforge.net/gambas/?rev=206&view=rev Author: gambas Date: 2007-01-19 15:44:47 -0800 (Fri, 19 Jan 2007) Log Message: ----------- [GB.REPORT COMPONENT] * BUG: Use the Zoom and the Resolution of the current Report, and not the automatic Report instance. * BUG: Try to draw control frames correctly. Not finished... Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/MRTools.module 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-19 19:56:37
|
Revision: 205 http://svn.sourceforge.net/gambas/?rev=205&view=rev Author: gambas Date: 2007-01-19 11:56:34 -0800 (Fri, 19 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The "About component" button works again in the project property dialog. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/MHelp.module 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/gb.qt/src/gb.qt/Stock.class Added Paths: ----------- 2.0/trunk/gb.qt/src/gb.qt/stock/xfce.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 14:43:02
|
Revision: 204 http://svn.sourceforge.net/gambas/?rev=204&view=rev Author: gambas Date: 2007-01-17 06:43:02 -0800 (Wed, 17 Jan 2007) Log Message: ----------- ChangeLog was updated for 1.9.47 Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 14:42:05
|
Revision: 203 http://svn.sourceforge.net/gambas/?rev=203&view=rev Author: gambas Date: 2007-01-17 06:42:02 -0800 (Wed, 17 Jan 2007) Log Message: ----------- ChangeLog was update for 1.9.47 Modified Paths: -------------- 2.0/tags/1.9.47/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 13:25:20
|
Revision: 202 http://svn.sourceforge.net/gambas/?rev=202&view=rev Author: gambas Date: 2007-01-17 05:25:21 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Release 1.9.47 Added Paths: ----------- 2.0/tags/1.9.47/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 13:24:33
|
Revision: 201 http://svn.sourceforge.net/gambas/?rev=201&view=rev Author: gambas Date: 2007-01-17 05:24:31 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Release 1.9.47 Removed Paths: ------------- 2.0/tags/1.9.47/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 13:21:35
|
Revision: 200 http://svn.sourceforge.net/gambas/?rev=200&view=rev Author: gambas Date: 2007-01-17 05:21:35 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Release 1.9.47 Added Paths: ----------- 2.0/tags/1.9.47/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 10:37:31
|
Revision: 199 http://svn.sourceforge.net/gambas/?rev=199&view=rev Author: gambas Date: 2007-01-17 02:37:31 -0800 (Wed, 17 Jan 2007) Log Message: ----------- [GB.QT COMPONENT] * BUG: GridView does not raise spurious Data event anymore when it is not visible. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.component 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 10:18:12
|
Revision: 198 http://svn.sourceforge.net/gambas/?rev=198&view=rev Author: gambas Date: 2007-01-17 02:18:12 -0800 (Wed, 17 Jan 2007) Log Message: ----------- [GB.REPORT] * NEW: Initial import. This component will become the Gambas report designer. Modified Paths: -------------- 2.0/trunk/comp/src/order Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ 2.0/trunk/comp/src/gb.report/.component 2.0/trunk/comp/src/gb.report/.dir_icon.png 2.0/trunk/comp/src/gb.report/.directory 2.0/trunk/comp/src/gb.report/.icon.png 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/CPageInfo.class 2.0/trunk/comp/src/gb.report/ChangeLog 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form 2.0/trunk/comp/src/gb.report/Feditor.class 2.0/trunk/comp/src/gb.report/Feditor.form 2.0/trunk/comp/src/gb.report/MRTools.module 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportSection.class 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/TSizeHint.class 2.0/trunk/comp/src/gb.report/TSizeParse.class 2.0/trunk/comp/src/gb.report/TableCell.class 2.0/trunk/comp/src/gb.report/TableColumn.class 2.0/trunk/comp/src/gb.report/TableColumns.class 2.0/trunk/comp/src/gb.report/TableRow.class 2.0/trunk/comp/src/gb.report/TableRows.class 2.0/trunk/comp/src/gb.report/img/ 2.0/trunk/comp/src/gb.report/img/16/ 2.0/trunk/comp/src/gb.report/img/16/red-arrow-h.png 2.0/trunk/comp/src/gb.report/img/16/red-arrow-v.png 2.0/trunk/comp/src/gb.report/img/control/ 2.0/trunk/comp/src/gb.report/img/control/hbox.png 2.0/trunk/comp/src/gb.report/img/control/label.png 2.0/trunk/comp/src/gb.report/img/control/picturebox.png 2.0/trunk/comp/src/gb.report/img/control/vbox.png 2.0/trunk/comp/src/gb.report/new-logo.png 2.0/trunk/comp/src/gb.report/printer1.png 2.0/trunk/comp/src/gb.report/test.print This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-17 10:02:45
|
Revision: 197 http://svn.sourceforge.net/gambas/?rev=197&view=rev Author: gambas Date: 2007-01-17 02:02:46 -0800 (Wed, 17 Jan 2007) Log Message: ----------- [GB.SETTINGS] * BUG: Freeing a Settings object does not raise an error anymore if writing the settings file is impossible. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/examples/examples/Basic/DragNDrop/.directory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-01-17 00:45:36
|
Revision: 196 http://svn.sourceforge.net/gambas/?rev=196&view=rev Author: lordheavy Date: 2007-01-16 16:45:35 -0800 (Tue, 16 Jan 2007) Log Message: ----------- [GB.SDL] * NEW: New window property, Framerate for controlling the framerate; - Window.Framerate = 100, limit framerate to a maximum of 100 FPS. - Window.Framerate = 0 (default), don't limit the framerate. - PRINT Window.Framerate, show the current framerate. Update BeastScroll example: limit the framerate to 300 with Window.Framerate property. Modified Paths: -------------- 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/Cwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2007-01-15 19:58:17
|
Revision: 195 http://svn.sourceforge.net/gambas/?rev=195&view=rev Author: dashboard68 Date: 2007-01-13 16:01:53 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: update forms control stack now, after drag/drop control * NEW: syncronisation form, forms control stack and property window. You have access to the property window by choosing the control in the forms control stack now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-13 22:34:06
|
Revision: 194 http://svn.sourceforge.net/gambas/?rev=194&view=rev Author: gambas Date: 2007-01-13 14:33:54 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The project environment dialog does not crash anymore while closing. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FProjectEnv.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-13 19:23:54
|
Revision: 193 http://svn.sourceforge.net/gambas/?rev=193&view=rev Author: gambas Date: 2007-01-13 11:23:54 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Information window is correctly refreshed when a file is deleted or another project is opened. * BUG: There is no IDE crash anymore after having canceled the opening of an already opened project Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-12 23:12:37
|
Revision: 192 http://svn.sourceforge.net/gambas/?rev=192&view=rev Author: gambas Date: 2007-01-12 15:12:34 -0800 (Fri, 12 Jan 2007) Log Message: ----------- [CONFIGURATION] * BUG: The Gambas compiler is run with the new '-r' option, so that the information files are always found, even if the 'prefix' variable is changed at 'make install'. [COMPILER] * NEW: A new option, '-r', that lets define the gambas installation directory. This option is used during 'make install'. [EXAMPLE] * BUG: DataReportExample example was fixed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/comp/Makefile.am 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/component.am 2.0/trunk/examples/Makefile.am 2.0/trunk/examples/examples/Database/DataReportExample/.icon.png 2.0/trunk/examples/examples/Database/DataReportExample/.project 2.0/trunk/examples/examples/Database/DataReportExample/Fmain.class 2.0/trunk/examples/examples/Database/DataReportExample/Fmain.form 2.0/trunk/examples/examples/Database/DataReportExample/Mglobal.module 2.0/trunk/examples/examples/Networking/HTTPGet/F.form 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.form 2.0/trunk/examples/examples/Networking/SerialPort/.project 2.0/trunk/examples/examples/Networking/SerialPort/FSerialPort.form 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/gbc/gbc_compile.h 2.0/trunk/main/gbc/gbi.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/FMakePackage.class 2.0/trunk/app/src/gambas2/FMakePackage.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-10 17:45:29
|
Revision: 191 http://svn.sourceforge.net/gambas/?rev=191&view=rev Author: gambas Date: 2007-01-10 09:45:29 -0800 (Wed, 10 Jan 2007) Log Message: ----------- [GB.OPTION] * NEW: Initial import. This component is an interface to the getopt() C library function for interpreting the program command-line. Modified Paths: -------------- 2.0/trunk/main/configure.ac 2.0/trunk/main/lib/Makefile.am Added Paths: ----------- 2.0/trunk/main/lib/option/ 2.0/trunk/main/lib/option/Makefile.am 2.0/trunk/main/lib/option/gb.option.component 2.0/trunk/main/lib/option/getoptions.c 2.0/trunk/main/lib/option/getoptions.h 2.0/trunk/main/lib/option/main.c 2.0/trunk/main/lib/option/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |