From gitlab at mg.gitlab.com Mon Aug 6 13:28:37 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 06 Aug 2018 11:28:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a crash in JIT relative to SUPER management. Message-ID: <5b6830e59522f_19d1f3fbf1670cac8171163@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bb344316 by gambas at 2018-08-06T11:26:49Z Fix a crash in JIT relative to SUPER management. [INTERPRETER] * BUG: Clear the 'super' field of the object value returned by NEW. [GB.JIT] * BUG: Correctly reset EXEC_super in error catching. - - - - - 3 changed files: - main/gbx/gbx_exec.c - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/bb34431646700e7303fa6e2e4ea2683cfa730932 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bb34431646700e7303fa6e2e4ea2683cfa730932 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 Aug 7 09:42:21 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Aug 2018 07:42:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Fix thousands separator. Message-ID: <5b694d5dc8239_1e6e13f8d045c9b64204943@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: d4fd239e by gambas at 2018-08-07T07:42:03Z Fix thousands separator. [INTERPRETER] * BUG: Fix thousands separator. - - - - - 2 changed files: - main/gbx/gbx_local.c - main/gbx/gbx_local.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/d4fd239ed0231a974653ea77fa802bf39732d114 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d4fd239ed0231a974653ea77fa802bf39732d114 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 Aug 7 10:31:58 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Aug 2018 08:31:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 22 commits: Fix detection with at least pkgconf 2.4.2 Message-ID: <5b6958ffadc92_1ec0c3ffbe1c39bb0205777@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 834b3231 by Laurent Carlier at 2018-08-07T07:45:25Z Fix detection with at least pkgconf 2.4.2 [GB.SDL2] * BUG: Fix detection with at least pkgconf 2.4.2 - - - - - 835dd9ad by Laurent Carlier at 2018-08-07T07:46:00Z Fix detection with at least pkgconf 2.4.2. [GB.SDL] * BUG: Fix detection with at least pkgconf 2.4.2. - - - - - 6c188a44 by Laurent Carlier at 2018-08-07T07:46:31Z Only use pkg-config to detect sqlite3 (feature available since 2004!) [CONFIGURATION] * NEW: Only use pkg-config to detect sqlite3 (feature available since 2004!) - - - - - 2fd53dd5 by Tobias Boege at 2018-08-07T07:46:54Z Chmod now reads mode bit string correctly. [INTERPRETER] * BUG: Fix off-by-one error in FILE_mode_from_string which couldn't read mode bits 's' and 't'. - - - - - 46b67936 by Tobias Boege at 2018-08-07T07:47:27Z Complete IDE German translation. [DEVELOPMENT ENVIRONMENT] * NEW: Complete German translation. Co-Authored-By: Uwe Keller <uwe.keller at mail.de> - - - - - 91c3e24f by gambas at 2018-08-07T07:48:06Z Correctly take default tab size into account when creating a new project. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly take default tab size into account when creating a new project. - - - - - 6fdd4234 by gambas at 2018-08-07T07:48:28Z Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones. [GB.GTK] * NEW: Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones. [GB.GTK3] * NEW: Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones. - - - - - e3c76533 by gambas at 2018-08-07T07:48:57Z Renaming an exported class in projects using non-GUI forms should not crash anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Renaming an exported class in projects using non-GUI forms should not crash anymore. - - - - - a245979f by gambas at 2018-08-07T07:49:18Z Session: Exist() method now works correctly for sessions stored in sqlite databases. [GB.WEB] * BUG: Session: Exist() method now works correctly for sessions stored in sqlite databases. - - - - - d81fffb4 by bgermann at 2018-08-07T07:50:12Z Make the AppStream XML adhere to the standard. [DEVELOPMENT ENVIRONMENT] * BUG: Make the AppStream XML adhere to the standard. - - - - - bc798a58 by bgermann at 2018-08-07T07:50:42Z Make compilation with clang possible. [CONFIGURATION] * BUG: Compilation with clang is possible. - - - - - dd26e934 by bgermann at 2018-08-07T07:51:15Z Make gb.mime compatible with libgmime 3.0. [GB.MIME] * NEW: Make compatible with libgmime 3.0. * NEW: Drop libgmime 2.4 support. - - - - - 38eb07ad by gambas at 2018-08-07T07:51:46Z Fix the clang fix. Compiler messages are visible again. [COMPILER] * BUG: Fix the clang fix. Compiler messages are visible again. - - - - - e15fefe8 by gambas at 2018-08-07T07:52:10Z Add Session.Path property, and fix the write of session values for sqlite sessions. [GB.WEB] * BUG: Fix the write of session values for sqlite sessions. * NEW: Session.Path is a new property that returns the path of the file where the session is stored. - - - - - 205c6e98 by gambas at 2018-08-07T07:52:25Z Menu editor: Always check the menu structure before saving it. [DEVELOPMENT ENVIRONMENT] * BUG: Menu editor: Always check the menu structure before saving it. - - - - - db363c53 by gambas at 2018-08-07T07:52:39Z TreeView: Don't mess up multiple selection when automatic sorting is enabled. [GB.GUI.BASE] * BUG: TreeView: Don't mess up multiple selection when automatic sorting is enabled. - - - - - 1979d2f1 by Tobias Boege at 2018-08-07T07:52:55Z IconView: always raise Click event when clicked. [GB.GUI.BASE] * BUG: IconView: Always raise Click event when clicked and not only when selection changes. See Gambas Bug #1358 - - - - - 89c05d8c by gambas at 2018-08-07T08:27:14Z Fix a memory leak when connecting to a database. [GB.DB.ODBC] * BUG: Fix a memory leak when connecting to a database. - - - - - a390781c by gambas at 2018-08-07T08:27:43Z The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed. [INTERPRETER] * BUG: The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed. - - - - - fa35f3d2 by gambas at 2018-08-07T08:28:03Z DataCheckBox: Its default value is now correctly set to NULL. [GB.DB.FORM] * BUG: DataCheckBox: Its default value is now correctly set to NULL. - - - - - c7354f67 by gambas at 2018-08-07T08:28:18Z Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. [DEVELOPMENT ENVIRONMENT] * BUG: Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. - - - - - 6f6224a9 by gambas at 2018-08-07T08:31:03Z Allow compilation of structure accesses again. [COMPILER] * BUG: Allow compilation of structure accesses again. - - - - - 24 changed files: - app/desktop/gambas3.appdata.xml - app/src/gambas3/.lang/de.mo - app/src/gambas3/.lang/de.po - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FCreateProject.class - comp/src/gb.db.form/.component - comp/src/gb.db.form/.lang/fr.po - comp/src/gb.db.form/.project - comp/src/gb.db.form/.src/DataCheckBox.class - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.gui.base/.component - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.web/.component - comp/src/gb.web/.project - comp/src/gb.web/.src/FileSessionManager.class - comp/src/gb.web/.src/Session.module - comp/src/gb.web/.src/SessionManager.class - comp/src/gb.web/.src/SqliteSessionManager.class - gb.db.odbc/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/d4fd239ed0231a974653ea77fa802bf39732d114...6f6224a9c155bf3e5f213f1c11d73dffc077d709 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d4fd239ed0231a974653ea77fa802bf39732d114...6f6224a9c155bf3e5f213f1c11d73dffc077d709 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 Aug 7 13:39:47 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Aug 2018 11:39:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Finish fixing thousand separator bug. Message-ID: <5b698503ca97e_14e663fd511f8fc203319bf@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 80595fe5 by gambas at 2018-08-07T11:39:18Z Finish fixing thousand separator bug. [INTERPRETER] * BUG: Finish fixing thousand separator bug. - - - - - 3 changed files: - main/gbx/gbx_number.c - main/share/gb_common_buffer.h - main/share/gb_common_buffer_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/80595fe5fa14844e3c37d0fe665c33e5949a8699 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/80595fe5fa14844e3c37d0fe665c33e5949a8699 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 Aug 7 16:15:25 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 07 Aug 2018 14:15:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.11.4 Message-ID: <5b69a97f12fa7_5fa33ff30df1d4941468bd@sidekiq-asap-05.mail> Beno?t Minisini pushed new tag 3.11.4 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.11.4 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 Aug 9 11:07:44 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 09 Aug 2018 09:07:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly reset the stack pointer when releasing the stack in error handlers. Message-ID: <5b6c04605a025_30a83fa4145e6030158649@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: acf401ba by gambas at 2018-08-09T09:05:51Z Correctly reset the stack pointer when releasing the stack in error handlers. [INTERPRETER] * BUG: Do not clear the 'super' field of the object value returned by NEW, as it does not fix actually anything. [GB.JIT] * BUG: Correctly reset the stack pointer when releasing the stack in error handlers. - - - - - 2 changed files: - main/gbx/gbx_exec.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/acf401ba2dc55cd4551a7db2e1733472dbfb1674 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/acf401ba2dc55cd4551a7db2e1733472dbfb1674 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 Aug 9 15:48:55 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 09 Aug 2018 13:48:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix thousand separators again. Message-ID: <5b6c4649122bc_d2143fd6c27d1418555257@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b501542 by gambas at 2018-08-09T13:47:29Z Fix thousand separators again. [INTERPRETER] * BUG: Fix thousand separators again. - - - - - 1 changed file: - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/7b501542a195a0bd745b8ba32f37e3c33b6c519e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7b501542a195a0bd745b8ba32f37e3c33b6c519e 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 Aug 9 15:54:47 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 09 Aug 2018 13:54:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.11.4 Message-ID: <5b6c47a852db7_1a91e3fce3c4390144990d7@sidekiq-asap-05.mail> Beno?t Minisini deleted tag 3.11.4 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 Fri Aug 10 11:50:32 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 09:50:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Format$ now prints the expected number of decimal digits when using exponential format. Message-ID: <5b6d5fe9d9cbb_7ed13ff12d239f482822bf@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f5b1c1c0 by gambas at 2018-08-10T09:49:12Z Format$ now prints the expected number of decimal digits when using exponential format. [INTERPRETER] * BUG: Format$ now prints the expected number of decimal digits when using exponential format. - - - - - 1 changed file: - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/f5b1c1c03bb66c9fa9e63c14b7eea2cd21971f21 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f5b1c1c03bb66c9fa9e63c14b7eea2cd21971f21 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 Aug 10 11:53:47 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 09:53:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Take multiline strings into account in javascript syntax highlighting and javascript editor mode. Message-ID: <5b6d60ac985ed_7ed13ff14741fc1c288523@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e76cdd33 by gambas at 2018-08-10T09:52:09Z Take multiline strings into account in javascript syntax highlighting and javascript editor mode. [GB.EVAL.HIGHLIGHT] * NEW: Take multiline strings into account in javascript syntax highlighting. [GB.FORM.EDITOR] * NEW: Take multiline strings into account in javascript mode. - - - - - 4 changed files: - comp/src/gb.eval.highlight/.component - comp/src/gb.eval.highlight/.project - comp/src/gb.eval.highlight/.src/TextHighlighter_Javascript.class - comp/src/gb.form.editor/.src/TextEditorMode_Javascript.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/e76cdd33d627baf82dad8610a4b43d9c5949c248 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e76cdd33d627baf82dad8610a4b43d9c5949c248 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 Aug 10 11:55:28 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 09:55:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the correct default value for XDG_DATA_DIRS environment variable. Message-ID: <5b6d6111db3f1_87873fbd87f6a13826258d@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3a49f9f3 by gambas at 2018-08-10T09:54:30Z Use the correct default value for XDG_DATA_DIRS environment variable. [GB.DESKTOP] * BUG: Use the correct default value for XDG_DATA_DIRS environment variable. - - - - - 5 changed files: - comp/src/gb.desktop/.component - comp/src/gb.desktop/.project - comp/src/gb.desktop/.settings - comp/src/gb.desktop/.src/Main.module - comp/src/gb.desktop/.startup View it on GitLab: https://gitlab.com/gambas/gambas/commit/3a49f9f3e9721eb7204e34f99e402ba59416a7c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3a49f9f3e9721eb7204e34f99e402ba59416a7c3 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 Aug 10 13:30:18 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 11:30:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] [INTERPRETER] Message-ID: <5b6d774cd2b3_732e3fe2093799b872826e@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4209cffa by gambas at 2018-08-10T11:26:54Z [INTERPRETER] * NEW: Fix panic error message. [GB.JIT] * BUG: Load project classes before try to resolve a unknown symbol. * BUG: Correctly restore the stack pointer in all cases at function exit. - - - - - 7 changed files: - main/gbx/gb.jit.h - main/gbx/gb_error.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/4209cffa11f062ffba7fddef221c4a6ffa6b88aa -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4209cffa11f062ffba7fddef221c4a6ffa6b88aa 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 Aug 10 13:36:12 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 11:36:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of variant values releases. Message-ID: <5b6d78ac94a1e_87873fbda3020c9c4474a9@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5df65532 by gambas at 2018-08-10T11:35:20Z Fix compilation of variant values releases. [GB.JIT] * BUG: Fix compilation of variant values releases. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/5df65532473578051626407f6a4118178f7c3d4d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5df65532473578051626407f6a4118178f7c3d4d 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 Aug 10 13:55:18 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 11:55:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of variant values borrowings and NULL values conversions. Message-ID: <5b6d7d2797f73_64993fc5809c72485794@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3966bfbc by gambas at 2018-08-10T11:53:20Z Fix compilation of variant values borrowings and NULL values conversions. [GB.JIT] * BUG: Fix compilation of variant values borrowings. * BUG: Fix NULL values conversions. - - - - - 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/3966bfbca715081957094bf675ff697e61523bb3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3966bfbca715081957094bf675ff697e61523bb3 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 Aug 10 14:23:29 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 12:23:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix optional arguments management. Message-ID: <5b6d83c38184_1b7c03fbca414a69037735@sidekiq-asap-04.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4e83422f by gambas at 2018-08-10T12:22:49Z Fix optional arguments management. [INTERPRETER] * NEW: Fix panic error message again. [GB.JIT] * BUG: Fix optional arguments management. - - - - - 2 changed files: - main/gbx/gb_error.c - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/4e83422f200be3c5ca793436dff3156eaf6761bd -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4e83422f200be3c5ca793436dff3156eaf6761bd 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 Aug 10 14:26:28 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 12:26:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Update version to 3.11.4. Message-ID: <5b6d8474a56d7_3d6d3fd2bb50cfd01035a0@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9e0ff90c by gambas at 2018-08-10T12:26:12Z Update version to 3.11.4. - - - - - 2 changed files: - VERSION - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/commit/9e0ff90c655b97b528b3af84aa2a7ec11dbc66fc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9e0ff90c655b97b528b3af84aa2a7ec11dbc66fc 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 Aug 10 14:31:38 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 12:31:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 3 commits: Fix thousand separators again. Message-ID: <5b6d85ab58881_88d23fb75583ce20150814@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: dd531722 by gambas at 2018-08-10T12:26:57Z Fix thousand separators again. [INTERPRETER] * BUG: Fix thousand separators again. - - - - - a6a8d04b by gambas at 2018-08-10T12:27:16Z Format$ now prints the expected number of decimal digits when using exponential format. [INTERPRETER] * BUG: Format$ now prints the expected number of decimal digits when using exponential format. - - - - - d189a564 by gambas at 2018-08-10T12:31:26Z Use the correct default value for XDG_DATA_DIRS environment variable. [GB.DESKTOP] * BUG: Use the correct default value for XDG_DATA_DIRS environment variable. - - - - - 6 changed files: - comp/src/gb.desktop/.component - comp/src/gb.desktop/.project - comp/src/gb.desktop/.settings - comp/src/gb.desktop/.src/Main.module - comp/src/gb.desktop/.startup - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/9e0ff90c655b97b528b3af84aa2a7ec11dbc66fc...d189a564e38c2b4aa3b5e8a38be70dc53977c453 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/9e0ff90c655b97b528b3af84aa2a7ec11dbc66fc...d189a564e38c2b4aa3b5e8a38be70dc53977c453 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 Aug 10 23:38:24 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 10 Aug 2018 21:38:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Val() correctly reads thousand separators again. Message-ID: <5b6e05d1678ad_1af2f3f9356beed345275a5@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 28b52f2d by gambas at 2018-08-10T21:37:55Z Val() correctly reads thousand separators again. [INTERPRETER] * BUG: Val() correctly reads thousand separators again. - - - - - 1 changed file: - main/gbx/gbx_number.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/28b52f2de0f6791985538d378d7cca0f0cb18dfc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/28b52f2de0f6791985538d378d7cca0f0cb18dfc 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 Aug 11 07:55:59 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 05:55:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add a '-j' option to the interpreter that disable the JIT compiler. Message-ID: <5b6e7a6f86f1a_16cb03faced7bfd84638fd@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa33e0dd by gambas at 2018-08-11T05:53:02Z Add a '-j' option to the interpreter that disable the JIT compiler. [INTERPRETER] * NEW: Add a '-j' option to the interpreter that disable the JIT compiler. - - - - - 0aedbe63 by gambas at 2018-08-11T05:54:22Z Fix an internal common string routine used by thousand separator management. [INTERPRETER] * BUG: Fix an internal common string routine used by thousand separator management. - - - - - f8829465 by gambas at 2018-08-11T05:55:08Z Fix conversions of NULL. [GB.JIT] * BUG: Fix conversions of NULL. - - - - - 6 changed files: - main/gbx/gbx.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c - main/share/gb_common_buffer_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/28b52f2de0f6791985538d378d7cca0f0cb18dfc...f882946561cba40b247795ba1b1ba1d31c7c91ba -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/28b52f2de0f6791985538d378d7cca0f0cb18dfc...f882946561cba40b247795ba1b1ba1d31c7c91ba 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 Aug 11 15:01:22 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 13:01:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] JIT: Handle function datatype by raising a type mismatch error. Message-ID: <5b6ede23a709f_148f3fc98b9a53c86022f@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0975e520 by gambas at 2018-08-11T12:06:46Z JIT: Handle function datatype by raising a type mismatch error. [INTERPRETER] * NEW: JIT: Add an API for throwing type mismatch errors. * BUG: Raise a type mismatch error when converting a function to a variant. Don't panic anymore. [GB.JIT] * BUG: Handle function datatype by raising a type mismatch error. - - - - - 12 changed files: - main/gbx/gb.jit.h - main/gbx/gb_error.c - main/gbx/gbx_api.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec_loop.c - main/gbx/gbx_subr.c - main/gbx/gbx_subr_conv.c - main/gbx/gbx_subr_file.c - main/gbx/gbx_value.c - main/gbx/gbx_value.h - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/0975e520db9fe83921323063594c5764bd2b5ba1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0975e520db9fe83921323063594c5764bd2b5ba1 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 Aug 11 17:02:59 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 15:02:59 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Store_the_sqlite_connection_paths_relative_to_the_projec?= =?utf-8?q?t_folder=2C_or_the_user=E2=80=A6?= Message-ID: <5b6efaa51fef8_148f3fc97308b9801115bb@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 244b02c1 by gambas at 2018-08-11T15:00:28Z Store the sqlite connection paths relative to the project folder, or the user home directory, if possible. [DEVELOPMENT ENVIRONMENT] * BUG: Store the sqlite connection paths relative to the project folder, or the user home directory, if possible. * BUG: Fix a 'msgfmt' error that was displayed when the current language has not been yet translated. - - - - - 4 changed files: - app/src/gambas3/.src/Connection/FNewConnection.class - app/src/gambas3/.src/Connection/MConnection.module - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/244b02c1a5fea08fe5cf3daf41e063cd8bc4731a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/244b02c1a5fea08fe5cf3daf41e063cd8bc4731a 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 Aug 11 23:38:22 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 21:38:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 2 commits: Val() correctly reads thousand separators again. Message-ID: <5b6f574f6b974_77093f8038cf58303345a@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: c13f650c by gambas at 2018-08-11T21:37:25Z Val() correctly reads thousand separators again. [INTERPRETER] * BUG: Val() correctly reads thousand separators again. - - - - - 4da8ee25 by gambas at 2018-08-11T21:37:43Z Fix an internal common string routine used by thousand separator management. [INTERPRETER] * BUG: Fix an internal common string routine used by thousand separator management. - - - - - 2 changed files: - main/gbx/gbx_number.c - main/share/gb_common_buffer_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/d189a564e38c2b4aa3b5e8a38be70dc53977c453...4da8ee251a1e563f13f8d76c5b346fbbf850a5bc -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d189a564e38c2b4aa3b5e8a38be70dc53977c453...4da8ee251a1e563f13f8d76c5b346fbbf850a5bc 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 Aug 11 23:39:35 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 21:39:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.11.4 Message-ID: <5b6f57986e230_7d6d3fc88aabf83c1075a0@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed new tag 3.11.4 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.11.4 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 Aug 12 00:24:10 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 11 Aug 2018 22:24:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Accesses to byte global variables are compiled correctly now. Message-ID: <5b6f620b47780_558b3fa74766dab87138e@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a2123c7f by gambas at 2018-08-11T22:22:44Z Accesses to byte global variables are compiled correctly now. [GB.JIT] * BUG: Accesses to byte global variables are compiled correctly now. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/a2123c7f27d9e7f6c8483c7981e2c8d716bf746a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/a2123c7f27d9e7f6c8483c7981e2c8d716bf746a 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 Aug 12 09:43:51 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 12 Aug 2018 07:43:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Reading variants from memory is done correctly now. Message-ID: <5b6fe538c2c8_5cbb3fbd9d470cd0967b9@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9c1fa465 by gambas at 2018-08-12T07:43:15Z Reading variants from memory is done correctly now. [GB.JIT] * BUG: Reading variants from memory is done correctly now. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/9c1fa46558cfdfbd8b2248013cce4bd8362fa5bc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9c1fa46558cfdfbd8b2248013cce4bd8362fa5bc 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 Aug 13 00:25:02 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 12 Aug 2018 22:25:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly compile long public constants. Message-ID: <5b70b3bea8695_527a3f88feba0c54495f8@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bdb60ece by gambas at 2018-08-12T22:24:38Z Correctly compile long public constants. [GB.JIT] * BUG: Correctly compile long public constants. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/bdb60ecef75ef166b7b929d5d6122d96dab79f10 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bdb60ecef75ef166b7b929d5d6122d96dab79f10 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 Aug 13 00:37:04 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 12 Aug 2018 22:37:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly read pointer variables. Message-ID: <5b70b6917eab6_5b1c3f85393739dc187763@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ffa3cd08 by gambas at 2018-08-12T22:36:33Z Correctly read pointer variables. [GB.JIT] * BUG: Correctly read pointer variables. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/ffa3cd087571770a533b9ed33411fa5eb0a855f2 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ffa3cd087571770a533b9ed33411fa5eb0a855f2 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 Aug 13 11:39:45 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 13 Aug 2018 09:39:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DesktopFile.FromMime() now follows the freedesktop search path specifications. Message-ID: <5b7151e2ed1eb_23043fa4379a76d82936d1@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc2c0490 by gambas at 2018-08-13T09:39:09Z DesktopFile.FromMime() now follows the freedesktop search path specifications. [GB.DESKTOP] * BUG: DesktopFile.FromMime() now follows the freedesktop search path specifications. - - - - - 4 changed files: - comp/src/gb.desktop/.settings - comp/src/gb.desktop/.src/Desktop.class - comp/src/gb.desktop/.src/DesktopFile.class - comp/src/gb.desktop/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/bc2c0490cf061ab6ede281fdcf320ae88b120514 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bc2c0490cf061ab6ede281fdcf320ae88b120514 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 Aug 13 22:55:38 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 13 Aug 2018 20:55:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support fot date variables. Message-ID: <5b71f04b282a5_69be3fa942a274cc515585@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a129a8d by gambas at 2018-08-13T20:55:01Z Add support fot date variables. [GB.JIT] * NEW: Add support fot date variables. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/7a129a8d837705a535940c4fc220393cdca1444a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7a129a8d837705a535940c4fc220393cdca1444a 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 Aug 13 23:02:11 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 13 Aug 2018 21:02:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix access to objects that can be invalid. Message-ID: <5b71f1d3583af_2c7b3fddab7e46a42244f8@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 698e5dd9 by gambas at 2018-08-13T21:01:27Z Fix access to objects that can be invalid. [GB.JIT] * BUG: Fix access to objects that can be invalid. - - - - - 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/698e5dd9484e0101eb93f688b49d6fdb5c17094b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/698e5dd9484e0101eb93f688b49d6fdb5c17094b 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 Aug 13 23:11:17 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 13 Aug 2018 21:11:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debug panel: Activate the horizontal scrollbar of the search result grid. Message-ID: <5b71f3f65234f_69be3fa991ef4c085278c8@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3c110862 by gambas at 2018-08-13T21:10:17Z Debug panel: Activate the horizontal scrollbar of the search result grid. [DEVELOPMENT ENVIRONMENT] * NEW: Debug panel: Activate the horizontal scrollbar of the search result grid. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/3c11086207058aca3db0b77f6becc6fbbb20ac49 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3c11086207058aca3db0b77f6becc6fbbb20ac49 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 Aug 14 10:58:59 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 08:58:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly compile subroutines that return an unknown datatype. Message-ID: <5b7299d428a22_2c7b3fdda70442e06802c2@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ad162385 by gambas at 2018-08-14T08:57:49Z Correctly compile subroutines that return an unknown datatype. [GB.JIT] * BUG: Correctly compile subroutines that return an unknown datatype. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/ad1623857474b12afcd08783ca1647443ca509bf -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ad1623857474b12afcd08783ca1647443ca509bf 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 Aug 14 12:16:24 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 10:16:24 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Don=27t_leak_memory_when_converting_an_object_to_a_boole?= =?utf-8?q?an_and_correctly_pop_the=E2=80=A6?= Message-ID: <5b72abf931021_564e3f9047fec3f8319933@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c569a234 by gambas at 2018-08-14T10:15:04Z Don't leak memory when converting an object to a boolean and correctly pop the arguments from the stack when propagating an exception. [GB.JIT] * BUG: Don't leak memory when converting an object to a boolean. * BUG: Correctly pop the arguments from the stack when propagating an exception. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/c569a234be9443937d2d65b6c84b1965295955d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c569a234be9443937d2d65b6c84b1965295955d0 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 Aug 14 16:48:12 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 14:48:12 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Load_classes_without_running_the_=5Finit_method=2C_so_th?= =?utf-8?q?at_the_JIT_behaviour_is=E2=80=A6?= Message-ID: <5b72ebad1926e_55583fa541fb8ff812318d@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0297c1ba by gambas at 2018-08-14T14:46:55Z Load classes without running the _init method, so that the JIT behaviour is closer to the interpreter behaviour. [INTERPRETER] * NEW: Add a JIT API for loading classes without running the _init method. [GB.JIT] * BUG: Load classes without running the _init method, so that the JIT behaviour is closer to the interpreter behaviour. - - - - - 9 changed files: - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_class_load.c - main/gbx/gbx_class_native.c - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/0297c1bafa499bb6cda91437fc719f85a780f7e0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0297c1bafa499bb6cda91437fc719f85a780f7e0 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 Aug 14 18:28:26 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 16:28:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow to compile with gmime 2.4. Message-ID: <5b73032bcb439_513b3f90e801da482667e0@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e491a675 by gambas at 2018-08-14T16:24:45Z Allow to compile with gmime 2.4. [GB.MIME] * NEW: Allow to compile with gmime 2.4. - - - - - 1 changed file: - gb.mime/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/commit/e491a6759f0494cb1b2778b28f6dcbc6af8ed331 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e491a6759f0494cb1b2778b28f6dcbc6af8ed331 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 Aug 14 22:50:46 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 20:50:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add an option to close the tabs with the middle mouse button instead of using little close buttons. Message-ID: <5b7340a7db04f_1a7b3fd2cc8d206416662d@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ccce7ad1 by gambas at 2018-08-14T20:46:41Z Add an option to close the tabs with the middle mouse button instead of using little close buttons. [DEVELOPMENT ENVIRONMENT] * NEW: Add an option to close the tabs with the middle mouse button instead of using little close buttons. [GB.FORM] * NEW: TabPanel: The middle mouse button does not close tabs anymore. It is now a feature only implemented in the Workspace control. [GB.FORM.MDI] * NEW: Workspace: CloseWithMouse is a new property. If set, the workspace tabs little close buttons are hidden, and the workspace tabs can be closed with a middle mouse click. - - - - - 14 changed files: - app/src/gambas3/.lang/fr.mo - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - comp/src/gb.form.mdi/.component - comp/src/gb.form.mdi/.lang/de.po - comp/src/gb.form.mdi/.lang/fr.po - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form - comp/src/gb.form.mdi/.src/Workspace/Workspace.class - comp/src/gb.form/.src/Expander/Expander.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/ccce7ad1b75ba4ee5bc40b6bfcc8b95da04bd413 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ccce7ad1b75ba4ee5bc40b6bfcc8b95da04bd413 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 Aug 15 00:02:22 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 14 Aug 2018 22:02:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compile optional arguments correctly. Message-ID: <5b73516fc85a7_42ac3f87b6e18fac4900dd@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0b341e7c by gambas at 2018-08-14T22:01:51Z Compile optional arguments correctly. [GB.JIT] * BUG: Compile optional arguments correctly. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/0b341e7c9125f91c415607ee747d59c30307dbe0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0b341e7c9125f91c415607ee747d59c30307dbe0 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 Aug 15 08:38:39 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 15 Aug 2018 06:38:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly raise exceptions on the number of arguments of function calls. Message-ID: <5b73ca702cd1a_42063fac55f242fc1325de@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6d35875a by gambas at 2018-08-15T06:37:25Z Correctly raise exceptions on the number of arguments of function calls. [GB.JIT] * BUG: Correctly raise exceptions on the number of arguments of function calls. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/6d35875a562b3af5337adda648aec177fdacc92b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6d35875a562b3af5337adda648aec177fdacc92b 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 Aug 16 01:53:14 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 15 Aug 2018 23:53:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly load classes from archives other than the main project one during JIT compilation. Message-ID: <5b74bcead0799_187f3f96f3fece2c102924@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 979e22f6 by gambas at 2018-08-15T23:50:45Z Correctly load classes from archives other than the main project one during JIT compilation. [INTERPRETER] * NEW: When creating a new class, set its component immediately if we know the archive it comes from. [GB.JIT] * BUG: Correctly load classes from archives other than the main project one. - - - - - 6 changed files: - main/gbx/gbx_class.c - main/gbx/gbx_class_load.c - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/979e22f6e990ab82e07f1e706a42c4c2f8d4c8ac -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/979e22f6e990ab82e07f1e706a42c4c2f8d4c8ac 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 Aug 17 01:05:24 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 16 Aug 2018 23:05:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly compile conversion from object to boolean. Message-ID: <5b760335a491b_77923f8b9fc9d0c86275e8@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d3716146 by gambas at 2018-08-16T23:04:53Z Correctly compile conversion from object to boolean. [GB.JIT] * BUG: Correctly compile conversion from object to boolean. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/d371614662487b0f60f9e1bb0365dfefb8417f1a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d371614662487b0f60f9e1bb0365dfefb8417f1a 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 Aug 18 12:04:20 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Aug 2018 10:04:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compile correctly optional arguments initialization. Message-ID: <5b77ef2628004_3bb3fe5812180e4104956@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 07ccec73 by gambas at 2018-08-18T10:03:44Z Compile correctly optional arguments initialization. [GB.JIT] * BUG: Compile correctly optional arguments initialization. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/07ccec73580540494bad984eabbedd0b6a1f2bf4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/07ccec73580540494bad984eabbedd0b6a1f2bf4 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 Aug 18 15:29:32 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 18 Aug 2018 13:29:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Always load the class before accessing a static variable, as it may not be ready. Message-ID: <5b781f3da069b_564b3fb697ae9560183366@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7492efcc by gambas at 2018-08-18T13:28:19Z Always load the class before accessing a static variable, as it may not be ready. [INTERPRETER] * BUG: FIx JIT class loading API. [GB.JIT] * BUG: Always load the class before accessing a static variable, as it may not be ready. - - - - - 7 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/7492efcc0e9c6a00dde59e236030e4ae932ece96 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7492efcc0e9c6a00dde59e236030e4ae932ece96 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 Aug 20 19:58:25 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 20 Aug 2018 17:58:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly handle optional object arguments. Message-ID: <5b7b01417a56b_50253fec7856b4a01401b4@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7ab07bd9 by gambas at 2018-08-20T17:57:47Z Correctly handle optional object arguments. [GB.JIT] * BUG: Correctly handle optional object arguments. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/7ab07bd95f99d3b69bdd2b1786dfbbd4ff667d93 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7ab07bd95f99d3b69bdd2b1786dfbbd4ff667d93 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 Aug 22 09:33:29 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 22 Aug 2018 07:33:29 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Correctly_restore_the_stack_after_calling_a_method_throu?= =?utf-8?q?gh_the_interpreter=2C_and=E2=80=A6?= Message-ID: <5b7d11ca76e79_b893fca5c9b2e70104251@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 706a605c by gambas at 2018-08-22T07:30:27Z Correctly restore the stack after calling a method through the interpreter, and handle null values as object values having a null address automatically. [INTERPRETER] * NEW: Creating a NULL value now clears the object address field so that it can be freely interpreted as a Object value with a null address by the JIT compiled code. [GB.JIT] * BUG: Correctly restore stack after calling a method through the interpreter. - - - - - 17 changed files: - main/gbx/gb.jit.h - main/gbx/gb_error.c - main/gbx/gbx_api.c - main/gbx/gbx_date.c - main/gbx/gbx_exec_loop.c - main/gbx/gbx_extern.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/gbx/gbx_object.c - main/gbx/gbx_subr_conv.c - main/gbx/gbx_subr_extern.c - main/gbx/gbx_subr_file.c - main/gbx/gbx_subr_misc.c - main/gbx/gbx_subr_string.c - main/gbx/gbx_value.c - main/gbx/gbx_value.h - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df 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 Aug 23 12:25:57 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 23 Aug 2018 10:25:57 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_If_an_unknown_symbol_is_called_through_a_parent_class_re?= =?utf-8?b?ZmVyZW5jZSwgdGhlIF91bmtub3duKCnigKY=?= Message-ID: <5b7e8bb553a2c_27333f87a4d254903924b4@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c2b2d7d6 by gambas at 2018-08-23T10:22:30Z If an unknown symbol is called through a parent class reference, the _unknown() method is not called and an error is raised if the unknown symbol exists in the actual child class. [INTERPRETER] * NEW: If an unknown symbol is called through a parent class reference, the _unknown() method is not called and an error is raised if the unknown symbol exists in the actual child class. - - - - - 2 changed files: - main/gbx/gbx_exec_push.c - main/gbx/gbx_value.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/c2b2d7d624e5a15b4d3c06edcc3e58396a9b0efe -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c2b2d7d624e5a15b4d3c06edcc3e58396a9b0efe 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 Aug 23 20:02:13 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 23 Aug 2018 18:02:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Use 'gb.gui' component instead of 'gb.qt4*' components Message-ID: <5b7ef6a6298a0_74923fd6903208107926e@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cc505e3f by bgermann at 2018-08-03T02:26:12Z Use 'gb.gui' component instead of 'gb.qt4*' components [GB.CHART] * Use 'gb.gui' component instead of 'gb.qt4*' components - - - - - 2e488867 by Bastian Germann at 2018-08-03T18:08:46Z Use relative instead of absolute symbolic links [GB.FORM.STOCK] * Use relative instead of absolute symbolic links - - - - - ece6ff87 by bgermann at 2018-08-06T10:36:38Z Correct gb.qt5.component Key - - - - - e07186d2 by bgermann at 2018-08-06T13:39:26Z Use *gui* instead of *qt4* components for some examples - - - - - 4782611d by bgermann at 2018-08-13T20:43:57Z Link gb.sdl.sound with libm sound.c has exp and log calls. [GB.SDL.SOUND] * Link with libm - - - - - f0dfa829 by Beno?t Minisini at 2018-08-23T18:02:12Z Merge branch 'master' into 'master' Fix some minor issues found while packaging for Debian without Qt4 See merge request gambas/gambas!30 - - - - - 10 changed files: - app/examples/Database/MySQLExample/.project - app/examples/Drawing/GSLSpline/.project - app/examples/Games/GNUBoxWorld/.project - app/examples/Image/Lighttable/.project - app/examples/Networking/WebBrowser/.project - comp/src/gb.chart/.project - comp/src/gb.form.stock/gambas-mono/32/pda.png - comp/src/gb.form.stock/gambas/32/pda.png - gb.qt5/src/gb.qt5.component - gb.sdl.sound/src/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/compare/c2b2d7d624e5a15b4d3c06edcc3e58396a9b0efe...f0dfa829e7759e141979814e1b87c7f225e78dcb -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/c2b2d7d624e5a15b4d3c06edcc3e58396a9b0efe...f0dfa829e7759e141979814e1b87c7f225e78dcb 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 Aug 23 20:04:03 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 23 Aug 2018 18:04:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Replace wget with HttpClient Message-ID: <5b7ef7142a4fc_32cc3fa77b8a1f30290e4@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d7dc233f by bgermann at 2018-08-06T09:55:27Z Replace wget with HttpClient [DEVELOPMENT ENVIRONMENT] * OPT: Replace wget with HttpClient to download documentation - - - - - 574a8a7f by bgermann at 2018-08-10T09:59:13Z Use HttpClient.Download for timestamp download - - - - - 60058fd9 by Beno?t Minisini at 2018-08-23T18:04:02Z Merge branch 'nowget' into 'master' Replace wget with HttpClient See merge request gambas/gambas!31 - - - - - 2 changed files: - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Options/FOption.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/f0dfa829e7759e141979814e1b87c7f225e78dcb...60058fd9a5d3d99883a31cef9bc6b8dc0188652b -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/f0dfa829e7759e141979814e1b87c7f225e78dcb...60058fd9a5d3d99883a31cef9bc6b8dc0188652b 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 Aug 25 01:45:22 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 24 Aug 2018 23:45:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Find 5 components' dependencies via pkg-config Message-ID: <5b809893ba4fa_598c3fead169a540315827@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8b4eec26 by bgermann at 2018-08-24T21:50:47Z Find 5 components' dependencies via pkg-config [GB.COMPRESS.ZLIB] * NEW: Find dependency via pkg-config [GB.DB.SQLITE2] * NEW: Find dependency via pkg-config [GB.NCURSES] * NEW: Find dependency via pkg-config [GB.PCRE] * NEW: Find dependency via pkg-config [GB.SDL.SOUND] * NEW: Find dependency via pkg-config - - - - - 1b3a1480 by Beno?t Minisini at 2018-08-24T23:45:21Z Merge branch 'pkgconfig' into 'master' Find 5 components' dependencies via pkg-config See merge request gambas/gambas!34 - - - - - 5 changed files: - gb.compress.zlib/configure.ac - gb.db.sqlite2/configure.ac - gb.ncurses/configure.ac - gb.pcre/configure.ac - gb.sdl.sound/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/compare/60058fd9a5d3d99883a31cef9bc6b8dc0188652b...1b3a1480f79bc3d9ff98af8cd172d61b44a33750 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/60058fd9a5d3d99883a31cef9bc6b8dc0188652b...1b3a1480f79bc3d9ff98af8cd172d61b44a33750 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 Aug 25 14:16:24 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 25 Aug 2018 12:16:24 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_2_commits=3A_Farm_client=3A_The_=22Show_old_versions=22_?= =?utf-8?q?checkbox_is_now_correctly_taken_into=E2=80=A6?= Message-ID: <5b814899abd6d_6c293f9fb8c2fc0844574e@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 89397907 by gambas at 2018-08-25T12:14:07Z Farm client: The "Show old versions" checkbox is now correctly taken into account when showing softwares. [DEVELOPMENT ENVIRONMENT] * BUG: Farm client: The "Show old versions" checkbox is now correctly taken into account when showing softwares. An old version will not be hidden if it is actually installed. - - - - - fe3717bc by gambas at 2018-08-25T12:16:14Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/1b3a1480f79bc3d9ff98af8cd172d61b44a33750...fe3717bc8931143112b1c76071f321b6cc845df8 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1b3a1480f79bc3d9ff98af8cd172d61b44a33750...fe3717bc8931143112b1c76071f321b6cc845df8 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 Aug 26 09:09:57 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 26 Aug 2018 07:09:57 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Add_an_option_to_tell_if_we_want_the_debugging_panel_to_?= =?utf-8?b?YmUgZGlzcGxheWVk4oCm?= Message-ID: <5b825245e20c1_1d9a3fa55337683c1048f3@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4145ccd2 by gambas at 2018-08-26T07:08:49Z Add an option to tell if we want the debugging panel to be displayed automatically when the debugger starts or when something is printed on the console. [DEVELOPMENT ENVIRONMENT] * NEW: Add an option to tell if we want the debugging panel to be displayed automatically when the debugger starts or when something is printed on the console. - - - - - 7 changed files: - app/src/gambas3/.lang/fr.mo - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form View it on GitLab: https://gitlab.com/gambas/gambas/commit/4145ccd2fa77cd14a522a1fe269ef9f4d175af73 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4145ccd2fa77cd14a522a1fe269ef9f4d175af73 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 Aug 27 23:58:13 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 27 Aug 2018 21:58:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Eof() now correctly works on file bigger than 4GB opened in direct mode. Message-ID: <5b8473f61dcd_5a5f3f89988d969815587f@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7d16436c by gambas at 2018-08-27T21:57:30Z Eof() now correctly works on file bigger than 4GB opened in direct mode. [INTERPRETER] * BUG: Eof() now correctly works on file bigger than 4GB opened in direct mode. - - - - - 4 changed files: - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h - main/gbx/gbx_stream_direct.c - main/gbx/gbx_stream_process.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/7d16436c5c6dafa358c4beb7e04f3d783a178bfb -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7d16436c5c6dafa358c4beb7e04f3d783a178bfb 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 Aug 28 17:08:15 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 28 Aug 2018 15:08:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Rename 'ClassStat' class as '_ClassStat' to avoid a possible name collision. Message-ID: <5b856560aa41b_65893ff1791d7a9031335f@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fc2cbe81 by gambas at 2018-08-28T15:05:11Z Rename 'ClassStat' class as '_ClassStat' to avoid a possible name collision. [GB.JIT] * NEW: Rename 'ClassStat' class as '_ClassStat' to avoid a possible name collision. - - - - - bde635a6 by gambas at 2018-08-28T15:07:35Z TextEditor: Automatic brace completion is more clever now. [GB.FORM.EDITOR] * NEW: TextEditor: Automatic brace completion is more clever now. - - - - - 7 changed files: - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorMode.class - comp/src/gb.form.editor/.startup - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/gb.jit/.src/ClassStat.class ? main/lib/jit/gb.jit/.src/_ClassStat.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/7d16436c5c6dafa358c4beb7e04f3d783a178bfb...bde635a666236f41d150d43f8d8ec8c45cd71e2b -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/7d16436c5c6dafa358c4beb7e04f3d783a178bfb...bde635a666236f41d150d43f8d8ec8c45cd71e2b 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 Aug 29 03:08:20 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 01:08:20 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Make_the_documentation_on_gui_components_work_if_gb=2Eqt?= =?utf-8?q?4_is_not_installed_on_the=E2=80=A6?= Message-ID: <5b85f205a5f03_6bee3fb538f8c7d052437@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2aad9c06 by gambas at 2018-08-29T01:06:36Z Make the documentation on gui components work if gb.qt4 is not installed on the system. At least one GUI component must be present. [DEVELOPMENT ENVIRONMENT] * BUG: Make the documentation on gui components work if gb.qt4 is not installed on the system. At least one GUI component must be present. * BUG: Fix the stylesheet of the offline documentation. - - - - - 5 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Help/Wiki/Wiki.module - + app/src/gambas3/help/wiki/style-offline.css View it on GitLab: https://gitlab.com/gambas/gambas/commit/2aad9c06251f3571185ce63da2695495a0344aa4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/2aad9c06251f3571185ce63da2695495a0344aa4 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 Aug 29 03:11:25 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 01:11:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Changes to the build system Message-ID: <5b85f2be63ce9_478b3ff5e75599d03505d@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b6a00614 by Bastian Germann at 2018-08-29T01:11:22Z Changes to the build system - - - - - 502244a2 by Beno?t Minisini at 2018-08-29T01:11:22Z Merge branch 'prefix' into 'master' Changes to the build system See merge request gambas/gambas!35 - - - - - 8 changed files: - gb.compress.bzlib2/configure.ac - gb.crypt/configure.ac - gb.db.mysql/configure.ac - gb.db.odbc/configure.ac - gb.db.postgresql/configure.ac - gb.gmp/configure.ac - gb.ncurses/configure.ac - gb.v4l/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/compare/2aad9c06251f3571185ce63da2695495a0344aa4...502244a23c9455f69abd5953f0a6e4df1ebb63e0 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/2aad9c06251f3571185ce63da2695495a0344aa4...502244a23c9455f69abd5953f0a6e4df1ebb63e0 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 Aug 29 11:23:47 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 09:23:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Correctly compile void function arguments. Message-ID: <5b866624727dd_66773f7e91aa73243505@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a680d73 by gambas at 2018-08-29T09:22:56Z Correctly compile void function arguments. [GB.JIT] * BUG: Correctly compile void function arguments. - - - - - d4750511 by gambas at 2018-08-29T09:23:37Z 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/502244a23c9455f69abd5953f0a6e4df1ebb63e0...d47505114be33e55ac11c775e5349b9781cce616 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/502244a23c9455f69abd5953f0a6e4df1ebb63e0...d47505114be33e55ac11c775e5349b9781cce616 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 Aug 29 11:42:29 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 09:42:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Remove crypt.h Message-ID: <5b866a86af317_66773f7e91aae048711ae@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f04492c9 by bgermann at 2018-08-29T07:26:48Z Remove crypt.h gb.crypt does not need crypt.h because it only uses crypt functions from unistd.h. On non-linux systems there is no crypt.h which causes autoconf to fail. - - - - - 4ff6099b by Beno?t Minisini at 2018-08-29T09:42:15Z Merge branch 'crypt' into 'master' Remove crypt.h See merge request gambas/gambas!36 - - - - - 2 changed files: - gb.crypt/configure.ac - gb.crypt/src/c_crypt.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/d47505114be33e55ac11c775e5349b9781cce616...4ff6099b5e496205b49e9b7bce4d54b9d0aacbc4 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d47505114be33e55ac11c775e5349b9781cce616...4ff6099b5e496205b49e9b7bce4d54b9d0aacbc4 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 Aug 29 11:46:50 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 09:46:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix merge request !36 made by Bastian Germann. Message-ID: <5b866b8b53b4f_1f723f8b279d679052636@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 078a4fe6 by gambas at 2018-08-29T09:46:02Z Fix merge request !36 made by Bastian Germann. [GB.CRYPT] * BUG: Fix merge request !36 made by Bastian Germann. - - - - - 2 changed files: - gb.crypt/configure.ac - gb.crypt/src/c_crypt.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/078a4fe68b33b50e16a674a4e83700bac2e5db01 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/078a4fe68b33b50e16a674a4e83700bac2e5db01 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 Aug 29 13:42:22 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 29 Aug 2018 11:42:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] No need to include anymore. Message-ID: <5b86869fc68af_29c3f9ed71d957412086@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 17a6ad0c by gambas at 2018-08-29T11:41:57Z No need to include <crypt.h> anymore. [GB.CRYPT] * NEW: No need to include <crypt.h> anymore. - - - - - 2 changed files: - gb.crypt/src/c_crypt.c - gb.crypt/src/main.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/17a6ad0c73326887875a2791125d8e50f3c4a13c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/17a6ad0c73326887875a2791125d8e50f3c4a13c 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 Aug 30 02:49:40 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 30 Aug 2018 00:49:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Farm client: Display the upload age of each software. Message-ID: <5b873f25ab5f5_34eb3fa628a21684427482@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8fb275a2 by gambas at 2018-08-30T00:48:54Z Farm client: Display the upload age of each software. [DEVELOPMENT ENVIRONMENT] * NEW: Farm client: Display the upload age of each software. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.mo - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form - app/src/gambas3/.src/Project/Farm/SoftwareBox.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/8fb275a2adddd736a78731290183591601354c4c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8fb275a2adddd736a78731290183591601354c4c 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 Aug 31 02:12:47 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 31 Aug 2018 00:12:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] [GB.FORM.EDITOR] Message-ID: <5b88880056626_332a3fef2b088a54220426@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7e3f84d1 by gambas at 2018-08-31T00:11:44Z [GB.FORM.EDITOR] * BUG: TextEditor: Fix automatic completion of string delimiters. * BUG: TextEditor: Add single quote to HTML and WebPage string delimiters. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/TextEditorMode.class - comp/src/gb.form.editor/.src/TextEditorMode_HTML.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: