gambas-devel-svn Mailing List for Gambas (Page 317)
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-03-19 21:08:28
|
Revision: 246 http://svn.sourceforge.net/gambas/?rev=246&view=rev Author: gambas Date: 2007-03-19 14:08:28 -0700 (Mon, 19 Mar 2007) Log Message: ----------- [INTERPRETER] * NEW: The Comp() function now understands the gb.Language constant. But contrary to String.Comp(), it ignores charset conversion errors. [GB.FORM] * BUG: The DirView and FileView controls now ignore charset conversion errors when parsing file names. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/main/gbx/gbx_c_string.c 2.0/trunk/main/gbx/gbx_compare.c 2.0/trunk/main/gbx/gbx_compare.h 2.0/trunk/main/gbx/gbx_subr_test.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-15 19:10:23
|
Revision: 245 http://svn.sourceforge.net/gambas/?rev=245&view=rev Author: gambas Date: 2007-03-15 12:10:23 -0700 (Thu, 15 Mar 2007) Log Message: ----------- [COMPILER] * BUG: The number of dimensions of an array is correctly limited now. [GB.QT] * BUG: The default value of the ListBox.Mode property is Single. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CListBox.cpp 2.0/trunk/gb.qt/src/CListBox.h 2.0/trunk/main/gbc/gbc_trans.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-14 18:40:30
|
Revision: 244 http://svn.sourceforge.net/gambas/?rev=244&view=rev Author: gambas Date: 2007-03-14 11:40:26 -0700 (Wed, 14 Mar 2007) Log Message: ----------- [INTERPRETER] * BUG: A component that gets a public function of a class now automatically loads it. [GB.QT] * BUG: The global key event handler Application_KeyPress() now works as expected. Modified Paths: -------------- 2.0/trunk/examples/examples/Automation/KateBrowser/.project 2.0/trunk/examples/examples/Networking/WebBrowser/.project 2.0/trunk/main/gbx/gbx_api.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-03-11 19:46:26
|
Revision: 243 http://svn.sourceforge.net/gambas/?rev=243&view=rev Author: lordheavy Date: 2007-03-11 12:46:25 -0700 (Sun, 11 Mar 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fix LineStipple bug (thanks Flachy Joe !) Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLrasterization.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-06 20:55:09
|
Revision: 242 http://svn.sourceforge.net/gambas/?rev=242&view=rev Author: gambas Date: 2007-03-06 12:55:08 -0800 (Tue, 06 Mar 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Japanese translation updated. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ja.mo 2.0/trunk/app/src/gambas2/.lang/ja.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-06 18:51:46
|
Revision: 241 http://svn.sourceforge.net/gambas/?rev=241&view=rev Author: gambas Date: 2007-03-06 10:51:45 -0800 (Tue, 06 Mar 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed the autocompletion of symbols by using UTF-8 String class instead of ASCII functions. [INTERPRETER] * BUG: The Timer Delay property is not limited to 3600 ms in the IDE anymore. [GB.WEB COMPONENT] * NEW: The Session file name now includes the IP address of the remote connection. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/main/gbx/gbx_c_timer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-21 22:38:34
|
Revision: 240 http://svn.sourceforge.net/gambas/?rev=240&view=rev Author: gambix Date: 2007-02-21 14:38:35 -0800 (Wed, 21 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: the ReportSpecialField have the right font size now. The TControl.ctrl property return a ReportControl now Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/TControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-21 12:33:08
|
Revision: 239 http://svn.sourceforge.net/gambas/?rev=239&view=rev Author: gambas Date: 2007-02-21 04:33:07 -0800 (Wed, 21 Feb 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The open project dialog has a new check-box that opens the new project in a new IDE window. [INFORMER] * NEW: The gbi program, that generates *.info files, does not abort anymore when there is an error during the processing of a component. [GB.DB.MYSQL DRIVER] * NEW: A flag is set at database connection to allow the use of stored procedures. [GB.QT.EXT] * BUG: The Dial control does not crash anymore when an incorrect value is set to the Step or PageStep property. Modified Paths: -------------- 2.0/trunk/README 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/.project 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FWelcome.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/gb.db.mysql/src/main.c 2.0/trunk/gb.qt/src/ext/CDial.cpp 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/gbx_component.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-17 18:06:28
|
Revision: 238 http://svn.sourceforge.net/gambas/?rev=238&view=rev Author: lordheavy Date: 2007-02-17 10:06:29 -0800 (Sat, 17 Feb 2007) Log Message: ----------- [EXAMPLES] * BUG: Fix Database example, changed sqlite to sqlite3 driver. Modified Paths: -------------- 2.0/trunk/examples/examples/Database/Database/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-17 18:01:29
|
Revision: 237 http://svn.sourceforge.net/gambas/?rev=237&view=rev Author: lordheavy Date: 2007-02-17 10:01:26 -0800 (Sat, 17 Feb 2007) Log Message: ----------- [INTERPRETER] * BUG: Fix unreleased allocated memory when a component fail to be loaded (found on database example, when an uninstalled database driver is selected). Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_component.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-17 15:01:00
|
Revision: 236 http://svn.sourceforge.net/gambas/?rev=236&view=rev Author: lordheavy Date: 2007-02-17 07:00:56 -0800 (Sat, 17 Feb 2007) Log Message: ----------- Now fontlist is ordered like gb.qt/gtk Modified Paths: -------------- 2.0/trunk/gb.sdl/src/SDLfont.cpp 2.0/trunk/gb.sdl/src/SDLfont.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-16 23:03:35
|
Revision: 235 http://svn.sourceforge.net/gambas/?rev=235&view=rev Author: lordheavy Date: 2007-02-16 15:03:36 -0800 (Fri, 16 Feb 2007) Log Message: ----------- [GB.CRYPT] * BUG : Add explicit error messages instead of only Bad prefix. Modified Paths: -------------- 2.0/trunk/gb.crypt/src/c_crypt.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-16 21:58:37
|
Revision: 234 http://svn.sourceforge.net/gambas/?rev=234&view=rev Author: gambix Date: 2007-02-16 13:58:35 -0800 (Fri, 16 Feb 2007) Log Message: ----------- [GB.QT] * BUG: The GridView.Rows.Unselect function in implemented now. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CGridView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2007-02-13 22:20:44
|
Revision: 233 http://svn.sourceforge.net/gambas/?rev=233&view=rev Author: dashboard68 Date: 2007-02-13 14:20:34 -0800 (Tue, 13 Feb 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: catch 'No return value' now, no Yellow-Window opens anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Design.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-13 14:05:24
|
Revision: 232 http://svn.sourceforge.net/gambas/?rev=232&view=rev Author: lordheavy Date: 2007-02-13 06:05:17 -0800 (Tue, 13 Feb 2007) Log Message: ----------- Oups ? ;-) Modified Paths: -------------- 2.0/trunk/gb.qt/src/CFont.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-12 23:47:26
|
Revision: 231 http://svn.sourceforge.net/gambas/?rev=231&view=rev Author: gambix Date: 2007-02-12 15:47:26 -0800 (Mon, 12 Feb 2007) Log Message: ----------- [GB.WEB] Response.End now work Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/Response.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-12 22:59:51
|
Revision: 230 http://svn.sourceforge.net/gambas/?rev=230&view=rev Author: lordheavy Date: 2007-02-12 14:59:50 -0800 (Mon, 12 Feb 2007) Log Message: ----------- FontList is now alphabetic ordered. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/SDLfont.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-02-12 12:16:12
|
Revision: 229 http://svn.sourceforge.net/gambas/?rev=229&view=rev Author: dcamposf Date: 2007-02-12 04:16:11 -0800 (Mon, 12 Feb 2007) Log Message: ----------- [GB.GTK] * BUG: The Ignore property was not shown in design mode Modified Paths: -------------- 2.0/trunk/gb.gtk/src/CWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-11 23:41:20
|
Revision: 228 http://svn.sourceforge.net/gambas/?rev=228&view=rev Author: lordheavy Date: 2007-02-11 15:41:18 -0800 (Sun, 11 Feb 2007) Log Message: ----------- [GB.SDL] * NEW: Fonts class, giving access to installed system fonts with FOR EACH method Now gb.sdl need the libxft, provided since xfree 4.x Fonts are not sorted by alphabetic order, will do this later ;-) Modified Paths: -------------- 2.0/trunk/gb.sdl/configure.ac 2.0/trunk/gb.sdl/src/Makefile.am 2.0/trunk/gb.sdl/src/SDLapp.cpp 2.0/trunk/gb.sdl/src/SDLapp.h 2.0/trunk/gb.sdl/src/SDLwindow.h 2.0/trunk/gb.sdl/src/main.cpp 2.0/trunk/gb.sdl/src/main.h Added Paths: ----------- 2.0/trunk/gb.sdl/src/Cfont.cpp 2.0/trunk/gb.sdl/src/Cfont.h 2.0/trunk/gb.sdl/src/SDLfont.cpp 2.0/trunk/gb.sdl/src/SDLfont.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-11 22:32:24
|
Revision: 227 http://svn.sourceforge.net/gambas/?rev=227&view=rev Author: gambas Date: 2007-02-11 14:31:40 -0800 (Sun, 11 Feb 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Syntax highlighting of CSS files. [INTERPRETER] * BUG: WAIT now does not freeze anymore when used in a console application. * BUG: Fixed the syntax information of IIf() and Temp$(). [GB.QT] * BUG: Fixed the path of GTK+ close stock icon. [GB.QT.EXT] * NEW: Highlight.Tag is a new property to associate a integer value with a text line. Use it with Highlight.State, to define the context of syntax highlighting. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/app/src/gambas2/FTextEditor.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/FTest.class 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/gb.qt/src/ext/gdocument.cpp 2.0/trunk/gb.qt/src/ext/gdocument.h 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/stock/gnome.map 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-11 22:21:21
|
Revision: 226 http://svn.sourceforge.net/gambas/?rev=226&view=rev Author: gambix Date: 2007-02-11 14:21:20 -0800 (Sun, 11 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: The Data event of ReportFields Work fine now with the ReportRepetor container. All the internal work as been rewritted, now the object position and page are stored in a separate class. The ReportRepetor now only duplicate the relative class to copy the content. The VirtualObjectId is propagate on the fields via a parameter in the _draw subs. By this way we can now use database result or array to fill the ReportFields at rendering. Some feature can be set in the Data event of the ReportField, like background, foreground, so a great liberty in dynamic rendering. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/FTest.class 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/ReportRepetor.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/ReportVBox.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/TControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-02-11 18:57:14
|
Revision: 225 http://svn.sourceforge.net/gambas/?rev=225&view=rev Author: dcamposf Date: 2007-02-11 10:57:10 -0800 (Sun, 11 Feb 2007) Log Message: ----------- [GB.GTK] * Picture and Image classes now support W and H properties Modified Paths: -------------- 2.0/trunk/gb.gtk/src/CImage.cpp 2.0/trunk/gb.gtk/src/CPicture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-10 22:21:59
|
Revision: 224 http://svn.sourceforge.net/gambas/?rev=224&view=rev Author: gambix Date: 2007-02-10 14:21:55 -0800 (Sat, 10 Feb 2007) Log Message: ----------- [GB.REPORT] * NEW: New widget named ReportField that get its data via an events. The hold ReportField as been renamed ReportSpecialField. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportLabel.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportField.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-10 00:09:39
|
Revision: 223 http://svn.sourceforge.net/gambas/?rev=223&view=rev Author: gambix Date: 2007-02-09 16:09:39 -0800 (Fri, 09 Feb 2007) Log Message: ----------- [GB.REPORT] * NEW: New widget named ReportRepetor. It repeat its content in function of the count property value. It will allow to do the same as the detail part of the traditional report designer. * BUG: Some arrangement correction in the value to pixel convertion. Modified Paths: -------------- 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/ReportContainer.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 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/ReportVBox.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportRepetor.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportRepeater.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-06 21:55:50
|
Revision: 222 http://svn.sourceforge.net/gambas/?rev=222&view=rev Author: gambix Date: 2007-02-06 13:55:51 -0800 (Tue, 06 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: The Report.Clean property now work. * NEW: The text in ReportLabel and ReportField is not drawn outside the control size. Modified Paths: -------------- 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/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/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportLabel.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportRepeater.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |