From gitlab at mg.gitlab.com Sat Apr 4 16:19:35 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 04 Apr 2020 14:19:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] '&=' operator optimization. Message-ID: <5e889778547d5_4db63febc946fc0421463@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08c5fc95 by gambas at 2020-04-04T16:18:10+02:00 '&=' operator optimization. [COMPILER] * OPT: Support for '&=' operator optimization. [INTERPRETER] * OPT: '&=' operator optimization. - - - - - 5 changed files: - main/gbc/gbc_trans_expr.c - main/gbx/gbx_exec_loop.c - main/gbx/gbx_subr_string.c - main/share/gb_code.h - main/share/gb_code_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08c5fc95c787b4a81ec6021da4e2a7aea1a0571f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08c5fc95c787b4a81ec6021da4e2a7aea1a0571f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Apr 4 16:30:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 04 Apr 2020 14:30:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for the '&=' operator optimization. Message-ID: <5e8899fdef3d_6d003fd5f9396764108948@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 23835b8b by gambas at 2020-04-04T16:29:55+02:00 Support for the '&=' operator optimization. [GB.JIT] * NEW: Support for the '&=' operator optimization. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/23835b8b9a9ec5fac73bc768118377c5b4cda6eb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/23835b8b9a9ec5fac73bc768118377c5b4cda6eb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Apr 4 17:07:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 04 Apr 2020 15:07:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix support of '&=' operator optimization. Message-ID: <5e88a2a01a214_7783fd644c0496479931@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f0d4db9 by gambas at 2020-04-04T17:06:36+02:00 Fix support of '&=' operator optimization. [GB.JIT] * BUG: Fix support of '&=' operator optimization. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8f0d4db96c0ee58633717a23e762273a96c5751b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8f0d4db96c0ee58633717a23e762273a96c5751b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Apr 6 04:44:54 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Apr 2020 02:44:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: JIT optimization of '&=' has been implemented. Message-ID: <5e8a97a6cf319_6cfe3f93c05c48a48977c@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2165ecec by gambas at 2020-04-06T04:43:12+02:00 JIT optimization of '&=' has been implemented. [INTERPRETER] * NEW: Support for JIT '&=' optimization. * BUG: Fix '&=' optimization on argument variables. * OPT: Strings greater than 4096 bytes are allocated by 4096 bytes steps. [GB.JIT] * NEW: JIT optimization of '&=' has been implemented. - - - - - 262fe72e by gambas at 2020-04-06T04:44:09+02:00 Add a new string benchmark. [BENCHMARK] * NEW: Add a new string benchmark. - - - - - 17 changed files: - + benchmark/string2.gbs - + benchmark/string2.pl - + benchmark/string2.py - + comp/src/gb.web.gui/.hidden/control/webfilebutton.png - + comp/src/gb.web.gui/.hidden/control/webupload.png - + comp/src/gb.web.gui/.src/Upload.module - + comp/src/gb.web.gui/.src/WebFileButton.class - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/gbx/gbx_string.c - main/gbx/gbx_subr_extern.c - main/gbx/gbx_subr_string.c - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8f0d4db96c0ee58633717a23e762273a96c5751b...262fe72e3e7537a960d0b03a851220438b66648c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8f0d4db96c0ee58633717a23e762273a96c5751b...262fe72e3e7537a960d0b03a851220438b66648c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Apr 6 11:39:05 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Apr 2020 09:39:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5e8af8badcb2_30073f8639acfcac119650@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0d21539a by Beno?t Minisini at 2020-04-06T09:39:02+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d21539a812566f61e13bdb41dae64e443475d5a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d21539a812566f61e13bdb41dae64e443475d5a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Apr 6 12:04:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Apr 2020 10:04:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: [Scripter] Message-ID: <5e8afe9b8a0b9_4dba3fb21dc959a0161037@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bec702cb by Brian G at 2020-02-21T13:43:02-08:00 [Scripter] * NEW Added support for -w warnings * NEW Added to only check last reply from compiler for ok - - - - - 522c562a by Brian G at 2020-02-21T15:49:54-08:00 [Scripter] * NEW Added support for -w warnings * NEW Added to only check last reply from compiler for ok * NEW Added support for libraries using new Lib directive - - - - - 11eaba36 by Brian G at 2020-02-23T12:16:23-08:00 [Scripter] * NEW removed Lib directive * NEW Added support for -w warnings * NEW Added to only check last reply from compiler for ok * NEW Added support for libraries using new Lib directive - - - - - 64e5abbc by Brian G at 2020-02-29T13:32:20-08:00 [Scripter] * NEW removed Lib directive * NEW Added support for -w warnings * NEW Added to only check last reply from compiler for ok * NEW Added support for libraries using new Lib directive - - - - - 889d9529 by Beno?t Minisini at 2020-04-06T10:04:06+00:00 Merge branch 'master' into 'master' Scripter Added Support for Shared Libraries .. Master See merge request gambas/gambas!138 - - - - - 3 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/MMain.module - app/src/gbs3/usage-gbs View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0d21539a812566f61e13bdb41dae64e443475d5a...889d95293254214600285d7cc1f1e967bc53f36d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0d21539a812566f61e13bdb41dae64e443475d5a...889d95293254214600285d7cc1f1e967bc53f36d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Apr 6 12:07:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Apr 2020 10:07:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Compile with MySQL version >= 8.0.1 Message-ID: <5e8aff515f564_6cfa3fd14b67044c134281@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f0cf49ad by Bastian Germann at 2020-03-08T22:26:02+01:00 Compile with MySQL version >= 8.0.1 The my_bool type was removed with MySQL 8.0.1: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling Replace my_bool with char which was the typedef in older MySQL versions and still is in MariaDB. [GB.DB.MYSQL] * BUG: Compile with MySQL version >= 8.0.1. - - - - - 3d1a9b13 by Beno?t Minisini at 2020-04-06T10:07:09+00:00 Merge branch 'master' into 'master' Compile with MySQL version >= 8.0.1 See merge request gambas/gambas!141 - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/889d95293254214600285d7cc1f1e967bc53f36d...3d1a9b13c9a6918d3a71d67d7bd3149f1840b019 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/889d95293254214600285d7cc1f1e967bc53f36d...3d1a9b13c9a6918d3a71d67d7bd3149f1840b019 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Apr 6 22:26:13 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Apr 2020 20:26:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Form editor: Fix default size of virtual controls. Message-ID: <5e8b90664e1e2_1eb13ff60ad99e60485de@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c72d5444 by gambas at 2020-04-06T22:23:54+02:00 Form editor: Fix default size of virtual controls. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix default size of virtual controls. * NEW: Update Gambas fonts. - - - - - dc4b28b7 by gambas at 2020-04-06T22:26:00+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 10 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.project - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Image/CImageShape.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3d1a9b13c9a6918d3a71d67d7bd3149f1840b019...dc4b28b78522694b3216a89ce79145d6434058c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3d1a9b13c9a6918d3a71d67d7bd3149f1840b019...dc4b28b78522694b3216a89ce79145d6434058c4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Apr 7 14:51:11 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Apr 2020 12:51:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Take anchors into account correctly when generating links and fix a crash when... Message-ID: <5e8c774119244_2ad83fc975b2220c124750@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3891af0d by gambas at 2020-04-07T14:51:01+02:00 Take anchors into account correctly when generating links and fix a crash when parsing lines starting with a '#'. [GB.MARKDOWN] * BUG: Take anchors into account correctly when generating links. * BUG: Lines beginning with '#' without a space after do not make the parser crash anymore. - - - - - 1 changed file: - comp/src/gb.markdown/.src/Markup.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3891af0d62e57e74d4510536c4bf02698150263d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3891af0d62e57e74d4510536c4bf02698150263d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Apr 8 14:07:53 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 08 Apr 2020 12:07:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: CGI.All is a new property that returns a collection of all CGI environment variables. Message-ID: <5e8dbe9998783_7d3b3f96c06ccb04834f7@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a00862b6 by gambas at 2020-04-08T13:57:37+02:00 CGI.All is a new property that returns a collection of all CGI environment variables. [GB.WEB] * NEW: CGI.All is a new property that returns a collection of all CGI environment variables. - - - - - 2c3d7c06 by gambas at 2020-04-08T13:58:35+02:00 WebFileButton is a new control that provides a button that can upload file to the server. [GB.WEB.GUI] * NEW: WebFileButton is a new control that provides a button that can upload file to the server. - - - - - 12c81933 by gambas at 2020-04-08T14:01:03+02:00 Add DB.LastInsertId, the static version of Connection.LastInsertId. [GB.DB] * BUG: Add DB.LastInsertId, the static version of Connection.LastInsertId.. - - - - - 8a9e30e1 by gambas at 2020-04-08T14:01:53+02:00 Redraw 'upload' and 'download' stock icons. [GB.FORM.STOCK] * NEW: Redraw 'upload' and 'download' stock icons. - - - - - f6d742e1 by gambas at 2020-04-08T14:02:32+02:00 Fix Gambas 'string2' test. [BENCHMARKS] * BUG: Fix Gambas 'string2' test. - - - - - 171c11c5 by gambas at 2020-04-08T14:03:59+02:00 Update some project versions and icons. - - - - - 0f1de30f by gambas at 2020-04-08T14:05:12+02:00 Add debugging messages to the Printing example and use full page to print.. [EXAMPLES] * NEW: Add debugging messages to the Printing example and use full page to print. - - - - - 73686fde by gambas at 2020-04-08T14:05:59+02:00 Update some project versions. - - - - - b737880e by gambas at 2020-04-08T14:06:36+02:00 Add command-line options to find or replace a string in all wiki pages. [WIKI] * NEW: Add command-line options to find or replace a string in all wiki pages. - - - - - 29 changed files: - app/examples/Drawing/Painting/.project - app/examples/Image/Lighttable/.project - app/examples/Printing/Printing/.project - app/examples/Printing/Printing/.src/FMain.class - app/examples/Printing/Printing/.src/FMain.form - app/src/gambas-wiki/.src/Main.module - benchmark/string2.gbs - comp/src/gb.form.stock/gambas-mono/32/download.png - comp/src/gb.form.stock/gambas-mono/32/upload.png - comp/src/gb.form.stock/gambas/32/download.png - comp/src/gb.form.stock/gambas/32/upload.png - comp/src/gb.markdown/.icon.png - comp/src/gb.report2/.component - comp/src/gb.report2/.project - comp/src/gb.settings/.component - comp/src/gb.settings/.project - comp/src/gb.term.form/.component - comp/src/gb.term.form/.project - comp/src/gb.web.gui/.hidden/control/webfilebutton.png - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/Upload.module - comp/src/gb.web.gui/.src/WebButton.class - comp/src/gb.web.gui/.src/WebFileButton.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/lib.js - comp/src/gb.web.gui/style.css - comp/src/gb.web/.src/CGI.module - main/lib/db/CConnection.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3891af0d62e57e74d4510536c4bf02698150263d...b737880ee6810ad59ddc3327034bc247731f2106 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3891af0d62e57e74d4510536c4bf02698150263d...b737880ee6810ad59ddc3327034bc247731f2106 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Apr 8 17:56:23 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Wed, 08 Apr 2020 15:56:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search for wide-character ncurses when configuring Message-ID: <5e8df428aaa8c_19b63ffc1767f838947a@sidekiq-asap-02-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: ab26124a by Tobias Boege at 2020-04-08T17:58:55+02:00 Search for wide-character ncurses when configuring [CONFIGURATION] * BUG: gb.ncurses now compiles on systems which only provide wide-character versions of ncurses pkg-config files. - - - - - 1 changed file: - gb.ncurses/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab26124aa4c9611a6b8faa25bf7e6bc28344a1e6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab26124aa4c9611a6b8faa25bf7e6bc28344a1e6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Apr 8 21:28:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 08 Apr 2020 19:28:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Enabling an already enabled timer has no effect anymore. Message-ID: <5e8e25caaab03_33ad3fd7aec6a6b891064@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68c503bc by gambas at 2020-04-08T21:27:27+02:00 Enabling an already enabled timer has no effect anymore. [INTERPRETER] * BUG: Enabling an already enabled timer has no effect anymore. - - - - - 812cd85c by gambas at 2020-04-08T21:27:58+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - main/gbx/gbx_c_timer.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ab26124aa4c9611a6b8faa25bf7e6bc28344a1e6...812cd85c9d2607a9edac4e3e69926de1b15ddd4f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ab26124aa4c9611a6b8faa25bf7e6bc28344a1e6...812cd85c9d2607a9edac4e3e69926de1b15ddd4f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 9 10:55:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 09 Apr 2020 08:55:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix the tab order of the control toolbox. Message-ID: <5e8ee2fa42858_73673ff31097b9c065330@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d6cf0e8f by gambas at 2020-04-09T10:53:31+02:00 Fix the tab order of the control toolbox. [DEVELOPMENT ENVIRONMENT] * BUG: Fix the tab order of the control toolbox. [GB.WEB.GUI] * NEW: WebListBox is a new listbox control. - - - - - 13 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Form/FToolBox.class - comp/src/gb.web.gui/.src/Table/WebTableSelection.class ? comp/src/gb.web.gui/.src/CSelection.class - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - + comp/src/gb.web.gui/.src/Test/Webform3.class - + comp/src/gb.web.gui/.src/Test/Webform3.webform - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebForm.class - + comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/lib.js - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6cf0e8fb4c3fb93700b28d221613e690e139caf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6cf0e8fb4c3fb93700b28d221613e690e139caf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 16 09:48:52 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Apr 2020 07:48:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] '&=' on variants is not incorrectly optimized anymore. Message-ID: <5e980de610d9c_64133fa363aa4aec1454ee@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b0eb9520 by gambas at 2020-04-16T09:47:59+02:00 '&=' on variants is not incorrectly optimized anymore. [INTERPRETER] * BUG: '&=' on variants is not incorrectly optimized anymore. [GB.JIT] * BUG: '&=' on variants is not incorrectly optimized anymore. - - - - - 2 changed files: - main/gbx/gbx_subr_string.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b0eb95202872ee68e456b7f9e7ef85554a21fdef -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b0eb95202872ee68e456b7f9e7ef85554a21fdef You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 16 09:50:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Apr 2020 07:50:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Stock: Analyze icon directories in alphabetic order, so that numeric directory... Message-ID: <5e980e58dc623_64153fc4699ee8601843e2@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b77de38f by gambas at 2020-04-16T09:49:21+02:00 Stock: Analyze icon directories in alphabetic order, so that numeric directory names are always identified first. [GB.FORM] * BUG: Stock: Analyze icon directories in alphabetic order, so that numeric directory names are always identified first. - - - - - 1 changed file: - comp/src/gb.form/.src/Stock.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b77de38fdfe12e7d6fd906688c65c75162e752ba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b77de38fdfe12e7d6fd906688c65c75162e752ba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Apr 21 07:39:04 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 21 Apr 2020 05:39:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Spinner: Add a Padding property. Message-ID: <5e9e86f9f1b2_61c83f9db64428c82452a9@sidekiq-low-urgency-cpu-bound-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fae4d5df by gambas at 2020-04-21T07:32:27+02:00 Spinner: Add a Padding property. [GB.FORM] * NEW: Spinner: Add a Padding property. - - - - - a53acf81 by gambas at 2020-04-21T07:32:52+02:00 TextEditor: Do not use Application.Busy in Load() and Save() methods and fix TextEditor[].Purge() method. [GB.FORM.EDITOR] * NEW: TextEditor: Do not use Application.Busy in Load() and Save() methods. * BUG: TextEditor: TextEditor[].Purge() works as expected now. - - - - - 9c12c1f8 by gambas at 2020-04-21T07:35:27+02:00 Search dialog: The project browsing is now done through a background task.. [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: The automatic completion now appears at the correct position when the view is splitted. * NEW: Search dialog: The project browsing is now done through a background task. * NEW: Redraw the module icons. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Search/CGrepResult.class - app/src/gambas3/.src/Search/CFindResult.class ? app/src/gambas3/.src/Search/CSearchResult.class - app/src/gambas3/.src/Search/CSearchTask.class - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Search/FSearch.form - app/src/gambas3/img/module/class-dark.png - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/form-dark.png - app/src/gambas3/img/module/form.png - app/src/gambas3/img/module/module-dark.png - app/src/gambas3/img/module/module.png - app/src/gambas3/img/module/report-dark.png - app/src/gambas3/img/module/report.png - app/src/gambas3/img/module/termform-dark.png - app/src/gambas3/img/module/termform.png - app/src/gambas3/img/module/test-dark.png - app/src/gambas3/img/module/test.png - app/src/gambas3/img/module/webform-dark.png - app/src/gambas3/img/module/webform.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b77de38fdfe12e7d6fd906688c65c75162e752ba...9c12c1f88691ef30a4f01f02e84c0af0c9ee959d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b77de38fdfe12e7d6fd906688c65c75162e752ba...9c12c1f88691ef30a4f01f02e84c0af0c9ee959d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Apr 21 08:06:06 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 21 Apr 2020 06:06:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search dialog: Case insensitive search with words only now works correctly in all cases. Message-ID: <5e9e8d5026980_315a3f82663788182392ac@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e9f3767f by gambas at 2020-04-21T08:05:59+02:00 Search dialog: Case insensitive search with words only now works correctly in all cases. [DEVELOPMENT ENVIRONMENT] * BUG: Search dialog: Case insensitive search with words only now works correctly in all cases. - - - - - 2 changed files: - app/src/gambas3/.src/Search/CSearchTask.class - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e9f3767f984feed54676c8deabdb70374b1f1372 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e9f3767f984feed54676c8deabdb70374b1f1372 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Apr 21 08:40:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 21 Apr 2020 06:40:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Window: Add a State event that is raised when the window is minimized, ... Message-ID: <5e9e9553ae231_61c83f9db64428c82576a0@sidekiq-low-urgency-cpu-bound-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ee81637c by gambas at 2020-04-21T08:39:07+02:00 Window: Add a State event that is raised when the window is minimized, maximized or set to fullscreen. [GB.GTK] * NEW: Window: Add a State event that is raised when the window is minimized, maximized or set to fullscreen. [GB.GTK3] * NEW: Window: Add a State event that is raised when the window is minimized, maximized or set to fullscreen. [GB.QT4] * NEW: Window: Add a State event that is raised when the window is minimized, maximized or set to fullscreen. [GB.QT5] * NEW: Window: Add a State event that is raised when the window is minimized, maximized or set to fullscreen. - - - - - 2 changed files: - gb.gtk/src/CWindow.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee81637c72e94fdd39d8b8e6f0ddbe13ecdd310e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee81637c72e94fdd39d8b8e6f0ddbe13ecdd310e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Apr 22 23:40:44 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 22 Apr 2020 21:40:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Add a information line on the toolbox that displays the name of... Message-ID: <5ea0b9dd638cc_5153ffc334787e4213376@sidekiq-low-urgency-cpu-bound-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d37d6c97 by gambas at 2020-04-22T23:40:36+02:00 Form editor: Add a information line on the toolbox that displays the name of the current hovered toolbox control, and the component it belongs to. [DEVELOPMENT ENVIRONMENT] * BUG: Hitting ESC key when the focus is on the console immediate command textbox now always closes the console tab. * NEW: Form editor: Add a information line on the toolbox that displays the name of the current hovered toolbox control, and the component it belongs to. - - - - - 6 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/.src/Editor/Form/FToolBox.class - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/.src/Editor/Form/FToolPanel.class - app/src/gambas3/.src/Options/FOption.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d37d6c97b8a0bdd7951a848a4e146b15b6b6440c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d37d6c97b8a0bdd7951a848a4e146b15b6b6440c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Apr 22 23:43:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 22 Apr 2020 21:43:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Change the version control synchronize icon to the 'download' icon. Message-ID: <5ea0ba97e8d2e_5173fabf43ab06c24731c@sidekiq-low-urgency-cpu-bound-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 25d542ca by gambas at 2020-04-22T23:43:06+02:00 Change the version control synchronize icon to the 'download' icon. [DEVELOPMENT ENVIRONMENT] * NEW: Change the version control synchronize icon to the 'download' icon. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25d542ca171bb9a4dc866310cfe5db985b64fe59 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25d542ca171bb9a4dc866310cfe5db985b64fe59 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 23 01:31:28 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 22 Apr 2020 23:31:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Top-level menus of embedded forms are not inserted in the top-level form anymore. Message-ID: <5ea0d3d094962_5153ffc2e897f502349ba@sidekiq-low-urgency-cpu-bound-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53865b18 by gambas at 2020-04-23T01:31:23+02:00 Top-level menus of embedded forms are not inserted in the top-level form anymore. [GB.WEB.GUI] * BUG: Top-level menus of embedded forms are not inserted in the top-level form anymore. - - - - - 1 changed file: - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53865b1822bde84c698d5259cd7ff92043042931 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53865b1822bde84c698d5259cd7ff92043042931 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 23 01:34:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 22 Apr 2020 23:34:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix test source file initial comment. Message-ID: <5ea0d4a313d4e_34a53fb6e57c7ca830235e@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a496a05 by gambas at 2020-04-23T01:34:53+02:00 Fix test source file initial comment. [DEVELOPMENT ENVIRONMENT] * BUG: Fix test source file initial comment. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FCreateFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a496a05b6fa771f456edb2dc40c929cd8190dcf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a496a05b6fa771f456edb2dc40c929cd8190dcf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Apr 23 19:06:44 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 23 Apr 2020 17:06:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The Window State event is correctly raised now, and the state properties are... Message-ID: <5ea1cb261fa44_34a53fb6f36570906051d6@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c4433379 by gambas at 2020-04-23T19:05:48+02:00 The Window State event is correctly raised now, and the state properties are now correctly synchronized. [GB.GTK] * BUG: The Window State event is correctly raised now, and the state properties are now correctly synchronized. [GB.GTK3] * BUG: The Window State event is correctly raised now, and the state properties are now correctly synchronized. - - - - - 1 changed file: - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4433379731c79c7812b2bb47e4e1b020f528fcb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4433379731c79c7812b2bb47e4e1b020f528fcb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: