From gitlab at mg.gitlab.com Thu Aug 3 19:21:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Aug 2023 17:21:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: DictClient: New virtual control for supporting the 'dict://' protocol. Message-ID: <64cbe228207a1_28a4f4c24128@gitlab-sidekiq-low-urgency-cpu-bound-v2-55f55b5fcd-s47jv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c03ed64d by Beno?t Minisini at 2023-08-03T19:20:09+02:00 DictClient: New virtual control for supporting the 'dict://' protocol. [GB.NET.CURL] * NEW: DictClient: New virtual control for supporting the 'dict://' protocol. * NEW: Redraw control icons. - - - - - 506bf4e9 by Beno?t Minisini at 2023-08-03T19:21:34+02:00 Redraw DnsClient and remove 'gb.net.curl' control icons. [DEVELOPMENT ENVIRONMENT] * NEW: Redraw DnsClient and remove 'gb.net.curl' control icons. - - - - - 14 changed files: - app/src/gambas3/img/control/dnsclient.png - ? app/src/gambas3/img/control/ftpclient.png - ? app/src/gambas3/img/control/httpclient.png - gb.net.curl/src/CCurl.c - gb.net.curl/src/CCurl.h - gb.net.curl/src/CFtpClient.c - gb.net.curl/src/CHttpClient.c - + gb.net.curl/src/gb.net.curl/.hidden/control/dictclient.png - + gb.net.curl/src/gb.net.curl/.hidden/control/ftpclient.png - + gb.net.curl/src/gb.net.curl/.hidden/control/httpclient.png - + gb.net.curl/src/gb.net.curl/.hidden/curlclient.png - + gb.net.curl/src/gb.net.curl/.src/DictClient.class - gb.net.curl/src/gb.net.curl/.src/MMain.module - gb.net.curl/src/gbcurl.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f563dd0557afc654ed92f679b14f599074dbfef0...506bf4e93b7c52a0db48755c614dd9dc087436b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f563dd0557afc654ed92f679b14f599074dbfef0...506bf4e93b7c52a0db48755c614dd9dc087436b3 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 3 22:58:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Aug 2023 20:58:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Resize newly opened debugger windows to fit the contents vertically. Message-ID: <64cc14f12e0b8_28a3fe8552a9@gitlab-sidekiq-low-urgency-cpu-bound-v2-55d66b54fd-hh6h8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5e076a7e by Beno?t Minisini at 2023-08-03T22:58:20+02:00 Resize newly opened debugger windows to fit the contents vertically. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Resize newly opened debugger windows to fit the contents vertically. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugExpr.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5e076a7ed8e9941d33128f351986402d668702df -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5e076a7ed8e9941d33128f351986402d668702df 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 3 23:19:39 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Aug 2023 21:19:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a button to copy all compiler warnings to the clipboard. Message-ID: <64cc19ebee10a_28a4d302239d@gitlab-sidekiq-low-urgency-cpu-bound-v2-55d66b54fd-f9wg7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d771aa93 by Beno?t Minisini at 2023-08-03T23:19:34+02:00 Add a button to copy all compiler warnings to the clipboard. [DEVELOPMENT ENVIRONMENT] * NEW: Add a button to copy all compiler warnings to the clipboard. * NEW: You have now to double-click on a warning to go to the associated line of code. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d771aa93eb68b2ae713eb3ba34edda499c815ccb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d771aa93eb68b2ae713eb3ba34edda499c815ccb 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 4 13:40:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Aug 2023 11:40:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for e2k architecture. Message-ID: <64cce3acae889_28a45b03565f@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dbc9ddb59-9q29h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8210240e by Beno?t Minisini at 2023-08-04T13:39:55+02:00 Support for e2k architecture. [CONFIGURATION] * NEW: Support for e2k architecture. [INTERPRETER] * NEW: Support for e2k architecture. - - - - - 3 changed files: - acinclude.m4 - main/configure.ac - main/share/gb_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8210240eb94cfc438ef1041b2e537cbeb005f3a6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8210240eb94cfc438ef1041b2e537cbeb005f3a6 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 4 14:02:40 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Aug 2023 12:02:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix configuration on Alpine. Message-ID: <64cce8e020ffd_28a4d80274c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dbc9ddb59-dsp78.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 428ac952 by Beno?t Minisini at 2023-08-04T14:02:17+02:00 Fix configuration on Alpine. [CONFIGURATION] * BUG: Fix configuration on Alpine. - - - - - 1 changed file: - acinclude.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/428ac95235e2388c5d24767d7d70c78fdc8d03b8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/428ac95235e2388c5d24767d7d70c78fdc8d03b8 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 4 14:43:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Aug 2023 12:43:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation on Alpine again. Message-ID: <64ccf2819d244_28a3ea86692@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dbc9ddb59-ztd66.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f0a5c686 by Beno?t Minisini at 2023-08-04T14:43:22+02:00 Fix compilation on Alpine again. [CONFIGURATION] * BUG: Fix compilation on Alpine again. - - - - - 1 changed file: - main/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0a5c6867da02c04188a23da1e8755c59d422ffe -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0a5c6867da02c04188a23da1e8755c59d422ffe 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 4 15:56:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Aug 2023 13:56:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for e2k architecture (continue...) Message-ID: <64cd03851ff1_28a4aec542bc@gitlab-sidekiq-low-urgency-cpu-bound-v2-bdb58c69f-msrks.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f937ee9f by Beno?t Minisini at 2023-08-04T15:55:39+02:00 Support for e2k architecture (continue...) [INTERPRETER] * NEW: Support for e2k architecture (continue...) - - - - - 2 changed files: - main/share/gambas.h - main/share/gb_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f937ee9fe015dc1030a7e22114629e8f79456a92 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f937ee9fe015dc1030a7e22114629e8f79456a92 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 8 17:37:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 08 Aug 2023 15:37:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Toolbar: Correctly position separator when the toolbar size changes. Message-ID: <64d2613fa30dd_28a7f08104d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-65f5dfc5b6-xcxxw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 018c7d06 by Beno?t Minisini at 2023-08-08T17:37:29+02:00 Toolbar: Correctly position separator when the toolbar size changes. [GB.FORM.MDI] * BUG: Toolbar: Correctly position separator when the toolbar size changes. - - - - - 1 changed file: - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/018c7d06c3ebc4c6f068fc53c6f17e37dfd1ef05 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/018c7d06c3ebc4c6f068fc53c6f17e37dfd1ef05 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 11 00:46:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 10 Aug 2023 22:46:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListBox: Handle key press events for finding items, like ComboBox. Message-ID: <64d568c4ccfa0_281fa6be81023b0@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c7876df9b-rgdsk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8dec4ed5 by Beno?t Minisini at 2023-08-11T00:45:42+02:00 ListBox: Handle key press events for finding items, like ComboBox. [GB.GUI.BASE] * NEW: ListBox: Handle key press events for finding items, like ComboBox. - - - - - 6 changed files: - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Main.module - comp/src/gb.gui.base/.src/Test/FListBox.form - + comp/src/gb.gui.base/.src/Test/FTestButton.class - + comp/src/gb.gui.base/.src/Test/FTestButton.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8dec4ed5d8075bda6ef2f6818008bb9cda8e84d5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8dec4ed5d8075bda6ef2f6818008bb9cda8e84d5 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 11 00:52:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 10 Aug 2023 22:52:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: PageUp and PageDown move now the same number of lines. Message-ID: <64d56a3e4d4f_28a7fbc987ec@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c7876df9b-sz62j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 550fa94f by Beno?t Minisini at 2023-08-11T00:52:37+02:00 TextEditor: PageUp and PageDown move now the same number of lines. [GB.FORM.EDITOR] * BUG: TextEditor: PageUp and PageDown move now the same number of lines. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550fa94f6e1c8f1881c7a1dbe7c253a65c170781 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550fa94f6e1c8f1881c7a1dbe7c253a65c170781 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 11 13:43:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Aug 2023 11:43:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove test forms that do not compile. Message-ID: <64d61efa81481_286efc6c103356@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c7876df9b-frd2k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8e50479a by Beno?t Minisini at 2023-08-11T13:42:56+02:00 Remove test forms that do not compile. [GB.GUI.BASE] * BUG: Remove test forms that do not compile. - - - - - 2 changed files: - ? comp/src/gb.gui.base/.src/Test/FTestButton.class - ? comp/src/gb.gui.base/.src/Test/FTestButton.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e50479a29a8fc04b22e4060dccb8c3171a624d1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e50479a29a8fc04b22e4060dccb8c3171a624d1 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 11 15:57:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Aug 2023 13:57:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise the 'Menu' event when the PopupMenu property is not set and the right... Message-ID: <64d63e4be9184_28a9ba05994d@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c7876df9b-lpdzf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 73e4fd70 by Beno?t Minisini at 2023-08-11T15:57:23+02:00 Raise the 'Menu' event when the PopupMenu property is not set and the right button may have been clicked. [GB.DBUS.TRAYICON] * NEW: Raise the 'Menu' event when the PopupMenu property is not set and the right button may have been clicked. - - - - - 4 changed files: - comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class - comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class - comp/src/gb.dbus.trayicon/.src/FTest.class - comp/src/gb.dbus.trayicon/.src/TrayIcon.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73e4fd70ba9ff7b4cd325529e923e4323403895a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73e4fd70ba9ff7b4cd325529e923e4323403895a 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 16 13:08:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Aug 2023 11:08:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't crash if the argument of 'SizeOf()' is incorrect, but raise an error instead. Message-ID: <64dcae1f851c8_28a7044514de@gitlab-sidekiq-low-urgency-cpu-bound-v2-75cff648c9-b76vz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c10a03cb by Beno?t Minisini at 2023-08-16T13:07:35+02:00 Don't crash if the argument of 'SizeOf()' is incorrect, but raise an error instead. [INTERPRETER] * BUG: Don't crash if the argument of 'SizeOf()' is incorrect, but raise an error instead. - - - - - 1 changed file: - main/gbx/gbx_subr_conv.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c10a03cb59f24cca6bed231320f95798d3f660d3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c10a03cb59f24cca6bed231320f95798d3f660d3 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 16 16:34:33 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Aug 2023 14:34:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Optimize conversions from Pointer datatype. Message-ID: <64dcde795ceb0_28a70d090747@gitlab-sidekiq-low-urgency-cpu-bound-v2-5447644777-sxz4k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b8a7dbd by Beno?t Minisini at 2023-08-16T16:33:50+02:00 Optimize conversions from Pointer datatype. [GB.JIT] * OPT: Optimize conversions from Pointer datatype. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b8a7dbdb7d12b21afd0946b6ec80f2923236978 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b8a7dbdb7d12b21afd0946b6ec80f2923236978 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 16 18:04:51 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Aug 2023 16:04:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Recover the speed of Gambas 3.18 by moving code. Message-ID: <64dcf3a3a1337_28a8a5c415c9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5447644777-7nsns.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5fa1961a by Beno?t Minisini at 2023-08-16T18:04:08+02:00 Recover the speed of Gambas 3.18 by moving code. [INTERPRETER] * OPT: Recover the speed of Gambas 3.18 by moving code. - - - - - 17 changed files: - main/gbx/gb_error.c - main/gbx/gb_error.h - main/gbx/gbx_c_string.c - main/gbx/gbx_compare.c - main/gbx/gbx_date.c - main/gbx/gbx_exec_loop.c - main/gbx/gbx_local.c - main/gbx/gbx_stream.c - main/gbx/gbx_stream_memory.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_subr_test.c - main/gbx/gbx_subr_time.c - main/lib/eval/eval.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fa1961a62c869d22c256d60db68672f164dd6a6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fa1961a62c869d22c256d60db68672f164dd6a6 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 16 19:30:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Aug 2023 17:30:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Prevent some optimizations that cannot work in a just-in-time context. Message-ID: <64dd07c65eef_28a7c24-29@gitlab-sidekiq-low-urgency-cpu-bound-v2-698b94f4d9-srmn7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dabe089f by Beno?t Minisini at 2023-08-16T19:30:07+02:00 Prevent some optimizations that cannot work in a just-in-time context. [INTEPRETER] * BUG: Prevent some optimizations that cannot work in a just-in-time context. - - - - - 2 changed files: - main/gbx/gbx_exec_pop.c - main/gbx/gbx_exec_push.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dabe089ff74cd2b889881628b53acc6fdaa7b280 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dabe089ff74cd2b889881628b53acc6fdaa7b280 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 16 22:38:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Aug 2023 20:38:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'gambas-thin' icon theme. Message-ID: <64dd33b93e29e_28aa39866e@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c75b4c959-2mhtx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ceb013ae by Beno?t Minisini at 2023-08-16T22:36:48+02:00 Add 'gambas-thin' icon theme. [GB.FORM.STOCK] * NEW: Add 'gambas-thin' icon theme. * NEW: 32 pixels version is not mandatory anymore if the 128 pixels version exists. - - - - - 6daafebe by Beno?t Minisini at 2023-08-16T22:38:10+02:00 Support for 'gambas-thin' theme icon. Add 'log', 'mahjongg' stock icons. [GB.FORM] * NEW: Support for 'gambas-thin' theme icon. * NEW: Add 'log', 'mahjongg' stock icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/.hidden/gambas3.png - + comp/src/gb.form.stock/.hidden/v?hicule.png - comp/src/gb.form.stock/.src/Main.module - comp/src/gb.form.stock/.src/MakeIconTheme.module - comp/src/gb.form.stock/.src/_DefaultStock.class - + comp/src/gb.form.stock/gambas-mono/128/log.png - + comp/src/gb.form.stock/gambas-mono/128/mahjongg.png - + comp/src/gb.form.stock/gambas-mono/32/log.png - comp/src/gb.form.stock/gambas-mono/32/usb.png - + comp/src/gb.form.stock/gambas-thin/128/access.png - + comp/src/gb.form.stock/gambas-thin/128/administrator.png - + comp/src/gb.form.stock/gambas-thin/128/agenda.png - + comp/src/gb.form.stock/gambas-thin/128/alarm.png - + comp/src/gb.form.stock/gambas-thin/128/android.png - + comp/src/gb.form.stock/gambas-thin/128/application.png - + comp/src/gb.form.stock/gambas-thin/128/archive.png - + comp/src/gb.form.stock/gambas-thin/128/audio.png - + comp/src/gb.form.stock/gambas-thin/128/battery.png - + comp/src/gb.form.stock/gambas-thin/128/bicycle.png - + comp/src/gb.form.stock/gambas-thin/128/bluetooth-off.png - + comp/src/gb.form.stock/gambas-thin/128/bluetooth.png - + comp/src/gb.form.stock/gambas-thin/128/book.png - + comp/src/gb.form.stock/gambas-thin/128/bookmark.png - + comp/src/gb.form.stock/gambas-thin/128/bus.png - + comp/src/gb.form.stock/gambas-thin/128/c.png - + comp/src/gb.form.stock/gambas-thin/128/cake.png - + comp/src/gb.form.stock/gambas-thin/128/calculator.png - + comp/src/gb.form.stock/gambas-thin/128/calendar.png - + comp/src/gb.form.stock/gambas-thin/128/camera.png - + comp/src/gb.form.stock/gambas-thin/128/car.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dabe089ff74cd2b889881628b53acc6fdaa7b280...6daafebeafa3ab8d44854214acdec048d853f063 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dabe089ff74cd2b889881628b53acc6fdaa7b280...6daafebeafa3ab8d44854214acdec048d853f063 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 17 12:33:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Aug 2023 10:33:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a possible crash when creating a new TextArea control. Message-ID: <64ddf77323015_28a709410234@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c75b4c959-7cw74.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b496c336 by Beno?t Minisini at 2023-08-17T12:32:46+02:00 Fix a possible crash when creating a new TextArea control. [GB.GTK] * BUG: Fix a possible crash when creating a new TextArea control. [GB.GTK3] * BUG: Fix a possible crash when creating a new TextArea control. - - - - - 1 changed file: - gb.gtk/src/gtextarea.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b496c336ca786a47c8d2b4578e8be2ff9f754afc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b496c336ca786a47c8d2b4578e8be2ff9f754afc 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 17 14:44:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Aug 2023 12:44:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Read the output of the preview task more reliably. Message-ID: <64de1642e8d55_28368ab4893878@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c75b4c959-h8w9m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4bb24c34 by Beno?t Minisini at 2023-08-17T14:44:46+02:00 FileView: Read the output of the preview task more reliably. [GB.FORM] * BUG: FileView: Read the output of the preview task more reliably. * NEW: FileView: Draw the preview icon overlay on the bottom. - - - - - 1 changed file: - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4bb24c345e5e670dc01c00a9086730f52675b312 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4bb24c345e5e670dc01c00a9086730f52675b312 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 17 18:52:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Aug 2023 16:52:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Highlight new lines in debugger windows. Message-ID: <64de5054269b7_28a8a34324a2@gitlab-sidekiq-low-urgency-cpu-bound-v2-65f9854d6f-xdm4w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 32cdce35 by Beno?t Minisini at 2023-08-17T18:50:01+02:00 Debugger: Highlight new lines in debugger windows. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Highlight new lines in debugger windows. - - - - - 1 changed file: - app/src/gambas3/.src/Debug/FDebugExpr.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/32cdce3546351210b26e0f5f9286fb052da5ffb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/32cdce3546351210b26e0f5f9286fb052da5ffb6 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 17 18:55:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Aug 2023 16:55:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Rework undo/redo management to fix some problems. Message-ID: <64de5100bbc16_28a73dc31f4@gitlab-sidekiq-low-urgency-cpu-bound-v2-65f9854d6f-4v9gx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4bbc609e by Beno?t Minisini at 2023-08-17T18:55:22+02:00 Image editor: Rework undo/redo management to fix some problems. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Rework undo/redo management to fix some problems. * BUG: Image editor: If the selection is void, the copy action copies the entire image. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Image/FImageEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4bbc609ea13656fb7bdccc2d011a7cf97145a37a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4bbc609ea13656fb7bdccc2d011a7cf97145a37a 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 18 13:39:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Aug 2023 11:39:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MySQL 8.0.34 does not support automatic reconnection anymore. Message-ID: <64df58772f0a9_28a83cc156f8@gitlab-sidekiq-low-urgency-cpu-bound-v2-6fc679bd57-vzstn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f3c2d461 by Beno?t Minisini at 2023-08-18T13:39:04+02:00 MySQL 8.0.34 does not support automatic reconnection anymore. [GB.DB.MYSQL] * NEW: MySQL 8.0.34 does not support automatic reconnection anymore. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3c2d461de9f5e48456be33529ca4f72fec96289 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3c2d461de9f5e48456be33529ca4f72fec96289 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 18 14:02:22 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Aug 2023 12:02:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to fix OpenSuse tumbleweed Message-ID: <64df5dcea5f13_28a929079977@gitlab-sidekiq-low-urgency-cpu-bound-v2-6fc679bd57-wztzj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 190c2bd2 by Beno?t Minisini at 2023-08-18T12:02:19+00:00 Try to fix OpenSuse tumbleweed - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/190c2bd2f674f23998ebcbe6c6a4a5295ebae8df -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/190c2bd2f674f23998ebcbe6c6a4a5295ebae8df 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 18 22:44:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Aug 2023 20:44:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Remove upper bound on poppler version for gb.pdf Message-ID: <64dfd8213fd43_28a7a809967@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc4f79697-dtvj7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b2a8ef86 by Amin Bandali at 2023-08-18T22:07:30+02:00 Remove upper bound on poppler version for gb.pdf [GB.PDF] * NEW: Remove upper bound on poppler version for gb.pdf - - - - - 224c555e by Beno?t Minisini at 2023-08-18T20:44:14+00:00 Merge branch 'poppler-version' into 'master' Remove upper bound on poppler version for gb.pdf See merge request gambas/gambas!309 - - - - - 1 changed file: - gb.pdf/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/190c2bd2f674f23998ebcbe6c6a4a5295ebae8df...224c555e3ff32b29abee830b734145423698f2c9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/190c2bd2f674f23998ebcbe6c6a4a5295ebae8df...224c555e3ff32b29abee830b734145423698f2c9 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 19 22:30:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Aug 2023 20:30:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Add some stock icons: 'bug', 'save-all', 'tabs', 'text-normal'. Message-ID: <64e126489c42f_28a91289471a@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc4f79697-v22wn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6c0bcb00 by Beno?t Minisini at 2023-08-19T18:52:01+02:00 Add some stock icons: 'bug', 'save-all', 'tabs', 'text-normal'. [GB.FORM] * NEW: Add some stock icons: 'bug', 'save-all', 'tabs', 'text-normal'. - - - - - f8c85708 by Beno?t Minisini at 2023-08-19T22:20:11+02:00 Add 'text-caps' stock icon. [GB.FORM] * NEW: Add 'text-caps' stock icon. - - - - - 4b132885 by Beno?t Minisini at 2023-08-19T22:21:14+02:00 Add some stock icons. Update 'text-*' icons. [GB.FORM.STOCK] * NEW: Add some stock icons. * NEW: Update 'text-*' icons. - - - - - d91d11fa by Beno?t Minisini at 2023-08-19T22:27:10+02:00 'Request.Scheme' supports more CGI headers. Add 'Response.Cookie' to handle cookie properties. [GB.WEB] * NEW: 'Request.Scheme' supports more CGI headers. * NEW: 'Response.Cookie' returns a virtual object that allows to define the cookie properties. * NEW: 'Response.SetCookie()' takes the 'Response.Cookie' properties into account when a corresponding argument is missing. - - - - - 0edd7d43 by Beno?t Minisini at 2023-08-19T22:29:35+02:00 TreeView: Expanding an item with the mouse ensures that the expanded contents is visible. Setting the 'Expanded' property manually now does not ensure that anymore. [GB.GUI.BASE] * NEW: TreeView: Expanding an item with the mouse ensures that the expanded contents is visible. Setting the 'Expanded' property manually now does not ensure that anymore. - - - - - 82888cc0 by Beno?t Minisini at 2023-08-19T22:29:45+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - comp/src/gb.form.stock/.src/Main.module - + comp/src/gb.form.stock/gambas-mono/128/bug.png - + comp/src/gb.form.stock/gambas-mono/128/save-all.png - + comp/src/gb.form.stock/gambas-mono/128/save-as.png - + comp/src/gb.form.stock/gambas-mono/128/save.png - + comp/src/gb.form.stock/gambas-mono/128/tabs.png - + comp/src/gb.form.stock/gambas-mono/128/text-bigger.png - + comp/src/gb.form.stock/gambas-mono/128/text-bold.png - + comp/src/gb.form.stock/gambas-mono/128/text-caps.png - + comp/src/gb.form.stock/gambas-mono/128/text-italic.png - + comp/src/gb.form.stock/gambas-mono/128/text-lower.png - + comp/src/gb.form.stock/gambas-mono/128/text-normal.png - + comp/src/gb.form.stock/gambas-mono/128/text-outline.png - + comp/src/gb.form.stock/gambas-mono/128/text-shadow.png - + comp/src/gb.form.stock/gambas-mono/128/text-smaller.png - + comp/src/gb.form.stock/gambas-mono/128/text-strike.png - + comp/src/gb.form.stock/gambas-mono/128/text-sub.png - + comp/src/gb.form.stock/gambas-mono/128/text-super.png - + comp/src/gb.form.stock/gambas-mono/128/text-underline.png - + comp/src/gb.form.stock/gambas-mono/128/text-upper.png - ? comp/src/gb.form.stock/gambas-mono/32/alarm.png - ? comp/src/gb.form.stock/gambas-mono/32/android.png - ? comp/src/gb.form.stock/gambas-mono/32/application.png - ? comp/src/gb.form.stock/gambas-mono/32/audio.png - ? comp/src/gb.form.stock/gambas-mono/32/book.png - ? comp/src/gb.form.stock/gambas-mono/32/bus.png - ? comp/src/gb.form.stock/gambas-mono/32/c.png - ? comp/src/gb.form.stock/gambas-mono/32/chart-line.png - ? comp/src/gb.form.stock/gambas-mono/32/chart-pie.png - ? comp/src/gb.form.stock/gambas-mono/32/chart.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/224c555e3ff32b29abee830b734145423698f2c9...82888cc0e747123d8417106d05d90b4e7391be91 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/224c555e3ff32b29abee830b734145423698f2c9...82888cc0e747123d8417106d05d90b4e7391be91 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 20 19:49:07 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 20 Aug 2023 17:49:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update and fix new look. Fix symbolic links on stock icons. Message-ID: <64e25213f1479_2894a6106232a@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc4f79697-kf65p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 55caa30b by Beno?t Minisini at 2023-08-20T19:49:01+02:00 Update and fix new look. Fix symbolic links on stock icons. [WIKI] * BUG: Fix symbolic links on stock icons. * NEW: Update and fix new look. - - - - - 7 changed files: - app/src/gambas-wiki/.public/critical.png - app/src/gambas-wiki/.public/info.png - app/src/gambas-wiki/.public/warning.png - app/src/gambas-wiki/.src/CComponent.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas-wiki/.src/Wiki.webpage View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/55caa30b854abe373a645429176fe114debfba92 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/55caa30b854abe373a645429176fe114debfba92 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 22 13:19:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Aug 2023 11:19:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'RegExp.FindAll()' is a new static method that return a string array of all... Message-ID: <64e499d1a5d8d_28a7d3c157f1@gitlab-sidekiq-low-urgency-cpu-bound-v2-546dbb9d55-pn5zr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61bab177 by Beno?t Minisini at 2023-08-22T13:18:54+02:00 'RegExp.FindAll()' is a new static method that return a string array of all substrings matching a pattern. [GB.PCRE] * NEW: 'RegExp.FindAll()' is a new static method that return a string array of all substrings matching a pattern. - - - - - 3 changed files: - gb.pcre/src/Makefile.am - gb.pcre/src/regexp.c - gb.pcre/src/regexp2.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61bab1771efd4778ae0bccacdbfdede03c7fdb14 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61bab1771efd4778ae0bccacdbfdede03c7fdb14 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 22 13:35:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Aug 2023 11:35:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] As usual, forgot to add the new file 'regexp_common.h'. Message-ID: <64e49d783df1d_28a891c83024@gitlab-sidekiq-low-urgency-cpu-bound-v2-546dbb9d55-g7vsc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e5816f6c by Beno?t Minisini at 2023-08-22T13:34:52+02:00 As usual, forgot to add the new file 'regexp_common.h'. [GB.PCRE] * BUG: As usual, forgot to add the new file 'regexp_common.h'. - - - - - 1 changed file: - + gb.pcre/src/regexp_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5816f6c3c7e588e132ba1e7eba37167cc52fe31 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5816f6c3c7e588e132ba1e7eba37167cc52fe31 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 22 23:20:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Aug 2023 21:20:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix deprecated declaration. Message-ID: <64e526b8d1a5a_28a3c6469212@gitlab-sidekiq-low-urgency-cpu-bound-v2-84d599c9c7-wl5dk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 69f7b31d by Beno?t Minisini at 2023-08-22T23:19:55+02:00 Fix deprecated declaration. [GB.QT4.WEBKIT] * BUG: Fix deprecated declaration. [GB.QT5.WEBKIT] * BUG: Fix deprecated declaration. - - - - - 1 changed file: - gb.qt4/src/webkit/cwebview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/69f7b31d67fdd1dc9c48a9a514e5ae92039cbf15 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/69f7b31d67fdd1dc9c48a9a514e5ae92039cbf15 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 23 02:48:42 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Aug 2023 00:48:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the... Message-ID: <64e5576af3a96_28a8b38198eb@gitlab-sidekiq-low-urgency-cpu-bound-v2-84d599c9c7-4wswd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 91887f92 by Beno?t Minisini at 2023-08-23T02:47:14+02:00 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved. [GB.SDL2] * NEW: 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved. - - - - - 2 changed files: - gb.sdl2/src/c_mouse.c - gb.sdl2/src/c_mouse.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91887f926b41be716ac2550375f0f9c1848f0932 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91887f926b41be716ac2550375f0f9c1848f0932 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 23 19:57:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Aug 2023 17:57:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataSource: Fix Find() method on PostgreSQL, that requires sub-query aliases... Message-ID: <64e6487f3332_28aa0f0194eb@gitlab-sidekiq-low-urgency-cpu-bound-v2-5498c8d5b5-5zf75.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0a04bfbb by Beno?t Minisini at 2023-08-23T19:57:10+02:00 DataSource: Fix Find() method on PostgreSQL, that requires sub-query aliases even if the alias is not needed! [GB.DB.FORM] * BUG: DataSource: Fix Find() method on PostgreSQL, that requires sub-query aliases even if the alias is not needed! - - - - - 1 changed file: - comp/src/gb.db.form/.src/DataTable.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0a04bfbb9ff60fa7905f54d1175ad25a2c3d3b33 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0a04bfbb9ff60fa7905f54d1175ad25a2c3d3b33 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 24 16:48:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 24 Aug 2023 14:48:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add and update some stock icons. Redraw zoom icons. Message-ID: <64e76db451b53_28a3bb071649@gitlab-sidekiq-low-urgency-cpu-bound-v2-7645dbcdf5-9hj6c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: de6cf42e by Beno?t Minisini at 2023-08-24T16:46:47+02:00 Add and update some stock icons. Redraw zoom icons. [GB.FORM.STOCK] * NEW: Add some stock icons. * NEW: Redraw zoom icons. * NEW: Update some icons. - - - - - 75ff35c4 by Beno?t Minisini at 2023-08-24T16:48:15+02:00 Add 'bomb', 'comment', 'epub', 'office-base', 'zoom', 'zoom-page' stock icons. [GB.FORM] * NEW: Add 'bomb', 'comment', 'epub', 'office-base', 'zoom', 'zoom-page' stock icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/gambas-mono/128/bomb.png - + comp/src/gb.form.stock/gambas-mono/128/comment.png - + comp/src/gb.form.stock/gambas-mono/128/epub.png - + comp/src/gb.form.stock/gambas-mono/128/office-base.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-fit.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-in.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-normal-rtl.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-normal.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-out.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-page.png - + comp/src/gb.form.stock/gambas-mono/128/zoom-width.png - + comp/src/gb.form.stock/gambas-mono/128/zoom.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-fit.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-in.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-normal-rtl.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-normal.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-out.png - ? comp/src/gb.form.stock/gambas-mono/32/zoom-width.png - + comp/src/gb.form.stock/gambas-thin/128/bomb.png - + comp/src/gb.form.stock/gambas-thin/128/comment.png - comp/src/gb.form.stock/gambas-thin/128/compass.png - + comp/src/gb.form.stock/gambas-thin/128/epub.png - comp/src/gb.form.stock/gambas-thin/128/help.png - + comp/src/gb.form.stock/gambas-thin/128/office-base.png - + comp/src/gb.form.stock/gambas-thin/128/pointer.png - comp/src/gb.form.stock/gambas-thin/128/quit.png - comp/src/gb.form.stock/gambas-thin/128/sdcard.png - + comp/src/gb.form.stock/gambas-thin/128/spell-check.png - comp/src/gb.form.stock/gambas-thin/128/table.png - + comp/src/gb.form.stock/gambas-thin/128/zoom-fit.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0a04bfbb9ff60fa7905f54d1175ad25a2c3d3b33...75ff35c40f69cafc236e490c8b7455039cf47067 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0a04bfbb9ff60fa7905f54d1175ad25a2c3d3b33...75ff35c40f69cafc236e490c8b7455039cf47067 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 25 03:06:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Aug 2023 01:06:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix the crash of Regexp.Replace() when pcre2 library is used. Message-ID: <64e7fe9e6f9fc_28a7ddc866a@gitlab-sidekiq-low-urgency-cpu-bound-v2-7645dbcdf5-mjgjd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c865a5a7 by Beno?t Minisini at 2023-08-25T03:05:49+02:00 Fix the crash of Regexp.Replace() when pcre2 library is used. [GB.PCRE] * BUG: Fix the crash of Regexp.Replace() when pcre2 library is used. - - - - - 1 changed file: - gb.pcre/src/regexp_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c865a5a7e58d3860a6d99b268fd48e7d2b5f3f68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c865a5a7e58d3860a6d99b268fd48e7d2b5f3f68 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 25 08:45:55 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Aug 2023 06:45:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Correctly check if the RETURNING keyword is available. Message-ID: <64e84e2332c00_28d3c78c6354@gitlab-sidekiq-low-urgency-cpu-bound-v2-7645dbcdf5-9wr5x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac15f27a by Beno?t Minisini at 2023-08-25T04:24:35+02:00 Correctly check if the RETURNING keyword is available. [GB.DB.MYSQL] * BUG: Correctly check if the RETURNING keyword is available, by searching for "MariaDB" in the full version string, and checking the version number. - - - - - a840f497 by Beno?t Minisini at 2023-08-25T04:28:56+02:00 Fix DataSource.Find() on MySQL. DataView now correctly unselect all lines when we are in creation mode and the view is not editable. [GB.DB.FORM] * BUG: DataTable: Write the SQL request of the Find() method is a way that is compatible with MySQL. * BUG: DataView: Correctly unselect all lines when we are in creation mode and the view is not editable. - - - - - 3 changed files: - comp/src/gb.db.form/.src/DataTable.class - comp/src/gb.db.form/.src/DataView.class - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c865a5a7e58d3860a6d99b268fd48e7d2b5f3f68...a840f497b8122ee70cc437fca2d3e83a34a0f21c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c865a5a7e58d3860a6d99b268fd48e7d2b5f3f68...a840f497b8122ee70cc437fca2d3e83a34a0f21c 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 28 13:40:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Aug 2023 11:40:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Image editor: Save the status of dialogs in the project settings file.. Message-ID: <64ec87abbf0ed_28a756c77118@gitlab-sidekiq-low-urgency-cpu-bound-v2-66f9754bd9-2fcf7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6c689aa0 by Beno?t Minisini at 2023-08-26T11:28:41+02:00 Image editor: Save the status of dialogs in the project settings file.. [DEVELOPMENT ENVIRONMENT] * NEW: Clip the right of the status label when there is not enough space. * NEW: Image editor: Save the status of tools dialogs in the project settings file. * NEW: Image editor: Save the status of the grid in the project settings file.. - - - - - 57360ae3 by Beno?t Minisini at 2023-08-26T12:00:15+02:00 GridView: Ignore hidden cells when moving the cursor by using the keyboard. Hidden rows are always returned as not selected. [GB.GUI.BASE] * NEW: GridView: Ignore hidden cells when moving the cursor by using the keyboard. * NEW: GridView: Hidden rows are always returned as not selected. - - - - - 718d5e67 by Beno?t Minisini at 2023-08-26T16:07:22+02:00 Project tree: Use the new filter event to filter the tree. It's a lot faster. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Save the status of image offset dialog correctly. * BUG: Image editor: Save the grid status on project close, not on form close anymore. * OPT: Project tree: Use the new filter event to filter the tree. It's a lot faster. * NEW: Update French translation. - - - - - bd045aab by Beno?t Minisini at 2023-08-26T16:09:08+02:00 TreeView: Add item 'Visible' property, and filtering support. [GB.GUI.BASE] * NEW: TreeView: Items got a 'Visible' property, that allows to hide it. * NEW: TreeView: 'Filter' is a new event that allows to filter the view. * NEW: TreeView: 'Filter()' is a new method that must be called each time the filtering state changes. - - - - - 5156f964 by Beno?t Minisini at 2023-08-26T16:12:30+02:00 ButtonBox: Add 'FilterPicture' property, that allows to change the picture displayed by the filter button. [GB.FORM] * NEW: ButtonBox: Add 'FilterPicture' property, that allows to change the picture displayed by the filter button. * NEW: Add 'chronometer' stock icon. - - - - - 862630ca by Beno?t Minisini at 2023-08-26T18:54:10+02:00 Image editor: Fix selection clear and undo on double click. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix selection clear and undo on double click. - - - - - 1affcc5e by Beno?t Minisini at 2023-08-28T04:25:54+02:00 GridView: Hidden cells are ignored by EnsureVisible() method. TreeView: Item height computation is faster now. [GB.GUI.BASE] * BUG: GridView: Hidden cells are ignored by EnsureVisible() method. * OPT: TreeView: Item height computation is faster now. - - - - - ad9f8a17 by Beno?t Minisini at 2023-08-28T04:43:36+02:00 Project tree: Add two buttons that display all items and shrink the view. Fix image editor resize dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix image resize dialog. * NEW: Project tree: Add a button to display all items. * NEW: Project tree: Add a button to shrink the view. * NEW: Project tree: Filtering automatically displays filtered items. * NEW: The shrinked view is now the default view when opening a project. - - - - - c624e3f9 by Beno?t Minisini at 2023-08-28T13:39:34+02:00 Resizing a window by code correctly raises the Resize event again. [GB.QT4] * BUG: Resizing a window by code correctly raises the Resize event again. [GB.QT5] * BUG: Resizing a window by code correctly raises the Resize event again. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageOffsetSelection.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Editor/Image/FImageQuality.class - app/src/gambas3/.src/Editor/Image/FImageResize.class - app/src/gambas3/.src/Editor/Image/FImageResize.form - app/src/gambas3/.src/Editor/Image/FImageRotate.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - + app/src/gambas3/img/32/collapse.png - + app/src/gambas3/img/32/expand.png - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/img/32/filter-menu.png - comp/src/gb.form/img/32/filter.png - comp/src/gb.form/map/icon.map - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/Test/FTestGridView.class - comp/src/gb.gui.base/.src/Test/FTestGridView.form - comp/src/gb.gui.base/.src/Test/FTestTreeView.class - comp/src/gb.gui.base/.src/Test/FTestTreeView.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a840f497b8122ee70cc437fca2d3e83a34a0f21c...c624e3f95f307c6d22617fdcd7cb91bbf857d699 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a840f497b8122ee70cc437fca2d3e83a34a0f21c...c624e3f95f307c6d22617fdcd7cb91bbf857d699 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 28 14:13:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Aug 2023 12:13:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw some icons so that they stretch better on small sizes. Message-ID: <64ec8f60dc1be_28ad63857488@gitlab-sidekiq-low-urgency-cpu-bound-v2-66f9754bd9-9g9vb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: edef98e2 by Beno?t Minisini at 2023-08-28T14:13:14+02:00 Redraw some icons so that they stretch better on small sizes. [GB.FORM.STOCK] * NEW: Redraw some icons so that they stretch better on small sizes. * NEW: Add 'chronometer' icon. - - - - - 30 changed files: - + comp/src/gb.form.stock/gambas-mono/128/chronometer.png - comp/src/gb.form.stock/gambas-mono/32/line-style.png - comp/src/gb.form.stock/gambas-mono/32/line-width.png - comp/src/gb.form.stock/gambas-mono/32/menu.png - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-center.png - comp/src/gb.form.stock/gambas-mono/32/text-fill.png - comp/src/gb.form.stock/gambas-mono/32/text-left.png - comp/src/gb.form.stock/gambas-mono/32/text-line-spacing.png - comp/src/gb.form.stock/gambas-mono/32/text-list-order-rtl.png - comp/src/gb.form.stock/gambas-mono/32/text-list-order.png - comp/src/gb.form.stock/gambas-mono/32/text-list.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - comp/src/gb.form.stock/gambas-mono/32/text-right.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - + comp/src/gb.form.stock/gambas-thin/128/chronometer.png - comp/src/gb.form.stock/gambas-thin/128/development.png - comp/src/gb.form.stock/gambas-thin/128/error.png - comp/src/gb.form.stock/gambas-thin/128/harddisk-root.png - comp/src/gb.form.stock/gambas-thin/128/harddisk.png - comp/src/gb.form.stock/gambas-thin/128/lock.png - comp/src/gb.form.stock/gambas-thin/128/quit.png - comp/src/gb.form.stock/gambas-thin/32/add.png - comp/src/gb.form.stock/gambas-thin/32/border-bottom.png - comp/src/gb.form.stock/gambas-thin/32/border-diag.png - comp/src/gb.form.stock/gambas-thin/32/border-horizontal.png - comp/src/gb.form.stock/gambas-thin/32/border-inside.png - comp/src/gb.form.stock/gambas-thin/32/border-left.png - comp/src/gb.form.stock/gambas-thin/32/border-none.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/edef98e2867e81e4bca71a1dc076b32dd5380f39 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/edef98e2867e81e4bca71a1dc076b32dd5380f39 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 30 22:10:48 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 30 Aug 2023 20:10:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataSource: Undone the old optimization from 2011 that prevent controls to be... Message-ID: <64efa2481c279_28a848027555@gitlab-sidekiq-low-urgency-cpu-bound-v2-6459c4b4df-rvbj7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 937f686f by Beno?t Minisini at 2023-08-30T22:10:40+02:00 DataSource: Undone the old optimization from 2011 that prevent controls to be refreshed when the Connection property changes. [GB.DB.FORM] * BUG: DataSource: Undone the old optimization from 2011 that prevent controls to be refreshed when the Connection property changes. - - - - - 1 changed file: - comp/src/gb.db.form/.src/DataSource.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/937f686f0959255fdad88cfc2db807033de16ada -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/937f686f0959255fdad88cfc2db807033de16ada 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 31 03:43:57 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 31 Aug 2023 01:43:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TreeView: Add ExpandAll() and CollapseAll() methods. Message-ID: <64eff05d41df1_28a84e4849be@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c9b4fd477-jcz6m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9cce4a5 by Beno?t Minisini at 2023-08-31T03:40:30+02:00 TreeView: Add ExpandAll() and CollapseAll() methods. [GB.GUI.BASE] * NEW: TreeView: Add ExpandAll() and CollapseAll() methods. * NEW: TreeView: Add ExpandAll() and CollapseAll() methods to items. - - - - - 5297073b by Beno?t Minisini at 2023-08-31T03:43:51+02:00 Project tree: Put the option buttons inside the filter popup menu. Enhance default collapse. [DEVELOPMENT ENVIRONMENT] * BUG: Project browser: Fix view buttons icon size. * NEW: Image editor: Add more default gray colors in the color palette. * NEW: Project tree: Put the option buttons inside the filter popup menu. * NEW: Project tree: Use the new TreeView CollapseAll() and ExpandAll() methods. - - - - - 8 changed files: - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/CProjectTree.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/937f686f0959255fdad88cfc2db807033de16ada...5297073b3e6f6eda51164e32fe9de7692fe065f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/937f686f0959255fdad88cfc2db807033de16ada...5297073b3e6f6eda51164e32fe9de7692fe065f8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: