gambas-devel-svn Mailing List for Gambas (Page 312)
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-05-11 16:10:32
|
Revision: 371 http://svn.sourceforge.net/gambas/?rev=371&view=rev Author: gambas Date: 2007-05-11 09:10:33 -0700 (Fri, 11 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Yellow windows now always save their position. [INTERPRETER] * BUG: Accessing the properties of an uninitialized Stream now raise an error instead of crashing. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.class 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.form 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-05-11 10:10:00
|
Revision: 370 http://svn.sourceforge.net/gambas/?rev=370&view=rev Author: lordheavy Date: 2007-05-11 03:09:55 -0700 (Fri, 11 May 2007) Log Message: ----------- [GB.QT.OPENGL] * NEW: Now GLarea share their lists each others. Shared lists are automagicly destroyed when all GLareas are destroyed. Modified Paths: -------------- 2.0/trunk/gb.qt/src/opengl/CGLarea.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 21:48:16
|
Revision: 369 http://svn.sourceforge.net/gambas/?rev=369&view=rev Author: gambix Date: 2007-05-10 14:48:18 -0700 (Thu, 10 May 2007) Log Message: ----------- Some arrangement in the tutorial Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FReportTutorial1.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 21:40:27
|
Revision: 368 http://svn.sourceforge.net/gambas/?rev=368&view=rev Author: gambix Date: 2007-05-10 14:40:29 -0700 (Thu, 10 May 2007) Log Message: ----------- [GB.REPORT] * NEW: Now the Cloner index can be readed directly from the field instance with the ReportField.Index property. * NEW: A well commented tutorial is in the sources. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FTest.class 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-05-10 21:26:49
|
Revision: 367 http://svn.sourceforge.net/gambas/?rev=367&view=rev Author: gambix Date: 2007-05-10 14:26:51 -0700 (Thu, 10 May 2007) Log Message: ----------- [GB.REPORT] * New: The Height, Width, Spacing properties now accept relatives values in percentages. The other properties (Left, Top, Padding) return an error if a relative value is set. * New: The ReportControl class have an autoresize property that set automatically the size of the control in function of its content. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 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/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 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Units.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 20:41:28
|
Revision: 366 http://svn.sourceforge.net/gambas/?rev=366&view=rev Author: gambas Date: 2007-05-10 13:41:30 -0700 (Thu, 10 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Yellow windows now can handle collections whose keys contain spaces and quote characters. * BUG: The last patch on the Debian part of the packager was a mistake, and it has been undone. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 22:01:35
|
Revision: 365 http://svn.sourceforge.net/gambas/?rev=365&view=rev Author: gambas Date: 2007-05-09 15:01:37 -0700 (Wed, 09 May 2007) Log Message: ----------- [GB.NET] * BUG: Fix stream declaration. [GB.NET.CURL] * BUG: Fix stream declaration. [GB.COMPRESS.BZLIB2] * BUG: Fix stream declaration. [GB.COMPRESS.ZLIB] * BUG: Fix stream declaration. [GB.V4L] * BUG: Fix stream declaration. Modified Paths: -------------- 2.0/trunk/examples/examples/Networking/ClientSocket/.project 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/gb.compress.bzlib2/src/main.c 2.0/trunk/gb.compress.zlib/src/main.c 2.0/trunk/gb.net/src/CSerialPort.c 2.0/trunk/gb.net/src/CSocket.c 2.0/trunk/gb.net/src/CUdpSocket.c 2.0/trunk/gb.net.curl/src/CCurl.c 2.0/trunk/gb.v4l/src/CWebcam.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...> - 2007-05-09 21:57:22
|
Revision: 364 http://svn.sourceforge.net/gambas/?rev=364&view=rev Author: gambix Date: 2007-05-09 14:57:24 -0700 (Wed, 09 May 2007) Log Message: ----------- Remove the forgotten debug message 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/.project 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 21:53:46
|
Revision: 363 http://svn.sourceforge.net/gambas/?rev=363&view=rev Author: gambix Date: 2007-05-09 14:53:48 -0700 (Wed, 09 May 2007) Log Message: ----------- Some correction Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 20:40:34
|
Revision: 362 http://svn.sourceforge.net/gambas/?rev=362&view=rev Author: gambas Date: 2007-05-09 13:40:35 -0700 (Wed, 09 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Removed two lines of code in Debian packages creation that apparently destroy * BUG: Fix an IDE crash when loading another project and compiling. [INTERPRETER] * BUG: Inheritance was fixed. Calling a method on a class didn't call the right implementation is some situations. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 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: <ga...@us...> - 2007-05-08 17:46:48
|
Revision: 361 http://svn.sourceforge.net/gambas/?rev=361&view=rev Author: gambix Date: 2007-05-08 10:46:50 -0700 (Tue, 08 May 2007) Log Message: ----------- Maybe broken Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/FTest.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 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Units.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 12:07:44
|
Revision: 360 http://svn.sourceforge.net/gambas/?rev=360&view=rev Author: gambix Date: 2007-05-08 05:07:43 -0700 (Tue, 08 May 2007) Log Message: ----------- [GB.REPORT] * NEW: New property on ReportControl: Autoresize. This property make the control manage its size (height for VBox, Width for Hbox, size for other control) in function of theire content. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 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 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 10:58:13
|
Revision: 359 http://svn.sourceforge.net/gambas/?rev=359&view=rev Author: gambix Date: 2007-05-08 03:58:14 -0700 (Tue, 08 May 2007) Log Message: ----------- Now the spacing is not repeated at the bottom of an expanded container. 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/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 10:24:41
|
Revision: 358 http://svn.sourceforge.net/gambas/?rev=358&view=rev Author: gambas Date: 2007-05-08 03:24:39 -0700 (Tue, 08 May 2007) Log Message: ----------- [GB.NET.SMTP] * BUG: Quoted printable encoding works correctly now. [GB.SDL] * BUG: Patch from Debian to let compile with gcc 4.3. [GB.DB.FIREBIRD] * BUG: Patch from Debian to let compile with gcc 4.3. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FCompletion.form 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/app/src/gambas2/FSignature.form 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/examples/examples/Automation/KateBrowser/.project 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.net.smtp/src/quoted.c 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: <lor...@us...> - 2007-05-06 23:41:14
|
Revision: 357 http://svn.sourceforge.net/gambas/?rev=357&view=rev Author: lordheavy Date: 2007-05-06 16:41:12 -0700 (Sun, 06 May 2007) Log Message: ----------- Remove obsolete comment Modified Paths: -------------- 2.0/trunk/gb.qt/src/opengl/CGLarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-05-06 22:12:25
|
Revision: 356 http://svn.sourceforge.net/gambas/?rev=356&view=rev Author: lordheavy Date: 2007-05-06 15:12:26 -0700 (Sun, 06 May 2007) Log Message: ----------- [GB.QT.OPENGL] * NEW: Now text can be render inside a GLarea with the method GLarea.Text(Text, X, Y), color can be set with the Gl.Colorf opengl method. Modified Paths: -------------- 2.0/trunk/gb.qt/src/opengl/CGLarea.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-05-06 17:07:43
|
Revision: 355 http://svn.sourceforge.net/gambas/?rev=355&view=rev Author: lordheavy Date: 2007-05-06 10:07:45 -0700 (Sun, 06 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix null object error when running writable project. Modified Paths: -------------- 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: <lor...@us...> - 2007-05-06 16:01:52
|
Revision: 354 http://svn.sourceforge.net/gambas/?rev=354&view=rev Author: lordheavy Date: 2007-05-06 09:01:53 -0700 (Sun, 06 May 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fixed (again) texture mapping methods. 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-05-06 00:25:23
|
Revision: 353 http://svn.sourceforge.net/gambas/?rev=353&view=rev Author: gambas Date: 2007-05-05 17:25:23 -0700 (Sat, 05 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Property sheet and hierarchy tree view were put in the same TabStrip. * BUG: The hierarchy window now follows control renaming. * NEW: A new option for sorting properties in the property sheet. * NEW: A warning message is displayed when a Gambas 1.0 project is opened. Once the project is opened, this message will never be displayed again for this project. * NEW: A new virtual property named '(Scaled)', that indicates if a form automatically resize itself according to the default font. This property is set by default. * BUG: The group and menu selection were fixed in the packager wizard. * NEW: The property sheet now displays the properties not having their default value with a light background. * BUG: You can now specify a font with an absolute size that is equal to the default font size. [GB.QT] * NEW: The conversion formula between Font.Grade and Font.Size has changed. Now Font.Grade is between -4 and +16, and makes Font.Size grows slower. * NEW: Font.TextHeight() argument is now optional. * NEW: GridView cells got their Foreground and Background properties. [GB.FORM] * BUG: The Stock class now works correctly when the desktop is not KDE or GNOME. [GB.FORM.MDI] * NEW: Setting the Workspace.Font property now changes the font of its TabStrip only. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fa.po 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/CClassInfo.class 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CPropertyInfo.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FAbout.class 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FFormStack.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/app/src/gambas2/FToolBox.class 2.0/trunk/app/src/gambas2/FToolBox.form 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/app/src/gambas2/install/group/debian 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FFontChooser.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/FWizard.form 2.0/trunk/comp/src/gb.form/Stock.class 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/main/gbc/gba.c 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/share/gb_magic.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-04 20:10:39
|
Revision: 352 http://svn.sourceforge.net/gambas/?rev=352&view=rev Author: gambas Date: 2007-05-04 13:10:41 -0700 (Fri, 04 May 2007) Log Message: ----------- [INTERPRETER] * BUG: Stopping an event inside an event handler now works correctly when STOP EVENT is not the last instruction of the event handler. [GB.FORM] * NEW: TableView manages the RETURN and the ESC key while editing a cell, so that default or cancel buttons are not raised automatically. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FProjectEnv.class 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/TableView.class 2.0/trunk/main/gbx/gbx_api.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...> - 2007-05-02 20:44:13
|
Revision: 351 http://svn.sourceforge.net/gambas/?rev=351&view=rev Author: gambas Date: 2007-05-02 13:44:09 -0700 (Wed, 02 May 2007) Log Message: ----------- [GB.QT] * BUG: Found a workaround for a QT strangeness that made the Window.Reparent() method not respect the window position. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-01 21:09:26
|
Revision: 350 http://svn.sourceforge.net/gambas/?rev=350&view=rev Author: gambas Date: 2007-05-01 14:09:26 -0700 (Tue, 01 May 2007) Log Message: ----------- [GB.QT] * NEW: Drag.Paste() is a new method that allows to get the dragged data and choose its format. * BUG: Tried to prevent crashes when a control or a window is deleted during an event. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/share/gb_alloc_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-01 13:24:59
|
Revision: 349 http://svn.sourceforge.net/gambas/?rev=349&view=rev Author: gambix Date: 2007-05-01 06:25:01 -0700 (Tue, 01 May 2007) Log Message: ----------- [GB.REPORT] * OPT: The ReportTable widget have been temporaly removed. * OPT: The ReportRepetor have been renamed ReportCloner. The code is now less messy 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/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/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/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/TControl.class 2.0/trunk/comp/src/gb.report/Units.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportCloner.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportRepetor.class 2.0/trunk/comp/src/gb.report/ReportTable.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-30 23:21:34
|
Revision: 348 http://svn.sourceforge.net/gambas/?rev=348&view=rev Author: gambas Date: 2007-04-30 16:21:35 -0700 (Mon, 30 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Handles quoted identifiers, i.e. identifiers between '{' and '}', correctly while scanning a class. [EXAMPLES] * BUG: Fixed the use of Dialog.Filter in the Notepad example. [GB.QT] * NEW: Clipboard.Formats and Drag.Formats are two new properties that return all formats provided by the clipboard or a drop operation. * NEW: The Clipboard.Paste() optional argument now allows to choose which format will be pasted. 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/FSelectIcon.class 2.0/trunk/comp/src/gb.desktop/_DesktopIcons.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/OpenGL/GambasGears/.project 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/share/CClipboard_desc.h 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gb_common_check.h 2.0/trunk/main/gbx/gbx_regexp.c 2.0/trunk/main/gbx/gbx_regexp.h 2.0/trunk/main/gbx/gbx_stream_memory.c 2.0/trunk/main/gbx/gbx_subr.c 2.0/trunk/main/gbx/gbx_subr_test_temp.h 2.0/trunk/main/lib/eval/eval_code.c 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_common.h 2.0/trunk/main/share/gb_common_case.h 2.0/trunk/main/share/gb_common_swap.h 2.0/trunk/main/share/gb_magic.h Added Paths: ----------- 2.0/trunk/comp/src/gb.desktop/DesktopFile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-29 22:25:37
|
Revision: 347 http://svn.sourceforge.net/gambas/?rev=347&view=rev Author: lordheavy Date: 2007-04-29 15:25:23 -0700 (Sun, 29 Apr 2007) Log Message: ----------- fix returned value Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |