From gitlab at mg.gitlab.com Thu Feb 2 08:35:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 02 Feb 2023 07:35:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix JIT compilation on old compilers that do not support arithmetic overflow check. Message-ID: <63db67bdda165_2638aae5016970@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b796ff585-x9wcp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ca20ea1c by Beno?t Minisini at 2023-02-02T08:35:20+01:00 Fix JIT compilation on old compilers that do not support arithmetic overflow check. [GB.JIT] * BUG: Fix JIT compilation on old compilers that do not support arithmetic overflow check. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca20ea1cd7fa0d60262b8a9400b1980466efa188 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca20ea1cd7fa0d60262b8a9400b1980466efa188 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 Feb 2 08:39:59 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 02 Feb 2023 07:39:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Gambas fonts: Make comma, colon and semi-colon characters a bit less bold. Message-ID: <63db68cfe59ce_2655b18499a4@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b796ff585-sqzbp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d398bd81 by Beno?t Minisini at 2023-02-02T08:39:55+01:00 Gambas fonts: Make comma, colon and semi-colon characters a bit less bold.. [DEVELOPMENT ENVIRONMENT] * NEW: Gambas fonts: Make comma, colon and semi-colon characters a bit less bold. * BUG: Gambas fonts: Some fixes. - - - - - 7 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/GambasRoundRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.src/Debug/FDebugInfo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d398bd812e75eff28536c5569c8273186cfa678a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d398bd812e75eff28536c5569c8273186cfa678a 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 Feb 2 10:07:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 02 Feb 2023 09:07:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'WAIT' with no argument now behaves as before when no component specific WAIT handler is defined. Message-ID: <63db7d34f1ac9_2655aa0808e9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b796ff585-lv2q7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 54f62f47 by Beno?t Minisini at 2023-02-02T10:05:38+01:00 'WAIT' with no argument now behaves as before when no component specific WAIT handler is defined. [INTERPRETER] * BUG: 'WAIT' with no argument now behaves as before when no component specific WAIT handler is defined. - - - - - 1 changed file: - main/gbx/gbx_watch.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/54f62f479e345016e73559e95674d153bab7d711 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/54f62f479e345016e73559e95674d153bab7d711 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 Feb 2 16:18:06 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 02 Feb 2023 15:18:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Content-Disposition' HTTP header is not case sensitive. Message-ID: <63dbd42e867fc_26d513bc306a1@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f57d7575c-thfk8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3021e18d by Beno?t Minisini at 2023-02-02T16:17:59+01:00 'Content-Disposition' HTTP header is not case sensitive. [GB.WEB] * BUG: 'Content-Disposition' HTTP header is not case sensitive. - - - - - 3 changed files: - comp/src/gb.web/.component - comp/src/gb.web/.project - comp/src/gb.web/.src/_Request_Post.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3021e18df892077af9630266abce060fcd8c71f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3021e18df892077af9630266abce060fcd8c71f3 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 Feb 4 09:30:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 04 Feb 2023 08:30:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. Message-ID: <63de1793721c4_2616740c807fa@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b4dc4cddc-6448n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 203a1db2 by Beno?t Minisini at 2023-02-04T09:29:21+01:00 Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. [GB.EVAL] * BUG: Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. - - - - - 1 changed file: - main/lib/eval/eval_analyze.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/203a1db252f9781a514c4dcce73c69b28e888f8b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/203a1db252f9781a514c4dcce73c69b28e888f8b 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 Feb 4 12:16:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 04 Feb 2023 11:16:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebDrawingArea: Fix Refresh() method. Message-ID: <63de3e7c3d597_265456008d@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b4dc4cddc-w7vlp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a0f52d3d by Beno?t Minisini at 2023-02-04T12:16:05+01:00 WebDrawingArea: Fix Refresh() method. [GB.WEB.GUI] * BUG: WebDrawingArea: Fix Refresh() method. - - - - - 4 changed files: - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/WebContainer.class - comp/src/gb.web.gui/.src/WebDrawingArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a0f52d3db53496b9c91205c49e0cc30ba6a84f9b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a0f52d3db53496b9c91205c49e0cc30ba6a84f9b 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 Feb 6 16:42:04 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Feb 2023 15:42:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property dialog: The "Properties" tab information is correctly saved and restore now. Message-ID: <63e11fcc25756_27c424f81509f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d4664b67-qp7bd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 75a8e707 by Beno?t Minisini at 2023-02-06T16:41:58+01:00 Project property dialog: The "Properties" tab information is correctly saved and restore now. [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: The "Properties" tab information is correctly saved and restore now. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FProjectProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75a8e7071d3c7fed8f0aeb7f438fac972f4d0c22 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75a8e7071d3c7fed8f0aeb7f438fac972f4d0c22 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 Feb 8 11:20:51 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 08 Feb 2023 10:20:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for flag stock icons. Message-ID: <63e377836019b_2696beb477274@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f6fbccc4c-x2mgf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e792c009 by Beno?t Minisini at 2023-02-08T11:17:53+01:00 Support for flag stock icons. [GB.WEB.GUI] * BUG: Support for flag stock icons. - - - - - 6cf4c47c by Beno?t Minisini at 2023-02-08T11:20:42+01:00 Fix 'FileChooser.Root' and prevent SizePanel size from being lower than the minimum size after being hidden. [GB.FORM] * BUG: FileChooser & DirChooser: Setting the Root property works again as before. * BUG: SidePanel: Prevent the panel size from being lower than the minimum size after being hidden. - - - - - 6 changed files: - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/SidePanel/FSidePanel.class - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/75a8e7071d3c7fed8f0aeb7f438fac972f4d0c22...6cf4c47c7a57f312b781ab49c4921bc54317a55b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/75a8e7071d3c7fed8f0aeb7f438fac972f4d0c22...6cf4c47c7a57f312b781ab49c4921bc54317a55b 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 Feb 8 19:57:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 08 Feb 2023 18:57:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MediaView: Add 'State' property. Message-ID: <63e3f0a059728_2619c51c719c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f9cdf5bfc-ktwrk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 087182ca by Beno?t Minisini at 2023-02-08T19:57:29+01:00 MediaView: Add 'State' property. [GB.MEDIA.FORM] * NEW: MediaView: Add 'State' property. - - - - - 4 changed files: - comp/src/gb.media.form/.component - comp/src/gb.media.form/.project - comp/src/gb.media.form/.src/FMediaPlayer.class - comp/src/gb.media.form/.src/MediaView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/087182ca38c74d19d81cccf9961e099ccf149ebc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/087182ca38c74d19d81cccf9961e099ccf149ebc 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 Feb 10 18:25:18 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 10 Feb 2023 17:25:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Popup windows are now correctly parented, so that imbricated popups do not... Message-ID: <63e67dfe6c96b_2619e0628913e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-55dff558bf-chjm4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8eac053 by Beno?t Minisini at 2023-02-10T18:23:48+01:00 Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. [GB.QT4] * BUG: Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. [GB.QT5] * BUG: Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. - - - - - 2 changed files: - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8eac053f43ff862995b262d82e629f27ccec659 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8eac053f43ff862995b262d82e629f27ccec659 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 Feb 11 18:38:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Feb 2023 17:38:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: [DEVELOPMENT ENVIRONMENT] Message-ID: <63e7d28484aad_267d69dac782ee@gitlab-sidekiq-low-urgency-cpu-bound-v2-99fd794d5-xntr2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47040964 by belmotek at 2023-02-06T21:36:11+01:00 [DEVELOPMENT ENVIRONMENT] * NEW: Update Spanish translation by Martin Belmonte using Crustacea translator. - - - - - 21332cbb by belmotek at 2023-02-06T21:49:48+01:00 [GB.WIKI] * NEW: Update Spanish translation by Martin Belmonte using Crustacea translator. [SELF-TESTER] * NEW: Update Spanish translation by Martin Belmonte using Crustacea translator. [GBS3] * NEW: Update Spanish translation by Martin Belmonte using Crustacea translator. - - - - - ae2975c8 by Beno?t Minisini at 2023-02-11T17:38:10+00:00 Merge branch 'master' into 'master' [DEVELOPMENT ENVIRONMENT] See merge request gambas/gambas!295 - - - - - 4 changed files: - app/src/gambas-wiki/.lang/es.po - + app/src/gambas3-selftest/.lang/es.po - app/src/gambas3/.lang/es.po - + app/src/gbs3/.lang/es.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f8eac053f43ff862995b262d82e629f27ccec659...ae2975c833cc81f996866cffe0952d9bdf2dce1b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f8eac053f43ff862995b262d82e629f27ccec659...ae2975c833cc81f996866cffe0952d9bdf2dce1b 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 Feb 12 00:30:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Feb 2023 23:30:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Delete temporary files when the QUIT instruction is used. Message-ID: <63e8251ced86b_26a24e89873498@gitlab-sidekiq-low-urgency-cpu-bound-v2-99fd794d5-5xzqx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 97534cc7 by Beno?t Minisini at 2023-02-12T00:29:53+01:00 Delete temporary files when the QUIT instruction is used. [INTERPRETER] * BUG: Delete temporary files when the QUIT instruction is used. - - - - - 9f8cae36 by Beno?t Minisini at 2023-02-12T00:30:28+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - main/gbx/gbx.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ae2975c833cc81f996866cffe0952d9bdf2dce1b...9f8cae36806f1cc232f8ee17b78f29f1012c39e2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ae2975c833cc81f996866cffe0952d9bdf2dce1b...9f8cae36806f1cc232f8ee17b78f29f1012c39e2 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 Feb 12 00:59:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Feb 2023 23:59:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: 'TextHighlighter.ToHTML()' correctly handles multiple lines again. Message-ID: <63e82be8f2526_267dd67401005f0@gitlab-sidekiq-low-urgency-cpu-bound-v2-99fd794d5-tcqpf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fc14e329 by Beno?t Minisini at 2023-02-12T00:57:25+01:00 'TextHighlighter.ToHTML()' correctly handles multiple lines again.. [GB.EVAL.HIGHLIGHT] * BUG: 'TextHighlighter.ToHTML()' correctly handles multiple lines again. - - - - - 64c49afb by Beno?t Minisini at 2023-02-12T00:59:32+01:00 Fix image selection dialog initial selection. [DEVELOPMENT ENVIRONMENT] * BUG: Image selection dialog: Fix initial selection. * BUG: Debugger: Always reload other project files on each debugging session. - - - - - 6 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Dialog/FSelectIcon.class - app/src/gambas3/.src/Dialog/FSelectIcon.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.form - comp/src/gb.eval.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f8cae36806f1cc232f8ee17b78f29f1012c39e2...64c49afbdc67f3b3db7a3a8cb27c30f52f3e42c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f8cae36806f1cc232f8ee17b78f29f1012c39e2...64c49afbdc67f3b3db7a3a8cb27c30f52f3e42c6 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 Feb 12 01:01:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 12 Feb 2023 00:01:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update style sheet so that it handles highlighted code using '' instead of '
'.
Message-ID: <63e82c6ae8a87_261a35e3425250@gitlab-sidekiq-low-urgency-cpu-bound-v2-99fd794d5-vzwwt.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
7af14780 by Beno?t Minisini at 2023-02-12T01:00:50+01:00
Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.

[GAMBAS WIKI]
* BUG: Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.

- - - - -


1 changed file:

- app/src/gambas-wiki/.public/style.css


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7af14780c61a702fc498a36e065aca4799066a28

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7af14780c61a702fc498a36e065aca4799066a28
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 Feb 17 01:06:58 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Fri, 17 Feb 2023 00:06:58 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control:
 Move repository information to its own dialog.
Message-ID: <63eec52265ffd_285dbd8942a2@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cff84d84-9pw9z.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
18378b0f by Beno?t Minisini at 2023-02-17T01:06:51+01:00
Version control: Move repository information to its own dialog.

[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Move repository information to its own dialog.

- - - - -


11 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- ? app/src/gambas3/.src/VersionControl/FProjectVersion.class
- ? app/src/gambas3/.src/VersionControl/FProjectVersion.form
- + app/src/gambas3/.src/VersionControl/FRepository.class
- + app/src/gambas3/.src/VersionControl/FRepository.form
- app/src/gambas3/.src/VersionControl/FVersionControl.class
- app/src/gambas3/.src/VersionControl/FVersionControl.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/18378b0f19d3f8bcaa6915b4e394d40d069db0f8

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/18378b0f19d3f8bcaa6915b4e394d40d069db0f8
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 Feb 18 11:03:24 2023
From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal))
Date: Sat, 18 Feb 2023 10:03:24 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: fix:
 gb.markdown now passes it's tests.
Message-ID: <63f0a26c9bf43_2854462a441349@gitlab-sidekiq-low-urgency-cpu-bound-v2-54bddb675b-6vg4j.mail>



Christof Thalhofer pushed to branch master at Gambas / gambas


Commits:
f3c66196 by Christof Thalhofer at 2023-02-12T16:29:50+01:00
fix: gb.markdown now passes it's tests.

[GB.MARKDOWN]
* FIX: gb.markdown now passes it's tests

gb.markdown did some illegal things like <p><div>...</div></p>, which is
now fixed. The tests pass, a few are marked as TODO. Some tests are adopted
from the original test file of the markdown inventor.

- - - - -
dd6b829e by Christof Thalhofer at 2023-02-18T10:59:58+01:00
Merge branch 'master' of https://gitlab.com/gambas/gambas

- - - - -


17 changed files:

- comp/src/gb.markdown/.component
- comp/src/gb.markdown/.icon.png
- comp/src/gb.markdown/.project
- comp/src/gb.markdown/.src/MTest.module
- comp/src/gb.markdown/.src/Markdown.class
- comp/src/gb.markdown/.src/Markup.module
- ? comp/src/gb.markdown/.src/TMarkdown.test
- + comp/src/gb.markdown/.src/TestMarkdown.test
- comp/src/gb.markdown/.test
- + comp/src/gb.markdown/Test/MdTest.html
- + comp/src/gb.markdown/Test/MdTest.md
- + comp/src/gb.markdown/Test/MdTestPart1.html
- + comp/src/gb.markdown/Test/MdTestPart1.md
- + comp/src/gb.markdown/Test/MdTestPart2.html
- + comp/src/gb.markdown/Test/MdTestPart2.md
- + comp/src/gb.markdown/Test/MdTestPart3.html
- + comp/src/gb.markdown/Test/MdTestPart3.md


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18378b0f19d3f8bcaa6915b4e394d40d069db0f8...dd6b829e4aca18df11e87d8a3be5a5a1edb58d61

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18378b0f19d3f8bcaa6915b4e394d40d069db0f8...dd6b829e4aca18df11e87d8a3be5a5a1edb58d61
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 Feb 21 12:38:37 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Tue, 21 Feb 2023 11:38:37 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits:
 'Desktop.Type' does not crash anymore if 'XDG_CURRENT_DESKTOP' is not
 defined....
Message-ID: <63f4ad3dd5a1c_28546a0534be@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f878646cb-hnwvn.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
43317ec6 by Beno?t Minisini at 2023-02-21T12:37:50+01:00
'Desktop.Type' does not crash anymore if 'XDG_CURRENT_DESKTOP' is not defined. SpinBox now supports right-to-left written languages.

[GB.GUI.BASE]
* BUG: 'Desktop.Type' does not crash anymore if 'XDG_CURRENT_DESKTOP' is not defined.
* NEW: SpinBox: Support for right-to-left written languages.

- - - - -
36385b4e by Beno?t Minisini at 2023-02-21T12:38:22+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


8 changed files:

- comp/src/gb.gui.base/.lang/fr.po
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Desktop.class
- comp/src/gb.gui.base/.src/Main.module
- comp/src/gb.gui.base/.src/SpinBox.class
- comp/src/gb.gui.base/.src/Test/FTestCombo.form
- comp/src/gb.gui.base/.src/Test/FTestProgressBar.form
- comp/src/gb.gui.base/.src/Test/FTestSpinBox.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd6b829e4aca18df11e87d8a3be5a5a1edb58d61...36385b4e25a03ebe920ac71f02d3677cd47685ea

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd6b829e4aca18df11e87d8a3be5a5a1edb58d61...36385b4e25a03ebe920ac71f02d3677cd47685ea
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 Feb 21 13:09:41 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Tue, 21 Feb 2023 12:09:41 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Icon selection
 dialog: Keep the selection when the size changes and remember the last
 opened tab.
Message-ID: <63f4b4855385c_28546b446498@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f878646cb-w6csd.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
4ae3b054 by Beno?t Minisini at 2023-02-21T13:07:32+01:00
Icon selection dialog: Keep the selection when the size changes and remember the last opened tab.

[DEVELOPMENT ENVIRONMENT]
* NEW: Icon selection dialog: Keep the selection when the size changes.
* NEW: Icon selection dialog: Remember the last opened tab.

- - - - -


1 changed file:

- app/src/gambas3/.src/Dialog/FSelectIcon.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ae3b054ba959103603f00a511a43d7f6eee222e

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ae3b054ba959103603f00a511a43d7f6eee222e
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 Feb 21 15:49:04 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Tue, 21 Feb 2023 14:49:04 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Stock: Fix
 support for KDE desktop.
Message-ID: <63f4d9e082f89_282cffb0095@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bbd4545b4-zfq22.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
7884cbab by Beno?t Minisini at 2023-02-21T15:48:56+01:00
Stock: Fix support for KDE desktop.

[GB.FORM]
* BUG: Stock: Fix support for KDE desktop.

- - - - -


3 changed files:

- comp/src/gb.form/.project
- comp/src/gb.form/.src/Stock.class
- comp/src/gb.form/.src/TabPanel/TabPanel.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7884cbabcafde1fce3c6e01838b8ac90a8f309c1

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7884cbabcafde1fce3c6e01838b8ac90a8f309c1
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 Feb 22 00:46:24 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Tue, 21 Feb 2023 23:46:24 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control:
 Some fixes in the repository dialog.
Message-ID: <63f557d038dab_2811f42201901c@gitlab-sidekiq-low-urgency-cpu-bound-v2-856c67cc68-xh48j.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
ebca3799 by Beno?t Minisini at 2023-02-22T00:45:26+01:00
Version control: Some fixes in the repository dialog.

[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Some fixes in the repository dialog.

- - - - -


2 changed files:

- app/src/gambas3/.src/VersionControl/FRepository.class
- app/src/gambas3/.src/VersionControl/FRepository.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ebca37992523f11e1ab9e31470ce1aa0bcb37f07

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ebca37992523f11e1ab9e31470ce1aa0bcb37f07
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 Feb 22 09:58:35 2023
From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal))
Date: Wed, 22 Feb 2023 08:58:35 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Revert "fix:
 gb.markdown now passes it's tests."
Message-ID: <63f5d93b9c4e_2854128556b7@gitlab-sidekiq-low-urgency-cpu-bound-v2-fb947bc7b-5zjf9.mail>



Christof Thalhofer pushed to branch master at Gambas / gambas


Commits:
f958da5a by Christof Thalhofer at 2023-02-22T09:56:24+01:00
Revert "fix: gb.markdown now passes it's tests."

This reverts commit f3c66196fb03c7fceecb7fe674d08507273815f1.

- - - - -


17 changed files:

- comp/src/gb.markdown/.component
- comp/src/gb.markdown/.icon.png
- comp/src/gb.markdown/.project
- comp/src/gb.markdown/.src/MTest.module
- comp/src/gb.markdown/.src/Markdown.class
- comp/src/gb.markdown/.src/Markup.module
- + comp/src/gb.markdown/.src/TMarkdown.test
- ? comp/src/gb.markdown/.src/TestMarkdown.test
- comp/src/gb.markdown/.test
- ? comp/src/gb.markdown/Test/MdTest.html
- ? comp/src/gb.markdown/Test/MdTest.md
- ? comp/src/gb.markdown/Test/MdTestPart1.html
- ? comp/src/gb.markdown/Test/MdTestPart1.md
- ? comp/src/gb.markdown/Test/MdTestPart2.html
- ? comp/src/gb.markdown/Test/MdTestPart2.md
- ? comp/src/gb.markdown/Test/MdTestPart3.html
- ? comp/src/gb.markdown/Test/MdTestPart3.md


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f958da5af4e642040ec440d412c892398d93077e

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f958da5af4e642040ec440d412c892398d93077e
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 Feb 22 23:55:07 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Wed, 22 Feb 2023 22:55:07 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits:
 Replace scripter error -2 with 127(file not found)
Message-ID: <63f69d4bb7a7c_2811afb20619ac@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b6887879b-k7tv4.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
a2d777a0 by Brian G at 2023-02-13T13:16:52-08:00
Replace scripter error -2 with 127(file not found)

[Scripter]
* BUG: Returns -2 causing overflow in "quit -2" when file not found, now returns 127(file not found)

- - - - -
612c2cab by Beno?t Minisini at 2023-02-22T22:55:05+00:00
Merge branch 'ScripterFixErrorExitCode' into 'master'

Fix Scripter exit error Replace scripter error -2 with 127(file not found)

See merge request gambas/gambas!297
- - - - -


7 changed files:

- app/src/gbs3/.project
- app/src/gbs3/.src/Compile.module
- app/src/gbs3/.src/MServerPage.module
- app/src/gbs3/.src/Reader.class
- app/src/gbs3/.src/ScriptApplyAlias.module
- app/src/gbs3/.src/ScriptMain.module
- app/src/gbs3/.src/ScripterExecute.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f958da5af4e642040ec440d412c892398d93077e...612c2cabb4702f483b67add1357299e5b87a4b90

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f958da5af4e642040ec440d412c892398d93077e...612c2cabb4702f483b67add1357299e5b87a4b90
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 Feb 23 10:35:14 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Thu, 23 Feb 2023 09:35:14 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix a
 possible memory leak in DBus introspection.
Message-ID: <63f73352a8680_282555f303691f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5778f67697-25xr8.mail>



Beno?t Minisini pushed to branch master at Gambas / gambas


Commits:
ee5bc531 by Beno?t Minisini at 2023-02-23T10:34:02+01:00
Fix a possible memory leak in DBus introspection.

[GB.DBUS]
* BUG: Fix a possible memory leak in DBus introspection.

- - - - -
bd010d98 by Beno?t Minisini at 2023-02-23T10:35:05+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


2 changed files:

