From gitlab at mg.gitlab.com Fri Dec 1 00:44:13 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Nov 2023 23:44:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some problems detected by 'CppCheck' tool. Message-ID: <65691e4d9ac2a_2c9ab3c231b3@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-t2f9j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3c77870b by Beno?t Minisini at 2023-12-01T00:30:09+01:00 Fix some problems detected by 'CppCheck' tool. [INTERPRETER] * BUG: Fix some problems detected by 'CppCheck' tool. - - - - - 28 changed files: - main/gbx/gb_error.c - main/gbx/gbx_archive.c - main/gbx/gbx_archive.h - main/gbx/gbx_c_application.c - main/gbx/gbx_c_class.c - main/gbx/gbx_c_enum.c - main/gbx/gbx_c_file.c - main/gbx/gbx_c_file.h - main/gbx/gbx_c_process.c - main/gbx/gbx_c_string.c - main/gbx/gbx_c_task.h - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_class_init.c - main/gbx/gbx_compare.c - main/gbx/gbx_date.c - main/gbx/gbx_date.h - main/gbx/gbx_debug.c - main/gbx/gbx_exec.h - main/gbx/gbx_local.c - main/gbx/gbx_number.c - main/gbx/gbx_stack.c - main/gbx/gbx_stream.h - main/gbx/gbx_string.c - main/gbx/gbx_string.h - main/gbx/gbx_subr_misc.c - main/gbx/gbx_type.c - main/gbx/gbx_watch.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c77870bb9d44c92ea999dfb0d04100b32893184 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c77870bb9d44c92ea999dfb0d04100b32893184 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 00:45:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Nov 2023 23:45:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some problems detected by 'CppCheck' tool, part 2. Message-ID: <65691e944c31b_2d9ab3c10943@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-h6mhc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 110675e5 by Beno?t Minisini at 2023-12-01T00:44:44+01:00 Fix some problems detected by 'CppCheck' tool, part 2. [INTERPRETER] * BUG: Fix some problems detected by 'CppCheck' tool, part 2. - - - - - 7 changed files: - main/lib/debug/gb.debug.h - main/share/gb_alloc_temp.h - main/share/gb_array_temp.h - main/share/gb_buffer_temp.h - main/share/gb_file_share.h - main/share/gb_file_temp.h - main/share/gb_table_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/110675e5f8906ce115268f8655a5730655af6567 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/110675e5f8906ce115268f8655a5730655af6567 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 00:59:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Nov 2023 23:59:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update documentation. Message-ID: <656921d2e0858_2d9ae704187c@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-m4975.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 54da5344 by Beno?t Minisini at 2023-12-01T00:47:21+01:00 Update documentation. [GB.UTIL] * NEW: Update documentation. - - - - - 3b1377cf by Beno?t Minisini at 2023-12-01T00:48:04+01:00 Update documentation. [GB.DB.FORM] * NEW: Update documentation. - - - - - 2decc380 by Beno?t Minisini at 2023-12-01T00:59:06+01:00 Update documentation and icons. [GB.WEB.GUI] * NEW: Update documentation and icons. - - - - - 22 changed files: - comp/src/gb.db.form/.icon.png - comp/src/gb.db.form/.src/DataBrowser.class - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.util/.icon.png - comp/src/gb.util/.src/Language.class - comp/src/gb.web.gui/.icon.png - comp/src/gb.web.gui/.public/fail.png - comp/src/gb.web.gui/.public/gw-arrow-down.png - comp/src/gb.web.gui/.public/gw-arrow-left.png - comp/src/gb.web.gui/.public/gw-arrow-right.png - comp/src/gb.web.gui/.public/gw-arrow-up.png - comp/src/gb.web.gui/.public/gw-close.png - ? comp/src/gb.web.gui/.public/message/error.png - + comp/src/gb.web.gui/.public/message/error.png - ? comp/src/gb.web.gui/.public/message/info.png - + comp/src/gb.web.gui/.public/message/info.png - ? comp/src/gb.web.gui/.public/message/question.png - + comp/src/gb.web.gui/.public/message/question.png - ? comp/src/gb.web.gui/.public/message/warning.png - + comp/src/gb.web.gui/.public/message/warning.png - comp/src/gb.web.gui/.src/Application.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/110675e5f8906ce115268f8655a5730655af6567...2decc38036a4eb2cadd03026c4b12f3c20347fee -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/110675e5f8906ce115268f8655a5730655af6567...2decc38036a4eb2cadd03026c4b12f3c20347fee You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 08:50:27 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Fri, 01 Dec 2023 07:50:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] some little improvements on batch conversion functions Message-ID: <6569904369493_2c9ab3c757c4@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-8x7fr.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 4490ad4b by gambix at 2023-12-01T08:48:38+01:00 some little improvements on batch conversion functions [GB.MAP] * BUG: MapPoint.ArrayToString must not add a \n at the end of the string. - - - - - 2 changed files: - comp/src/gb.map/.src/Tools/Proj.class - comp/src/gb.map/.src/Types/MapPoint.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4490ad4bad9011bc0ca4bd369d46f37f9e908860 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4490ad4bad9011bc0ca4bd369d46f37f9e908860 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 11:09:26 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 10:09:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice... Message-ID: <6569b0d6b2274_2cb946068d5@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-dldjh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 390b4509 by Beno?t Minisini at 2023-12-01T11:09:03+01:00 Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice faster than 'gcc' to compile JIT code. [GB.JIT] * NEW: Update project icon. * NEW: Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice faster than 'gcc' to compile JIT code. - - - - - cf07c88c by Beno?t Minisini at 2023-12-01T11:09:13+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 3 changed files: - main/lib/jit/gb.jit/.hidden/icon.png - main/lib/jit/gb.jit/.icon.png - main/lib/jit/gb.jit/.src/CCompilation.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4490ad4bad9011bc0ca4bd369d46f37f9e908860...cf07c88cb925880243b994e1c16e8cb23b7717be -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4490ad4bad9011bc0ca4bd369d46f37f9e908860...cf07c88cb925880243b994e1c16e8cb23b7717be You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 11:24:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 10:24:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Picking a color on the screen correctly selects it in the palette. Message-ID: <6569b457a6833_2c9ac182844@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-57gz6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8165423d by Beno?t Minisini at 2023-12-01T11:24:17+01:00 Image editor: Picking a color on the screen correctly selects it in the palette. [DEVELOPMENT ENVIRONMENT] * NEW: Update project icon. * BUG: Image editor: Picking a color on the screen correctly selects it in the palette. - - - - - 4 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/img/logo/logo-ide.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8165423d721b4fe34626a6558f5c6520ce9fc9bf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8165423d721b4fe34626a6558f5c6520ce9fc9bf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 11:25:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 10:25:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Update 'network' and 'gambas3' icons. Message-ID: <6569b47e93968_2c4c24f81005a@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-qlpb8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fcde3f5e by Beno?t Minisini at 2023-12-01T11:24:57+01:00 gambas-thin: Update 'network' and 'gambas3' icons. [GB.FORM.STOCK] * NEW: gambas-thin: Update 'network' and 'gambas3' icons. - - - - - 2 changed files: - comp/src/gb.form.stock/gambas-thin/128/network.png - comp/src/gb.form.stock/gambas-thin/app/gambas3.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fcde3f5eb0263fddee43f7dc1873e2d6b678ebca -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fcde3f5eb0263fddee43f7dc1873e2d6b678ebca You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 12:04:10 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Fri, 01 Dec 2023 11:04:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch WorkSpace Message-ID: <6569bdaa475d6_2c9abb4472fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-zb8pr.mail> Fabien Bodard pushed new branch WorkSpace at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/WorkSpace You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 12:21:33 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Fri, 01 Dec 2023 11:21:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] [DEVELOPPEMENT ENVIRONMENT] Message-ID: <6569c1bd7d089_2c9ab3c440d0@gitlab-sidekiq-low-urgency-cpu-bound-v2-b466cb768-8kp9c.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: 5e5a92ef by gambix at 2023-12-01T12:21:15+01:00 [DEVELOPPEMENT ENVIRONMENT] * NEW: Set the AllowStackSwap property activate on workspace - - - - - 3 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.project - app/src/gambas3/.src/FMain.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5e5a92ef38ca159645aa323fcdf10b0742b86103 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5e5a92ef38ca159645aa323fcdf10b0742b86103 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 18:06:01 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 17:06:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Do not crash when loading the breakpoints if the project is old. Message-ID: <656a127929532_2c9aed48257e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f97d8754-dq2cb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc76a323 by Beno?t Minisini at 2023-12-01T18:05:55+01:00 Debugger: Do not crash when loading the breakpoints if the project is old. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Do not crash when loading the breakpoints if the project is old. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Packager/FMakeInstall.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc76a3231134ba35f1e94e94bea168515c9b1956 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc76a3231134ba35f1e94e94bea168515c9b1956 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 18:09:57 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 17:09:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Make the gridview used in the popup not resizable. Message-ID: <656a13657e91c_2c9b000925b7@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f97d8754-s9qhv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6993eec4 by Beno?t Minisini at 2023-12-01T18:09:52+01:00 ComboBox: Make the gridview used in the popup not resizable. [GB.GUI.BASE] * BUG: ComboBox: Make the gridview used in the popup not resizable. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6993eec400de9c103f7c9abb8a1a54b82b27e881 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6993eec400de9c103f7c9abb8a1a54b82b27e881 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 18:46:19 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Fri, 01 Dec 2023 17:46:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] 6 commits: Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice... Message-ID: <656a1beb5534a_2c9afc4976c@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-9n559.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: 390b4509 by Beno?t Minisini at 2023-12-01T11:09:03+01:00 Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice faster than 'gcc' to compile JIT code. [GB.JIT] * NEW: Update project icon. * NEW: Use 'clang' by default if present, otherwise 'gcc', because 'clang' is twice faster than 'gcc' to compile JIT code. - - - - - cf07c88c by Beno?t Minisini at 2023-12-01T11:09:13+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 8165423d by Beno?t Minisini at 2023-12-01T11:24:17+01:00 Image editor: Picking a color on the screen correctly selects it in the palette. [DEVELOPMENT ENVIRONMENT] * NEW: Update project icon. * BUG: Image editor: Picking a color on the screen correctly selects it in the palette. - - - - - fcde3f5e by Beno?t Minisini at 2023-12-01T11:24:57+01:00 gambas-thin: Update 'network' and 'gambas3' icons. [GB.FORM.STOCK] * NEW: gambas-thin: Update 'network' and 'gambas3' icons. - - - - - 25d5f044 by gambix at 2023-12-01T16:26:26+01:00 Merge branch 'master' into WorkSpace - - - - - e5093566 by gambix at 2023-12-01T18:45:53+01:00 WorkSpace: Simplify the code and make it more usable. [GB.FORM.MDI] * NEW: WorkSpace: Simplify the code and make it more usable. - - - - - 10 changed files: - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/img/logo/logo-ide.png - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class - comp/src/gb.form.mdi/.src/Workspace/Workspace.class - comp/src/gb.form.stock/gambas-thin/128/network.png - comp/src/gb.form.stock/gambas-thin/app/gambas3.png - main/lib/jit/gb.jit/.hidden/icon.png - main/lib/jit/gb.jit/.icon.png - main/lib/jit/gb.jit/.src/CCompilation.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5e5a92ef38ca159645aa323fcdf10b0742b86103...e509356681e33e5e2110561b8d5e222baca3afd3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5e5a92ef38ca159645aa323fcdf10b0742b86103...e509356681e33e5e2110561b8d5e222baca3afd3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 19:32:47 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 18:32:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Try to make 'linux' and 'gnu' icons thin. Message-ID: <656a26cfe8f36_2c9ae5c456a@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-nhsk2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d842a83 by Beno?t Minisini at 2023-12-01T19:32:42+01:00 gambas-thin: Try to make 'linux' and 'gnu' icons thin. [GB.FORM.STOCK] * NEW: gambas-thin: Try to make 'linux' and 'gnu' icons thin. - - - - - 3 changed files: - comp/src/gb.form.stock/gambas-thin/128/gnu.png - comp/src/gb.form.stock/gambas-thin/128/highlight.png - comp/src/gb.form.stock/gambas-thin/128/linux.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d842a837c0fcfff9c1d0e89ccdd27bf455a9be1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d842a837c0fcfff9c1d0e89ccdd27bf455a9be1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 20:06:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 19:06:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update 'xdg-utils' to the current master. Add a way of disabling the automatic... Message-ID: <656a2eca43091_2c9aed4348ab@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-hfsgp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ec5c4551 by Beno?t Minisini at 2023-12-01T20:06:42+01:00 Update 'xdg-utils' to the current master. Add a way of disabling the automatic use of desktop portal. [GB.DESKTOP] * NEW: Update 'xdg-utils' to the current master. * NEW: 'DesktopPortal.Available' is now replaced by 'DesktopPortal.Enabled'. * NEW: Explicitly setting 'DesktopPortal.Enabled' to FALSE prevent 'gb.desktop' from using the desktop portal. 'xdg-utils' scripts are used instead. - - - - - 4 changed files: - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-desktop-icon - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-desktop-menu - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-email - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-icon-resource View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec5c45512bc622de209a28fb0a123885c03cf1c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec5c45512bc622de209a28fb0a123885c03cf1c6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 1 20:11:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Dec 2023 19:11:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for 'GB_JIT_ENABLED' environment variable. 'GB_JIT_ENABLED=0' is a... Message-ID: <656a2fd2989ac_2c9aeac5733b@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-gshpf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 010e5833 by Beno?t Minisini at 2023-12-01T20:10:31+01:00 Add support for 'GB_JIT_ENABLED' environment variable. 'GB_JIT_ENABLED=0' is a synonymous of 'GB_NO_JIT=1'. [INTERPRETER] * NEW: Add support for 'GB_JIT_ENABLED' environment variable. 'GB_JIT_ENABLED=0' is a synonymous of 'GB_NO_JIT=1'. - - - - - 1 changed file: - main/gbx/gbx_jit.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/010e5833938884d983f3052d670ea1074832b7a5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/010e5833938884d983f3052d670ea1074832b7a5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Dec 4 01:23:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 04 Dec 2023 00:23:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Add TextEditor to controls that Completion.class can use Message-ID: <656d1c1e44798_2c892004c1013df@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-4fxj7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 83e0ec37 by Bruce Steers at 2023-11-09T15:17:44+00:00 Add TextEditor to controls that Completion.class can use [GB.FORM] * NEW: Add TextEditor to Completion.class - - - - - e5661f85 by Bruce Steers at 2023-11-10T02:48:18+00:00 update Completion.class, remove unneeded TextEditor checks. [GB.FORM] * OPT: remove checks for TextEditor where not needed - - - - - b26611be by Bruce Steers at 2023-11-10T02:56:38+00:00 tweak Completion.class - - - - - ae89b0d5 by Beno?t Minisini at 2023-12-04T00:23:56+00:00 Merge branch 'texteditor-completion' into 'master' Add TextEditor to controls that Completion.class can use See merge request gambas/gambas!317 - - - - - 1 changed file: - comp/src/gb.form/.src/Completion.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/010e5833938884d983f3052d670ea1074832b7a5...ae89b0d5040e08659775f54ff36d8645277328b1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/010e5833938884d983f3052d670ea1074832b7a5...ae89b0d5040e08659775f54ff36d8645277328b1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Dec 4 01:28:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 04 Dec 2023 00:28:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Completion: Fix support for TextEditor. Message-ID: <656d1d3040dd3_2c9af381459b@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9684776d-qbdnm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 957a8f48 by Beno?t Minisini at 2023-12-04T01:28:26+01:00 Completion: Fix support for TextEditor. [GB.FORM] * BUG: Completion: Fix support for TextEditor. - - - - - 5 changed files: - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/Completion.class - comp/src/gb.form/.src/Test/FTestListEditor.class - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/957a8f48e27e2b5a467d6d3dac9e3cd6e219d0b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/957a8f48e27e2b5a467d6d3dac9e3cd6e219d0b7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 5 12:06:03 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Tue, 05 Dec 2023 11:06:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] 13 commits: Add TextEditor to controls that Completion.class can use Message-ID: <656f041b4e2ef_2c9b42449438@gitlab-sidekiq-low-urgency-cpu-bound-v2-66c64f6c7b-x7nqg.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: 83e0ec37 by Bruce Steers at 2023-11-09T15:17:44+00:00 Add TextEditor to controls that Completion.class can use [GB.FORM] * NEW: Add TextEditor to Completion.class - - - - - e5661f85 by Bruce Steers at 2023-11-10T02:48:18+00:00 update Completion.class, remove unneeded TextEditor checks. [GB.FORM] * OPT: remove checks for TextEditor where not needed - - - - - b26611be by Bruce Steers at 2023-11-10T02:56:38+00:00 tweak Completion.class - - - - - bc76a323 by Beno?t Minisini at 2023-12-01T18:05:55+01:00 Debugger: Do not crash when loading the breakpoints if the project is old. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Do not crash when loading the breakpoints if the project is old. - - - - - 6993eec4 by Beno?t Minisini at 2023-12-01T18:09:52+01:00 ComboBox: Make the gridview used in the popup not resizable. [GB.GUI.BASE] * BUG: ComboBox: Make the gridview used in the popup not resizable. - - - - - 1d842a83 by Beno?t Minisini at 2023-12-01T19:32:42+01:00 gambas-thin: Try to make 'linux' and 'gnu' icons thin. [GB.FORM.STOCK] * NEW: gambas-thin: Try to make 'linux' and 'gnu' icons thin. - - - - - ec5c4551 by Beno?t Minisini at 2023-12-01T20:06:42+01:00 Update 'xdg-utils' to the current master. Add a way of disabling the automatic use of desktop portal. [GB.DESKTOP] * NEW: Update 'xdg-utils' to the current master. * NEW: 'DesktopPortal.Available' is now replaced by 'DesktopPortal.Enabled'. * NEW: Explicitly setting 'DesktopPortal.Enabled' to FALSE prevent 'gb.desktop' from using the desktop portal. 'xdg-utils' scripts are used instead. - - - - - 010e5833 by Beno?t Minisini at 2023-12-01T20:10:31+01:00 Add support for 'GB_JIT_ENABLED' environment variable. 'GB_JIT_ENABLED=0' is a synonymous of 'GB_NO_JIT=1'. [INTERPRETER] * NEW: Add support for 'GB_JIT_ENABLED' environment variable. 'GB_JIT_ENABLED=0' is a synonymous of 'GB_NO_JIT=1'. - - - - - 57f60e22 by gambix at 2023-12-02T12:54:38+01:00 Merge branch 'master' into WorkSpace - - - - - ae89b0d5 by Beno?t Minisini at 2023-12-04T00:23:56+00:00 Merge branch 'texteditor-completion' into 'master' Add TextEditor to controls that Completion.class can use See merge request gambas/gambas!317 - - - - - 957a8f48 by Beno?t Minisini at 2023-12-04T01:28:26+01:00 Completion: Fix support for TextEditor. [GB.FORM] * BUG: Completion: Fix support for TextEditor. - - - - - fb0d3206 by gambix at 2023-12-04T09:42:34+01:00 Merge branch 'master' into WorkSpace - - - - - a1d3e9e7 by gambix at 2023-12-05T12:05:38+01:00 WorkSpace: Make the swapper a lot more esthetic [GB.FORM.MDI] * NEW: WorkSpace: Make the swapper a lot more esthetic - - - - - 6 changed files: - app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Packager/FMakeInstall.form - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-desktop-icon - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-desktop-menu - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-email - + comp/src/gb.desktop/.hidden/xdg-utils-master-20231201/xdg-icon-resource View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e509356681e33e5e2110561b8d5e222baca3afd3...a1d3e9e7d885c9b22e4e43e44c5f8576de6b542c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e509356681e33e5e2110561b8d5e222baca3afd3...a1d3e9e7d885c9b22e4e43e44c5f8576de6b542c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 5 16:12:23 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Tue, 05 Dec 2023 15:12:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] WorkSpace: Do not crash when removing tabs Message-ID: <656f3dd7eacf4_2d9464c82be@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c686b9cb4-28gb5.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: befa35a9 by gambix at 2023-12-05T16:12:00+01:00 WorkSpace: Do not crash when removing tabs [GB.FORM.MDI] * BUG: WorkSpace: Do not crash when removing tabs - - - - - 2 changed files: - comp/src/gb.form.mdi/.src/ToolBar/ToolBarExpander.class - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/befa35a90afc19a14743511eae3987e0430e5701 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/befa35a90afc19a14743511eae3987e0430e5701 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 6 00:37:10 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 05 Dec 2023 23:37:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Redraw some icons. Message-ID: <656fb42680658_2c9470081242@gitlab-sidekiq-low-urgency-cpu-bound-v2-8dff44d6d-x6gvh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 805d88fe by Beno?t Minisini at 2023-12-06T00:37:03+01:00 gambas-thin: Redraw some icons. [GB.FORM.STOCK] * NEW: gambas-thin: Redraw some icons. - - - - - 15 changed files: - + comp/src/gb.form.stock/.hidden/chromium.png - + comp/src/gb.form.stock/.hidden/firefox.png - + comp/src/gb.form.stock/.hidden/telegram-desktop.png - + comp/src/gb.form.stock/.hidden/vlc.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/cpp.png - comp/src/gb.form.stock/gambas-thin/128/css.png - comp/src/gb.form.stock/gambas-thin/128/csv.png - comp/src/gb.form.stock/gambas-thin/128/h.png - comp/src/gb.form.stock/gambas-thin/128/office-calc.png - comp/src/gb.form.stock/gambas-thin/128/script.png - comp/src/gb.form.stock/gambas-thin/128/share.png - comp/src/gb.form.stock/gambas-thin/128/sport.png - comp/src/gb.form.stock/gambas-thin/128/vector.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/805d88fe2dca5e6df59f70c59e85c934331e160a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/805d88fe2dca5e6df59f70c59e85c934331e160a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 6 01:00:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 06 Dec 2023 00:00:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Add an handle that allows to define the selection rotation center. Message-ID: <656fb9ba5d883_2c946d82015e@gitlab-sidekiq-low-urgency-cpu-bound-v2-8dff44d6d-6lc7x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 38b49c03 by Beno?t Minisini at 2023-12-06T01:00:51+01:00 Image editor: Add an handle that allows to define the selection rotation center. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Add an handle that allows to define the selection rotation center. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/38b49c038256038b7a59f34f234c6863ce764b7a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/38b49c038256038b7a59f34f234c6863ce764b7a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 6 20:59:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 06 Dec 2023 19:59:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Desktop.UsePortal' is the new property that tells if the desktop portal can be used or not. Message-ID: <6570d293a4b66_2c94840594c6@gitlab-sidekiq-low-urgency-cpu-bound-v2-8495fdfdfb-dvpsp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: afef3a23 by Beno?t Minisini at 2023-12-06T20:59:07+01:00 'Desktop.UsePortal' is the new property that tells if the desktop portal can be used or not. [GB.DESKTOP] * BUG: 'Desktop.UsePortal' is the new property that tells if the desktop portal can be used or not. 'DesktopPortal.Enabled' is actually not public. * BUG: Null address arrays can be sent to 'Desktop.SendMail()' when desktop portal is used. - - - - - 3 changed files: - comp/src/gb.desktop/.src/Desktop.class - comp/src/gb.desktop/.src/DesktopPortal.module - comp/src/gb.desktop/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/afef3a239889b054f4f85fed33dd84521092e5a1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/afef3a239889b054f4f85fed33dd84521092e5a1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Dec 7 01:56:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 07 Dec 2023 00:56:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: 'Clear()' method and 'Text' property now correctly reset all editor views. Message-ID: <65711831edb2b_2c94b4c44987@gitlab-sidekiq-low-urgency-cpu-bound-v2-5958f78d96-c257q.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 94304a76 by Beno?t Minisini at 2023-12-07T01:56:09+01:00 TextEditor: 'Clear()' method and 'Text' property now correctly reset all editor views. [GB.FORM.EDITOR] * BUG: TextEditor: 'Clear()' method and 'Text' property now correctly reset all editor views. - - - - - 5 changed files: - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - + comp/src/gb.form.editor/.src/test/FTestBruce.class - + comp/src/gb.form.editor/.src/test/FTestBruce.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/94304a76cd0baaf611d80c85e0a956f88f9cfeac -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/94304a76cd0baaf611d80c85e0a956f88f9cfeac You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Dec 7 23:41:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 07 Dec 2023 22:41:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Scrollbars came back thanks to a user style sheet. No idea why they are not... Message-ID: <65724a11bc499_2c94c8c93223@gitlab-sidekiq-low-urgency-cpu-bound-v2-56dfcc58c4-jlxtm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d4f2e912 by Beno?t Minisini at 2023-12-07T23:40:40+01:00 Scrollbars came back thanks to a user style sheet. No idea why they are not visible anymore by default. [GB.GTK3.WEBVIEW] * BUG: Scrollbars came back thanks to a user style sheet. No idea why they are not visible anymore by default. - - - - - 2 changed files: - gb.gtk3/src/webview/c_webview.c - gb.gtk3/src/webview/c_webview.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d4f2e912119ea1a386995f9a3ebc53249d8cbc4c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d4f2e912119ea1a386995f9a3ebc53249d8cbc4c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 8 15:28:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Dec 2023 14:28:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't try to arrange a window being deleted. Message-ID: <6573281e98623_2c94f9867781@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cd8fcc5d-4l47p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6cb5b4f8 by Beno?t Minisini at 2023-12-08T15:28:14+01:00 Don't try to arrange a window being deleted. [GB.QT4] * BUG: Don't try to arrange a window being deleted. [GB.QT5] * BUG: Don't try to arrange a window being deleted. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6cb5b4f852e753f92767503dbb73de294e5a2aac -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6cb5b4f852e753f92767503dbb73de294e5a2aac You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 9 07:49:10 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 09 Dec 2023 06:49:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: The rotation handle can be moved as expected in a pasted image. Message-ID: <65740de696df5_2c94f84742c1@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-sh9ms.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3993c668 by Beno?t Minisini at 2023-12-09T07:49:06+01:00 Image editor: The rotation handle can be moved as expected in a pasted image. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: The rotation handle can be moved as expected in a pasted image. * NEW: Update Gambas fonts. * NEW: Redraw module icons. - - - - - 13 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/form.png - app/src/gambas3/img/module/module.png - app/src/gambas3/img/module/report.png - app/src/gambas3/img/module/termform.png - app/src/gambas3/img/module/test.png - app/src/gambas3/img/module/webform.png - app/src/gambas3/img/module/webpage.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3993c668868bf090c86e9064c0d9c717f13e648d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3993c668868bf090c86e9064c0d9c717f13e648d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 9 07:48:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 09 Dec 2023 06:48:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebView: Raise signals correctly, in order, without duplicates. Message-ID: <65740da86a0bd_2c94f989446a@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-cfmwd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8691dadf by Beno?t Minisini at 2023-12-09T07:47:21+01:00 WebView: Raise signals correctly, in order, without duplicates. [GB.GTK3.WEBVIEW] * BUG: WebView: Raise signals correctly, in order, without duplicates. - - - - - 2 changed files: - gb.gtk3/src/webview/c_webview.c - gb.gtk3/src/webview/c_webview.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8691dadf3bdcd3a48ae2ba718c144583c5217aa7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8691dadf3bdcd3a48ae2ba718c144583c5217aa7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 9 10:21:05 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sat, 09 Dec 2023 09:21:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] 11 commits: gambas-thin: Redraw some icons. Message-ID: <65743181a1245_2c94f84445ce@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-jnf4w.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: 805d88fe by Beno?t Minisini at 2023-12-06T00:37:03+01:00 gambas-thin: Redraw some icons. [GB.FORM.STOCK] * NEW: gambas-thin: Redraw some icons. - - - - - 38b49c03 by Beno?t Minisini at 2023-12-06T01:00:51+01:00 Image editor: Add an handle that allows to define the selection rotation center. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Add an handle that allows to define the selection rotation center. - - - - - afef3a23 by Beno?t Minisini at 2023-12-06T20:59:07+01:00 'Desktop.UsePortal' is the new property that tells if the desktop portal can be used or not. [GB.DESKTOP] * BUG: 'Desktop.UsePortal' is the new property that tells if the desktop portal can be used or not. 'DesktopPortal.Enabled' is actually not public. * BUG: Null address arrays can be sent to 'Desktop.SendMail()' when desktop portal is used. - - - - - 94304a76 by Beno?t Minisini at 2023-12-07T01:56:09+01:00 TextEditor: 'Clear()' method and 'Text' property now correctly reset all editor views. [GB.FORM.EDITOR] * BUG: TextEditor: 'Clear()' method and 'Text' property now correctly reset all editor views. - - - - - d29b2094 by gambix at 2023-12-07T11:55:08+01:00 Merge branch 'master' into WorkSpace - - - - - d4f2e912 by Beno?t Minisini at 2023-12-07T23:40:40+01:00 Scrollbars came back thanks to a user style sheet. No idea why they are not visible anymore by default. [GB.GTK3.WEBVIEW] * BUG: Scrollbars came back thanks to a user style sheet. No idea why they are not visible anymore by default. - - - - - 6cb5b4f8 by Beno?t Minisini at 2023-12-08T15:28:14+01:00 Don't try to arrange a window being deleted. [GB.QT4] * BUG: Don't try to arrange a window being deleted. [GB.QT5] * BUG: Don't try to arrange a window being deleted. - - - - - 8691dadf by Beno?t Minisini at 2023-12-09T07:47:21+01:00 WebView: Raise signals correctly, in order, without duplicates. [GB.GTK3.WEBVIEW] * BUG: WebView: Raise signals correctly, in order, without duplicates. - - - - - 3993c668 by Beno?t Minisini at 2023-12-09T07:49:06+01:00 Image editor: The rotation handle can be moved as expected in a pasted image. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: The rotation handle can be moved as expected in a pasted image. * NEW: Update Gambas fonts. * NEW: Redraw module icons. - - - - - be0ba2b7 by gambix at 2023-12-09T10:11:45+01:00 Merge branch 'master' into WorkSpace - - - - - f551542d by gambix at 2023-12-09T10:20:33+01:00 WorkSpace: Do not crash when removing tabs Remove shadow on stack list [GB.FORM.MDI] * NEW: WorkSpace: Remove shadow on stack list - - - - - 30 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/form.png - app/src/gambas3/img/module/module.png - app/src/gambas3/img/module/report.png - app/src/gambas3/img/module/termform.png - app/src/gambas3/img/module/test.png - app/src/gambas3/img/module/webform.png - app/src/gambas3/img/module/webpage.png - comp/src/gb.desktop/.src/Desktop.class - comp/src/gb.desktop/.src/DesktopPortal.module - comp/src/gb.desktop/.src/Main.module - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - + comp/src/gb.form.editor/.src/test/FTestBruce.class - + comp/src/gb.form.editor/.src/test/FTestBruce.form - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class - + comp/src/gb.form.stock/.hidden/chromium.png - + comp/src/gb.form.stock/.hidden/firefox.png - + comp/src/gb.form.stock/.hidden/telegram-desktop.png - + comp/src/gb.form.stock/.hidden/vlc.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/cpp.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/befa35a90afc19a14743511eae3987e0430e5701...f551542d4540b7d3d21a10b1f37bc2ef138107e1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/befa35a90afc19a14743511eae3987e0430e5701...f551542d4540b7d3d21a10b1f37bc2ef138107e1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 9 10:59:35 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sat, 09 Dec 2023 09:59:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch dial Message-ID: <65743a872baed_2cc1bf18c982b1@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-pnxxk.mail> Fabien Bodard deleted branch dial at Gambas / gambas -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 9 11:01:41 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sat, 09 Dec 2023 10:01:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][WorkSpace] Add de lost dial widget to the WorkSpace branch Message-ID: <65743b0587ba_2c95024742d1@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-mlbm6.mail> Fabien Bodard pushed to branch WorkSpace at Gambas / gambas Commits: b4b6f913 by gambix at 2023-12-09T11:01:04+01:00 Add de lost dial widget to the WorkSpace branch [GB.GUI.BASE] * NEW: New gambas native Dial widget - - - - - 4 changed files: - comp/src/gb.gui.base/.icon.png - + comp/src/gb.gui.base/.src/Dial.class - + comp/src/gb.gui.base/.src/Test/FDial.class - + comp/src/gb.gui.base/.src/Test/FDial.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b4b6f913757544287cd60d27607f3476e68b9a1f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b4b6f913757544287cd60d27607f3476e68b9a1f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Dec 10 23:02:26 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 10 Dec 2023 22:02:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: To ANSI() does not emit '\e[21m' anymore, as it activates... Message-ID: <6576357257f2a_2c94f9819666@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-4mkng.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a89998b by Beno?t Minisini at 2023-12-10T23:02:20+01:00 TextHighlighter: To ANSI() does not emit '\e[21m' anymore, as it activates double-underline on some terminals. [GB.HIGHLIGHT] * BUG: TextHighlighter: To ANSI() does not emit '\e[21m' anymore, as it activates double-underline on some terminals. - - - - - 2 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a89998bd73a96a8a67e08ac08dc84c743085c5c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a89998bd73a96a8a67e08ac08dc84c743085c5c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Dec 10 23:04:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 10 Dec 2023 22:04:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: '\e[21m' does not unset 'bold' attribute, but '\e[22m' unsets... Message-ID: <657635e554266_2c94f2028840@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-s6gk7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 00df3872 by Beno?t Minisini at 2023-12-10T23:03:35+01:00 TerminalView: '\e[21m' does not unset 'bold' attribute, but '\e[22m' unsets both 'bold' and 'dim' attributes. [GB.FORM.TERMINAL] * BUG: TerminalView: '\e[21m' does not unset 'bold' attribute, but '\e[22m' unsets both 'bold' and 'dim' attributes. - - - - - 2 changed files: - comp/src/gb.form.terminal/.icon.png - comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00df3872341f6c0f47144e55aa3ddd1cf1ee4139 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00df3872341f6c0f47144e55aa3ddd1cf1ee4139 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Dec 10 23:34:33 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 10 Dec 2023 22:34:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update debian:trixie Message-ID: <65763cf9d656d_2c3b2d3f4411271@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-pnxxk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dbae2b88 by Beno?t Minisini at 2023-12-10T22:34:28+00:00 Update debian:trixie - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbae2b88c5bcf2cda7d6cb7d95ab48c354cafb4b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbae2b88c5bcf2cda7d6cb7d95ab48c354cafb4b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Dec 11 00:41:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 10 Dec 2023 23:41:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update 'debian:trixie'. Message-ID: <65764cc2c5014_2c94f2020358@gitlab-sidekiq-low-urgency-cpu-bound-v2-74565c95cb-4mkng.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a1c6c826 by Beno?t Minisini at 2023-12-10T23:41:52+00:00 Update 'debian:trixie'. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a1c6c826b44509675451982d6ba80e24de9e71c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a1c6c826b44509675451982d6ba80e24de9e71c3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 12 16:33:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Dec 2023 15:33:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Version control: Automatically revert unimportant files ('.icon.png' and... Message-ID: <65787d4332c_2c950b033779@gitlab-sidekiq-low-urgency-cpu-bound-v2-85c949cd76-sxw27.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7785eb0e by Beno?t Minisini at 2023-12-11T14:46:05+01:00 Version control: Automatically revert unimportant files ('.icon.png' and '.gitignore') before switching to another branch. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Add a button that switch to the selected branch. * NEW: Version control: Automatically revert unimportant files ('.icon.png' and '.gitignore') before switching to another branch. - - - - - 2037ac89 by Beno?t Minisini at 2023-12-11T14:47:16+01:00 Update project icon. [GB.DB.FORM] * NEW: Update project icon. - - - - - 747af4f7 by Beno?t Minisini at 2023-12-11T14:47:36+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 74caf79d by Beno?t Minisini at 2023-12-12T16:33:13+01:00 TextEditor: 'Rewrite' is a new property that allows the highlighting to rewrite the editor contents. It's TRUE by default. [GB.FORM.EDITOR] * NEW: TextEditor: 'Rewrite' is a new property that allows the highlighting to rewrite the editor contents. It's TRUE by default. - - - - - 12 changed files: - app/src/gambas3/.src/VersionControl/FBranchList.class - app/src/gambas3/.src/VersionControl/FBranchList.form - app/src/gambas3/.src/VersionControl/VersionControl.module - + comp/src/gb.db.form/.hidden/database.png - ? comp/src/gb.db.form/.hidden/icon.png - comp/src/gb.db.form/.icon.png - comp/src/gb.db.form/.project - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a1c6c826b44509675451982d6ba80e24de9e71c3...74caf79d9a7afb7c0e1e0cf3a49dfd412f8c0f5d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a1c6c826b44509675451982d6ba80e24de9e71c3...74caf79d9a7afb7c0e1e0cf3a49dfd412f8c0f5d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 12 21:31:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Dec 2023 20:31:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Search dialog: Avoid a possible crash on automatic refresh. Message-ID: <6578c3359b9ef_2b951a0259cb@gitlab-sidekiq-low-urgency-cpu-bound-v2-7cf7d967d-5d8v4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8c35c6dc by Beno?t Minisini at 2023-12-12T18:56:54+01:00 Search dialog: Avoid a possible crash on automatic refresh. [DEVELOPMENT ENVIRONMENT] * BUG: Search dialog: Avoid a possible crash on automatic refresh. - - - - - 7ee7b100 by Beno?t Minisini at 2023-12-12T21:17:23+01:00 Project version is now stored in the '.version' file. [DEVELOPMENT ENVIRONMENT] * NEW: Project version is now stored in the '.version' file. Backward-compatibility is ensured by keeping the old version number in the '.project' file, but this old version number is kept unchanged. - - - - - f1ee3400 by Beno?t Minisini at 2023-12-12T21:28:14+01:00 The project version is now stored in the '.version' file. [COMPILER] * NEW: The project version is now stored in the '.version' file. - - - - - 8fd05828 by Beno?t Minisini at 2023-12-12T21:31:19+01:00 Version control: Add '.version' to the list of unimportant files that are automatically reverted on branch change or project close. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Add '.version' to the list of unimportant files that are automatically reverted on branch change or project close. - - - - - 6 changed files: - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectInfo.class - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/VersionControl/VersionControl.module - + app/src/gambas3/.version - main/gbc/gbc_compile.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74caf79d9a7afb7c0e1e0cf3a49dfd412f8c0f5d...8fd058283a68553fca85b0f518b955e79595ccbd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74caf79d9a7afb7c0e1e0cf3a49dfd412f8c0f5d...8fd058283a68553fca85b0f518b955e79595ccbd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 12 22:43:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Dec 2023 21:43:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update financial support file. Message-ID: <6578d41ed450c_2c95088605a9@gitlab-sidekiq-low-urgency-cpu-bound-v2-94965f4dd-sc5c8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: acdb9753 by Beno?t Minisini at 2023-12-12T22:43:53+01:00 Update financial support file. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support file. - - - - - 1 changed file: - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/acdb975372ec1e169e19f43bf561b83c1f6d0a10 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/acdb975372ec1e169e19f43bf561b83c1f6d0a10 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 02:44:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 01:44:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'lyx' icon for all themes. Add custom application icons for 'gambas-thin'. Message-ID: <65790c8c5e05e_2c9504c4561e@gitlab-sidekiq-low-urgency-cpu-bound-v2-c4c9b89bd-klvwh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bacff7b1 by Beno?t Minisini at 2023-12-13T02:44:04+01:00 Add 'lyx' icon for all themes. Add custom application icons for 'gambas-thin'. [GB.FORM.STOCK] * NEW: Add 'lyx' icon for all themes. * NEW: gambas-thin: Add custom application icons. - - - - - 7808429b by Beno?t Minisini at 2023-12-13T02:44:35+01:00 Add 'lyx' stock icon. [GB.FORM] * NEW: Add 'lyx' stock icon. - - - - - 25 changed files: - + comp/src/gb.form.stock/.version - + comp/src/gb.form.stock/gambas-mono/128/lyx.png - + comp/src/gb.form.stock/gambas-thin/128/brush.png - comp/src/gb.form.stock/gambas-thin/128/highlight.png - comp/src/gb.form.stock/gambas-thin/128/linux.png - comp/src/gb.form.stock/gambas-thin/128/log.png - + comp/src/gb.form.stock/gambas-thin/128/lyx.png - comp/src/gb.form.stock/gambas-thin/128/media-player.png - comp/src/gb.form.stock/gambas-thin/128/money.png - ? comp/src/gb.form.stock/gambas-thin/32/brush.png - + comp/src/gb.form.stock/gambas-thin/app/MidnightCommander.png - + comp/src/gb.form.stock/gambas-thin/app/chromium.png - + comp/src/gb.form.stock/gambas-thin/app/display-im6.q16.png - + comp/src/gb.form.stock/gambas-thin/app/display.im6.png - + comp/src/gb.form.stock/gambas-thin/app/firefox.png - + comp/src/gb.form.stock/gambas-thin/app/ksudoku.png - + comp/src/gb.form.stock/gambas-thin/app/org.gimp.GIMP.png - + comp/src/gb.form.stock/gambas-thin/app/org.inkscape.Inkscape.png - + comp/src/gb.form.stock/gambas-thin/app/steam.png - + comp/src/gb.form.stock/gambas-thin/app/thunderbird.png - + comp/src/gb.form.stock/gambas-thin/app/torbrowser.png - + comp/src/gb.form.stock/gambas-thin/app/vlc.png - + comp/src/gb.form.stock/gambas/128/lyx.png - + comp/src/gb.form/.version - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/acdb975372ec1e169e19f43bf561b83c1f6d0a10...7808429bf7ada50a8d89069920fdbe4ca9995e94 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/acdb975372ec1e169e19f43bf561b83c1f6d0a10...7808429bf7ada50a8d89069920fdbe4ca9995e94 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 03:36:47 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 02:36:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Add a custom application icon for gnome. Message-ID: <657918bfafeef_2c9507468032@gitlab-sidekiq-low-urgency-cpu-bound-v2-c4c9b89bd-zbx5l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 52bf03e1 by Beno?t Minisini at 2023-12-13T03:36:40+01:00 gambas-thin: Add a custom application icon for gnome. [GB.FORM.STOCK] * NEW: gambas-thin: Add a custom application icon for gnome. - - - - - 1 changed file: - + comp/src/gb.form.stock/gambas-thin/app/gnome-aisleriot.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52bf03e1748b65aa3d4d52f0e08d8633b45d5511 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52bf03e1748b65aa3d4d52f0e08d8633b45d5511 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 04:08:41 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 03:08:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Add another custom application icon for gnome. Message-ID: <65792039121df_2c95024696b1@gitlab-sidekiq-low-urgency-cpu-bound-v2-c4c9b89bd-q9hfv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88cf4986 by Beno?t Minisini at 2023-12-13T04:08:35+01:00 gambas-thin: Add another custom application icon for gnome. [GB.FORM.STOCK] * NEW: gambas-thin: Add another custom application icon for gnome. - - - - - 1 changed file: - + comp/src/gb.form.stock/gambas-thin/app/software-center.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88cf4986dcef2ca67ab8088ce9e23fd19c56a448 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88cf4986dcef2ca67ab8088ce9e23fd19c56a448 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 04:59:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 03:59:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas-thin: Add application icons for gnome. Message-ID: <65792c3e31ca6_2c9506095515@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bb79d658d-j4h4p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bee87bb5 by Beno?t Minisini at 2023-12-13T04:58:55+01:00 gambas-thin: Add application icons for gnome. [GB.FORM.STOCK] * NEW: gambas-thin: Add application icons for gnome. - - - - - 6 changed files: - comp/src/gb.form.stock/.icon.png - + comp/src/gb.form.stock/gambas-thin/app/gnome-freecell.png - + comp/src/gb.form.stock/gambas-thin/app/gnome-sudoku.png - + comp/src/gb.form.stock/gambas-thin/app/org.gnome.Sudoku.png - + comp/src/gb.form.stock/gambas-thin/app/org.gnome.Todo.png - comp/src/gb.form.stock/gambas-thin/app/software-center.png ? comp/src/gb.form.stock/gambas-thin/app/software-store.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bee87bb5742458c91e3e5c12cc00c5f4ae506489 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bee87bb5742458c91e3e5c12cc00c5f4ae506489 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 05:01:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 04:01:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update icon map for gnome. Message-ID: <65792c9c32d3c_2c951a07039@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bb79d658d-9hkvx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f2810549 by Beno?t Minisini at 2023-12-13T05:01:16+01:00 Update icon map for gnome. [GB.FORM] * NEW: Update icon map for gnome. - - - - - 7cc8828c by Beno?t Minisini at 2023-12-13T05:01:21+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bee87bb5742458c91e3e5c12cc00c5f4ae506489...7cc8828cd51041b8fc9210dc3b60a2c2c7843bd2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bee87bb5742458c91e3e5c12cc00c5f4ae506489...7cc8828cd51041b8fc9210dc3b60a2c2c7843bd2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 17:22:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 16:22:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add '.version' file to version control only at initial creation. Message-ID: <6579da54c5726_2c9502460222@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f85985788-n9rqn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a4045082 by Beno?t Minisini at 2023-12-13T17:22:38+01:00 Add '.version' file to version control only at initial creation. [DEVELOPMENT ENVIRONMENT] * BUG: Add '.version' file to version control only at initial creation. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a40450827f833cc40a3b33c308a20f84a3472ad6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a40450827f833cc40a3b33c308a20f84a3472ad6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 20:50:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 19:50:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: 'Connection.Create()' now takes an extra optional boolean argument that tells... Message-ID: <657a0b1985b58_2c9522c59499@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc449b5b4-zcpcg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7132d73d by Beno?t Minisini at 2023-12-13T20:47:51+01:00 'Connection.Create()' now takes an extra optional boolean argument that tells not to raise an error if the newly created record already exists. [GB.DB] * NEW: 'Connection.Create()' now takes an extra optional boolean argument that tells not to raise an error if the newly created record already exists, i.e. if there is no conflict when inserting the new record in the database. - - - - - 80848243 by Beno?t Minisini at 2023-12-13T20:50:00+01:00 Support for ignoring conflicts when inserting a new record. [GB.DB.MYSQL] * NEW: Support for ignoring conflicts when inserting a new record. [GB.DB.POSTGRESQL] * NEW: Support for ignoring conflicts when inserting a new record. [GB.DB.SQLITE3] * NEW: Support for ignoring conflicts when inserting a new record. - - - - - 7 changed files: - gb.db.mysql/src/main.c - gb.db.postgresql/src/main.c - gb.db.sqlite3/src/main.c - main/lib/db/CConnection.c - main/lib/db/CResult.c - main/lib/db/CResult.h - main/lib/db/gb.db.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40450827f833cc40a3b33c308a20f84a3472ad6...808482437d55b3c188faa52e7639d0c3d835813f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40450827f833cc40a3b33c308a20f84a3472ad6...808482437d55b3c188faa52e7639d0c3d835813f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 20:51:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 19:51:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update project templates icons. Message-ID: <657a0b552dc75_2b951c884253@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc449b5b4-wbm5r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b49a575f by Beno?t Minisini at 2023-12-13T20:51:21+01:00 Update project templates icons. [TEMPLATES] * NEW: Update project templates icons. - - - - - 18 changed files: - app/template/console/.hidden/icon.png - app/template/console/.icon.png - app/template/database/.hidden/icon.png - app/template/database/.icon.png - app/template/graphical/.hidden/icon.png - app/template/graphical/.icon.png - app/template/gtk2/.hidden/icon.png - app/template/gtk2/.icon.png - app/template/gtk3/.hidden/icon.png - app/template/gtk3/.icon.png - app/template/qt/.hidden/icon.png - app/template/qt/.icon.png - app/template/sdl/.hidden/icon.png - app/template/sdl/.icon.png - app/template/web/.hidden/icon.png - app/template/web/.icon.png - app/template/webform/.hidden/icon.png - app/template/webform/.icon.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b49a575f05307842e22193aedb4993d8abb088c8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b49a575f05307842e22193aedb4993d8abb088c8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 20:54:59 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 19:54:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'music' and 'card' stock icons, and an application icon for 'Meld' in 'gambas-thin' theme. Message-ID: <657a0c1357fd6_2c9513c629a8@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc449b5b4-9p7v4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d3320568 by Beno?t Minisini at 2023-12-13T20:54:54+01:00 Add 'music' and 'card' stock icons, and an application icon for 'Meld' in 'gambas-thin' theme. [GB.FORM.STOCK] * NEW: Add 'music' stock icon and redraw 'multimedia' icon. * NEW: Add 'card' stock icon. * NEW: gambas-thin: Add application icon for 'Meld'. - - - - - 19 changed files: - comp/src/gb.form.stock/.icon.png - + comp/src/gb.form.stock/gambas-mono/128/card.png - comp/src/gb.form.stock/gambas-mono/128/multimedia.png - + comp/src/gb.form.stock/gambas-mono/128/music.png - + comp/src/gb.form.stock/gambas-thin/128/card.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/multimedia.png - + comp/src/gb.form.stock/gambas-thin/128/music.png - comp/src/gb.form.stock/gambas-thin/128/webcam.png - ? comp/src/gb.form.stock/gambas-thin/app/gnome-aisleriot.png - ? comp/src/gb.form.stock/gambas-thin/app/gnome-freecell.png - comp/src/gb.form.stock/gambas-thin/app/gnome-sudoku.png - comp/src/gb.form.stock/gambas-thin/app/ksudoku.png - + comp/src/gb.form.stock/gambas-thin/app/org.gnome.Meld.png - comp/src/gb.form.stock/gambas-thin/app/org.gnome.Sudoku.png - + comp/src/gb.form.stock/gambas/128/card.png - comp/src/gb.form.stock/gambas/128/multimedia.png - + comp/src/gb.form.stock/gambas/128/music.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d3320568d806b3a9d3f521be04459d5ccca6e363 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d3320568d806b3a9d3f521be04459d5ccca6e363 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 20:55:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 19:55:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'card' and 'music' stock icons. Message-ID: <657a0c3373fd0_2c9529099252@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc449b5b4-bcsjh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 56f68e7f by Beno?t Minisini at 2023-12-13T20:55:26+01:00 Add 'card' and 'music' stock icons. [GB.FORM] * NEW: Add 'card' and 'music' stock icons. - - - - - 1 changed file: - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/56f68e7fb38cf5eea2216d583868e3e2334eda20 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/56f68e7fb38cf5eea2216d583868e3e2334eda20 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 22:27:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 21:27:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Load saved selections only the first time the 'Selection' tab is... Message-ID: <657a21a45d302_2c95128569f6@gitlab-sidekiq-low-urgency-cpu-bound-v2-69df7d8c88-95z94.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a27b0023 by Beno?t Minisini at 2023-12-13T22:26:55+01:00 Image editor: Load saved selections only the first time the 'Selection' tab is clicked on the image editor property panel. [DEVELOPMENT ENVIRONMENT] * OPT: Image editor: Load saved selections only the first time the 'Selection' tab is clicked on the image editor property panel. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Image/FImageProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a27b00237afeb28583f74bd3cf00bb6f1e0f7dc1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a27b00237afeb28583f74bd3cf00bb6f1e0f7dc1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 13 22:35:07 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Dec 2023 21:35:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Better draw the overlay of translatable project icons. Message-ID: <657a238b18714_2c952a4890aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-69df7d8c88-sqkbh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 75a137a7 by Beno?t Minisini at 2023-12-13T22:35:01+01:00 Better draw the overlay of translatable project icons. [DEVELOPMENT ENVIRONMENT] * BUG: Better draw the overlay of translatable project icons. - - - - - 2 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75a137a78394093e244a7632dc8f3505300a8200 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75a137a78394093e244a7632dc8f3505300a8200 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Dec 14 17:57:05 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Dec 2023 16:57:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search dialog: Avoid looping error messages when trying to refresh a file that... Message-ID: <657b33e167d8e_2c950b0706b7@gitlab-sidekiq-low-urgency-cpu-bound-v2-5cd94c68fc-hdc4g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e6ea1c63 by Beno?t Minisini at 2023-12-14T17:56:59+01:00 Search dialog: Avoid looping error messages when trying to refresh a file that does not exist anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Search dialog: Avoid looping error messages when trying to refresh a file that does not exist anymore. - - - - - 1 changed file: - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e6ea1c63f37d10ebc7411f33aa8621ac9556de7f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e6ea1c63f37d10ebc7411f33aa8621ac9556de7f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Dec 14 23:14:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Dec 2023 22:14:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Selection save and restore has been broken by the last commit.... Message-ID: <657b7e452a49a_2c950c49329@gitlab-sidekiq-low-urgency-cpu-bound-v2-6bf5849669-65kgr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fc38b523 by Beno?t Minisini at 2023-12-14T23:13:21+01:00 Image editor: Selection save and restore has been broken by the last commit. Fix it and now store the selections in its own JSON file outside of the IDE configuration file. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Selection save and restore has been broken by the last commit. Fix it and now store the selections in its own JSON file outside of the IDE configuration file. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc38b523fbcf42cacac233664bb3a1be6794a11a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc38b523fbcf42cacac233664bb3a1be6794a11a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 16 12:49:13 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 16 Dec 2023 11:49:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Add a draw polygon / star tool. Message-ID: <657d8eb97bf25_2c95204289e3@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d8b9b74-nwqwg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 70faf03d by Beno?t Minisini at 2023-12-16T12:49:08+01:00 Image editor: Add a draw polygon / star tool. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Add a draw polygon / star tool. - - - - - 7 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/CImageShape.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70faf03dc103b91e767022b44671a39f0da41b16 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70faf03dc103b91e767022b44671a39f0da41b16 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Dec 17 01:30:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 17 Dec 2023 00:30:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: ImageView: The mouse wheel zooms the image if the 'UseMouse' property is set. Message-ID: <657e4110e266a_2c6bb1108527@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d8b9b74-2ckkx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 74035396 by Beno?t Minisini at 2023-12-17T01:27:59+01:00 ImageView: The mouse wheel zooms the image if the 'UseMouse' property is set. [GB.FORM] * BUG: ImageView: Take 'Application.Shadows' into account. * NEW: ImageView: The mouse wheel zooms the image if the 'UseMouse' property is set. * BUG: Detect correctly the icon theme on Ubuntu desktop. * NEW: Add 'binary' stock icon. - - - - - 6f76ff78 by Beno?t Minisini at 2023-12-17T01:28:53+01:00 Add 'binary' stock icon. [GB.FORM.STOCK] * NEW: Add 'binary' stock icon. - - - - - 71c3a12f by Beno?t Minisini at 2023-12-17T01:30:00+01:00 Redesign debugger window interface. Support for viewing the contents of Picture and Image objects. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Redesign debugger window interface. * NEW: Debugger: Support for viewing the contents of Picture and Image objects. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugExpr.form - comp/src/gb.form.stock/.src/Main.module - + comp/src/gb.form.stock/gambas-mono/128/binary.png - comp/src/gb.form.stock/gambas-mono/128/c.png - + comp/src/gb.form.stock/gambas-thin/128/binary.png - + comp/src/gb.form.stock/gambas-thin/128/draw-arrow.png - + comp/src/gb.form.stock/gambas-thin/128/draw-circle.png - + comp/src/gb.form.stock/gambas-thin/128/draw-line.png - + comp/src/gb.form.stock/gambas-thin/128/draw-path.png - + comp/src/gb.form.stock/gambas-thin/128/draw-polygon.png - + comp/src/gb.form.stock/gambas-thin/128/draw-rectangle.png - + comp/src/gb.form.stock/gambas-thin/128/draw-round.png - + comp/src/gb.form.stock/gambas-thin/128/draw-star.png - + comp/src/gb.form.stock/gambas-thin/128/draw-text.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-arrow.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-circle.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-line.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-path.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-polygon.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-rectangle.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-round.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-star.png - ? comp/src/gb.form.stock/gambas-thin/32/draw-text.png - + comp/src/gb.form.stock/gambas/128/binary.png - comp/src/gb.form/.icon.png - comp/src/gb.form/.src/ImageView/ImageView.class - comp/src/gb.form/.src/Stock.class - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/70faf03dc103b91e767022b44671a39f0da41b16...71c3a12fe796922ae318631d59526f8c77059922 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/70faf03dc103b91e767022b44671a39f0da41b16...71c3a12fe796922ae318631d59526f8c77059922 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Dec 17 23:11:26 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 17 Dec 2023 22:11:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ImageView: The default mouse wheel management uses integer scales for zooms... Message-ID: <657f720ecb08b_2c72edab835240@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d8b9b74-j62nx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9d969a7 by Beno?t Minisini at 2023-12-17T23:10:29+01:00 ImageView: The default mouse wheel management uses integer scales for zooms greater or equal than 200%. [GB.FORM] * NEW: ImageView: The default mouse wheel management uses integer scales for zooms greater or equal than 200%. - - - - - 362bfc24 by Beno?t Minisini at 2023-12-17T23:11:21+01:00 Debugger: Fix behaviour of debugger windows. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Fix behaviour of debugger windows. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugExpr.form - comp/src/gb.form/.src/ImageView/ImageView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71c3a12fe796922ae318631d59526f8c77059922...362bfc2468e80a34167645319c6061a3fe1e22af -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71c3a12fe796922ae318631d59526f8c77059922...362bfc2468e80a34167645319c6061a3fe1e22af You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Dec 18 13:35:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Dec 2023 12:35:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Fix text paste and bracketed paste. Message-ID: <65803ca0d3bbe_2c1bd977fc4347b@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d8b9b74-j62nx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88b150a4 by Beno?t Minisini at 2023-12-18T13:35:18+01:00 TerminalView: Fix text paste and bracketed paste. [GB.FORM.TERMINAL] * BUG: TerminalView: Fix text paste. * BUG: TerminalView: Fix bracketed paste. - - - - - 3 changed files: - comp/src/gb.form.terminal/.icon.png - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - + comp/src/gb.form.terminal/.version View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88b150a450849ee60974e54c321e601c760f133c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88b150a450849ee60974e54c321e601c760f133c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Dec 19 13:47:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 19 Dec 2023 12:47:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] When showing an utility window, use the current active window as parent if possible. Message-ID: <658190e140c7f_2c956f05492a@gitlab-sidekiq-low-urgency-cpu-bound-v2-84ff8ccbfd-5c2mq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a8b35249 by Beno?t Minisini at 2023-12-19T13:46:22+01:00 When showing an utility window, use the current active window as parent if possible. [GB.QT4] * BUG: When showing an utility window, use the current active window as parent if possible. [GB.QT5] * BUG: When showing an utility window, use the current active window as parent if possible. - - - - - 2 changed files: - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8b35249ced4b6e4712a67a97400e4cb1990ca24 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8b35249ced4b6e4712a67a97400e4cb1990ca24 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Dec 21 12:08:42 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Dec 2023 11:08:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Replace "color" by "state" in the API and in the documentation. Add... Message-ID: <65841cba3d207_2c957cc2163@gitlab-sidekiq-low-urgency-cpu-bound-v2-6bccb6679d-l5zjx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e5ff1ec by Beno?t Minisini at 2023-12-21T12:07:11+01:00 Replace "color" by "state" in the API and in the documentation. Add 'TextHighlighterTheme.Styles' property. [GB.HIGHLIGHT] * BUG: Replace "color" by "state" in the API and in the documentation. * NEW: TextHighlighterTheme: 'AllStates' is a new property that returns the full list of states registered by all highlighters. * NEW: TextHighlighterTheme: 'Styles' is a new property that returns the styles associated with that theme. - - - - - d57d6460 by Beno?t Minisini at 2023-12-21T12:07:53+01:00 TextEditor: Follow API changes in 'gb.highlight'. [GB.FORM.EDITOR] * NEW: TextEditor: Follow API changes in 'gb.highlight'. - - - - - b2c7f189 by Beno?t Minisini at 2023-12-21T12:08:20+01:00 Follow API changes in 'gb.highlight'. [DEVELOPMENT ENVIRONMENT] * NEW: Follow API changes in 'gb.highlight'. - - - - - 13 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Options/FOption.class - comp/src/gb.form.editor/.icon.png - comp/src/gb.form.editor/.src/TextEditor.class - + comp/src/gb.form.editor/.version - comp/src/gb.highlight/.icon.png - comp/src/gb.highlight/.lang/fr.po - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterStyle.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - + comp/src/gb.highlight/.version View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8b35249ced4b6e4712a67a97400e4cb1990ca24...b2c7f1896fc16c31a29fc366c567757da9f314c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8b35249ced4b6e4712a67a97400e4cb1990ca24...b2c7f1896fc16c31a29fc366c567757da9f314c6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 22 01:37:09 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Dec 2023 00:37:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't take into account the page orientation. It's indicative, it's not something to apply. Message-ID: <6584da35bf79f_2c957f417554@gitlab-sidekiq-low-urgency-cpu-bound-v2-66cb764f68-md266.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2a5224d6 by Beno?t Minisini at 2023-12-22T01:36:23+01:00 Don't take into account the page orientation. It's indicative, it's not something to apply. [GB.POPPLER] * BUG: Don't take into account the page orientation. It's indicative, it's not something to apply. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2a5224d6e6a3d87bdb46776059544ae8ba5cd215 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2a5224d6e6a3d87bdb46776059544ae8ba5cd215 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 22 08:39:13 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Dec 2023 07:39:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextHighlighterTheme: 'GetStateIndex()' is a new method that return the index of a specific state. Message-ID: <65853d21da7e4_2c958f868583@gitlab-sidekiq-low-urgency-cpu-bound-v2-66cb764f68-4qt9v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41e44de6 by Beno?t Minisini at 2023-12-22T08:38:31+01:00 TextHighlighterTheme: 'GetStateIndex()' is a new method that return the index of a specific state. [GB.HIGHLIGHT] * NEW: TextHighlighterTheme: 'GetStateIndex()' is a new method that return the index of a specific state. - - - - - d931a88c by Beno?t Minisini at 2023-12-22T08:38:54+01:00 TextEditor: Use the new 'gb.highlight' API. [GB.FORM.EDITOR] * BUG: TextEditor: Use the new 'gb.highlight' API. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2a5224d6e6a3d87bdb46776059544ae8ba5cd215...d931a88cb980d65a083cb5dcaa12aaa6fd79cfbb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2a5224d6e6a3d87bdb46776059544ae8ba5cd215...d931a88cb980d65a083cb5dcaa12aaa6fd79cfbb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Dec 22 09:14:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Dec 2023 08:14:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Component.Version' now returns the actual version of the underlying Gambas... Message-ID: <6585456342abb_2c957f451757@gitlab-sidekiq-low-urgency-cpu-bound-v2-66cb764f68-zkvsz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 63d9a99e by Beno?t Minisini at 2023-12-22T09:12:42+01:00 'Component.Version' now returns the actual version of the underlying Gambas executable if it has one. Otherwise, i.e. for a component with no Gambas code, it returns the interpreter version. [INTERPRETER] * NEW: 'Component.Version' now returns the actual version of the underlying Gambas executable if it has one. Otherwise, i.e. for a component with no Gambas code, it returns the interpreter version. - - - - - 1 changed file: - main/gbx/gbx_c_class.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/63d9a99e895f7ed138186cdba77fe9d0949f53a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/63d9a99e895f7ed138186cdba77fe9d0949f53a7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 23 01:19:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Dec 2023 00:19:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the poppler glib API to get the size of the page to render. The poppler... Message-ID: <658627aa3e259_2c98b9878570@gitlab-sidekiq-low-urgency-cpu-bound-v2-876c6479d-mjk28.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 86a4cde7 by Beno?t Minisini at 2023-12-23T01:18:38+01:00 Use the poppler glib API to get the size of the page to render. The poppler C++ API does not always return the expected value. [GB.POPPLER] * BUG: Use the poppler glib API to get the size of the page to render. The poppler C++ API does not always return the expected value. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/86a4cde74e8d55440ab298b924203a4ddd09ed9d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/86a4cde74e8d55440ab298b924203a4ddd09ed9d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Dec 23 18:47:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Dec 2023 17:47:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Declare that 'webview' and 'webkit' components are not compatible. Message-ID: <65871d4c71ebc_2c959488823a@gitlab-sidekiq-low-urgency-cpu-bound-v2-876c6479d-jhjwx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b44ce88c by Beno?t Minisini at 2023-12-23T18:46:31+01:00 Declare that 'webview' and 'webkit' components are not compatible. [GB.QT4.WEBKIT] * BUG: Declare that 'webview' and 'webkit' components are not compatible. [GB.QT4.WEBVIEW] * BUG: Declare that 'webview' and 'webkit' components are not compatible. [GB.QT5.WEBKIT] * BUG: Declare that 'webview' and 'webkit' components are not compatible. [GB.QT5.WEBVIEW] * BUG: Declare that 'webview' and 'webkit' components are not compatible. - - - - - 4 changed files: - gb.qt4/src/webkit/gb.qt4.webkit.component - gb.qt4/src/webview/gb.qt4.webview.component - gb.qt5/src/webkit/gb.qt5.webkit.component - gb.qt5/src/webview/gb.qt5.webview.component View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b44ce88c16485da2c3ec76ed584bb7d4eebf7f14 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b44ce88c16485da2c3ec76ed584bb7d4eebf7f14 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Dec 27 15:40:57 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Wed, 27 Dec 2023 14:40:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FPreview: Really restore the duplex mode from settings. Message-ID: <658c37799974_2c95a9c92b6@gitlab-sidekiq-low-urgency-cpu-bound-v2-5fd7c7cb58-htfs8.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: da138265 by gambix at 2023-12-27T15:39:53+01:00 FPreview: Really restore the duplex mode from settings. [GB.REPORT2] * BUG: FPreview: Really restore the duplex mode from settings. - - - - - 3 changed files: - comp/src/gb.report2/.icon.png - comp/src/gb.report2/.src/Viewer/FPreview.class - + comp/src/gb.report2/.version View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da138265a8da1e9f71f9bb6735e05d0055079570 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da138265a8da1e9f71f9bb6735e05d0055079570 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: