gambas-devel-svn Mailing List for Gambas (Page 321)
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...> - 2006-11-11 22:46:01
|
Revision: 139 http://svn.sourceforge.net/gambas/?rev=139&view=rev Author: gambas Date: 2006-11-11 14:45:44 -0800 (Sat, 11 Nov 2006) Log Message: ----------- [INTERPRETER] * NEW: A new API for getting the event name used by the last object instanciation. [GB.QT COMPONENT] * NEW: Controls have name now. The name is the same as the event name at the moment, so all controls in the same group have the same name. * NEW: Control.Name is a new property that returns the name of the object. * NEW: Window[] or Window.Controls[] will return a control from its name. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/share/CControl_desc.h 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_api.h 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 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: <ga...@us...> - 2006-11-11 20:41:24
|
Revision: 138 http://svn.sourceforge.net/gambas/?rev=138&view=rev Author: gambas Date: 2006-11-11 12:40:55 -0800 (Sat, 11 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: CVSROOT file or directory is now ignored by the project tree view. [INTERPRETER] * BUG: Some spurious warnings were removed. [GB.QT COMPONENT] * NEW: Action is now a property of the Control class. * BUG: Toolbar actions are now correctly unregistered. That fixes the 'Invalid control' error message of the IDE when a form is opened after a project was closed. * NEW: ColumnView.Settings format was redesigned. * BUG: The Stock class does not fail anymore when if there is no current KDE theme. [GB.FORM COMPONENT] * NEW: The ColumnView.Settings property is used for defining the FileView and DirView Settings properties. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/ToolBar.class 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Qt.module 2.0/trunk/gb.qt/src/gb.qt/Stock.class 2.0/trunk/gb.qt/src/share/CControl_desc.h 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_number.c 2.0/trunk/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-11-09 16:03:23
|
Revision: 137 http://svn.sourceforge.net/gambas/?rev=137&view=rev Author: lordheavy Date: 2006-11-09 08:03:12 -0800 (Thu, 09 Nov 2006) Log Message: ----------- [GB.SDL] * BUG: Fix X11 linking with recent SDL releases (Silvan Calarco) Modified Paths: -------------- 2.0/trunk/gb.sdl/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-08 16:13:58
|
Revision: 136 http://svn.sourceforge.net/gambas/?rev=136&view=rev Author: gambas Date: 2006-11-08 08:13:46 -0800 (Wed, 08 Nov 2006) Log Message: ----------- [GB.QT COMPONENT] * BUG: Tray icons won't make the application loop indefinitely anymore. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/qtxembed.cpp 2.0/trunk/gb.qt/src/qtxembed.h 2.0/trunk/gb.qt/src/x11.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-08 11:48:46
|
Revision: 135 http://svn.sourceforge.net/gambas/?rev=135&view=rev Author: gambas Date: 2006-11-08 03:48:18 -0800 (Wed, 08 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Void branches are not displayed in the current object variable list of the debugging window. * BUG: There is no duplicate display of object symbols anymore. [INTERPRETER] * BUG: A stack leak was fixed. * BUG: Enumerating class symbols does not return duplicates anymore. [GB.QT COMPONENT] * NEW: The Gnome stock icon map has been updated. * OPT: Action class is not called anymore when destroying a control with no action registered. 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/FDebugInfo.class 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/gb.qt/stock/gnome.map 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/gbc/gbc_form.c 2.0/trunk/main/gbc/gbc_trans_code.c 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_api.h 2.0/trunk/main/gbx/gbx_archive.c 2.0/trunk/main/gbx/gbx_c_class.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-05 22:06:02
|
Revision: 134 http://svn.sourceforge.net/gambas/?rev=134&view=rev Author: gambas Date: 2006-11-05 14:05:35 -0800 (Sun, 05 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: When creating a new image, it is now possible to choose the image file type between PNG, XPM and GIF. [WIKI CGI SCRIPT] * BUG: Fix indexes for words that do not begin with an ASCII letter. [GB.WEB COMPONENT] * NEW: Reponse.SendFile() now sends the headers defined by Response.AddHeader(). * NEW: Request is a writable array now. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/doc.cgi/Main.module 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/FCreateFile.class 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FIconEditor.form 2.0/trunk/app/src/gambas2/about.txt 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/comp/src/gb.web/Response.module 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...> - 2006-11-04 21:21:08
|
Revision: 133 http://svn.sourceforge.net/gambas/?rev=133&view=rev Author: gambas Date: 2006-11-04 13:20:56 -0800 (Sat, 04 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Moving tabs works for any MultiContainer now, not only TabStrip. [GB.DEBUG COMPONENT] * NEW: New command in the internal debugger to get the value of a symbol without calling the evaluator. * BUG: Static arrays do not print an error in the debugger windows anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/main/gbx/gbx_eval.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/lib/debug/print.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-04 15:35:56
|
Revision: 132 http://svn.sourceforge.net/gambas/?rev=132&view=rev Author: gambas Date: 2006-11-04 07:35:19 -0800 (Sat, 04 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Breakpoint button is now a toggle. * NEW: Find list use the global font size. [GB.QT.EXT COMPONENT] * BUG: Some fixes in the drawing of line background and in the margin width. [GB.WEB COMPONENT] * BUG: CONTENT_LENGTH CGI variable is used for reading the standard input, so that locks are avoided. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/app/src/gambas2/FFindList.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/ext/gview.cpp 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Action.class 2.0/trunk/main/gbc/gbc_read.c 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_stream_buffer.c 2.0/trunk/main/gbx/gbx_stream_process.c 2.0/trunk/main/gbx/gbx_type.h 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/lib/eval/eval_read.c 2.0/trunk/main/share/gb_type_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-02 22:37:53
|
Revision: 131 http://svn.sourceforge.net/gambas/?rev=131&view=rev Author: gambas Date: 2006-11-02 14:37:23 -0800 (Thu, 02 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed the saved path of highlighting theme import & export. * NEW: Some theme colors were changed. [GB.EXT COMPONENT] * NEW: Editor now displays breakpoints differently. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/theme/amber 2.0/trunk/app/src/gambas2/theme/amethyst 2.0/trunk/app/src/gambas2/theme/emerald 2.0/trunk/app/src/gambas2/theme/obsidian 2.0/trunk/app/src/gambas2/theme/ruby 2.0/trunk/app/src/gambas2/theme/sapphire 2.0/trunk/app/src/gambas2/theme/visual 2.0/trunk/gb.qt/src/ext/gview.cpp 2.0/trunk/gb.qt/src/ext/gview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-01 15:41:48
|
Revision: 130 http://svn.sourceforge.net/gambas/?rev=130&view=rev Author: gambas Date: 2006-11-01 07:41:36 -0800 (Wed, 01 Nov 2006) Log Message: ----------- [INTERPRETER] * BUG: LOCK really works now. [COMPILER] * BUG: The compiler compiles the new LOCK syntax correctly now. Modified Paths: -------------- 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/main/gbc/gbc_trans_expr.c 2.0/trunk/main/gbc/gbc_trans_subr.c 2.0/trunk/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...> - 2006-11-01 14:43:41
|
Revision: 129 http://svn.sourceforge.net/gambas/?rev=129&view=rev Author: gambas Date: 2006-11-01 06:43:21 -0800 (Wed, 01 Nov 2006) Log Message: ----------- WARNING! Byte code has changed, and all projects must be recompiled. [DEVELOPMENT ENVIRONMENT] * NEW: Some enhancements in debug window. [INTERPRETER] * NEW: LOCK now takes a path as argument, and returns a File object that must be used with UNLOCK to unlock the file. * NEW: IIf now takes three mandatory arguments. * NEW: Min and Max now takes only two arguments. * BUG: IIf, Min and Max now behave correctly with Variant arguments. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/comp/src/gb.form/FColorChooser.class 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_stream.h 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_subr_math.c 2.0/trunk/main/gbx/gbx_subr_test.c 2.0/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-01 11:15:36
|
Revision: 128 http://svn.sourceforge.net/gambas/?rev=128&view=rev Author: gambas Date: 2006-11-01 03:14:38 -0800 (Wed, 01 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The form editor allows to move tabs inside TabStrip and any other MultiContainer. * NEW: The debug window has been redesigned. It can display current object variables now. [INTERPRETER] * BUG: Really fixed the IIf() function. But this fix is temporary, and will be replaced by a bytecode change too. [GB.SETTINGS COMPONENT] * NEW: Settings.Read() can takes an optional default value argument. 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/.lang/sv.mo 2.0/trunk/app/src/gambas2/.lang/sv.po 2.0/trunk/app/src/gambas2/CCoolButton.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/img/16/local.png 2.0/trunk/comp/src/gb.settings/.info 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/gb.qt/src/CSplitter.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_subr_test.c 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-31 20:08:00
|
Revision: 127 http://svn.sourceforge.net/gambas/?rev=127&view=rev Author: gambas Date: 2006-10-31 12:07:47 -0800 (Tue, 31 Oct 2006) Log Message: ----------- [INTERPRETER] * BUG: If() now always returns a Variant, and so does not fail anymore when converting its arguments. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 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...> - 2006-10-30 20:10:30
|
Revision: 126 http://svn.sourceforge.net/gambas/?rev=126&view=rev Author: gambas Date: 2006-10-30 12:09:39 -0800 (Mon, 30 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Save menu entry was removed from the project tree popup menu. * NEW: LINK arguments were inverted. * BUG: The Find list window was fixed. * NEW: Debugger were redesigned, according to the new commands of the internal debugger. * BUG: Release number is not incremented if the version is got from an external program. [GB.DEBUG COMPONENT] * NEW: The internal debugger was redesigned. But the work is not finished! [GB.FORM COMPONENT] * BUG: FileChooser displays a message box if you try to select a file that already exists for saving. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/fr.po 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/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FFindList.class 2.0/trunk/app/src/gambas2/FFindList.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/fr.mo 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FFileDialog.class 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/lib/debug/CDebug.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-29 14:20:17
|
Revision: 125 http://svn.sourceforge.net/gambas/?rev=125&view=rev Author: gambas Date: 2006-10-29 06:19:38 -0800 (Sun, 29 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The 'make executable' dialog saves its settings in the right place now. * BUG: Some rtl fixes in the welcome dialog. * NEW: Adds a Splitter in the open project dialog. [WIKI CGI SCRIPT] * BUG: Some fixes in rtl written languages support. [INTERPRETER] * NEW: The LINK parameters have been swapped to be consistent with COPY and MOVE. This will break old code! [GB.QT COMPONENT] * BUG: Default column alignment has been fixed in ColumnView. * NEW: ColumnView.Settings is a new string property that allows to get and set the ColumnView layout in one shot. * NEW: HSplit and VSplit Layout property has been renamed as Settings. * BUG: Visible container controls with an hidden effective internal container widget are now arranged. [GB.FORM COMPONENT] * BUG: Hidden SidePanel now hides its container. It does not disable it anymore. [GB.SETTINGS COMPONENT] * NEW: Support for Integer array values. * NEW: Window geometry is saved under a 'Geometry' key, and not a 'Coord' key anymore. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CCoolButton.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMakeExecutable.class 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FProjectItem.form 2.0/trunk/comp/src/gb.form/FSidePanel.class 2.0/trunk/comp/src/gb.settings/.lang/.pot 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Main.module 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/gb.qt/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CSplitter.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.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/FMain.class 2.0/trunk/gb.qt/src/gb.qt/FMain.form 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_value.c Added Paths: ----------- 2.0/trunk/gb.qt/src/gb.qt/Qt.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 19:36:51
|
Revision: 124 http://svn.sourceforge.net/gambas/?rev=124&view=rev Author: gambas Date: 2006-10-28 12:36:13 -0700 (Sat, 28 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Farsi language code is now 'fa' and not 'fa_IR'. * BUG: Translation dialog can be opened twice. [WIKI CGI SCRIPT] * BUG: Some right to left written languages fixes. [GB.QT COMPONENT] * BUG: Do not reset style at component unloaded. It can crash the interpreter in some cases. Modified Paths: -------------- 2.0/trunk/README.svn-commit 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/fr.po 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/gb.qt/src/main.cpp Added Paths: ----------- 2.0/trunk/app/src/doc.cgi/.lang/fa.mo 2.0/trunk/app/src/doc.cgi/.lang/fa.po 2.0/trunk/app/src/gambas-database-manager/.lang/fa.mo 2.0/trunk/app/src/gambas-database-manager/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fa.mo 2.0/trunk/app/src/gambas2/.lang/fa.po Removed Paths: ------------- 2.0/trunk/app/src/gambas-database-manager/.lang/fa_IR.mo 2.0/trunk/app/src/gambas-database-manager/.lang/fa_IR.po 2.0/trunk/app/src/gambas2/.lang/fa_IR.mo 2.0/trunk/app/src/gambas2/.lang/fa_IR.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 18:28:10
|
Revision: 123 http://svn.sourceforge.net/gambas/?rev=123&view=rev Author: gambas Date: 2006-10-28 11:27:27 -0700 (Sat, 28 Oct 2006) Log Message: ----------- [OFFLINE DOCUMENTATION] * NEW: Synchronized with the wiki. * BUG: Links in component description page should work correctly now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/help/help/help.tar.bz2 2.0/trunk/help/help/help?en 2.0/trunk/help/help/style.css 2.0/trunk/help/help/tree/tree.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 17:21:08
|
Revision: 122 http://svn.sourceforge.net/gambas/?rev=122&view=rev Author: gambas Date: 2006-10-28 10:20:35 -0700 (Sat, 28 Oct 2006) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Farsi translation. * BUG: Better support of right to left written languages. [DEVELOPMENT ENVIRONMENT] * NEW: Support for project managed by SubVersion. * BUG: Welcome screen displays correctly with right to left written languages. [GB.FORM COMPONENT] * BUG: Support for right to left written languages in SidePanel control. [GB.FORM.MDI COMPONENT] * BUG: Support for right to left written languages in ToolBar control. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/TODO 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/fr.po 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CCoolButton.class 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/FSidePanel.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FToolBar.class Added Paths: ----------- 2.0/trunk/app/src/gambas2/CProjectInfo.class 2.0/trunk/app/src/gambas2/FProjectItem.class 2.0/trunk/app/src/gambas2/FProjectItem.form 2.0/trunk/app/src/gambas2/VersionControl.module Removed Paths: ------------- 2.0/trunk/app/src/gambas2/CWizard.class 2.0/trunk/app/src/gambas2/FSupSelector.class 2.0/trunk/app/src/gambas2/FSupSelector.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 15:45:41
|
Revision: 121 http://svn.sourceforge.net/gambas/?rev=121&view=rev Author: gambas Date: 2006-10-28 08:45:33 -0700 (Sat, 28 Oct 2006) Log Message: ----------- Forgotten files Added Paths: ----------- 2.0/tags/1.9.45/app/src/gambas2/CProjectInfo.class 2.0/tags/1.9.45/app/src/gambas2/FProjectItem.class 2.0/tags/1.9.45/app/src/gambas2/FProjectItem.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 14:44:48
|
Revision: 120 http://svn.sourceforge.net/gambas/?rev=120&view=rev Author: gambas Date: 2006-10-28 07:44:37 -0700 (Sat, 28 Oct 2006) Log Message: ----------- ChangeLog updated. Modified Paths: -------------- 2.0/tags/1.9.45/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 09:24:41
|
Revision: 119 http://svn.sourceforge.net/gambas/?rev=119&view=rev Author: gambas Date: 2006-10-28 02:24:19 -0700 (Sat, 28 Oct 2006) Log Message: ----------- Release 1.9.45 Added Paths: ----------- 2.0/tags/1.9.45/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-28 09:23:53
|
Revision: 118 http://svn.sourceforge.net/gambas/?rev=118&view=rev Author: gambas Date: 2006-10-28 02:23:26 -0700 (Sat, 28 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Some fixes of now persistent dialogs. * NEW: Open project dialog now allows to open recent projects and examples. [GB.QT COMPONENT] * BUG: Window.X and Window.Y now return the correct value when the window is embedded. * BUG: Disabled DrawingArea now raises their Draw event. [GB.FORM COMPONENT] * BUG: ListContainer now behaves correctly when scrolling while the mouse button is down. * NEW: Wizard.Border is a new property for setting the border of the wizard contents. Modified Paths: -------------- 2.0/trunk/TODO 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/FCreateProject.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FFontChooser.class 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FWizard.class 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form/Wizard.class 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-25 16:19:34
|
Revision: 117 http://svn.sourceforge.net/gambas/?rev=117&view=rev Author: gambas Date: 2006-10-25 09:18:28 -0700 (Wed, 25 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Many dialogs are now persistent, so that they display faster. * NEW: The project creation dialog was reorganized. * NEW: A new project type: Web application based on CGI. * BUG: Making executable dialog now displays the bookmarks panel, so that putting the executable anywhere is possible. * BUG: HTML highlighting now uses UTF-8 string functions, so that highlighting non-ASCII characters works correctly. * BUG: A case-sensitive test on control classes has been removed. * NEW: Underscores are allowed in control identifiers now. [INTERPRETER] * BUG: String.Comp now switches to a binary comparison when its arguments are not valid UTF-8 strings, instead of raising an error. [GB.QT] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. * NEW: Draw.Device returns the current device object being drawn. * BUG: DrawingArea.Resize now raises an error when the DrawingArea is being drawn. It does not crash the interpreter anymore. * BUG: Form Open event is raised again when opening a persistent modal window again. [GB.FORM] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. * BUG: Settings DirView.Current or FileView.Current changes the current bookmark too. * BUG: FileView displays the entire directory contents even if getting an icon fails. [GB.QT.KDE COMPONENT] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. [GB.WEB COMPONENT] * NEW: The Application has new properties to return information about the CGI application. * NEW: Application.Host returns the server host. * NEW: Application.Root returns the root path of the application URLs. * NEW: Request.Path is a new property that returns the path part of the request. * NEW: Request.Query is a new property that returns the query part of the request, without the question mark. * NEW: Application.Request returns the full request string submitted to the CGI application. Application.Request = "http://" & Application.Host &/ Application.Root &/ Request.Path &/ "?" & Request.Query. 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/CControl.class 2.0/trunk/app/src/gambas2/FColorChooser.form 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FFontChooser.form 2.0/trunk/app/src/gambas2/FMakeExecutable.class 2.0/trunk/app/src/gambas2/FMakeExecutable.form 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/app/src/gambas2/template/list 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 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/Request.module 2.0/trunk/comp/src/gb.web/Response.module 2.0/trunk/gb.qt/src/CDialog.cpp 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CDrawingArea.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/share/CDraw_desc.h 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_string.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_compare.c 2.0/trunk/main/gbx/gbx_compare.h 2.0/trunk/main/gbx/gbx_date.c 2.0/trunk/main/gbx/gbx_string.c 2.0/trunk/main/gbx/gbx_string.h 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_subr_string.c 2.0/trunk/main/share/gb_table.h 2.0/trunk/main/share/gb_table_temp.h Added Paths: ----------- 2.0/trunk/comp/src/gb.web/Application.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-23 19:03:15
|
Revision: 116 http://svn.sourceforge.net/gambas/?rev=116&view=rev Author: gambas Date: 2006-10-23 12:03:10 -0700 (Mon, 23 Oct 2006) Log Message: ----------- Removed the useless file /comp/src/gb.info/gb.gambas. Removed Paths: ------------- 2.0/trunk/comp/src/gb.info/gb.gambas This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-23 15:37:18
|
Revision: 115 http://svn.sourceforge.net/gambas/?rev=115&view=rev Author: lordheavy Date: 2006-10-23 08:36:58 -0700 (Mon, 23 Oct 2006) Log Message: ----------- [GB.SDL] * NEW: Draw.Image now can take optional width and height parameters that scales the Image. This new syntax is incompatible with the old one! Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |