From gitlab at mg.gitlab.com Mon Jun 6 01:37:39 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 05 Jun 2022 23:37:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix the 'sort_and_dedupe()' internal method. Message-ID: <629d3e43aac14_242c1adc01102fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b879f8678-4tdt8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bba34bed by Beno?t Minisini at 2022-06-06T01:37:08+02:00 Fix the 'sort_and_dedupe()' internal method. [GB.OPENSSL] * BUG: Fix the 'sort_and_dedupe()' internal method. - - - - - 1 changed file: - gb.openssl/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bba34bedf9e7ae59628ddeb9f389ed3c418d2b9b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bba34bedf9e7ae59628ddeb9f389ed3c418d2b9b 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 Jun 7 01:01:49 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Jun 2022 23:01:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Restarting a timer during its event handler should not lead to a possible crash anymore. Message-ID: <629e875db98e7_2450fa054712@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b998bfcc8-6c7wj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cceb7913 by Beno?t Minisini at 2022-06-07T01:01:17+02:00 Restarting a timer during its event handler should not lead to a possible crash anymore. [GB.GTK] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore. [GB.GTK3] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore. - - - - - 2 changed files: - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cceb7913117d51093ec20d589b06dd339b44782d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cceb7913117d51093ec20d589b06dd339b44782d 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 Jun 7 01:46:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Jun 2022 23:46:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: SidePanel: 'ShowButtond' is a new property that hides the little arrow buttons... Message-ID: <629e91f2ac3cb_255107c20555@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b998bfcc8-p9lrt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8d576493 by Beno?t Minisini at 2022-06-07T01:45:46+02:00 SidePanel: 'ShowButtond' is a new property that hides the little arrow buttons that toggle the panels, and also hides the side handle in transparent mode. [GB.FORM] * NEW: SidePanel: 'ShowButtond' is a new property that hides the little arrow buttons that toggle the panels, and also hides the side handle in transparent mode. - - - - - d1b26e37 by Beno?t Minisini at 2022-06-07T01:46:24+02:00 Update support file. [DEVELOPMENT ENVIRONMENT] * NEW: Update support file. - - - - - 4 changed files: - app/src/gambas3/support.txt - comp/src/gb.form/.project - comp/src/gb.form/.src/SidePanel/FSidePanel.class - comp/src/gb.form/.src/SidePanel/SidePanel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cceb7913117d51093ec20d589b06dd339b44782d...d1b26e37c89d38d74ebe0d898822cb1080cf8a7f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cceb7913117d51093ec20d589b06dd339b44782d...d1b26e37c89d38d74ebe0d898822cb1080cf8a7f 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 Jun 7 01:47:42 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Jun 2022 23:47:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the new 'ShowButtons' property to hide side panels handles. Message-ID: <629e921eb9654_2544f18e4787c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b998bfcc8-vhn7g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a5d10c36 by Beno?t Minisini at 2022-06-07T01:47:37+02:00 Use the new 'ShowButtons' property to hide side panels handles. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new 'ShowButtons' property to hide side panels handles. - - - - - 2 changed files: - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/FOpenProject.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a5d10c36bc32780256fddf607e7da7a062d70c10 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a5d10c36bc32780256fddf607e7da7a062d70c10 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 Jun 14 02:26:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 14 Jun 2022 00:26:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like'... Message-ID: <62a7d5d04e985_24509382116@gitlab-sidekiq-low-urgency-cpu-bound-v2-ff7959d8-kjsbb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9ec608c by Beno?t Minisini at 2022-06-14T02:24:32+02:00 Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods. [INTERPRETER] * BUG: Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods. - - - - - 1 changed file: - main/gbx/gbx_c_array.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9ec608cde4b19a9135c1946a7bd79cc90304ac4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9ec608cde4b19a9135c1946a7bd79cc90304ac4 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 Jun 18 23:55:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 18 Jun 2022 21:55:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: WebView.Cookies.Clear() is a new method that removes all cookies. Message-ID: <62ae49eeaa433_254d4b8a010257b@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-5zsxs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2acba6ca by Beno?t Minisini at 2022-06-18T23:47:15+02:00 WebView.Cookies.Clear() is a new method that removes all cookies. [GB.GTK3.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies. [GB.QT4.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies. [GB.QT5.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies. - - - - - a39e6477 by Beno?t Minisini at 2022-06-18T23:55:51+02:00 Allows to configurate the browser used for debugging web application. Add an internal browser too. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Remove the ability to choose the external browser. The default one given by the environment is always used. * NEW: Add an internal browser for debugging web applications. * NEW: Debugger options dialog: Allow to choose the browser used for debugging web applications, between Firefox, Chromium or the internal debug browser. * NEW: The browser used for debugging is now run in its own process and in private mode. Create a custom profile in Firefox for that. - - - - - 21 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - + app/src/gambas3/.src/Debug/FBrowser.class - + app/src/gambas3/.src/Debug/FBrowser.form - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - gb.gtk3/src/webview/c_websettings.c - gb.gtk3/src/webview/c_webview.c - gb.gtk3/src/webview/c_webview.h - gb.gtk3/src/webview/main.c - gb.qt4/src/webview/c_webview.cpp - gb.qt4/src/webview/c_webview.h - gb.qt4/src/webview/main.cpp - gb.qt5/src/webview/c_webview.cpp - gb.qt5/src/webview/c_webview.h - gb.qt5/src/webview/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b9ec608cde4b19a9135c1946a7bd79cc90304ac4...a39e6477e5d82c5ed83e29e18dd17ce21c41a3ab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b9ec608cde4b19a9135c1946a7bd79cc90304ac4...a39e6477e5d82c5ed83e29e18dd17ce21c41a3ab 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 Jun 19 00:27:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 18 Jun 2022 22:27:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a menu button to the main toolbar to choose the debug browser. Message-ID: <62ae514c892b5_2440f81845447b@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-mht4c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0d44591b by Beno?t Minisini at 2022-06-19T00:27:18+02:00 Add a menu button to the main toolbar to choose the debug browser. [DEVELOPMENT ENVIRONMENT] * NEW: Add a menu button to the main toolbar to choose the debug browser. * NEW: Update French translation. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d44591b74545385716a2c4cd6c2c050477dfbfe -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d44591b74545385716a2c4cd6c2c050477dfbfe 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 Jun 19 00:25:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 18 Jun 2022 22:25:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'gb.qt4.webview' compilation. Message-ID: <62ae50c686162_2437c15ac11143@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-wfgz9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22b5c633 by Beno?t Minisini at 2022-06-19T00:24:28+02:00 Fix 'gb.qt4.webview' compilation. [GB.QT4.WEBVIEW] * BUG: Fix 'gb.qt4.webview' compilation. - - - - - 1 changed file: - gb.qt4/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b5c6334f710ec333e1e461c99c8eb763a50db0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b5c6334f710ec333e1e461c99c8eb763a50db0 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 Jun 19 00:43:27 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 18 Jun 2022 22:43:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try again to make 'gb.qt4.webview' compile. Message-ID: <62ae550f6e7a1_2550c08221ee@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-trxff.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46dbcdc9 by Beno?t Minisini at 2022-06-19T00:42:56+02:00 Try again to make 'gb.qt4.webview' compile. [GB.QT4.WEBVIEW] * BUG: Try again to make 'gb.qt4.webview' compile. - - - - - 1 changed file: - gb.qt4/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46dbcdc964fc4c6c9a11b7e39847d9f9a3ed72a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46dbcdc964fc4c6c9a11b7e39847d9f9a3ed72a8 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 Jun 19 22:19:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 19 Jun 2022 20:19:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debug browser selection button management. Message-ID: <62af84eb4d784_25afe0ba012712a@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-5zsxs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e411c17f by Beno?t Minisini at 2022-06-19T22:19:49+02:00 Fix debug browser selection button management. [DEVELOPMENT ENVIRONMENT] * BUG: Fix debug browser selection button management. - - - - - 1 changed file: - app/src/gambas3/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e411c17fe1a72d902207c62b849ffd917d5e9f0b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e411c17fe1a72d902207c62b849ffd917d5e9f0b 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 Jun 20 01:39:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 19 Jun 2022 23:39:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Signal[].Send()' is a new method for sending a signal. Message-ID: <62afb3aca6183_2582a06cc66979@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-bz7tx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f0d3f2e8 by Beno?t Minisini at 2022-06-20T01:37:54+02:00 'Signal[].Send()' is a new method for sending a signal. [GB.SIGNAL] * NEW: 'Signal[].Send()' is a new method for sending a signal. It's an alternative syntax to the 'Signal.Send()' method. - - - - - 1 changed file: - main/lib/signal/csignal.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0d3f2e8c39ea4d95152294a10487eb05ae93338 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0d3f2e8c39ea4d95152294a10487eb05ae93338 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 Jun 20 01:37:48 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 19 Jun 2022 23:37:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace a global variable by a function argument in CLASS_look() and CLASS_find() functions. Message-ID: <62afb34c615b3_25afe0ba0129589@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f74ccc5d4-5zsxs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7f182bff by Beno?t Minisini at 2022-06-20T01:37:03+02:00 Replace a global variable by a function argument in CLASS_look() and CLASS_find() functions. [INTERPRETER] * NEW: Replace a global variable by a function argument in CLASS_look() and CLASS_find() functions. - - - - - 5 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_api.h - main/gbx/gbx_c_file.c - main/gbx/gbx_class.c - main/gbx/gbx_class.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f182bff2fd44c41c970ed8dd4dd5e559d6e8f57 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f182bff2fd44c41c970ed8dd4dd5e559d6e8f57 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 Jun 20 19:06:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 20 Jun 2022 17:06:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ValueBox: 'SelectAll()' is a new method that selects the text inside the ValueBox internal editor. Message-ID: <62b0a914edbe9_2550ac81010e7@gitlab-sidekiq-low-urgency-cpu-bound-v2-844c8f89f8-8lm9f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fb078cb8 by Beno?t Minisini at 2022-06-20T19:06:22+02:00 ValueBox: 'SelectAll()' is a new method that selects the text inside the ValueBox internal editor. [GB.FORM] * NEW: DateBox: 'Editor' is a new property that returns the internal MaskBox. * NEW: ValueBox: 'SelectAll()' is a new method that selects the text inside the ValueBox internal editor. - - - - - 3 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Date/DateBox.class - comp/src/gb.form/.src/ValueBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb078cb8a788b4e3659432238204105a10b06868 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb078cb8a788b4e3659432238204105a10b06868 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 Jun 21 03:25:01 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 21 Jun 2022 01:25:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Popup list now can be searched by entering text with the keyboard. Message-ID: <62b11ded2ab80_2450bcc814ba@gitlab-sidekiq-low-urgency-cpu-bound-v2-844c8f89f8-h9rbm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ad84e75f by Beno?t Minisini at 2022-06-21T03:24:54+02:00 ComboBox: Popup list now can be searched by entering text with the keyboard. [GB.GUI.BASE] * NEW: ComboBox: Popup list now can be searched by entering text with the keyboard. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ad84e75f6db868c118995e3c2a1cd8d11df09e71 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ad84e75f6db868c118995e3c2a1cd8d11df09e71 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 Jun 23 03:32:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 23 Jun 2022 01:32:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Error raised by the Gambas code on the server should now normally be displayed... Message-ID: <62b3c2c2ea55b_2450ba47993@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d7c59c8d4-xl5wb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ae0c3bb5 by Beno?t Minisini at 2022-06-23T03:32:44+02:00 Error raised by the Gambas code on the server should now normally be displayed in the browser within an alert box. [GB.WEB.GUI] * NEW: Error raised by the Gambas code on the server should now normally be displayed in the browser within an alert box. - - - - - 5 changed files: - + comp/src/gb.web.gui/.src/StartupError.class - + comp/src/gb.web.gui/.src/StartupError.webpage - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/WebFileButton.class - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ae0c3bb573e90dab5b085ed1afedda17b1fc0c9a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ae0c3bb573e90dab5b085ed1afedda17b1fc0c9a 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 Jun 29 00:30:26 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 28 Jun 2022 22:30:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project open dialog: Ignore '.project' files at the root of home folders. Message-ID: <62bb810222788_2550c304726a@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dd454dbc5-wggbv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a4f7eae by Beno?t Minisini at 2022-06-29T00:30:19+02:00 Project open dialog: Ignore '.project' files at the root of home folders. [DEVELOPMENT ENVIRONMENT] * BUG: Fix debug browser selection button management again. * BUG: Project open dialog: Ignore '.project' files at the root of home folders. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a4f7eaea1193011ac7da747d281ba3085a2cae5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a4f7eaea1193011ac7da747d281ba3085a2cae5 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 Jun 30 15:11:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 13:11:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: The 'Remove()' method now normalizes its arguments to avoid... Message-ID: <62bda0eb6f916_249925056118@gitlab-sidekiq-low-urgency-cpu-bound-v2-68b9664fcf-cllhc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3ce9fb2b by Beno?t Minisini at 2022-06-30T15:10:59+02:00 TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. [GB.FORM.EDITOR] * BUG: TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/CDocument.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3ce9fb2b5e26861d8ca5fbc6d30265cdeffadecd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3ce9fb2b5e26861d8ca5fbc6d30265cdeffadecd 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 Jun 30 15:31:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 13:31:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [GB.PDF] Message-ID: <62bda59e1a2a3_2558d04297df@gitlab-sidekiq-low-urgency-cpu-bound-v2-68b9664fcf-dj2pv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: efcc01da by Beno?t Minisini at 2022-06-30T15:29:02+02:00 [GB.PDF] * BUG: Try to make 'gb.pdf' compile with poppler 22.06. - - - - - 1e401d6e by Beno?t Minisini at 2022-06-30T15:30:29+02:00 Try to make 'gb.pdf' compile with poppler 22.06, and disable it for higher versions. [GB.PDF] * BUG: Try to make 'gb.pdf' compile with poppler 22.06, and disable it for higher versions. - - - - - 2 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3ce9fb2b5e26861d8ca5fbc6d30265cdeffadecd...1e401d6eccf1d0542256a747458b5d338e94593b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3ce9fb2b5e26861d8ca5fbc6d30265cdeffadecd...1e401d6eccf1d0542256a747458b5d338e94593b 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 Jun 30 20:13:39 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 18:13:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Still try to make 'gb.pdf' compile with poppler 22.06. Message-ID: <62bde7d3e77fe_242d06414579df@gitlab-sidekiq-low-urgency-cpu-bound-v2-6677b6f64f-84lm2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8aae7d81 by Beno?t Minisini at 2022-06-30T20:13:11+02:00 Still try to make 'gb.pdf' compile with poppler 22.06. [GB.PDF] * BUG: Still try to make 'gb.pdf' compile with poppler 22.06. - - - - - 1 changed file: - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8aae7d81a5eaedd9def3dc2c99ecefdd46bbf2ac -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8aae7d81a5eaedd9def3dc2c99ecefdd46bbf2ac 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 Jun 30 21:16:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 19:16:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Fix normalization of popup position. Message-ID: <62bdf67a2af93_24225dff859341@gitlab-sidekiq-low-urgency-cpu-bound-v2-6677b6f64f-84lm2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 711fc694 by Beno?t Minisini at 2022-06-30T21:16:02+02:00 ComboBox: Fix normalization of popup position. [GB.GUI.BASE] * BUG: ComboBox: Fix normalization of popup position. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/711fc6942d00403568a8e1d64ffd130c5b7e6dba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/711fc6942d00403568a8e1d64ffd130c5b7e6dba 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 Jun 30 22:36:27 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 20:36:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The changes in main window stylesheet do not apply to the embedded title bar anymore. Message-ID: <62be094b90d18_251890ac25486@gitlab-sidekiq-low-urgency-cpu-bound-v2-689b44f569-28fx6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 40d9361a by Beno?t Minisini at 2022-06-30T22:35:37+02:00 The changes in main window stylesheet do not apply to the embedded title bar anymore. [GB.GTK3] * BUG: The changes in main window stylesheet do not apply to the embedded title bar anymore. - - - - - 2 changed files: - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d9361a1ca222b9bc70574a7f668349c391bc8e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d9361a1ca222b9bc70574a7f668349c391bc8e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: