gambas-devel-svn Mailing List for Gambas (Page 46)
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-04-11 21:47:42
|
Revision: 7031
http://sourceforge.net/p/gambas/code/7031
Author: gambas
Date: 2015-04-11 21:47:40 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[GB.CAIRO]
* BUG: Release the drawing pattern after destroying the drawing context,
because finishing the drawing may need it.
Modified Paths:
--------------
gambas/trunk/gb.cairo/src/c_cairo.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-11 08:43:50
|
Revision: 7030
http://sourceforge.net/p/gambas/code/7030
Author: gambas
Date: 2015-04-11 08:43:43 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[GB.UTIL]
* BUG: Fix the signature of public methods.
* NEW: Shell.RmDir() now prevents the deletion of the home and any top-
level directories. A new 'Force' optional argument allows to bypass that
security.
Modified Paths:
--------------
gambas/trunk/app/other/MakeWebSite/.settings
gambas/trunk/comp/src/gb.desktop/.component
gambas/trunk/comp/src/gb.desktop/.project
gambas/trunk/comp/src/gb.desktop/.settings
gambas/trunk/comp/src/gb.util/.info
gambas/trunk/comp/src/gb.util/.src/CsvFile.class
gambas/trunk/comp/src/gb.util/.src/MMain.module
gambas/trunk/comp/src/gb.util/.src/Shell.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-11 08:41:40
|
Revision: 7029
http://sourceforge.net/p/gambas/code/7029
Author: gambas
Date: 2015-04-11 08:41:38 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[WIKI CGI SCRIPT]
* BUG: Correctly handle class reimplementation thorugh different
components.
* BUG: Fix singature of '_new' methods.
* NEW: Add tooltips for all special methods.
Modified Paths:
--------------
gambas/trunk/app/src/gambas-wiki/.public/style.css
gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class
gambas/trunk/app/src/gambas-wiki/.src/CSymbolInfo.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-11 08:38:59
|
Revision: 7028
http://sourceforge.net/p/gambas/code/7028
Author: gambas
Date: 2015-04-11 08:38:57 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: The output console now uses overwrite editor mode, and always
displays its cursor.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.project
gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-11 08:37:25
|
Revision: 7027
http://sourceforge.net/p/gambas/code/7027
Author: gambas
Date: 2015-04-11 08:37:24 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[GB.DB]
* BUG: Fix a memory leak in the Connection.Delete() method.
Modified Paths:
--------------
gambas/trunk/main/lib/db/CResult.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-11 08:35:42
|
Revision: 7026
http://sourceforge.net/p/gambas/code/7026
Author: gambas
Date: 2015-04-11 08:35:35 +0000 (Sat, 11 Apr 2015)
Log Message:
-----------
[GB.QT4.EXT]
* NEW: Editor.Print() now supports some ANSI escape sequences.
* NEW: Editor.Overwrite is a new property that defines the editor insertion
mode.
Modified Paths:
--------------
gambas/trunk/gb.qt4/src/ext/CEditor.cpp
gambas/trunk/gb.qt4/src/ext/gdocument.h
gambas/trunk/gb.qt4/src/ext/gview.cpp
gambas/trunk/gb.qt4/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...> - 2015-04-08 17:47:30
|
Revision: 7025
http://sourceforge.net/p/gambas/code/7025
Author: gambix
Date: 2015-04-08 17:47:23 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
[GB.REPORT2]
* BUG: Add gb.gui.base in the requirement. And remove gb.gui
Modified Paths:
--------------
gambas/trunk/comp/src/gb.report2/.component
gambas/trunk/comp/src/gb.report2/.project
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-08 10:33:18
|
Revision: 7024
http://sourceforge.net/p/gambas/code/7024
Author: gambas
Date: 2015-04-08 10:33:10 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
[GB.DB.POSTGRESQL]
* NEW: Support for materialized views.
Modified Paths:
--------------
gambas/trunk/gb.db.postgresql/src/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-06 22:15:26
|
Revision: 7023
http://sourceforge.net/p/gambas/code/7023
Author: gambas
Date: 2015-04-06 22:15:24 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Hide the help panel in automatic completion when we are not editing
source code.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-06 21:53:20
|
Revision: 7022
http://sourceforge.net/p/gambas/code/7022
Author: gambix
Date: 2015-04-06 21:53:19 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
[GB.REPORT2]
* BUG: Correct the bug on Align.none alignment mode.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.report2/.lang/fr.po
gambas/trunk/comp/src/gb.report2/.project
gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class
gambas/trunk/comp/src/gb.report2/.startup
Added Paths:
-----------
gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.class
gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.report
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-06 18:36:41
|
Revision: 7021
http://sourceforge.net/p/gambas/code/7021
Author: gambas
Date: 2015-04-06 18:36:39 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a "Remember database structure" checkbox in the connection
properties dialog. The IDE will dump the database structure into a
template file only if this checkbox is checked. It won't do that all the
time anymore.
[WIKI CGI SCRIPT]
* NEW: Add tooltips on class symbols list.
[GB.FORM]
* BUG: ButtonBox: Setting the Button property now correctly refreshes the
control.
Modified Paths:
--------------
gambas/trunk/app/src/gambas-wiki/.project
gambas/trunk/app/src/gambas-wiki/.public/style.css
gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class
gambas/trunk/app/src/gambas-wiki/.src/CComponent.class
gambas/trunk/app/src/gambas-wiki/.src/CSymbolInfo.class
gambas/trunk/app/src/gambas-wiki/.src/Main.module
gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage
gambas/trunk/app/src/gambas-wiki/.startup
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.project
gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.class
gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.form
gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module
gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.form
gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form
gambas/trunk/app/src/gambas3/.src/Project.module
gambas/trunk/comp/src/gb.db.form/.src/DataTable.class
gambas/trunk/comp/src/gb.eval.highlight/css/properties
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/Button/ButtonBox.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-03 21:11:27
|
Revision: 7020
http://sourceforge.net/p/gambas/code/7020
Author: gambas
Date: 2015-04-03 21:11:18 +0000 (Fri, 03 Apr 2015)
Log Message:
-----------
[WEBSITE MAKER]
* NEW: Upgrade to 3.7.1 version.
[GB.DB]
* NEW: Connection.SQL is a new property that returns a new SQLRequest
object that can be used for forging a SQL request whose syntax is adapted
to the target connection.
* NEW: SQLRequest is a new class that helps to build a SQL request whose
syntax is adapted to a specific connection. The name of table fields are
always quoted so that they can include reserved characters.
[GB.DB.FORM]
* NEW: Use the new SQL property of the Connection object to build request.
* BUG: Fields with special characters in their name are now correctly
quoted, thanks to the new SQL forgin mechanism.
[GB.DB]
* BUG: Don't crash when a SQLite database is not found and if the hostname
is null.
* NEW: GB_DB_DEBUG is a new environmental variable that allows to
externally set the DB.Debug property.
[GB.EVAL.HIGHLIGHT]
* NEW: SQL higlighting: the '`' quote character is taken into account now.
Modified Paths:
--------------
gambas/trunk/app/examples/Database/Database/.project
gambas/trunk/app/other/MakeWebSite/.project
gambas/trunk/app/other/MakeWebSite/.src/MMain.module
gambas/trunk/app/other/MakeWebSite/.startup
gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html
gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class
gambas/trunk/comp/src/gb.db.form/.component
gambas/trunk/comp/src/gb.db.form/.connection/Connection1.connection
gambas/trunk/comp/src/gb.db.form/.connection/Connection2.connection
gambas/trunk/comp/src/gb.db.form/.project
gambas/trunk/comp/src/gb.db.form/.src/DataCombo.class
gambas/trunk/comp/src/gb.db.form/.src/DataField.class
gambas/trunk/comp/src/gb.db.form/.src/DataSource.class
gambas/trunk/comp/src/gb.db.form/.src/DataTable.class
gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form
gambas/trunk/comp/src/gb.eval.highlight/.component
gambas/trunk/comp/src/gb.eval.highlight/.project
gambas/trunk/comp/src/gb.eval.highlight/.src/Highlight.class
gambas/trunk/comp/src/gb.eval.highlight/.src/HighlightSQL.module
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.class
gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.form
gambas/trunk/comp/src/gb.form/.src/ValueBox.class
gambas/trunk/comp/src/gb.report/.component
gambas/trunk/comp/src/gb.report/.project
gambas/trunk/comp/src/gb.util/.component
gambas/trunk/comp/src/gb.util/.project
gambas/trunk/comp/src/gb.util/.src/MMain.module
gambas/trunk/comp/src/gb.util/.startup
gambas/trunk/gb.db.mysql/src/main.c
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/Connection.class
gambas/trunk/main/lib/db/gb.db/.src/Main.module
gambas/trunk/main/lib/db/gb.db/.startup
gambas/trunk/main/lib/db/main.c
gambas/trunk/main/lib/db/sqlite.c
Added Paths:
-----------
gambas/trunk/comp/src/gb.db.form/.connection/Connection1.template
gambas/trunk/comp/src/gb.db.form/.connection/Connection2.template
gambas/trunk/comp/src/gb.db.form/.connection/Connection3.connection
gambas/trunk/comp/src/gb.db.form/.connection/Connection3.template
gambas/trunk/comp/src/gb.form/.hidden/CHANGELOG
gambas/trunk/main/lib/db/gb.db/.src/SQLRequest.class
Removed Paths:
-------------
gambas/trunk/comp/src/gb.db.form/.connection/Connection3.connection
gambas/trunk/comp/src/gb.db.form/.src/Request.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-03 08:25:20
|
Revision: 7019
http://sourceforge.net/p/gambas/code/7019
Author: gambix
Date: 2015-04-03 08:25:13 +0000 (Fri, 03 Apr 2015)
Log Message:
-----------
[GB.FORM]
* NEW: Add support for RightToLeft mode in DocumentView.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form/.component
gambas/trunk/comp/src/gb.form/.info
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class
gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-04-03 01:30:55
|
Revision: 7018
http://sourceforge.net/p/gambas/code/7018
Author: gambas
Date: 2015-04-03 01:30:54 +0000 (Fri, 03 Apr 2015)
Log Message:
-----------
[GB.DB.MYSQL]
* BUG: Blob fields and unlimited text fields should be detected correctly
in all cases now.
Modified Paths:
--------------
gambas/trunk/gb.db.mysql/src/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-30 00:06:58
|
Revision: 7017
http://sourceforge.net/p/gambas/code/7017
Author: gambas
Date: 2015-03-30 00:06:57 +0000 (Mon, 30 Mar 2015)
Log Message:
-----------
[GB.DB.SQLITE3]
* BUG: Forgot to add two files.
Added Paths:
-----------
gambas/trunk/gb.db.sqlite3/src/gb_buffer.c
gambas/trunk/gb.db.sqlite3/src/gb_buffer.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 23:22:21
|
Revision: 7016
http://sourceforge.net/p/gambas/code/7016
Author: gambas
Date: 2015-03-29 23:22:11 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
[GB.DB.SQLITE3]
* NEW: Rewrite the SQLite 3 driver. Get rid of all that brain-fucking C++
code. Things should consume less memory, and may be a little bit faster.
Modified Paths:
--------------
gambas/trunk/gb.db.sqlite3/configure.ac
gambas/trunk/gb.db.sqlite3/src/Makefile.am
gambas/trunk/gb.db.sqlite3/src/main.h
Added Paths:
-----------
gambas/trunk/gb.db.sqlite3/src/helper.c
gambas/trunk/gb.db.sqlite3/src/helper.h
gambas/trunk/gb.db.sqlite3/src/main.c
Removed Paths:
-------------
gambas/trunk/gb.db.sqlite3/src/dataset.cpp
gambas/trunk/gb.db.sqlite3/src/dataset.h
gambas/trunk/gb.db.sqlite3/src/main.cpp
gambas/trunk/gb.db.sqlite3/src/qry_dat.cpp
gambas/trunk/gb.db.sqlite3/src/qry_dat.h
gambas/trunk/gb.db.sqlite3/src/sqlitedataset.cpp
gambas/trunk/gb.db.sqlite3/src/sqlitedataset.h
gambas/trunk/gb.db.sqlite3/src/stringhelper.cpp
gambas/trunk/gb.db.sqlite3/src/stringhelper.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 14:21:21
|
Revision: 7015
http://sourceforge.net/p/gambas/code/7015
Author: gambas
Date: 2015-03-29 14:21:20 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Replace "run that ..." by "run this ...".
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form
gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form
gambas/trunk/app/src/gambas3/.src/FMain.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 14:18:08
|
Revision: 7014
http://sourceforge.net/p/gambas/code/7014
Author: gambas
Date: 2015-03-29 14:18:00 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Software is always a singular word.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class
gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class
gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 12:47:54
|
Revision: 7013
http://sourceforge.net/p/gambas/code/7013
Author: gambas
Date: 2015-03-29 12:47:47 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
* Tag for 3.7.1.
Added Paths:
-----------
gambas/tags/3.7.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 12:47:23
|
Revision: 7012
http://sourceforge.net/p/gambas/code/7012
Author: gambas
Date: 2015-03-29 12:47:21 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
* Remove 3.7.1 tag.
Removed Paths:
-------------
gambas/tags/3.7.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 12:46:25
|
Revision: 7011
http://sourceforge.net/p/gambas/code/7011
Author: gambas
Date: 2015-03-29 12:46:18 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
* Merge from r7003-r7010.
Revision Links:
--------------
http://sourceforge.net/p/gambas/code/7003
http://sourceforge.net/p/gambas/code/7010
Modified Paths:
--------------
gambas/branches/3.7/app/src/gambas3/.src/Editor/Form/FForm.class
gambas/branches/3.7/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class
gambas/branches/3.7/app/src/gambas3/.src/Project.module
gambas/branches/3.7/comp/src/gb.report2/.component
gambas/branches/3.7/comp/src/gb.report2/.connection/Connection2.connection
gambas/branches/3.7/comp/src/gb.report2/.project
gambas/branches/3.7/comp/src/gb.report2/.src/Viewer/FPreview.class
gambas/branches/3.7/gb.gtk/src/gmessage.cpp
gambas/branches/3.7/gb.gtk/src/gprinter.cpp
gambas/branches/3.7/gb.gtk/src/gtextbox.cpp
Property Changed:
----------------
gambas/branches/3.7/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-29 11:30:00
|
Revision: 7010
http://sourceforge.net/p/gambas/code/7010
Author: gambix
Date: 2015-03-29 11:29:59 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
[GB.REPORT2]
* NEW: Setup component requirement.
Modified 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-28 21:03:03
|
Revision: 7009
http://sourceforge.net/p/gambas/code/7009
Author: gambas
Date: 2015-03-28 21:03:00 +0000 (Sat, 28 Mar 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Always center the farm client window.
* BUG: Removing a connection now removes the template file too.
* BUG: Remove a debugging message.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class
gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class
gambas/trunk/app/src/gambas3/.src/Project.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-28 21:00:47
|
Revision: 7008
http://sourceforge.net/p/gambas/code/7008
Author: gambas
Date: 2015-03-28 21:00:40 +0000 (Sat, 28 Mar 2015)
Log Message:
-----------
[GB.REPORT2]
* BUG: Refresh the print button icon correctly.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.report2/.connection/Connection2.connection
gambas/trunk/comp/src/gb.report2/.project
gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-03-28 20:42:32
|
Revision: 7007
http://sourceforge.net/p/gambas/code/7007
Author: gambas
Date: 2015-03-28 20:42:30 +0000 (Sat, 28 Mar 2015)
Log Message:
-----------
[GB.GTK]
* BUG: Fix a crash when calling Dialog.SaveFile() with a void Dialog.Path.
* BUG: TextBox: Setting the Pos property during a KeyPress event now works
in all cases.
[GB.GTK3]
* BUG: Fix a crash when calling Dialog.SaveFile() with a void Dialog.Path.
* BUG: TextBox: Setting the Pos property during a KeyPress event now works
in all cases.
Modified Paths:
--------------
gambas/trunk/gb.gtk/src/gmessage.cpp
gambas/trunk/gb.gtk/src/gprinter.cpp
gambas/trunk/gb.gtk/src/gtextbox.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|