- gb.dbus/src/c_dbusconnection.c
- gb.dbus/src/helper.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/612c2cabb4702f483b67add1357299e5b87a4b90...bd010d986da641147565ca544c74d97e0c22fa32

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/612c2cabb4702f483b67add1357299e5b87a4b90...bd010d986da641147565ca544c74d97e0c22fa32
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 Feb 23 10:53:30 2023
From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=)
Date: Thu, 23 Feb 2023 09:53:30 +0000
Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace ``
 by `
`. Message-ID: <63f7379ad7389_2820a9d6065192@gitlab-sidekiq-low-urgency-cpu-bound-v2-5778f67697-z5wwb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d6db65a2 by Beno?t Minisini at 2023-02-23T10:53:24+01:00 Replace `</hr>` by `<hr>`. [GB.MARKDOWN] * BUG: Replace `</hr>` by `<hr>`. - - - - - 3 changed files: - comp/src/gb.markdown/.component - comp/src/gb.markdown/.project - comp/src/gb.markdown/.src/Markup.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6db65a21969d12284b8b2f0e778564fa2499a54 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6db65a21969d12284b8b2f0e778564fa2499a54 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 Feb 24 18:04:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Feb 2023 17:04:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DownloadManager: Follow HTTP redirections automatically. Message-ID: <63f8ee1dc20bf_281ad600489dd@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c4bf8c5b7-xjqtr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bf5d90f6 by Beno?t Minisini at 2023-02-24T18:04:23+01:00 DownloadManager: Follow HTTP redirections automatically. [GB.NET.CURL] * NEW: DownloadManager: Follow HTTP redirections automatically. - - - - - 3 changed files: - gb.net.curl/src/gb.net.curl/.project - gb.net.curl/src/gb.net.curl/.src/Download.class - gb.net.curl/src/gb.net.curl/.src/HttpForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bf5d90f67050b10b7596f06fb628a27a7b273114 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bf5d90f67050b10b7596f06fb628a27a7b273114 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 Feb 24 18:00:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Feb 2023 17:00:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Menu editor: Do not draw the picture of top-level menus. Snippets: Add newline... Message-ID: <63f8ed25c40a5_28905ab072188@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c4bf8c5b7-9lz7z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a04b08d by Beno?t Minisini at 2023-02-24T18:00:16+01:00 Menu editor: Do not draw the picture of top-level menus. Snippets: Add newline at the end of snippets where it makes sense. [DEVELOPMENT ENVIRONMENT] * BUG: Menu editor: Do not draw the picture of top-level menus. * BUG: Snippets: Add newline at the end of snippets where it makes sense. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/snippets View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a04b08dab118c3ab461cb69b6f849e013708241 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a04b08dab118c3ab461cb69b6f849e013708241 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 Feb 25 15:39:55 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 14:39:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 49 commits: Fix a compiler warning. Message-ID: <63fa1dbb4b384_2861a08b48481@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-zs98d.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 63089779 by Beno?t Minisini at 2023-02-25T14:43:27+01:00 Fix a compiler warning. [COMPILER] * BUG: Fix a compiler warning. - - - - - 8590354a by Christof Thalhofer at 2023-02-25T14:43:45+01:00 GambasSelftests integer overflow tests [DEVELOPMENT ENVIRONMENT] * NEW: GambasSelftests integer overflow tests * FIX: GambasSelftests run.sh just tests without JIT Also refactored GambasSelftests a bit and removed some duplicated code - - - - - c3f0840f by Christof Thalhofer at 2023-02-25T14:43:55+01:00 GambasSelftests test System.IgnoreOverflow [DEVELOPMENT ENVIRONMENT] * NEW: GambasSelftests test System.IgnoreOverflow - - - - - 8337cb0f by Belmotek at 2023-02-25T14:44:11+01:00 Update Spanish translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update Spanish translation. - - - - - f5aa3fae by Beno?t Minisini at 2023-02-25T14:44:29+01:00 Test suites: Fix the behaviour of the test suites interface when a test suite has no test. [DEVELOPMENT ENVIRONMENT] * BUG: Test suites: Fix the behaviour of the test suites interface when a test suite has no test. - - - - - f7c931f5 by Beno?t Minisini at 2023-02-25T14:44:40+01:00 Fix arithmetic overflow detection on datatype conversion. [GB.JIT] * BUG: Fix arithmetic overflow detection on datatype conversion. - - - - - be6949b5 by Christof Thalhofer at 2023-02-25T14:44:51+01:00 Change gambas3-selftest because of bug 2682 [DEVELOPMENT ENVIRONMENT] * FIX: Change gambas3-selftest because of bug 2682 JIT doesn't look at System.IgnoreOverflow. Now the tests pass. - - - - - 8afe6ed1 by Christof Thalhofer at 2023-02-25T14:45:01+01:00 Fix Gambas3 Selftest GambasSelftests.IntegerOverflowsUnsafe Never program with too much beer ... forgot to test IntegerOverflowsUnsafe with JIT enabled - - - - - ffb5a8b0 by Beno?t Minisini at 2023-02-25T14:45:19+01:00 Update project icon. [GB.DBUS] * NEW: Update project icon. * NEW: Update documentation. - - - - - 7d216a0e by Beno?t Minisini at 2023-02-25T14:45:44+01:00 ComboBox: The Selection property now works correctly. [GB.GUI.BASE] * BUG: ComboBox: The Selection property now works correctly. - - - - - cd32ecc8 by Beno?t Minisini at 2023-02-25T14:51:41+01:00 Redraw 'replace' icon. [GB.FORM.STOCK] * NEW: Redraw 'replace' icon. - - - - - 31370556 by Beno?t Minisini at 2023-02-25T14:51:51+01:00 Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Mate'. [GB.DBUS.TRAYICON] * BUG: Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Mate'. - - - - - a034d3a7 by Beno?t Minisini at 2023-02-25T14:52:01+01:00 'gb.image' is now compatible with 'gb.web.gui'. [GB.IMAGE] * NEW: Color: ToHTML() is a new method that converts a Gambas color as integer value to an HTML color representation. - - - - - e4ae27f4 by Beno?t Minisini at 2023-02-25T14:52:36+01:00 Translation dialog: Import translation now takes the '# gb-ignore' comment into account. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: Import translation now takes the '# gb-ignore' comment into account. - - - - - f8df77a7 by Beno?t Minisini at 2023-02-25T14:52:47+01:00 Fix quoting when displaying a string value. [GB.DEBUG] * BUG: Fix quoting when displaying a string value. - - - - - f0be26ac by Bastian Germann at 2023-02-25T14:53:31+01:00 Revert "Disable 'gb.poppler' on 'archlinux-clang', as clang seems to be unable to compile it." This reverts commit 0d3b39eed3152549799542d63bf88c96b36b92e8. clang was just missing the -std=c++17 which is the default for g++ for some time. clang++ still defaults to -std=c++14. - - - - - 94325213 by Bastian Germann at 2023-02-25T14:53:43+01:00 Substitute GB_CXXFLAGS_STD_CPP17 [CONFIGURATION] * BUG: Substitute GB_CXXFLAGS_STD_CPP17 - - - - - 9366cc35 by Beno?t Minisini at 2023-02-25T14:53:58+01:00 Redraw 'bus' and 'truck' icons. [GB.FORM.STOCK] * NEW: Redraw 'bus' and 'truck' icons. - - - - - 2e78fac2 by Beno?t Minisini at 2023-02-25T14:54:07+01:00 TextHighlighter: The 'Tag' property is actually a Short. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighter: The 'Tag' property is actually a Short. * NEW: Add 'accent-color' CSS property. - - - - - 6146e0ff by Beno?t Minisini at 2023-02-25T14:54:25+01:00 Temporary hack that correctly raises 'DragMove' events in all cases when the mouse cursor is on the DnD frame. [GB.GUI.BASE] * BUG: Temporary hack that correctly raises 'DragMove' events in all cases when the mouse cursor is on the DnD frame. - - - - - a455214b by Beno?t Minisini at 2023-02-25T14:54:40+01:00 TreeView, ListView, ColumnView: Fix the rename control management, and so a possible infinite loop. [GB.GUI.BASE] * BUG: GridView: Take 'Columns.Padding' property into account when computing the preferred width of a column. * BUG: ColumnView: Extra columns are automatically resized too when 'AutoResize' is True. * BUG: TreeView, ListView, ColumnView: Fix the rename control management, and so a possible infinite loop. - - - - - e80ecc29 by Beno?t Minisini at 2023-02-25T14:55:53+01:00 System information dialog: Add more informations, and change the order. [DEVELOPMENT ENVIRONMENT] * NEW: System information dialog: Add more informations, and change the order. - - - - - 9b17e60f by Beno?t Minisini at 2023-02-25T14:56:03+01:00 Let pango take the target device resolution into account when drawing text. [GB.GTK] * BUG: Let pango take the target device resolution into account when drawing text. [GB.GTK3] * BUG: Let pango take the target device resolution into account when drawing text. - - - - - 8cce0697 by Beno?t Minisini at 2023-02-25T14:56:15+01:00 Update Gambas fonts so that period, comma, colon and semi-colon characters are bolder in 16 px size. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts so that period, comma, colon and semi-colon characters are bolder in 16 px size. - - - - - 44162332 by Beno?t Minisini at 2023-02-25T14:56:27+01:00 WebTabPanel: Fix container management. [GB.WEB.GUI] * BUG: WebTabPanel: Fix container management. * BUG: WebContainer: If the '_Container' internal property is used, then we suppose that only one child is visible at the same time. - - - - - 8521abc6 by Beno?t Minisini at 2023-02-25T14:56:39+01:00 Farm software: Fix software download. HTTP headers are not case-sensitive anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Farm software: Fix software download. HTTP headers are not case-sensitive anymore. - - - - - 6d922eaf by Beno?t Minisini at 2023-02-25T14:56:49+01:00 TextHighlighter: Fix possible overflows. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighter: The 'State' property is now a Short too. * BUG: TextHighlighter: Fix possible overflows. * NEW: Move old code to project files. - - - - - 2d1a2eb1 by Beno?t Minisini at 2023-02-25T14:57:24+01:00 Fix unit tests. [GB.EVAL.HIGHLIGHT] * BUG: Fix unit tests. - - - - - 474278d1 by Beno?t Minisini at 2023-02-25T14:57:34+01:00 TextEditor: The highlight state can be a Short. [GB.FORM.EDITOR] * BUG: TextEditor: The highlight state can be a Short. * NEW: TextEditor: Add documentation. - - - - - c3c58764 by Beno?t Minisini at 2023-02-25T14:57:43+01:00 Fix JIT compilation on old compilers that do not support arithmetic overflow check. [GB.JIT] * BUG: Fix JIT compilation on old compilers that do not support arithmetic overflow check. - - - - - 0a68d744 by Beno?t Minisini at 2023-02-25T14:57:55+01:00 Gambas fonts: Make comma, colon and semi-colon characters a bit less bold.. [DEVELOPMENT ENVIRONMENT] * NEW: Gambas fonts: Make comma, colon and semi-colon characters a bit less bold. * BUG: Gambas fonts: Some fixes. - - - - - 8a7837c7 by Beno?t Minisini at 2023-02-25T14:58:04+01:00 'WAIT' with no argument now behaves as before when no component specific WAIT handler is defined. [INTERPRETER] * BUG: 'WAIT' with no argument now behaves as before when no component specific WAIT handler is defined. - - - - - 9df95844 by Beno?t Minisini at 2023-02-25T14:58:13+01:00 'Content-Disposition' HTTP header is not case sensitive. [GB.WEB] * BUG: 'Content-Disposition' HTTP header is not case sensitive. - - - - - 0f62d100 by Beno?t Minisini at 2023-02-25T14:58:22+01:00 Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. [GB.EVAL] * BUG: Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. - - - - - d9784bc4 by Beno?t Minisini at 2023-02-25T14:58:31+01:00 WebDrawingArea: Fix Refresh() method. [GB.WEB.GUI] * BUG: WebDrawingArea: Fix Refresh() method. - - - - - 5ad4d2df by Beno?t Minisini at 2023-02-25T14:58:41+01:00 Project property dialog: The "Properties" tab information is correctly saved and restore now. [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: The "Properties" tab information is correctly saved and restore now. - - - - - c14a2096 by Beno?t Minisini at 2023-02-25T14:58:53+01:00 Fix 'FileChooser.Root' and prevent SizePanel size from being lower than the minimum size after being hidden. [GB.FORM] * BUG: FileChooser & DirChooser: Setting the Root property works again as before. * BUG: SidePanel: Prevent the panel size from being lower than the minimum size after being hidden. - - - - - 653123ce by Beno?t Minisini at 2023-02-25T14:59:05+01:00 Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. [GB.QT4] * BUG: Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. [GB.QT5] * BUG: Popup windows are now correctly parented, so that imbricated popups do not close all at once on mouse button press. - - - - - 1e2c3c29 by Beno?t Minisini at 2023-02-25T14:59:25+01:00 Delete temporary files when the QUIT instruction is used. [INTERPRETER] * BUG: Delete temporary files when the QUIT instruction is used. - - - - - 19db2635 by Beno?t Minisini at 2023-02-25T15:00:23+01:00 'TextHighlighter.ToHTML()' correctly handles multiple lines again.. [GB.EVAL.HIGHLIGHT] * BUG: 'TextHighlighter.ToHTML()' correctly handles multiple lines again. - - - - - 471094a5 by Beno?t Minisini at 2023-02-25T15:00:43+01:00 Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'. [GAMBAS WIKI] * BUG: Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'. - - - - - bd015afd by Beno?t Minisini at 2023-02-25T15:00:56+01:00 'Desktop.Type' does not crash anymore if 'XDG_CURRENT_DESKTOP' is not defined. SpinBox now supports right-to-left written languages. [GB.GUI.BASE] * BUG: 'Desktop.Type' does not crash anymore if 'XDG_CURRENT_DESKTOP' is not defined. * NEW: SpinBox: Support for right-to-left written languages. - - - - - 4d268d11 by Beno?t Minisini at 2023-02-25T15:01:15+01:00 Stock: Fix support for KDE desktop. [GB.FORM] * BUG: Stock: Fix support for KDE desktop. - - - - - f4d0bd06 by Brian G at 2023-02-25T15:01:30+01:00 Replace scripter error -2 with 127(file not found) [Scripter] * BUG: Returns -2 causing overflow in "quit -2" when file not found, now returns 127(file not found) - - - - - 81300fe3 by Beno?t Minisini at 2023-02-25T15:01:39+01:00 Fix a possible memory leak in DBus introspection. [GB.DBUS] * BUG: Fix a possible memory leak in DBus introspection. - - - - - d391ee7d by Beno?t Minisini at 2023-02-25T15:02:01+01:00 Menu editor: Do not draw the picture of top-level menus. Snippets: Add newline at the end of snippets where it makes sense. [DEVELOPMENT ENVIRONMENT] * BUG: Menu editor: Do not draw the picture of top-level menus. * BUG: Snippets: Add newline at the end of snippets where it makes sense. - - - - - bcd3050c by Beno?t Minisini at 2023-02-25T15:02:13+01:00 Replace `</hr>` by `<hr>`. [GB.MARKDOWN] * BUG: Replace `</hr>` by `<hr>`. - - - - - 52108d36 by Beno?t Minisini at 2023-02-25T15:02:23+01:00 DownloadManager: Follow HTTP redirections automatically. [GB.NET.CURL] * NEW: DownloadManager: Follow HTTP redirections automatically. - - - - - 2be46405 by Beno?t Minisini at 2023-02-25T15:39:29+01:00 Switch to version 3.18.1. [CONFIGURATION] * NEW: Switch to version 3.18.1. - - - - - 30 changed files: - .gitlab-ci.yml - VERSION - acinclude.m4 - app/src/gambas-wiki/.public/style.css - app/src/gambas3-selftest/.project - app/src/gambas3-selftest/.src/TestSources/mTest.module - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - app/src/gambas3-selftest/.test - app/src/gambas3-selftest/run.sh - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/GambasRoundRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.lang/es.po - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FDebugger.class - app/src/gambas3/.src/Debug/FTestSuite.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/MTest.module - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FarmRequest.class - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Welcome/FSystemInfo.class - app/src/gambas3/snippets - app/src/gbs3/.project - app/src/gbs3/.src/Compile.module - app/src/gbs3/.src/MServerPage.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c1e52df4fd6960a007fd565646c5e5e768c282bc...2be46405d0e6953a9a12538fe55205faa4fce734 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c1e52df4fd6960a007fd565646c5e5e768c282bc...2be46405d0e6953a9a12538fe55205faa4fce734 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 Feb 25 15:41:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 14:41:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.1 Message-ID: <63fa1e1ab2e51_28617084485136@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-zs98d.mail> Beno?t Minisini pushed new tag 3.18.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.1 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 Feb 25 19:06:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 18:06:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: The popup now uses the same font as the ComboBox. Message-ID: <63fa4e14a51a8_28544ac-22f@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-jw82g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dfa1d4e9 by Beno?t Minisini at 2023-02-25T19:06:06+01:00 ComboBox: The popup now uses the same font as the ComboBox. [GB.GUI.BASE] * BUG: ComboBox: The popup now uses the same font as the ComboBox. - - - - - 2 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfa1d4e96af89c8acd58b78451019dedd3d8a63c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfa1d4e96af89c8acd58b78451019dedd3d8a63c 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 Feb 25 23:24:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 22:24:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] ComboBox: The popup now uses the same font as the ComboBox. Message-ID: <63fa8a8fb81b3_285436c81328@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-5wdhd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 08931e39 by Beno?t Minisini at 2023-02-25T23:24:06+01:00 ComboBox: The popup now uses the same font as the ComboBox. [GB.GUI.BASE] * BUG: ComboBox: The popup now uses the same font as the ComboBox. - - - - - 2 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08931e39a148c1ba413d2d1c0cefca36aa513f9b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08931e39a148c1ba413d2d1c0cefca36aa513f9b 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 Feb 25 23:24:57 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 22:24:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.18.1 Message-ID: <63fa8ab9ae6a3_2883ca46c5107b@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-jchq8.mail> Beno?t Minisini deleted tag 3.18.1 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 Feb 25 23:25:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Feb 2023 22:25:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.1 Message-ID: <63fa8acb5daaa_2893d0708434fb@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-rk766.mail> Beno?t Minisini pushed new tag 3.18.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.1 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 Feb 26 15:48:48 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 26 Feb 2023 14:48:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch AppImage Message-ID: <63fb71507e50a_28b15486013390@gitlab-sidekiq-low-urgency-cpu-bound-v2-ddd4cf959-5kn4w.mail> Fabien Bodard pushed new branch AppImage at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/AppImage You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: