gambas-devel-svn Mailing List for Gambas (Page 49)
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...> - 2015-03-08 15:23:50
|
Revision: 6956 http://sourceforge.net/p/gambas/code/6956 Author: gambas Date: 2015-03-08 15:23:42 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.QT4] * BUG: Newlines characters are not ignored anymore in message boxes when rich text is used. The behaviour is now the same as in gb.gtk. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMessage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 14:48:35
|
Revision: 6955 http://sourceforge.net/p/gambas/code/6955 Author: gambas Date: 2015-03-08 14:48:33 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.GUI.BASE] * BUG: ListBox now correctly maintains its selection when items are removed or added. * NEW: ListBox.Remove() now takes a new optional Length argument. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.component gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.gui.base/.src/ListBox/ListBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-07 10:26:08
|
Revision: 6954 http://sourceforge.net/p/gambas/code/6954 Author: gambas Date: 2015-03-07 10:26:01 +0000 (Sat, 07 Mar 2015) Log Message: ----------- [GB.DB] * NEW: Add a Connections.Count property that returns the number of connections defined in the current project / executable. Modified Paths: -------------- gambas/trunk/main/lib/db/gb.db/.component gambas/trunk/main/lib/db/gb.db/.project gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connections.class gambas/trunk/main/lib/db/gb.db/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 14:10:39
|
Revision: 6953 http://sourceforge.net/p/gambas/code/6953 Author: gambix Date: 2015-03-06 14:10:32 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [gb.scanner] * BUG: Remove _Init sub from the Static Scanners class. Ready for 3.7. Modified Paths: -------------- gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.src/Scanners.class gambas/trunk/comp/src/gb.scanner/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 13:40:55
|
Revision: 6952 http://sourceforge.net/p/gambas/code/6952 Author: gambix Date: 2015-03-06 13:40:47 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now gb.report2 use inch as internal unit. And is ready for 3.7. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tools/CPrint.class gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportPadding.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportSizeHints.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 12:54:55
|
Revision: 6951 http://sourceforge.net/p/gambas/code/6951 Author: gambas Date: 2015-03-06 12:54:47 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [GB.DRAW] * NEW: Don't clip the area argument of Paint.Begin(). Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 11:24:15
|
Revision: 6950 http://sourceforge.net/p/gambas/code/6950 Author: gambas Date: 2015-03-06 11:24:04 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Use 'gambasfarm.org' as default farm server when nothing has been configured instead of crashing. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmConfig.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmIdentity.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-05 21:01:34
|
Revision: 6949 http://sourceforge.net/p/gambas/code/6949 Author: gambas Date: 2015-03-05 21:01:33 +0000 (Thu, 05 Mar 2015) Log Message: ----------- [CONFIGURATION] * NEW: Switch to 3.7 version. [DEVELOPMENT ENVIRONMENT] * NEW: Draw the version number the same size as the application title in the welcome and about dialogs. Modified Paths: -------------- gambas/trunk/VERSION gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-05 20:15:34
|
Revision: 6948 http://sourceforge.net/p/gambas/code/6948 Author: gambix Date: 2015-03-05 20:15:26 +0000 (Thu, 05 Mar 2015) Log Message: ----------- [GB.REPORT2] * OPT: this commit show a bug on Paint.Begin * OPT: Trying to find the good api for passing layout on ReportDrawingArea. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.report gambas/trunk/comp/src/gb.report2/.src/Types/ReportSizeHints.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-03 01:40:42
|
Revision: 6947 http://sourceforge.net/p/gambas/code/6947 Author: gambas Date: 2015-03-03 01:40:40 +0000 (Tue, 03 Mar 2015) Log Message: ----------- * Remove tag 3.7.0. Removed Paths: ------------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-03 01:37:14
|
Revision: 6946 http://sourceforge.net/p/gambas/code/6946 Author: gambas Date: 2015-03-03 01:37:08 +0000 (Tue, 03 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Allow to mark component as deprecated. [GB.REPORT] * NEW: Mark component as deprecated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.directory gambas/trunk/comp/src/gb.report/.icon.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-03 00:39:07
|
Revision: 6945 http://sourceforge.net/p/gambas/code/6945 Author: gambas Date: 2015-03-03 00:38:59 +0000 (Tue, 03 Mar 2015) Log Message: ----------- * Tag for 3.7.0. Added Paths: ----------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-03 00:38:12
|
Revision: 6944 http://sourceforge.net/p/gambas/code/6944 Author: gambas Date: 2015-03-03 00:38:05 +0000 (Tue, 03 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: Redraw some icons. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/16/full-width.png gambas/trunk/comp/src/gb.report2/16/one-page.png gambas/trunk/comp/src/gb.report2/16/real-size.png gambas/trunk/comp/src/gb.report2/16/two-pages.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-03 00:27:21
|
Revision: 6943 http://sourceforge.net/p/gambas/code/6943 Author: gambas Date: 2015-03-03 00:27:20 +0000 (Tue, 03 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The ".component" file is now automatically versioned. [GB.REPORT2] * BUG: Add the ".component" file to the repository. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 23:53:58
|
Revision: 6942 http://sourceforge.net/p/gambas/code/6942 Author: gambas Date: 2015-03-02 23:53:51 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Redraw PictureBox icon. [GB.FORM] * NEW: Redraw ImageView icon. Modified Paths: -------------- gambas/trunk/app/src/gambas3/img/control/label.png gambas/trunk/app/src/gambas3/img/control/picturebox.png gambas/trunk/comp/src/gb.form/.hidden/control/imageview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 22:27:44
|
Revision: 6941 http://sourceforge.net/p/gambas/code/6941 Author: gambas Date: 2015-03-02 22:27:42 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.FORM] * NEW: The Completion class now uses a top-level popup window and the new TakeFocus property. * BUG: Remove some unused variables and symbols. [GB.GTK] * BUG: Closing a window now should not lose FocusOut events anymore. * BUG: Fix the Window.TakeFocus property. [GB.GTK3] * BUG: Fix the Window.TakeFocus property. Modified Paths: -------------- gambas/trunk/app/src/gambas3/img/search.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:33:37
|
Revision: 6940 http://sourceforge.net/p/gambas/code/6940 Author: gambas Date: 2015-03-02 21:33:29 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Fix Paint.Begin() signature. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:14:28
|
Revision: 6939 http://sourceforge.net/p/gambas/code/6939 Author: gambas Date: 2015-03-02 21:14:20 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Using Paint.Begin() on an already painted device automatically calls Paint.Save(), and Paint.Restore() will be called with Paint.End(). Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:08:14
|
Revision: 6938 http://sourceforge.net/p/gambas/code/6938 Author: gambas Date: 2015-03-02 21:08:09 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Allow Paint.Begin() drawing areas to be imbricated. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 20:14:43
|
Revision: 6937 http://sourceforge.net/p/gambas/code/6937 Author: gambas Date: 2015-03-02 20:14:35 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.GTK] * NEW: Window.TakeFocus is a new property that indicates if the window will take the focus the first time it is mapped. [GB.GTK3] * NEW: Window.TakeFocus is a new property that indicates if the window will take the focus the first time it is mapped. [GB.QT4] * NEW: Window.TakeFocus is a new property that indicates if the window will take the focus the first time it is mapped. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.class gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 18:20:58
|
Revision: 6936 http://sourceforge.net/p/gambas/code/6936 Author: gambas Date: 2015-03-02 18:20:56 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: The optional painting area is correclty reset after a call to Paint.Reset(). Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/main/lib/draw/cpaint.c gambas/trunk/main/lib/draw/gb.paint.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 18:03:39
|
Revision: 6935 http://sourceforge.net/p/gambas/code/6935 Author: gambas Date: 2015-03-02 18:03:31 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * NEW: Paint.Begin() now takes a new optional argument that allows to define the painting area as a sub-rectangle of the painting device. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 17:15:31
|
Revision: 6934 http://sourceforge.net/p/gambas/code/6934 Author: gambas Date: 2015-03-02 17:15:29 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: Update french translation. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.lang/fr.mo gambas/trunk/comp/src/gb.report2/.lang/fr.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 17:15:13
|
Revision: 6933 http://sourceforge.net/p/gambas/code/6933 Author: gambas Date: 2015-03-02 17:15:06 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: Preview: Add two buttons to zoom in and zoom out to "standard" zooms, i.e. powers of Sqr(2). Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 16:49:34
|
Revision: 6932 http://sourceforge.net/p/gambas/code/6932 Author: gambas Date: 2015-03-02 16:49:32 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.FORM] * NEW: DocumentView: Allow zoom up to 400%. [GB.REPORT2] * BUG: Preview: Fix custom zoom again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |