From gitlab at mg.gitlab.com Thu Jan 2 13:21:46 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 02 Jan 2020 12:21:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Default message icons are now visible when 'gb.form' component is not used. Message-ID: <5e0de05a8a5dd_70223fb2bcde007c1088d5@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ed25f184 by gambas at 2020-01-02T13:07:44+01:00 Default message icons are now visible when 'gb.form' component is not used. [GB.GUI.BASE] * BUG: Default message icons are now visible when 'gb.form' component is not used. - - - - - 63000a27 by gambas at 2020-01-02T13:08:45+01:00 WAIT NEXT is a new instruction that waits for the next event and process it. [INTERPRETER] * NEW: WAIT NEXT is a new instruction that waits for the next event and process it. [COMPILER] * NEW: Support for the new WAIT NEXT instruction. [GB.GTK] * NEW: Support for the new WAIT NEXT instruction. [GB.GTK3] * NEW: Support for the new WAIT NEXT instruction. [GB.QT4] * NEW: Support for the new WAIT NEXT instruction. [GB.QT5] * NEW: Support for the new WAIT NEXT instruction. - - - - - 552ab50b by gambas at 2020-01-02T13:21:22+01:00 Support for the new WAIT EVENT instruction. [GB.SDL2] * NEW: Support for the new WAIT EVENT instruction. - - - - - 13 changed files: - comp/src/gb.gui.base/.src/Message/FMessage.class - comp/src/gb.gui.base/.src/Picture.class - gb.gtk/src/main.cpp - gb.gtk/src/main.h - gb.qt4/src/main.cpp - gb.sdl2/src/main.c - main/gbc/gbc_trans.h - main/gbc/gbc_trans_subr.c - main/gbx/gbx_api.c - main/gbx/gbx_subr_misc.c - main/gbx/gbx_watch.c - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf 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 Jan 2 13:33:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 02 Jan 2020 12:33:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I. Message-ID: <5e0de309714de_5f713fc1e0f00654155974@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4a2b8ed1 by gambas at 2020-01-02T13:31:30+01:00 Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I. [DEVELOPMENT ENVIRONMENT] * BUG: Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I. - - - - - cf8f80e1 by gambas at 2020-01-02T13:32:52+01:00 Update Gambas fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. - - - - - 11 changed files: - app/src/gambas3/.hidden/font/GambasBold-12.sfd - app/src/gambas3/.hidden/font/GambasBold-13.sfd - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-12.sfd - app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.src/FMain.form - app/src/gambas3/font/GambasBold-12.bdf - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-12.bdf - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/compare/552ab50bf00390d62590d2cfb367e3cba9eef7cf...cf8f80e13195e3407dd05c62a241301a1baae0bc -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/552ab50bf00390d62590d2cfb367e3cba9eef7cf...cf8f80e13195e3407dd05c62a241301a1baae0bc 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 Jan 2 15:03:02 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 02 Jan 2020 14:03:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not crash anymore when analyzing a line that ends with a '{' character. Message-ID: <5e0df8169bcca_70203f97c905c97c10582b@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22072e5b by gambas at 2020-01-02T15:02:06+01:00 Do not crash anymore when analyzing a line that ends with a '{' character. [GB.EVAL] * BUG: Do not crash anymore when analyzing a line that ends with a '{' character. - - - - - 1 changed file: - main/lib/eval/eval_read.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/22072e5bee09dfd05ce3396eafb077cd7a8d49a1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/22072e5bee09dfd05ce3396eafb077cd7a8d49a1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisml at deganius.de Sun Jan 5 13:40:15 2020 From: chrisml at deganius.de (Christof Thalhofer) Date: Sun, 5 Jan 2020 13:40:15 +0100 Subject: [Gambas-Notification] Test Message-ID: Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From gitlab at mg.gitlab.com Tue Jan 7 20:37:43 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Jan 2020 19:37:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: Highlight the entire current line when it is wrapped. Message-ID: <5e14de09d66f_65e53f9bf49b1a20788f4@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: efa1771b by gambas at 2020-01-07T20:29:56+01:00 TextEditor: Highlight the entire current line when it is wrapped. [GB.FORM.EDITOR] * NEW: TextEditor: Highlight the entire current line when it is wrapped. - - - - - d0e6769d by gambas at 2020-01-07T20:30:59+01:00 Add buttons on top of tab bars to show hidden panels. [DEVELOPMENT ENVIRONMENT] * NEW: Add buttons on top of tab bars to show hidden panels. * NEW: If 'chromium' is selected as default browser, then stable Google Chrome can be used if Chromium is not installed. * NEW: Update Zen color theme. - - - - - 11 changed files: - app/src/gambas3/.src/Editor/Form/FToolBox.class - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Project.module - + app/src/gambas3/img/16/control.png - app/src/gambas3/theme/zen - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd 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 Jan 8 14:07:22 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 08 Jan 2020 13:07:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Application.ParentHandle is a new property that returns the parent process id. Message-ID: <5e15d40bd4bb5_59143fe26af44ad478842@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46b3b166 by gambas at 2020-01-08T13:54:03+01:00 Application.ParentHandle is a new property that returns the parent process id. [INTERPRETER] * NEW: Application.ParentHandle is a new property that returns the parent process id. - - - - - 9512d2bf by gambas at 2020-01-08T13:55:37+01:00 Class.Stat() now understands the ".../" syntax to look for classes in the current project. [GB.UTIL] * NEW: Class.Stat() now understands the ".../" syntax to look for classes in the current project. - - - - - 980aff24 by gambas at 2020-01-08T13:57:26+01:00 TabPanel: Fix tab bar layout routine. [GB.FORM] * BUG: TabPanel: Fix tab bar layout routine. - - - - - 0f958726 by gambas at 2020-01-08T13:58:13+01:00 Use tab bar extra buttons for showing panels, and add a button to toggle sort by inheritance in the project tree. [DEVELOPMENT ENVIRONMENT] * NEW: Use tab bar extra buttons for showing project tree, property sheet, control tool box and property help. * NEW: Remove the 'show property help' option. * NEW: Add a button to toggle sort by inheritance in the project tree. * NEW: Update French translation. - - - - - 9aee4a0d by gambas at 2020-01-08T14:01:21+01:00 Workspace: Add a TabPanel property that returns the inner workspace tab panel. [GB.FORM.MDI] * NEW: Workspace: Add a TabPanel property that returns the inner workspace tab panel. - - - - - bf72ff3e by gambas at 2020-01-08T14:02:30+01:00 Add WebTable control. [GB.WEB.FORM2] * NEW: Add WebTable control. * BUG: Fix WebTable column headers layout when sorting is enabled. * NEW: Use big icons for sorted WebTable columns headers. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - + app/src/gambas3/.src/Exported/TabPanel.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - comp/src/gb.form.mdi/.src/Workspace/Workspace.class - comp/src/gb.form/.project - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/Test/FTestTabPanel.class - comp/src/gb.form/.src/Test/FTestTabPanel.form - comp/src/gb.util/.src/Class.class - comp/src/gb.web.form2/.public/gw-arrow-down.png - comp/src/gb.web.form2/.public/gw-arrow-left.png - comp/src/gb.web.form2/.public/gw-arrow-right.png - comp/src/gb.web.form2/.public/gw-arrow-up.png - ? comp/src/gb.web.form2/.public/gw-max.png - + comp/src/gb.web.form2/.src/Select.class - + comp/src/gb.web.form2/.src/Table/WebTable.class - + comp/src/gb.web.form2/.src/Table/WebTableData.class - + comp/src/gb.web.form2/.src/Table/WebTableSelection.class - + comp/src/gb.web.form2/.src/Table/_WebTableColumn.class - + comp/src/gb.web.form2/.src/Table/_WebTableColumns.class - comp/src/gb.web.form2/.src/Test/Webform1.class - comp/src/gb.web.form2/.src/Test/Webform1.webform View it on GitLab: https://gitlab.com/gambas/gambas/compare/d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd...bf72ff3e68ee86ca3c6b3aae685bfb8ecb28cbc2 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd...bf72ff3e68ee86ca3c6b3aae685bfb8ecb28cbc2 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 Jan 8 22:16:28 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 08 Jan 2020 21:16:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Workaround a gcc 8 compiler optimization bug. Message-ID: <5e1646ae12cbd_7b603ff9020a6f648756@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e4a8ff57 by gambas at 2020-01-08T22:15:45+01:00 Workaround a gcc 8 compiler optimization bug. [COMPILER] * BUG: Workaround a gcc 8 compiler optimization bug. - - - - - 1 changed file: - main/gbc/gbc_trans_ctrl.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/e4a8ff5738808cc2fe473d098b98c685c0dfecae -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e4a8ff5738808cc2fe473d098b98c685c0dfecae 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 Jan 9 18:41:18 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 09 Jan 2020 17:41:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Fix release of return value of JIT methods called from non-JIT methods. Message-ID: <5e1765be9a9f9_75903fcab385b23c589a@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 85ded796 by gambas at 2020-01-09T04:48:22+01:00 Fix release of return value of JIT methods called from non-JIT methods. [INTERPRETER] * BUG: Fix release of return value of JIT methods called from non-JIT methods. - - - - - a7965cce by gambas at 2020-01-09T18:31:23+01:00 Fix a comment typo. [COMPILER] * BUG: Fix a comment typo. - - - - - 507f48ca by gambas at 2020-01-09T18:31:56+01:00 Fix a possible memory leak when reading an object on a stream through its special _read() method fails. [INTERPRETER] * BUG: Fix a possible memory leak when reading an object on a stream through its special _read() method fails. - - - - - 6d859430 by gambas at 2020-01-09T18:32:56+01:00 Update 'sort-ascent' and 'sort-descent' icons. [GB.FORM.STOCK] * NEW: Update 'sort-ascent' and 'sort-descent' icons. - - - - - 0e467158 by gambas at 2020-01-09T18:33:36+01:00 TabPanel: TabBarSize is a new property that returns the height of the tab bar. [GB.FORM] * NEW: TabPanel: TabBarSize is a new property that returns the height of the tab bar. * NEW: TabPanel: The "close all" button is now drawn after the right padding. * NEW: ButtonBox: Custom buttons added with _AddButton() are now always between the clear button, and the standard button. - - - - - 91766adf by gambas at 2020-01-09T18:36:37+01:00 Replace some options by GUI buttons, and make the stack trace list resizable. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Replace the 'sort properties' option by a button on the property sheet. * NEW: Form editor: Replace the 'toolbar size' option by a button on the toolbox. * NEW: Form editor: Add a new possible size to the toolbox. * BUG: Some fixes in the management of project tree and property sheet show buttons. * NEW: Debug panel: The stack trace list can be resized. - - - - - 20 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - 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/Exported/TabPanel.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - comp/src/gb.form.stock/gambas/32/sort-ascent.png - comp/src/gb.form.stock/gambas/32/sort-descent.png - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - main/gbc/gbc_trans_ctrl.c - main/gbx/gbx_jit.c - main/gbx/gbx_object.h - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/e4a8ff5738808cc2fe473d098b98c685c0dfecae...91766adfbe38a73e3fbc4d82a943b9ef9bcc1d26 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/e4a8ff5738808cc2fe473d098b98c685c0dfecae...91766adfbe38a73e3fbc4d82a943b9ef9bcc1d26 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 Jan 11 10:00:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Jan 2020 09:00:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make debugger output writes more robust. Message-ID: <5e198eaa42311_36233f849add0820296fb@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 38450ade by gambas at 2020-01-11T09:59:47+01:00 Make debugger output writes more robust. [GB.DEBUG] * BUG: Make debugger output writes more robust. - - - - - 1 changed file: - main/lib/debug/CDebug.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/38450adeceabb1ab4628f991db3a53833aec4eb3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/38450adeceabb1ab4628f991db3a53833aec4eb3 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 Jan 14 03:49:36 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Jan 2020 02:49:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix call of special methods _read() and _write(). Message-ID: <5e1d2c411faa9_18b03fef9d071904673e3@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ba221177 by gambas at 2020-01-14T03:49:03+01:00 Fix call of special methods _read() and _write(). [INTERPRETER] * BUG: Fix call of special methods _read() and _write(). - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/ba221177da6e760405412dc65107a3389cf52ec3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ba221177da6e760405412dc65107a3389cf52ec3 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 Jan 14 14:19:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Jan 2020 13:19:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix how Picture[] interprets relative paths. Message-ID: <5e1dbff81f27a_f263fd37786c8d092340@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2deeab74 by gambas at 2020-01-14T14:19:41+01:00 Fix how Picture[] interprets relative paths. [GB.GUI.BASE] * BUG: Fix how Picture[] interprets relative paths. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Picture.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/2deeab741021e2750d587316487680dc7835ccdc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/2deeab741021e2750d587316487680dc7835ccdc 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 Jan 17 00:23:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Jan 2020 23:23:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 33 commits: Fix quoted-printable encoding of headers and mime part boundaries. Message-ID: <5e20f05897137_58253fd080f82c68128f3@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: e562fc8f by gambas at 2020-01-16T22:57:31+01:00 Fix quoted-printable encoding of headers and mime part boundaries. [GB.NET.SMTP] * BUG: Fix quoted-printable encoding of headers containing e-mail addresses. * BUG: Add '_=' sequence in mime part boundaries, as this sequence should not be present in encoded data. - - - - - d5435117 by gambas at 2020-01-16T22:58:44+01:00 Correctly deal with '&' in bookmark names and MenuButton shortcuts. [GB.FORM] * BUG: MenuButton: Correctly deal with '&' shortcut character. * BUG: FileChooser: Correctly deal with '&' in bookmark names. - - - - - 786bc3e7 by gambas at 2020-01-16T22:59:11+01:00 Add '_ready' to the list of special methods. [DEVELOPMENT ENVIRONMENT] * BUG: Add '_ready' to the list of special methods. - - - - - a429039b by gambas at 2020-01-16T22:59:48+01:00 JSONCollection.Copy() now correctly returns a JSONCollection object. [GB.UTIL.WEB] * BUG: JSONCollection.Copy() now correctly returns a JSONCollection object. - - - - - 44a425ac by Laurent Carlier at 2020-01-16T23:01:24+01:00 Fix Archlinux package generation [DEVELOPMENT ENVIRONMENT] * BUG: Fix archlinux package generation. * NEW: Update French translation. Fixes bug report 1682 - - - - - 5bdad49d by gambas at 2020-01-16T23:03:18+01:00 Fix management of dynamically created popups. [GB.WEB.FORM] * BUG: Fix management of dynamically created popups. - - - - - 82ce34b2 by gambas at 2020-01-16T23:06:34+01:00 Add '.startup', '.list' and '.info' to projet default gitignore file. [DEVELOPMENT ENVIRONMENT] * NEW: Add '.startup', '.list' and '.info' to projet default gitignore file. - - - - - 39463c69 by gambas at 2020-01-16T23:07:15+01:00 Fix static array management. [COMPILER] * BUG: Allow static arrays to be used with the point operator. [INTERPRETER] * BUG: Fix static array management. They are not read-only anymore. Only methods that want to modify the size of the array are forbidden, as well as the ReadOnly property. - - - - - 70ae1a02 by gambas at 2020-01-16T23:07:55+01:00 Window: set the window size at creation to 1x1, so that there is no default size. [GB.QT4] * BUG: Window: set the window size at creation to 1x1, so that there is no default size. [GB.QT5] * BUG: Window: set the window size at creation to 1x1, so that there is no default size. - - - - - 835074bf by gambix at 2020-01-16T23:08:53+01:00 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. - - - - - 1fdf940e by gambix at 2020-01-16T23:09:58+01:00 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. - - - - - 740f9215 by gambas at 2020-01-16T23:12:59+01:00 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. - - - - - 265a53f6 by gambas at 2020-01-16T23:14:02+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. - - - - - 33a7bff6 by gambas at 2020-01-16T23:14:31+01:00 Fix serialization of NULL values. [INTERPRETER] * BUG: Fix serialization of NULL values. - - - - - 8f6b7e9d by gambas at 2020-01-16T23:14:49+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. - - - - - 940a8a29 by Beno?t Minisini at 2020-01-16T23:15:10+01:00 Really fix serialization of NULL values. [INTERPRETER] * BUG: Really fix serialization of NULL values. - - - - - 311b75d3 by Beno?t Minisini at 2020-01-16T23:15:28+01:00 Forgot a semicolon. [INTERPRETER] * BUG: Forgot a semicolon. - - - - - 379aeae4 by gambas at 2020-01-16T23:16:13+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. - - - - - c6b1e15b by gambas at 2020-01-16T23:16:47+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. - - - - - 260d2559 by gambas at 2020-01-16T23:17:17+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. - - - - - 3a9ecef1 by gambas at 2020-01-16T23:17:49+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. - - - - - ba2c8553 by gambas at 2020-01-16T23:18:25+01:00 Update financial support list. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support list. - - - - - 675f7c30 by gambas at 2020-01-16T23:19:18+01:00 Fix session abandon. [GB.WEB] * BUG: Fix session abandon. - - - - - c4ee96d7 by gambas at 2020-01-16T23:19:43+01:00 Handle custom array classes in help. [DEVELOPMENT ENVIRONMENT] * BUG: Handle custom array classes in help. - - - - - 9da5346b by gambas at 2020-01-16T23:21:42+01:00 Default message icons are now visible when 'gb.form' component is not used. [GB.GUI.BASE] * BUG: Default message icons are now visible when 'gb.form' component is not used. - - - - - 0facd963 by gambas at 2020-01-16T23:32:18+01:00 Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I. [DEVELOPMENT ENVIRONMENT] * BUG: Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I. - - - - - 37e0d995 by gambas at 2020-01-16T23:32:51+01:00 Update Gambas fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. - - - - - eec6d54d by gambas at 2020-01-16T23:33:09+01:00 Do not crash anymore when analyzing a line that ends with a '{' character. [GB.EVAL] * BUG: Do not crash anymore when analyzing a line that ends with a '{' character. - - - - - ce486927 by gambas at 2020-01-16T23:33:47+01:00 Workaround a gcc 8 compiler optimization bug. [COMPILER] * BUG: Workaround a gcc 8 compiler optimization bug. - - - - - 6ec85f2b by gambas at 2020-01-16T23:34:12+01:00 Fix release of return value of JIT methods called from non-JIT methods. [INTERPRETER] * BUG: Fix release of return value of JIT methods called from non-JIT methods. - - - - - c3a01d64 by gambas at 2020-01-16T23:34:34+01:00 Fix a comment typo. [COMPILER] * BUG: Fix a comment typo. - - - - - bc61ba3c by gambas at 2020-01-16T23:35:14+01:00 Fix how Picture[] interprets relative paths. [GB.GUI.BASE] * BUG: Fix how Picture[] interprets relative paths. - - - - - 192048d0 by gambas at 2020-01-17T00:22:27+01:00 Switch to version 3.14.3. [CONFIGURATION] * NEW: Switch to version 3.14.3. - - - - - 30 changed files: - VERSION - app/src/gambas3/.hidden/font/GambasBold-12.sfd - app/src/gambas3/.hidden/font/GambasBold-13.sfd - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-12.sfd - app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module - app/src/gambas3/font/GambasBold-12.bdf - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-12.bdf - app/src/gambas3/font/GambasMedium-16.bdf - app/src/gambas3/gitignore - app/src/gambas3/support.txt - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.gui.base/.src/Message/FMessage.class - comp/src/gb.gui.base/.src/Picture.class - comp/src/gb.net.smtp/.component - comp/src/gb.net.smtp/.project - comp/src/gb.net.smtp/.src/Encode.module - comp/src/gb.net.smtp/.src/SmtpClient.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0 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 Jan 17 00:27:00 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Jan 2020 23:27:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.14.3 Message-ID: <5e20f145db2dd_12f43fdba804a7043049f@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed new tag 3.14.3 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.14.3 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 Jan 17 00:55:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Jan 2020 23:55:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5e20f8048502d_323c3f99acb67d3c969fe@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e4305f02 by Beno?t Minisini at 2020-01-16T23:55:45+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/e4305f02301c69cdc5b0f8426747aa97e160b936 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e4305f02301c69cdc5b0f8426747aa97e160b936 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 Jan 17 23:52:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 17 Jan 2020 22:52:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix static arrays management. Message-ID: <5e223abf70382_369e3fbfae792d38656c7@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4144d77b by gambas at 2020-01-17T23:51:54+01:00 Fix static arrays management. [GB.JIT] * BUG: Fix static arrays management. - - - - - 508d1b4c by gambas at 2020-01-17T23:52:34+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 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/compare/e4305f02301c69cdc5b0f8426747aa97e160b936...508d1b4cd270cdd000e0703e826e0da8e4d03120 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/e4305f02301c69cdc5b0f8426747aa97e160b936...508d1b4cd270cdd000e0703e826e0da8e4d03120 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 Jan 18 00:02:15 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 17 Jan 2020 23:02:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix compilation with poppler >= 0.83 Message-ID: <5e223cf944a66_4cf43fa3fc6f1cd0941d6@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bca4d791 by Laurent Carlier at 2020-01-17T09:08:33+01:00 Fix compilation with poppler >= 0.83 - - - - - 6440ac1a by Laurent Carlier at 2020-01-17T09:33:27+01:00 [GB.PDF] * BUG: Raise minimal supported poppler version to 0.20 It should be safe because poppler-0.20.0 has been released on May 10, 2012 - - - - - 75b73853 by Beno?t Minisini at 2020-01-17T23:02:14+00:00 Merge branch 'poppler-cleanup' into 'master' Poppler cleanup See merge request gambas/gambas!126 - - - - - 3 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp - gb.pdf/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/compare/508d1b4cd270cdd000e0703e826e0da8e4d03120...75b7385312bb0ecde3c7fbb7884a19bbd96a2d3e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/508d1b4cd270cdd000e0703e826e0da8e4d03120...75b7385312bb0ecde3c7fbb7884a19bbd96a2d3e 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 Jan 18 00:34:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 17 Jan 2020 23:34:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 3 commits: Fix compilation with poppler >= 0.83 Message-ID: <5e2244a25a953_4cf43fa40b7417f89443f@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 5393fe60 by Laurent Carlier at 2020-01-18T00:33:17+01:00 Fix compilation with poppler >= 0.83 - - - - - e27902bd by Laurent Carlier at 2020-01-18T00:33:30+01:00 [GB.PDF] * BUG: Raise minimal supported poppler version to 0.20 It should be safe because poppler-0.20.0 has been released on May 10, 2012 - - - - - 1434dec3 by gambas at 2020-01-18T00:33:39+01:00 Fix static arrays management. [GB.JIT] * BUG: Fix static arrays management. - - - - - 5 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp - gb.pdf/src/main.cpp - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/192048d0b0a47bd7a7b25002a097316544b8d6c0...1434dec3c5197d732436856f68c386de151f4252 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/192048d0b0a47bd7a7b25002a097316544b8d6c0...1434dec3c5197d732436856f68c386de151f4252 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 Jan 18 00:48:55 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 17 Jan 2020 23:48:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.14.3 Message-ID: <5e2247e7b42c6_3fb03ff068320aa8548bc@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini deleted tag 3.14.3 at Gambas / gambas -- 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 Jan 18 00:49:04 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 17 Jan 2020 23:49:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.14.3 Message-ID: <5e2247f1276ec_73f43f823d72d1f8492f6@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed new tag 3.14.3 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.14.3 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 Jan 18 01:30:53 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 00:30:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Update .gitlab-ci.yml Message-ID: <5e2251be3ae37_3fac3fe461d107d895046@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: b51d4831 by Beno?t Minisini at 2020-01-18T00:30:51+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/b51d4831f7d8c3ef5f24c96ed2a8e3c58907d3b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b51d4831f7d8c3ef5f24c96ed2a8e3c58907d3b7 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 Jan 18 01:32:52 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 00:32:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5e22523556dd8_29513fe0eb054284437e8@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9f92c0b6 by Beno?t Minisini at 2020-01-18T00:32:50+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/9f92c0b6fb3b25dd21919ebfe13ff00d290fcbfc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9f92c0b6fb3b25dd21919ebfe13ff00d290fcbfc 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 Jan 18 02:17:33 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 01:17:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Update .gitlab-ci.yml Message-ID: <5e225cadb6f50_4cf43fa3e4360624951ed@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: f9a7f06d by Beno?t Minisini at 2020-01-18T01:17:31+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/f9a7f06d0c3693dafd8aadde30c686f14d4e0913 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f9a7f06d0c3693dafd8aadde30c686f14d4e0913 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 Jan 18 05:35:14 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 04:35:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: VarPtr() now works on variant variables, but the returned pointer may become... Message-ID: <5e228b042c979_3fb03ff068321084553c5@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3829c3b9 by gambas at 2020-01-18T05:33:47+01:00 VarPtr() now works on variant variables, but the returned pointer may become valid if the variant datatype changes. [INTERPRETER] * NEW: VarPtr() now works on variant variables, but the returned pointer may become valid if the variant datatype changes. - - - - - 2e7bf938 by gambas at 2020-01-18T05:35:06+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - main/gbx/gbx_subr_extern.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/9f92c0b6fb3b25dd21919ebfe13ff00d290fcbfc...2e7bf9387c796a1e64b929f88471efd347094ca7 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/9f92c0b6fb3b25dd21919ebfe13ff00d290fcbfc...2e7bf9387c796a1e64b929f88471efd347094ca7 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 Jan 18 05:39:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 04:39:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix VarPtr() error message. Message-ID: <5e228c18310a4_29513fe0eb455acc4671f@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ad3ce9b2 by gambas at 2020-01-18T05:39:33+01:00 Fix VarPtr() error message. [INTERPRETER] * BUG: Fix VarPtr() error message. - - - - - 1 changed file: - main/gbx/gbx_subr_extern.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/ad3ce9b21e02e8f2ac23541c43933a49d6c1d35c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ad3ce9b21e02e8f2ac23541c43933a49d6c1d35c 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 Jan 18 08:17:35 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Jan 2020 07:17:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for VarPtr() on variant variables. Message-ID: <5e22b10fa5513_2f3d3feefa5664308276a@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 191db990 by gambas at 2020-01-18T08:17:14+01:00 Add support for VarPtr() on variant variables. [GB.JIT] * NEW: Add support for VarPtr() on variant variables. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/191db990d84b681f06e20e6494dda2134a508086 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/191db990d84b681f06e20e6494dda2134a508086 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 Jan 20 03:03:45 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 20 Jan 2020 02:03:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix VarPtr() on function arguments. Message-ID: <5e250a822b263_29513fe0eaac98f058552@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6a0e3dbc by gambas at 2020-01-20T03:03:02+01:00 Fix VarPtr() on function arguments. [GB.JIT] * BUG: Fix VarPtr() on function arguments. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/6a0e3dbc4dc671e735cdf6214d117b836eb2053f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6a0e3dbc4dc671e735cdf6214d117b836eb2053f 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 Jan 20 13:06:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 20 Jan 2020 12:06:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: IconView: Fix grid height computation. Message-ID: <5e2597ab7be05_4cf43fa4028e1ecc110885@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 43603963 by gambas at 2020-01-20T12:58:58+01:00 IconView: Fix grid height computation. [GB.GUI.BASE] * BUG: IconView: Fix grid height computation. - - - - - 2f071513 by gambas at 2020-01-20T13:00:16+01:00 Add Highlight.Added and Highlight.Removed style constants. [GB.EVAL] * NEW: Add Highlight.Added and Highlight.Removed style constants. - - - - - 44256b0c by gambas at 2020-01-20T13:01:05+01:00 TextEditor: Add support for integrated diff mode. [GB.FORM.EDITOR] * NEW: TextEditor: Add support for integrated diff mode. - - - - - bbc555ca by gambas at 2020-01-20T13:04:50+01:00 Code editor: Add a toolbar button that toggles display of differences with last commit. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Add a toolbar button that toggles display of differences with last commit. * NEW: Update Gambas font. * NEW: Update French translation. - - - - - 28 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Dialog/FSelectIcon.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/font/GambasMedium-16.bdf - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/CLineInfo.class - comp/src/gb.form.editor/.src/Main.module - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.form.editor/.src/_TextEditor_Rows.class - comp/src/gb.form.editor/.src/_TextEditor_Styles.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form - comp/src/gb.gui.base/.src/IconView/IconView.class - main/lib/eval/c_highlight.c - main/lib/eval/gb.eval.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/6a0e3dbc4dc671e735cdf6214d117b836eb2053f...bbc555cafa602f9c36df97e6bc118e3dcb4c606d -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/6a0e3dbc4dc671e735cdf6214d117b836eb2053f...bbc555cafa602f9c36df97e6bc118e3dcb4c606d 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 Jan 21 19:26:14 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 21 Jan 2020 18:26:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations and a new author Message-ID: <5e2742473bb77_6d513faaefc0ea4810295d@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 269a87ad by GianluigiOr at 2020-01-21T14:27:36+01:00 Contains new Italian translations and a new author [DEVELOPMENT ENVIRONMENT] * NEW: The IDE Italian translations are now complete. [GB.WEB.FORM2] * NEW: The Italian translation. [AUTHORS] * NEW: Added a new italian translator - - - - - 5dbaf7d1 by Beno?t Minisini at 2020-01-21T18:26:12+00:00 Merge branch 'italian-translations' into 'master' Contains new Italian translations and a new author See merge request gambas/gambas!128 - - - - - 3 changed files: - AUTHORS - app/src/gambas3/.lang/it.po - + comp/src/gb.web.form2/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/bbc555cafa602f9c36df97e6bc118e3dcb4c606d...5dbaf7d16c7fa0932181320a226d9b915ffc6104 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/bbc555cafa602f9c36df97e6bc118e3dcb4c606d...5dbaf7d16c7fa0932181320a226d9b915ffc6104 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 Jan 23 06:12:06 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 23 Jan 2020 05:12:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: gb.test: Track errors with Error.Code 0 Message-ID: <5e292b2746821_397f3f81e801e600998c3@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bae72047 by Christof Thalhofer at 2020-01-22T09:13:41+01:00 gb.test: Track errors with Error.Code 0 - - - - - d1af505d by Beno?t Minisini at 2020-01-23T05:12:04+00:00 Merge branch 'master' into 'master' gb.test: Track errors with Error.Code 0 See merge request gambas/gambas!129 - - - - - 3 changed files: - comp/src/gb.test/.hidden/CHANGELOG - comp/src/gb.test/.src/TestMyself/TestFailures.class - comp/src/gb.test/.src/TestSuite/UnitTest.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/5dbaf7d16c7fa0932181320a226d9b915ffc6104...d1af505d716db49e517b5bb87e48f9165fbc8c80 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/5dbaf7d16c7fa0932181320a226d9b915ffc6104...d1af505d716db49e517b5bb87e48f9165fbc8c80 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 Jan 23 16:27:09 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Thu, 23 Jan 2020 15:27:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] German translation fix vendor = Hersteller Message-ID: <5e29bb4dc2e48_3bd63fc01f11513873271@sidekiq-asap-02-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 82f1a1e8 by Christof Thalhofer at 2020-01-23T16:00:32+01:00 German translation fix vendor = Hersteller - - - - - 1 changed file: - app/src/gambas3/.lang/de.po View it on GitLab: https://gitlab.com/gambas/gambas/commit/82f1a1e8d5bf08f9ba627a87e5f37449bfd52c47 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/82f1a1e8d5bf08f9ba627a87e5f37449bfd52c47 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 Jan 23 18:04:28 2020 From: gitlab at mg.gitlab.com (Laurent Carlier) Date: Thu, 23 Jan 2020 17:04:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix segfault with poppler>0.83 Message-ID: <5e29d21c80199_585b3fdee0eb5f4c806dd@sidekiq-asap-01-sv-gprd.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: 36c093cb by Laurent Carlier at 2020-01-23T18:02:44+01:00 Fix segfault with poppler>0.83 [GB.PDF] * BUG: Fix segfault with poppler > 0.83 - - - - - 1 changed file: - gb.pdf/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/36c093cb21d9dab3aae35f64d44e5883eefe020e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/36c093cb21d9dab3aae35f64d44e5883eefe020e 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 Jan 24 08:35:22 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 24 Jan 2020 07:35:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 10 commits: Remove some surprisingly useless duplicated code in image conversion. Message-ID: <5e2a9e3a91a04_8703faa71f1698082972@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6137849b by gambas at 2020-01-24T08:05:52+01:00 Remove some surprisingly useless duplicated code in image conversion. [GB.IMAGE] * BUG: Remove some surprisingly useless duplicated code in image conversion. - - - - - da2db608 by gambas at 2020-01-24T08:08:42+01:00 TextBox: Add Placeholder property. [GB.GTK] * NEW: TextBox: Add Placeholder property. Beware that it does nothing as GTK+2 entry widget does not support placeholder text. [GB.GTK3] * NEW: TextBox: Add Placeholder property. [GB.QT4] * NEW: TextBox: Add Placeholder property. [GB.QT5] * NEW: TextBox: Add Placeholder property. - - - - - ccf14910 by gambas at 2020-01-24T08:12:01+01:00 Fix Drag() that was returning the drag frame instead of the target control. [GB.GTK] * BUG: Fix Drag() that was returning the drag frame instead of the target control. [GB.GTK3] * BUG: Fix Drag() that was returning the drag frame instead of the target control. [GB.GUI.BASE] * BUG: Fix Drag() that was returning the drag frame instead of the target control. [GB.QT4] * BUG: Fix Drag() that was returning the drag frame instead of the target control. [GB.QT5] * BUG: Fix Drag() that was returning the drag frame instead of the target control. - - - - - f1780045 by gambas at 2020-01-24T08:13:05+01:00 Use the KDE SVG version of Tux that is a lot smaller. [GB.FORM] * OPT: Use the KDE SVG version of Tux that is a lot smaller. - - - - - 95ee02ef by gambas at 2020-01-24T08:22:33+01:00 IconView: Do not use rounded rectangles anymore for selection frames. [GB.GUI.BASE] * NEW: IconView: Do not use rounded rectangles anymore for selection frames. - - - - - 6798771a by gambas at 2020-01-24T08:23:44+01:00 IconPanel: Scale the panel icons so that each panel title has the same height. [GB.FORM] * NEW: IconPanel: Scale the panel icons so that each panel title has the same height. - - - - - 0fa63231 by gambas at 2020-01-24T08:25:06+01:00 Add Toolbar properties and methods needed to implement global save/restore of toolbar layouts. [GB.FORM.MDI] * NEW: Toolbar: Settings is a new property that allows to return or set the toolbar layout as a string. * NEW: Toolbar: GetLayout() is a new static method that returns the saved layout of a toolbar from its key. * NEW: Toolbar: SetLayout() is a new static method that defines the saved layout of a toolbar from its key. - - - - - e6cd4fc3 by gambas at 2020-01-24T08:28:46+01:00 Add global interface layout save/restore ability. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Remove "Minimize on execution" option. * NEW: Option dialog: Remove "Quiet external commands" option. * BUG: Some fixes in diff mode management. * NEW: Option dialog: Add global interface layout save/restore ability. * NEW: Option dialog: Provide two default layouts : a default one, and a compact one. * BUG: Fix some unreadable colors in 'zen' theme. * NEW: Update French translation. - - - - - 71288ea6 by gambas at 2020-01-24T08:33:05+01:00 Fix some space typos. - - - - - 902fd4aa by gambas at 2020-01-24T08:33:54+01:00 Add support for GB_DB_MYSQL_NOSSL environment variable, that allows to disable SSL connections. They are buggy in some versions of the mysql client library. [GB.DB.MYSQL] * NEW: Add support for GB_DB_MYSQL_NOSSL environment variable, that allows to disable SSL connections. They are buggy in some versions of the mysql client library. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/FMain.class - + app/src/gambas3/.src/Options/FLayout.class - + app/src/gambas3/.src/Options/FLayout.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/VersionControl/VersionControl.module - + app/src/gambas3/layout/$compact.layout - + app/src/gambas3/layout/$default.layout - app/src/gambas3/theme/zen - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Tests/FMain.class - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class - comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class - comp/src/gb.form/.project - comp/src/gb.form/.src/IconPanel/IconPanel.class - comp/src/gb.form/.src/IconPanel/_IconPanelContainer.class - comp/src/gb.form/.src/Test/FIconPanel.form - comp/src/gb.form/stock/16/linux.png - comp/src/gb.form/stock/32/linux.png - comp/src/gb.form/stock/scalable/linux.svg - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda 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 Jan 24 10:14:10 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Fri, 24 Jan 2020 09:14:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: Fix plan if just one testmethod called Message-ID: <5e2ab563377b0_3dc63f8dc97c64c495065@sidekiq-asap-06-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 550c56b5 by Christof Thalhofer at 2020-01-24T10:10:39+01:00 gb.test: Fix plan if just one testmethod called [GB.TEST] * BUG: Fix plan that counted all testmethods in a container even if just one was called - - - - - 3 changed files: - comp/src/gb.test/.src/TestMe.module - comp/src/gb.test/.src/TestMyself/TestAllAsserts.class - comp/src/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/550c56b5961f9fa2c56ca4ab7cd2d9fd04a4b1b1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/550c56b5961f9fa2c56ca4ab7cd2d9fd04a4b1b1 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 Jan 24 10:28:11 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 24 Jan 2020 09:28:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Do not crash if the layout user directory does not exist yet. Message-ID: <5e2ab8ad1d646_50e93fd65411b97061ac@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b7a7393b by gambas at 2020-01-24T10:27:35+01:00 Do not crash if the layout user directory does not exist yet. [DEVELOPMENT ENVIRONMENT] * BUG: Do not crash if the layout user directory does not exist yet. - - - - - f35e4068 by gambas at 2020-01-24T10:27:58+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - app/src/gambas3/.src/Options/FOption.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/550c56b5961f9fa2c56ca4ab7cd2d9fd04a4b1b1...f35e4068bfae11f67101b9402a07a8bc07dc285f -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/550c56b5961f9fa2c56ca4ab7cd2d9fd04a4b1b1...f35e4068bfae11f67101b9402a07a8bc07dc285f 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 Jan 25 06:17:53 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 05:17:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make 'gb.db.mysql' compile with MySQL version < 5.6.36. Message-ID: <5e2bcf8254cb6_10ca3fbaafe6266c10369e@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bb87e188 by gambas at 2020-01-25T06:17:09+01:00 Make 'gb.db.mysql' compile with MySQL version < 5.6.36. [GB.DB.MYSQL] * BUG: Make 'gb.db.mysql' compile with MySQL version < 5.6.36. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/bb87e1885b772a76c4051b224f7913c1ebd1e186 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bb87e1885b772a76c4051b224f7913c1ebd1e186 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 Jan 25 06:49:17 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 05:49:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make 'gb.db.mysql' compile with MySQL version < 5.7.11. Message-ID: <5e2bd6dea93c_21053fecc84a6e841118b6@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9613341c by gambas at 2020-01-25T06:48:19+01:00 Make 'gb.db.mysql' compile with MySQL version < 5.7.11. [GB.DB.MYSQL] * BUG: Make 'gb.db.mysql' compile with MySQL version < 5.7.11. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/9613341c41fc942096ccde2d3837ca7e2e39f103 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9613341c41fc942096ccde2d3837ca7e2e39f103 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 Jan 25 07:16:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 06:16:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make 'gb.db.mysql' compile with MySQL version < 8.0.0. Message-ID: <5e2bdd243ebe_21013fe288c6098082120@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1e7d80c8 by gambas at 2020-01-25T07:15:29+01:00 Make 'gb.db.mysql' compile with MySQL version < 8.0.0. [GB.DB.MYSQL] * BUG: Make 'gb.db.mysql' compile with MySQL version < 8.0.0. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/1e7d80c8a194069d036bff322cd0914c3a54db8b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/1e7d80c8a194069d036bff322cd0914c3a54db8b 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 Jan 25 10:19:11 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 09:19:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Detect SSL_MODE_DISABLED at configure time, to make the component compile on older mysql clients. Message-ID: <5e2c080fba2a7_10d03fac65fa8a9c82469@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08efaddf by gambas at 2020-01-25T10:18:23+01:00 Detect SSL_MODE_DISABLED at configure time, to make the component compile on older mysql clients. [GB.DB.MYSQL] * BUG: Detect SSL_MODE_DISABLED at configure time, to make the component compile on older mysql clients. - - - - - 2 changed files: - gb.db.mysql/configure.ac - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/08efaddf790827bba9e54885080b9c8383e4fff4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/08efaddf790827bba9e54885080b9c8383e4fff4 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 Jan 25 17:27:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 16:27:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations Message-ID: <5e2c6c6deef9e_6f13f981d27258c63914@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 043ac975 by GianluigiOr at 2020-01-24T10:39:17+01:00 Contains new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE Italian translations are now complete. - - - - - 21bddfe2 by Beno?t Minisini at 2020-01-25T16:27:23+00:00 Merge branch 'italian-translations' into 'master' Contains new Italian translations See merge request gambas/gambas!130 - - - - - 1 changed file: - app/src/gambas3/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/08efaddf790827bba9e54885080b9c8383e4fff4...21bddfe27433fb0e7457e2ba07df7c0bbe5693d4 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/08efaddf790827bba9e54885080b9c8383e4fff4...21bddfe27433fb0e7457e2ba07df7c0bbe5693d4 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 Jan 25 17:31:05 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 16:31:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Print a warning message if disabling SSL connection is not supported. Message-ID: <5e2c6d4a9123c_6f13f982154389864215@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c234592 by gambas at 2020-01-25T17:30:17+01:00 Print a warning message if disabling SSL connection is not supported. [GB.DB.MYSQL] * NEW: Print a warning message if disabling SSL connection is not supported. - - - - - e42215e5 by gambas at 2020-01-25T17:30:55+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/21bddfe27433fb0e7457e2ba07df7c0bbe5693d4...e42215e52cdbc069880447168404810ae2c1321e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/21bddfe27433fb0e7457e2ba07df7c0bbe5693d4...e42215e52cdbc069880447168404810ae2c1321e 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 Jan 25 19:25:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Jan 2020 18:25:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation. Message-ID: <5e2c882f6e2ba_3c8d3ff60b808180930f0@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: af5859f1 by gambas at 2020-01-25T19:25:25+01:00 Fix compilation. [GB.DB.MYSQL] * BUG: Fix compilation. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/af5859f1ca3eb4b22658c70082846dd80b740dd1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/af5859f1ca3eb4b22658c70082846dd80b740dd1 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 Jan 26 07:14:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 26 Jan 2020 06:14:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] JIT compiler can compile libraries now. Message-ID: <5e2d2e34131d2_21073fb2fdd865f4147a5@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f0b3762e by gambas at 2020-01-26T07:09:36+01:00 JIT compiler can compile libraries now. [INTERPRETER] * NEW: Internal name of libraries uses a point now between vendor and library name, not a slash anymore. [GB.DEBUG] * BUG: Undo "make debugger output writes more robust". Apparently it does not work. [GB.JIT] * BUG: Compiling libraries works now. - - - - - 4 changed files: - main/gbx/gbx_component.c - main/lib/debug/CDebug.c - main/lib/jit/gb.jit/.src/CCompilation.class - main/lib/jit/gb.jit/.src/Jit.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/f0b3762ec101fb28e7f8250692b8cd3633d9d2c0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f0b3762ec101fb28e7f8250692b8cd3633d9d2c0 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 Jan 27 08:25:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 27 Jan 2020 07:25:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Fix ArchLinux packager. Message-ID: <5e2e907f5e52_10cc3fc936e768ac4962d@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 989a1266 by gambas at 2020-01-27T08:24:52+01:00 Packager: Fix ArchLinux packager. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Fix ArchLinux packager. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/989a1266a20f360f1b2db3635a35cc5bbb95d763 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/989a1266a20f360f1b2db3635a35cc5bbb95d763 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 Jan 28 16:01:09 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Tue, 28 Jan 2020 15:01:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test Assert returns result as boolean Message-ID: <5e304cb5e7998_37793fe9a72415a0879de@sidekiq-asap-05-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 466aec07 by Christof Thalhofer at 2020-01-28T15:58:13+01:00 gb.test Assert returns result as boolean [GB.TEST] * NEW: Assertions return test results as boolean. This can be used to print out an Assert.Note on failure. - - - - - 1 changed file: - comp/src/gb.test/.src/TestSuite/Assert.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/466aec07bb8278950372af0af7697b2139c2ee2c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/466aec07bb8278950372af0af7697b2139c2ee2c 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 Jan 31 07:31:02 2020 From: gitlab at mg.gitlab.com (Laurent Carlier) Date: Fri, 31 Jan 2020 06:31:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Use GlobalParams::getUtf8Map() found in poppler 0.85 Message-ID: <5e33c9a6701fe_3fc3fb67293a0a4817b7@sidekiq-asap-02-sv-gprd.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: 6a16e02e by Evangelos Foutras at 2020-01-30T21:08:47+02:00 Use GlobalParams::getUtf8Map() found in poppler 0.85 [GB.PDF] * BUG: Make 'gb.pdf' compile with poppler >= 0.85. - - - - - fe6bdaa3 by Laurent Carlier at 2020-01-31T06:31:00+00:00 Merge branch 'master' into 'master' Use GlobalParams::getUtf8Map() found in poppler 0.85 See merge request gambas/gambas!131 - - - - - 2 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/compare/466aec07bb8278950372af0af7697b2139c2ee2c...fe6bdaa31356c12901affb9d0ee7b59d660712de -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/466aec07bb8278950372af0af7697b2139c2ee2c...fe6bdaa31356c12901affb9d0ee7b59d660712de You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: