From gitlab at mg.gitlab.com Sun Dec 1 18:35:23 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Sun, 01 Dec 2019 17:35:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fixed bug on the scanimage parser to take into account various configurations. Message-ID: <5de3f9dbbfacf_1ea83f8769c6f9dc35054@sidekiq-asap-01-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 19b6d484 by gambix at 2019-12-01T17:35:19Z Fixed bug on the scanimage parser to take into account various configurations. [GB.SCANNER] * BUG: Fixed bug on the scanimage parser to take into account various configurations. - - - - - 6 changed files: - comp/src/gb.scanner/.component - comp/src/gb.scanner/.project - comp/src/gb.scanner/.src/Demo/Form1.class - + comp/src/gb.scanner/.src/Demo/Main.module - comp/src/gb.scanner/.src/Scanner.class - comp/src/gb.scanner/.src/_Option.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/19b6d4845db3c36d0d46eabe51dbdcdc0668ad29 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/19b6d4845db3c36d0d46eabe51dbdcdc0668ad29 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 Sun Dec 1 18:53:13 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Sun, 01 Dec 2019 17:53:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fixed bugs again on the scanimage parser to take into account various configurations. Message-ID: <5de3fe0aca643_589c3fc420cc4c5488943@sidekiq-asap-03-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 328e86d6 by gambix at 2019-12-01T17:53:08Z Fixed bugs again on the scanimage parser to take into account various configurations. [GB.SCANNER] * BUG: Fixed bugs again on the scanimage parser to take into account various configurations. - - - - - 2 changed files: - comp/src/gb.scanner/.project - comp/src/gb.scanner/.src/Scanner.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/328e86d67e69620618b6b7edfa0a5b6d04af06a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/328e86d67e69620618b6b7edfa0a5b6d04af06a9 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 Fri Dec 6 00:31:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Dec 2019 23:31:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: * Add default margin properties to the Printer class. Message-ID: <5de99363693_7dd43fb74567986487ca@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ece3da39 by gambas at 2019-12-05T23:27:35Z * Add default margin properties to the Printer class. [GB.FORM.PRINT] * NEW: Add default margin properties to the Printer class (MarginTop, MarginBottom, MarginLeft and MarginRight). - - - - - 7d86079f by gambas at 2019-12-05T23:29:25Z Fix window buttons and make table headers sticky. [GB.WEB.FORM] * NEW: Document the component. * BUG: Fix window buttons. * NEW: Make table headers sticky. - - - - - 0f244342 by gambas at 2019-12-05T23:31:29Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 23 changed files: - comp/src/gb.form.print/.src/FPreview.class - comp/src/gb.form.print/.src/MTest.module - comp/src/gb.form.print/.src/Printer.class - comp/src/gb.web.form/.project - comp/src/gb.web.form/.src/Align.class - comp/src/gb.web.form/.src/Calendar/WebDateChooser.class - comp/src/gb.web.form/.src/Color.class - comp/src/gb.web.form/.src/Scroll.class - comp/src/gb.web.form/.src/Select.class - ? comp/src/gb.web.form/.src/Test/Embed1.class - ? comp/src/gb.web.form/.src/Test/Embed1.webform - ? comp/src/gb.web.form/.src/Test/Embed2.class - ? comp/src/gb.web.form/.src/Test/Embed2.webform - comp/src/gb.web.form/.src/Test/Webform2.webform - comp/src/gb.web.form/.src/WebButton.class - comp/src/gb.web.form/.src/WebCheckBox.class - comp/src/gb.web.form/.src/WebContainer.class - comp/src/gb.web.form/.src/WebControl.class - comp/src/gb.web.form/.src/WebExpander.class - comp/src/gb.web.form/.src/WebForm.class - comp/src/gb.web.form/.src/WebHBox.class - comp/src/gb.web.form/.src/WebVBox.class - comp/src/gb.web.form/style.css View it on GitLab: https://gitlab.com/gambas/gambas/compare/328e86d67e69620618b6b7edfa0a5b6d04af06a9...0f244342856e2f938e483d9604e1048639f809c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/328e86d67e69620618b6b7edfa0a5b6d04af06a9...0f244342856e2f938e483d9604e1048639f809c5 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 Fri Dec 6 00:33:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Dec 2019 23:33:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Markdown commands now can be anywhere in the text, except '@{index}' that... Message-ID: <5de993d4e2d30_7dd03fef82da8a0c3462c@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 27a0499b by gambas at 2019-12-05T23:32:16Z Markdown commands now can be anywhere in the text, except '@{index}' that still must be alone on its line. [GB.MARKDOWN] * NEW: Markdown commands now can be anywhere in the text, except '@{index}' that still must be alone on its line. - - - - - 3 changed files: - comp/src/gb.markdown/.component - comp/src/gb.markdown/.project - comp/src/gb.markdown/.src/Markup.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/27a0499b483a91f54610c43987fe305b893f8fa1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/27a0499b483a91f54610c43987fe305b893f8fa1 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 Fri Dec 6 00:37:15 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Dec 2019 23:37:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix automatic variable declaration. Message-ID: <5de994ab77867_be53fb307f1cea46921c@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1e80a40e by gambas at 2019-12-05T23:34:15Z Fix automatic variable declaration. [DEVELOPMENT ENVIRONMENT] * BUG: Return value of CLOSE and SHELL / EXEC ... TO syntax are now taken into account by automatic variable declaration. * NEW: Fix Gambas font circumflex accent. * BUG: PROPERTY ... USE is now taken into account by automatic variable declaration. - - - - - 7 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/commit/1e80a40ee872ef0bda47d5295787c2e6476a228a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/1e80a40ee872ef0bda47d5295787c2e6476a228a 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 Fri Dec 6 21:11:40 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Fri, 06 Dec 2019 20:11:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for multiple scan from the feeder./PageBegin and PageFinished event to... Message-ID: <5deab5fd3f20e_404a3fdc37d66520101467@sidekiq-asap-04-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 1d550d2d by gambix at 2019-12-06T20:11:36Z Support for multiple scan from the feeder./PageBegin and PageFinished event to manage actions between each page. [GB.SCANNER] * NEW: Support for multiple scan from the feeder. * NEW: PageBegin and PageFinished event to manage actions between each page. * NEW: Better error management with an Error event * NEW: An example in the source that use the gb.scanner abilities. - - - - - 9 changed files: - comp/src/gb.scanner/.icon.png - comp/src/gb.scanner/.project - + comp/src/gb.scanner/.src/Demo/FScan.class - + comp/src/gb.scanner/.src/Demo/FScan.form - comp/src/gb.scanner/.src/Demo/Main.module - + comp/src/gb.scanner/.src/Demo/Main2.module - comp/src/gb.scanner/.src/Scanner.class - comp/src/gb.scanner/.src/Scanners.class - + comp/src/gb.scanner/next.png View it on GitLab: https://gitlab.com/gambas/gambas/commit/1d550d2d87e9c83d467b3ef50074766457466fa0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/1d550d2d87e9c83d467b3ef50074766457466fa0 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 Fri Dec 6 21:23:26 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 06 Dec 2019 20:23:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Make SmtpClient able to send multiple mails correctly. Message-ID: <5deab8bfe327e_7dd23fe0ad22a754119133@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 60e3e795 by gambas at 2019-12-06T20:22:28Z Make SmtpClient able to send multiple mails correctly. [GB.NET.SMTP] * BUG: Make SmtpClient able to send multiple mails correctly. * NEW: Clear() is a new method that clears all attachments. - - - - - 038d9d63 by gambas at 2019-12-06T20:23:04Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.net.smtp/.src/SmtpClient.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/1d550d2d87e9c83d467b3ef50074766457466fa0...038d9d632a52aa698dffdd3d5837c4bdae540a30 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1d550d2d87e9c83d467b3ef50074766457466fa0...038d9d632a52aa698dffdd3d5837c4bdae540a30 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 Dec 7 09:33:52 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Sat, 07 Dec 2019 08:33:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Renamme all 'Finished' events to 'End' (ex: PageFinished to PageEnd) Message-ID: <5deb63f0428c5_6daa3fd94f502ef0847e2@sidekiq-asap-03-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: e38d83d4 by gambix at 2019-12-07T08:30:34Z Renamme all 'Finished' events to 'End' (ex: PageFinished to PageEnd) [GB.SCANNER] * New: Renamme all 'Finished' events to 'End' (ex: PageFinished to PageEnd) * BUG: Now the ScannerOption Class is exported - - - - - 365d3e03 by gambix at 2019-12-07T08:31:57Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 5 changed files: - comp/src/gb.scanner/.src/Demo/FScan.class - comp/src/gb.scanner/.src/Module1.module - comp/src/gb.scanner/.src/Scanner.class - comp/src/gb.scanner/.src/_Option.class ? comp/src/gb.scanner/.src/ScannerOption.class - comp/src/gb.scanner/.src/Scanners.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/038d9d632a52aa698dffdd3d5837c4bdae540a30...365d3e03712a118fabc50beebc4b7210903f3569 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/038d9d632a52aa698dffdd3d5837c4bdae540a30...365d3e03712a118fabc50beebc4b7210903f3569 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 Dec 7 12:12:05 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Dec 2019 11:12:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations Message-ID: <5deb8906de601_11ce3ff9ad23a6e0866a1@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bfe9ac2c by GianluigiOr at 2019-12-03T15:31:13Z Contains new Italian translations [GAMBAS-WIKI] * NEW: The Italian translations are now complete. [DEVELOPMENT ENVIRONMENT] * NEW: The IDE Italian translations are now complete. [GB.WIKI] * NEW: The complete Italian translations. [GB.TEST] * NEW: The Italian translation. - - - - - cd55a805 by Beno?t Minisini at 2019-12-07T11:12:03Z Merge branch 'italian-translations' into 'master' Contains new Italian translations See merge request gambas/gambas!119 - - - - - 4 changed files: - app/src/gambas-wiki/.lang/it.po - app/src/gambas3/.lang/it.po - + app/src/gb.wiki/.lang/it.po - + comp/src/gb.test/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/365d3e03712a118fabc50beebc4b7210903f3569...cd55a805c9638a87d778878fb3fbc9a5faf2d73b -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/365d3e03712a118fabc50beebc4b7210903f3569...cd55a805c9638a87d778878fb3fbc9a5faf2d73b 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 Dec 7 12:18:23 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Dec 2019 11:18:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Change the order of compilation of components made in Gambas, so that... Message-ID: <5deb8a8112e2c_6c473fa87e7ddce455944@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5e907c64 by gambas at 2019-12-07T11:16:59Z Change the order of compilation of components made in Gambas, so that 'gb.scanner' is compiled after 'gb.form.print', as the project uses it. [CONFIGURATION] * NEW: Change the order of compilation of components made in Gambas, so that 'gb.scanner' is compiled after 'gb.form.print', as the project uses it. - - - - - 1 changed file: - comp/src/order View it on GitLab: https://gitlab.com/gambas/gambas/commit/5e907c649b98f82aed71c6d79dd3994eae09c7ef -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5e907c649b98f82aed71c6d79dd3994eae09c7ef 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 Dec 16 13:33:34 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 16 Dec 2019 12:33:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Reading a string on a memory stream now correctly skip the terminating null byte. Message-ID: <5df7799e79ca3_38563fe68d512bd4737a2@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b8ca1346 by gambas at 2019-12-16T13:32:49+01:00 Reading a string on a memory stream now correctly skip the terminating null byte. [INTERPRETER] * BUG: Reading a string on a memory stream now correctly skip the terminating null byte. - - - - - 3 changed files: - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h - main/gbx/gbx_stream_memory.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b8ca134643f42a3a26d03fa3930a2b1499de9b8e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b8ca134643f42a3a26d03fa3930a2b1499de9b8e 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 Dec 18 05:47:10 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 04:47:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix serialization of NULL values. Message-ID: <5df9af50767_541f3f80400c69e428559@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b98ca797 by gambas at 2019-12-18T05:46:26+01:00 Fix serialization of NULL values. [INTERPRETER] * BUG: Fix serialization of NULL values. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b98ca797e449b8a9d36b6aed6aba512495bd83c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b98ca797e449b8a9d36b6aed6aba512495bd83c4 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 Dec 18 06:23:09 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 05:23:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove an old debugging message displayed when writing a pointer to a stream. Message-ID: <5df9b7bf3519d_46343f8b8587a9606621@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c4b61aea by gambas at 2019-12-18T06:22:26+01:00 Remove an old debugging message displayed when writing a pointer to a stream. [INTERPRETER] * BUG: Remove an old debugging message displayed when writing a pointer to a stream. - - - - - 1 changed file: - main/gbx/gbx_subr_file.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/c4b61aea83326b3dbe072c8c313c492b46c12159 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c4b61aea83326b3dbe072c8c313c492b46c12159 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 Dec 18 06:29:05 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 05:29:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Really fix serialization of NULL values. Message-ID: <5df9b92172a32_342e3fc97a7adc341055e0@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6c1b9d68 by Beno?t Minisini at 2019-12-18T05:29:03+00:00 Really fix serialization of NULL values. [INTERPRETER] * BUG: Really fix serialization of NULL values. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/6c1b9d6858efd57fcb8489c0a97d8d9af42d7166 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6c1b9d6858efd57fcb8489c0a97d8d9af42d7166 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 Dec 18 06:33:57 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 05:33:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot a semicolon. Message-ID: <5df9ba459f978_541f3f80400c69e4295c3@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53f83fb0 by Beno?t Minisini at 2019-12-18T05:33:55+00:00 Forgot a semicolon. [INTERPRETER] * BUG: Forgot a semicolon. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/53f83fb014dbe9ecd410b85044acc2ae4b6fc99f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/53f83fb014dbe9ecd410b85044acc2ae4b6fc99f 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 Dec 18 06:34:52 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 05:34:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Stream.NullTerminatedString is a new property that tells if writing a string... Message-ID: <5df9ba7d98a9c_43c03faa165ac38c4118a@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4bca5976 by gambas at 2019-12-18T06:29:33+01:00 Stream.NullTerminatedString is a new property that tells if writing a string on the stream emits the string length first, or a null terminated zero byte. This property is TRUE by default on memory streams. [INTERPRETER] * NEW: Stream.NullTerminatedString is a new property that tells if writing a string on the stream emits the string length first, or a null terminated zero byte. This property is TRUE by default on memory streams. - - - - - d3c0bc22 by gambas at 2019-12-18T06:32:41+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2a6eaf8c by gambas at 2019-12-18T06:34:42+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - main/gbx/gbx_c_file.c - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h - main/gbx/gbx_stream_memory.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/53f83fb014dbe9ecd410b85044acc2ae4b6fc99f...2a6eaf8c8c676d4e213f2290cee06d741cb68107 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/53f83fb014dbe9ecd410b85044acc2ae4b6fc99f...2a6eaf8c8c676d4e213f2290cee06d741cb68107 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 Dec 18 07:01:33 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 06:01:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix some spaces in source code. Message-ID: <5df9c0bf1d40_43c03faa16426454422a2@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a0af9b39 by gambas at 2019-12-18T06:58:56+01:00 Fix some spaces in source code. [GB.GEOM] * BUG: Fix some spaces in source code. - - - - - 3e0398db by gambas at 2019-12-18T06:59:21+01:00 OPEN NULL is a new syntax that opens a null stream. [INTERPRETER] * NEW: OPEN NULL is a new syntax that opens a null stream. Reading always returns end of file, and writing does nothing except advancing the file pointer, allowing to know how many bytes were written. [COMPILER] * NEW: OPEN NULL is a new syntax that opens a null stream. - - - - - 05cc5ee6 by gambas at 2019-12-18T07:01:09+01:00 Forgot the new source file. [INTERPRETER] * BUG: Forgot the new source file. - - - - - 7 changed files: - main/gbc/gbc_trans.h - main/gbc/gbc_trans_subr.c - main/gbx/Makefile.am - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h - + main/gbx/gbx_stream_null.c - main/lib/geom/crect_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/2a6eaf8c8c676d4e213f2290cee06d741cb68107...05cc5ee6e410a536792fbc98652c95384ad7255e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/2a6eaf8c8c676d4e213f2290cee06d741cb68107...05cc5ee6e410a536792fbc98652c95384ad7255e 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 Dec 18 07:27:36 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 18 Dec 2019 06:27:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't highlight Null as constant inside the new OPEN NULL syntax. Message-ID: <5df9c6d9daabe_43bc3fe2bd73b0ec37224@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 517266b4 by gambas at 2019-12-18T07:26:43+01:00 Don't highlight Null as constant inside the new OPEN NULL syntax. [GB.EVAL] * NEW: Don't highlight Null as constant inside the new OPEN NULL syntax. - - - - - 1 changed file: - main/lib/eval/eval_analyze.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/517266b4e4b3a35367b2252be359756b84c624df -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/517266b4e4b3a35367b2252be359756b84c624df 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 Dec 19 09:00:43 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 19 Dec 2019 08:00:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextBox and TextArea KeyPress events cannot be stolen by other controls anymore. Message-ID: <5dfb2e2b54e41_43c23fa0ea86618480256@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4771af3b by gambas at 2019-12-19T08:59:55+01:00 TextBox and TextArea KeyPress events cannot be stolen by other controls anymore. [GB.GTK] * BUG: TextBox and TextArea KeyPress events cannot be stolen by other controls anymore. [GB.GTK3] * BUG: TextBox and TextArea KeyPress events cannot be stolen by other controls anymore. - - - - - 4 changed files: - gb.gtk/src/gkey.cpp - gb.gtk/src/gkey.h - gb.gtk/src/gtextarea.cpp - gb.gtk/src/gtextbox.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/4771af3b27aaccc2ef11266866d3aafe97efaf72 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4771af3b27aaccc2ef11266866d3aafe97efaf72 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 Fri Dec 20 00:30:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 19 Dec 2019 23:30:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Reading strings with the READ instruction when the NullTerminatedString... Message-ID: <5dfc080384b30_6ba3fd4a0c94eb05993d@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 64be0679 by gambas at 2019-12-20T00:29:07+01:00 Reading strings with the READ instruction when the NullTerminatedString property is set now works correctly on all streams. [INTERPRETER] * BUG: Reading strings with the READ instruction when the NullTerminatedString property is set now works correctly on all streams. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/64be06797ebb8bc2e1a6d3282f0fe1441c062045 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/64be06797ebb8bc2e1a6d3282f0fe1441c062045 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 Dec 21 17:06:09 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Dec 2019 16:06:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] '_read' and '_write' are two new special methods that allow to make any object... Message-ID: <5dfe42f218164_65563ff64b304784623b8@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3d956c26 by gambas at 2019-12-21T17:03:42+01:00 '_read' and '_write' are two new special methods that allow to make any object serializable by the READ and WRITE instructions. [INTERPRETER] * NEW: '_read' and '_write' are two new special methods that allow to make any object serializable by the READ and WRITE instructions. * NEW: Rename macro that convert a Gambas stream object to the internal stream structure and add a macro that does the reverse conversion. - - - - - 22 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_c_array.c - main/gbx/gbx_c_file.c - main/gbx/gbx_c_file.h - main/gbx/gbx_c_process.c - main/gbx/gbx_c_task.c - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_compare.c - main/gbx/gbx_eval.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_exec_loop.c - main/gbx/gbx_exec_operator.c - main/gbx/gbx_object.c - main/gbx/gbx_object.h - main/gbx/gbx_stream.c - main/gbx/gbx_struct.c - main/gbx/gbx_subr_file.c - main/gbx/gbx_subr_misc.c - main/gbx/gbx_value.c - main/gbx/gbx_variant.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/3d956c269c45f93c5b3ec0b748e41ccfd78697c1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3d956c269c45f93c5b3ec0b748e41ccfd78697c1 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 Dec 21 17:36:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Dec 2019 16:36:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Serializing an object is not ambiguous anymore. Message-ID: <5dfe49fc16eb6_16273ff5a333f7744018b@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f39ed345 by gambas at 2019-12-21T17:35:30+01:00 Serializing an object is not ambiguous anymore. [INTERPRETER] * BUG: Serializing an object is not ambiguous anymore. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/f39ed3459283bd04d3979ac4c2b38d1ac4063b84 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f39ed3459283bd04d3979ac4c2b38d1ac4063b84 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 Dec 21 20:55:05 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Dec 2019 19:55:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix objet serialization. Message-ID: <5dfe789a68215_35bf3f9b2f9c4ab462680@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 15a7a7f4 by gambas at 2019-12-21T20:54:13+01:00 Fix objet serialization. [INTERPRETER] * BUG: Fix objet serialization. * NEW: Use one byte for writing the class name length when serializing objects. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/15a7a7f4f3d51b922f0895f1f1edb2933f9fecf6 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/15a7a7f4f3d51b922f0895f1f1edb2933f9fecf6 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 Sun Dec 22 20:49:57 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 22 Dec 2019 19:49:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Function names can be put between parenthesis to disable possible warnings on them. Message-ID: <5dffc8e5ceb58_63f03fdc42bd609c481b@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b09ab393 by gambas at 2019-12-22T20:48:58+01:00 Function names can be put between parenthesis to disable possible warnings on them. [COMPILER] * NEW: Function names can be put between parenthesis to disable possible warnings on them. - - - - - 4 changed files: - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_header.c - main/share/gbc_trans_common.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/b09ab3933816a12bd62d297866b70796e0561f61 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b09ab3933816a12bd62d297866b70796e0561f61 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 Sun Dec 22 21:44:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 22 Dec 2019 20:44:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: '*.deb' packaging now supports spaces in package target directory name. Message-ID: <5dffd5a8c5bfd_65503fa4225df2e09058e@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87228b9c by gambas at 2019-12-22T21:43:24+01:00 Packager: '*.deb' packaging now supports spaces in package target directory name. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: '*.deb' packaging now supports spaces in package target directory name. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/87228b9c4f0950bbcdd0aa7717ce331e972ae980 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/87228b9c4f0950bbcdd0aa7717ce331e972ae980 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 Dec 23 11:23:43 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 23 Dec 2019 10:23:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Implement fast unsafe compilation of Byte@, Short@... functions, that just... Message-ID: <5e0095b0e2e41_35c13f89b860a3fc130921@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b5affdfa by gambas at 2019-12-23T11:22:36+01:00 Implement fast unsafe compilation of Byte@, Short at ... functions, that just access memory without checking anything. [GB.JIT] * NEW: Implement fast unsafe compilation of Byte@, Short at ... functions, that just access memory without checking anything. - - - - - 2 changed files: - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b5affdfa60be5ae605004551107892c795247908 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b5affdfa60be5ae605004551107892c795247908 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 Dec 23 11:38:45 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 23 Dec 2019 10:38:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Automatic completion: Add '_read' and '_write' special methods. Message-ID: <5e0099378c4e7_64e93fada020827012420@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ccac0d27 by gambas at 2019-12-23T11:36:56+01:00 Automatic completion: Add '_read' and '_write' special methods. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: Add '_read' and '_write' special methods. - - - - - 5c69af07 by gambas at 2019-12-23T11:37:36+01:00 If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers. [DEVELOPMENT ENVIRONMENT] * NEW: If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/b5affdfa60be5ae605004551107892c795247908...5c69af0777b92c26388feb962c45b49fbaa26210 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/b5affdfa60be5ae605004551107892c795247908...5c69af0777b92c26388feb962c45b49fbaa26210 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 Dec 24 13:59:52 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 24 Dec 2019 12:59:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update financial support list. Message-ID: <5e020bc961ccd_8923f875b4312247734b@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eeaec22e by gambas at 2019-12-24T13:59:15+01:00 Update financial support list. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support list. - - - - - 2 changed files: - app/src/gambas3/.src/Project.module - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/commit/eeaec22e2cade7cfa80a855d5f445c2232680c54 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/eeaec22e2cade7cfa80a855d5f445c2232680c54 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 Dec 30 19:51:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 30 Dec 2019 18:51:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Memory-mapped component archives file descritors are now automatically closed... Message-ID: <5e0a472077565_26a3f8b866fc420821b@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a4ec3990 by gambas at 2019-12-30T19:41:33+01:00 Memory-mapped component archives file descritors are now automatically closed when a child process is executed. [INTERPRETER] * BUG: Memory-mapped component archives file descritors are now automatically closed when a child process is executed. - - - - - 65ccb409 by gambas at 2019-12-30T19:45:16+01:00 Fix session abandon. [GB.WEB] * BUG: Fix session abandon. - - - - - 1afcd229 by gambas at 2019-12-30T19:46:06+01:00 Allow special commands to be inserted anywhere in the line, except the '@{index}' one. [GB.MARKDOWN] * NEW: Allow special commands to be inserted anywhere in the line, except the '@{index}' one. - - - - - c364aa22 by gambas at 2019-12-30T19:48:48+01:00 Handle custom array classes automatically, and allow undo on non-existent pages. [WIKI] * NEW: Handle custom array classes automatically. * NEW: Undo is now possible if the page does not exist. - - - - - 41ddd4b9 by gambas at 2019-12-30T19:50:18+01:00 Handle custom array classes in help. [DEVELOPMENT ENVIRONMENT] * BUG: Handle custom array classes in help. - - - - - 11 changed files: - app/src/gambas-wiki/.src/CClassInfo.class - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas-wiki/.src/Wiki.webpage - app/src/gambas-wiki/.src/WikiMarkdown.class - app/src/gambas3/.src/Component/CSymbolInfo.class - comp/src/gb.markdown/.src/Markup.module - comp/src/gb.web/.src/Response.module - comp/src/gb.web/.src/Session.module - main/share/gb_arch_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/eeaec22e2cade7cfa80a855d5f445c2232680c54...41ddd4b9467238fd67b8561c923a9683ba6b139a -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/eeaec22e2cade7cfa80a855d5f445c2232680c54...41ddd4b9467238fd67b8561c923a9683ba6b139a 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 Dec 31 17:25:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 31 Dec 2019 16:25:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: gb.test: Refactoring and improvements Message-ID: <5e0b76856466d_70203f97ca3138f464922@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f9495607 by Christof Thalhofer at 2019-12-30T22:10:37+01:00 gb.test: Refactoring and improvements [GB.TEST] * NEW: Assert some reworking, skip, todo and body removed * NEW: in a testcontainer in _new the count of tests can be defined by Me.Plan and differences between assertions counted and planned lead to No success * NEW: Unittest.Bailout - - - - - c48ebfac by Beno?t Minisini at 2019-12-31T16:25:38+00:00 Merge branch 'master' into 'master' gb.test: Refactoring and improvements See merge request gambas/gambas!121 - - - - - 14 changed files: - comp/src/gb.test/.icon.png - comp/src/gb.test/.src/TestMe.module - comp/src/gb.test/.src/TestMyself/TestAllAsserts.class - + comp/src/gb.test/.src/TestMyself/TestBailout.class - + comp/src/gb.test/.src/TestMyself/TestElse.class - comp/src/gb.test/.src/TestMyself/TestError.class - comp/src/gb.test/.src/TestMyself/TestFailures.class - comp/src/gb.test/.src/TestMyself/TestSetup.class - comp/src/gb.test/.src/TestMyself/TestSetupCrash.class ? comp/src/gb.test/.src/TestMyself/TestSetupTeardown.class - comp/src/gb.test/.src/TestSuite/Assert.module - comp/src/gb.test/.src/TestSuite/TestCase.class - comp/src/gb.test/.src/TestSuite/TestSuite.class - comp/src/gb.test/.src/TestSuite/Track.module - comp/src/gb.test/.src/TestSuite/UnitTest.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/41ddd4b9467238fd67b8561c923a9683ba6b139a...c48ebfacef36a44eb0c8754101586deaa8f08c7e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/41ddd4b9467238fd67b8561c923a9683ba6b139a...c48ebfacef36a44eb0c8754101586deaa8f08c7e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: