From gitlab at mg.gitlab.com Sun Jan 1 11:26:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 01 Jan 2023 10:26:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Check all child terminations when we detect that the SIGCHLD handler has been... Message-ID: <63b15fc8838ad_2515838af02096ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-t6wqr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cdece091 by Beno?t Minisini at 2023-01-01T11:24:44+01:00 Check all child terminations when we detect that the SIGCHLD handler has been replaced by an idiotic library like 'glib'. [INTERPRETER] * BUG: Check all child terminations when we detect that the SIGCHLD handler has been replaced by an idiotic library like 'glib'. - - - - - 5 changed files: - main/gbx/gbx_c_process.c - main/gbx/gbx_c_process.h - main/gbx/gbx_c_task.c - main/gbx/gbx_c_task.h - main/gbx/gbx_signal.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdece091861fceef394157b24caca4d595e01442 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdece091861fceef394157b24caca4d595e01442 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 Jan 1 11:31:06 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 01 Jan 2023 10:31:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] System information dialog: Add the version of some programs. Extend the snow... Message-ID: <63b160ea865a3_24964331415212@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-j7zkt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b2e6c955 by Beno?t Minisini at 2023-01-01T11:31:02+01:00 System information dialog: Add the version of some programs. Extend the snow period until the Epiphany. [DEVELOPMENT ENVIRONMENT] * NEW: Extend the snow period until the Epiphany. * NEW: System information dialog: Add the version of some programs. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Project/FOpenProject.class - app/src/gambas3/.src/Welcome/CWelcome.class - app/src/gambas3/.src/Welcome/FSystemInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b2e6c95520fa193a4ec6a258a1906d717ccfad4c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b2e6c95520fa193a4ec6a258a1906d717ccfad4c 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 Jan 1 14:40:07 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 01 Jan 2023 13:40:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add preview of OpenOffice and EPub files, and the number of pages in the preview when possible. Message-ID: <63b18d3736583_241848b1e81137a7@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-pwpzd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 166bb46e by Beno?t Minisini at 2023-01-01T14:40:02+01:00 Add preview of OpenOffice and EPub files, and the number of pages in the preview when possible. [GB.FORM] * NEW: FileView: Add preview of OpenOffice and EPub files. * NEW: FileView: Add the number of pages to the preview of OpenOffice and PDF files. - - - - - 6 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Main.module - comp/src/gb.form/.src/Test/FTestFileView.class - comp/src/gb.form/.src/Test/FTestFileView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/166bb46e7e38e2f511219c5bb3a19089b6f83084 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/166bb46e7e38e2f511219c5bb3a19089b6f83084 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 Jan 1 14:53:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 01 Jan 2023 13:53:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Number of pages are now be more readable on dark backgrounds. Message-ID: <63b1907466b9c_251d2949981553f7@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-wcnwr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5a109579 by Beno?t Minisini at 2023-01-01T14:53:52+01:00 FileView: Number of pages are now be more readable on dark backgrounds. [GB.FORM] * BUG: FileView: Remove a debugging message. * NEW: FileView: Number of pages are now be more readable on dark backgrounds. - - - - - 1 changed file: - comp/src/gb.form/.src/File/CTaskPreview.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a1095794e2d7220d7d87b4d4918aa3eabb70bc5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a1095794e2d7220d7d87b4d4918aa3eabb70bc5 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 Jan 2 08:55:39 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 07:55:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: C99 compatibility fixes for configure scripts Message-ID: <63b28dfb4c340_2412e19f886153@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-7md9c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22bf3422 by Florian Weimer at 2023-01-02T08:20:04+01:00 C99 compatibility fixes for configure scripts Define _GNU_SOURCE in the math tests so that exp10 can be found. Include <stdio.h> for the puts function in the __progname check. - - - - - 6da173b3 by Beno?t Minisini at 2023-01-02T07:55:37+00:00 Merge branch 'c99' into 'master' C99 compatibility fixes for configure scripts See merge request gambas/gambas!286 - - - - - 2 changed files: - acinclude.m4 - gb.httpd/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5a1095794e2d7220d7d87b4d4918aa3eabb70bc5...6da173b304c0ce6ee8c47a181a88e06f1014ba67 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5a1095794e2d7220d7d87b4d4918aa3eabb70bc5...6da173b304c0ce6ee8c47a181a88e06f1014ba67 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 Jan 2 09:19:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 08:19:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: FileView: Enhance file preview. Message-ID: <63b29377caf4b_2411e0d5241240e4@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-psdsn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c8c5d071 by Beno?t Minisini at 2023-01-02T09:18:09+01:00 FileView: Enhance file preview. [GB.FORM] * NEW: Update French translation. * NEW: FileView: Add page count in PDF or office files preview. * NEW: FileView: Add line count in text files preview. * NEW: FileView: Add the file mime icon on top of its preview, except for video and images. - - - - - 6168fa80 by Beno?t Minisini at 2023-01-02T09:18:44+01:00 Fix some icons. [GB.FORM.STOCK] * NEW: Fix some icons. - - - - - ce118d50 by Beno?t Minisini at 2023-01-02T09:18:52+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 17 changed files: - comp/src/gb.form.stock/gambas-mono/128/book.png - comp/src/gb.form.stock/gambas-mono/128/video.png - comp/src/gb.form.stock/gambas-mono/32/book.png - comp/src/gb.form.stock/gambas-mono/32/video.png - comp/src/gb.form.stock/gambas/128/book.png - comp/src/gb.form.stock/gambas/128/magnet.png - comp/src/gb.form.stock/gambas/128/video.png - comp/src/gb.form.stock/gambas/32/book.png - comp/src/gb.form.stock/gambas/32/magnet.png - comp/src/gb.form.stock/gambas/32/video.png - comp/src/gb.form.stock/links - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Main.module - + comp/src/gb.form/img/line.png - + comp/src/gb.form/img/page.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6da173b304c0ce6ee8c47a181a88e06f1014ba67...ce118d50ec4df119f3a8027c65ab3ce34df3c4f0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6da173b304c0ce6ee8c47a181a88e06f1014ba67...ce118d50ec4df119f3a8027c65ab3ce34df3c4f0 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 Jan 2 17:26:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 16:26:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] When checking keyboard events for shortcuts on the client side, take a... Message-ID: <63b305b1ac15b_243de85ac105446@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-l7w4w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 448b5a90 by Beno?t Minisini at 2023-01-02T17:26:18+01:00 When checking keyboard events for shortcuts on the client side, take a possible undefined key code into account. [GB.WEB.GUI] * BUG: When checking keyboard events for shortcuts on the client side, take a possible undefined key code into account. - - - - - 1 changed file: - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/448b5a90184dc4a4778c43e8a2214915ed8fc8d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/448b5a90184dc4a4778c43e8a2214915ed8fc8d7 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 Jan 2 18:01:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 17:01:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix icon size in the unsaved file dialog. Message-ID: <63b30dd76bcb2_2455ff02749@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-p4wq9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aaee1fa4 by Beno?t Minisini at 2023-01-02T18:01:06+01:00 Fix icon size in the unsaved file dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Fix icon size in the unsaved file dialog. - - - - - 2 changed files: - app/src/gambas3/.src/FSave.class - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aaee1fa427b8dac7642f99dd3a015f8869d746c7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aaee1fa427b8dac7642f99dd3a015f8869d746c7 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 Jan 3 00:39:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 23:39:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add Expand() and Shrink() methods to the rectangle classes. Message-ID: <63b36b3114a2d_242c0c7a5c194586@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-nkfsb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3c1a7624 by Beno?t Minisini at 2023-01-02T20:22:30+01:00 Add Expand() and Shrink() methods to the rectangle classes. [GB.GEOM] * NEW: Add Expand() and Shrink() methods to the rectangle classes. - - - - - 31cae9e5 by Beno?t Minisini at 2023-01-03T00:36:14+01:00 Fix IconView icon layout. Fix Paint.TrimRichText(). Fix ColumnView first column automatic resizing. [GB.GUI.BASE] * BUG: IconView: Fix icon layout in both orientations. * BUG: Rewrite and fix 'Paint.TrimRichText()' method. * BUG: ColumnView: Fix automatic resizing of the first column. - - - - - 821cc464 by Beno?t Minisini at 2023-01-03T00:39:24+01:00 FileView: 'Style' property has been renamed as 'View'. File preview is now a 'View' mode. [GB.FORM] * BUG: FileView; Fix line count of text file previews. * NEW: FileView: 'Style' property has been renamed as 'View'. * NEW: FileView: File preview is now a 'View' mode associated to the new 'Preview' constant. * BUG: FileView: Correctly abort preview when the 'Dir' property changes. * NEW: FileChooser & DirChooser: 'Style' property has been renamed as 'View'. - - - - - 17 changed files: - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/Chooser/DirChooser.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.form - comp/src/gb.form/.src/File/Chooser/FileChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Test/FTestFileChooser.form - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class - comp/src/gb.gui.base/.src/Main.module - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestIconView.class - comp/src/gb.gui.base/.src/Test/FTestIconView.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - main/lib/geom/crect_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aaee1fa427b8dac7642f99dd3a015f8869d746c7...821cc4640ec9eb2478c0821180625173bed0d418 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aaee1fa427b8dac7642f99dd3a015f8869d746c7...821cc4640ec9eb2478c0821180625173bed0d418 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 Jan 3 00:44:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Jan 2023 23:44:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'chart' icon. Message-ID: <63b36c7a230f7_24230a1e001640de@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-pwpzd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ca0023dc by Beno?t Minisini at 2023-01-03T00:44:52+01:00 Fix 'chart' icon. [GB.FORM.STOCK] * NEW: Fix 'chart' icon. - - - - - 4 changed files: - comp/src/gb.form.stock/gambas-mono/128/chart.png - comp/src/gb.form.stock/gambas-mono/32/chart.png - comp/src/gb.form.stock/gambas/128/chart.png - comp/src/gb.form.stock/gambas/32/chart.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca0023dcbc44b7c7a41e5020faeb176a1b8b8252 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca0023dcbc44b7c7a41e5020faeb176a1b8b8252 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 Jan 3 12:33:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 11:33:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: FileView: Permanent store of previews. Message-ID: <63b4128a72e4a_2455e9c759f2@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-wxs8v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2f4989fe by Beno?t Minisini at 2023-01-03T05:09:18+01:00 FileView: Permanent store of previews. [GB.FORM] * NEW: FileView; Reload() method takes an optional boolean argument for refreshing the preview cache. * NEW: DirChooser & FileChooser: 'SHIFT + F5' now refreshes the preview cache. * NEW: FileView: If the 'gb.desktop' component is loaded, file previews are stored in the home cache directory. * NEW: FileView: File preview frame has now a one pixel gap with the contents. - - - - - b2294075 by Beno?t Minisini at 2023-01-03T06:53:03+01:00 Label & TextLabel: 'Trim' is a new property that trims the text if it overflows its frame. [GB.GUI.BASE] * NEW: Label & TextLabel: 'Trim' is a new property that trims the text if it overflows its frame. - - - - - 1b0ce917 by Beno?t Minisini at 2023-01-03T06:54:14+01:00 FileProperties: Use the new 'Trim' property for the file name label. [GB.FORM] * BUG: FileView: Save the maximum preview file size in the settings. * NEW: FileProperties: Use the new 'Trim' property for the file name label. - - - - - eb68fa43 by Beno?t Minisini at 2023-01-03T12:33:25+01:00 Version control: Remove the 'Revert all changes' button in the bottom panel. Project browser: Upgrade to the new FileView view modes. [DEVELOPMENT ENVIRONMENT] * NEW: Project browser: Upgrade to the new FileView view modes. * NEW: Version control: Remove the 'Revert all changes' button in the bottom panel. It can be dangerous to leave it there. - - - - - 11 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/FMain.form - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/File/Properties/FFileProperties.form - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/Label.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ca0023dcbc44b7c7a41e5020faeb176a1b8b8252...eb68fa43708e872eaeb79d14be082c9552bef31f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ca0023dcbc44b7c7a41e5020faeb176a1b8b8252...eb68fa43708e872eaeb79d14be082c9552bef31f 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 Jan 3 12:40:05 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 11:40:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: Fix form using the old 'FileView.Style' property. Message-ID: <63b41415de757_24417cde44798b@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-w22cg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d02de4c by Beno?t Minisini at 2023-01-03T12:39:55+01:00 Translation dialog: Fix form using the old 'FileView.Style' property. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: Fix form using the old 'FileView.Style' property. - - - - - 2 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d02de4c3505fceb3516f50a53606e65822fcbe2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d02de4c3505fceb3516f50a53606e65822fcbe2 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 Jan 3 12:42:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 11:42:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileProperties: Add file last access time. Message-ID: <63b414aa754cc_242715d0c27472@gitlab-sidekiq-low-urgency-cpu-bound-v2-8648b59c75-vvhzj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 60b5c9bf by Beno?t Minisini at 2023-01-03T12:42:30+01:00 FileProperties: Add file last access time. [GB.FORM] * NEW: Update French translation. * NEW: FileProperties: Add file last access time. - - - - - 4 changed files: - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/Properties/FFileProperties.class - comp/src/gb.form/.src/File/Properties/FFileProperties.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/60b5c9bfc64e0c2533d4cd9b99111b7fc04e00cf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/60b5c9bfc64e0c2533d4cd9b99111b7fc04e00cf 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 Jan 3 14:25:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 13:25:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Factorize exception management in JIT code. Message-ID: <63b42cd2a72fc_251e814c669f9@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c8f6c8dfc-2lv4v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ffa0611c by Beno?t Minisini at 2023-01-03T14:25:00+01:00 Factorize exception management in JIT code. [GB.JIT] * OPT: Factorize exception management in JIT code. - - - - - 5 changed files: - main/lib/jit/gb.jit/.src/CCompilation.class - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/gb.jit/jit.h - + main/lib/jit/gb.jit/jit_after.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ffa0611cea1b0ea0a866f9c88be09852bc3f23c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ffa0611cea1b0ea0a866f9c88be09852bc3f23c6 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 Jan 3 14:39:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 13:39:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint.Rectangle() with a border radius now works as expected with a negative width or height. Message-ID: <63b43017762e4_24a5be0173c6@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c8f6c8dfc-59pvp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a8610f7 by Beno?t Minisini at 2023-01-03T14:38:46+01:00 Paint.Rectangle() with a border radius now works as expected with a negative width or height. [GB.DRAW] * BUG: Paint.Rectangle() with a border radius now works as expected with a negative width or height. - - - - - 1 changed file: - main/lib/draw/cpaint.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a8610f779a8e23731b9e16d9265864d2c545691 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a8610f779a8e23731b9e16d9265864d2c545691 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 Jan 3 14:48:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 13:48:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Use the new 'Cursor' constants. Message-ID: <63b4323e4a3a5_24b7da4027542@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c8f6c8dfc-9h59h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87ed81f6 by Beno?t Minisini at 2023-01-03T14:40:55+01:00 Use the new 'Cursor' constants. [GB.FORM.MDI] * NEW: Use the new 'Cursor' constants. - - - - - 8273cfbe by Beno?t Minisini at 2023-01-03T14:45:52+01:00 DesktopWindow.Activate() uses the 'X11' class directly now. [GB.DESKTOP.X11] * BUG: DesktopWindow.Activate() uses the 'X11' class directly now.. - - - - - d2203afc by Beno?t Minisini at 2023-01-03T14:47:36+01:00 The component must require 'gb.desktop'. [GB.DESKTOP.X11] * BUG: The component must require 'gb.desktop'. - - - - - 7 changed files: - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form - comp/src/gb.form.mdi/.src/Workspace/Workspace.class - gb.desktop.x11/src/gb.desktop.x11.component - gb.desktop.x11/src/gb.desktop.x11/.icon.png - gb.desktop.x11/src/gb.desktop.x11/.project - gb.desktop.x11/src/gb.desktop.x11/.src/DesktopWindow.class - gb.desktop.x11/src/gb.desktop.x11/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7a8610f779a8e23731b9e16d9265864d2c545691...d2203afc05b3fcae7f5930b3102d54b7c322091f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7a8610f779a8e23731b9e16d9265864d2c545691...d2203afc05b3fcae7f5930b3102d54b7c322091f 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 Jan 3 20:19:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 19:19:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Put dependency on 'gb.desktop.x11' back, otherwise the IDE complains. Message-ID: <63b47fbb60857_2455eec31921@gitlab-sidekiq-low-urgency-cpu-bound-v2-95c474d9-j2lb4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ae9f1e98 by Beno?t Minisini at 2023-01-03T20:19:17+01:00 Put dependency on 'gb.desktop.x11' back, otherwise the IDE complains. [GB.DESKTOP.X11] * BUG: Put dependency on 'gb.desktop.x11' back, otherwise the IDE complains. - - - - - 1 changed file: - gb.desktop.x11/src/gb.desktop.x11/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ae9f1e98b9cef5b848a359281965e93c4a5bc2d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ae9f1e98b9cef5b848a359281965e93c4a5bc2d7 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 Jan 3 22:34:05 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 21:34:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Disable persistent preview caching. Message-ID: <63b49f4d73af_2555f64125f5@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-g987j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1e5baed3 by Beno?t Minisini at 2023-01-03T22:33:59+01:00 FileView: Disable persistent preview caching. [GB.FORM] * NEW: FileView: Disable persistent preview caching. - - - - - 1 changed file: - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1e5baed3a2eb8e00f09097fc2da4688921fdd0a0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1e5baed3a2eb8e00f09097fc2da4688921fdd0a0 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 Jan 3 23:25:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:25:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DesktopMime: Fix GetIcon() so that stock mime icons are prioritary. Message-ID: <63b4ab3c4efef_2455ec4127b6@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-bls47.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c13ad71b by Beno?t Minisini at 2023-01-03T23:24:54+01:00 DesktopMime: Fix GetIcon() so that stock mime icons are prioritary. [GB.DESKTOP] * NEW: DesktopMime: Fix GetIcon() so that stock mime icons are prioritary.. - - - - - 2 changed files: - comp/src/gb.desktop/.src/DesktopMime.class - + comp/src/gb.desktop/file.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c13ad71bb78344cf2cbe5df3b3655594a450e12d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c13ad71bb78344cf2cbe5df3b3655594a450e12d 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 Jan 3 23:26:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:26:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileChooser & DirChooser: default view is now normal. Message-ID: <63b4ab95811ef_2455e10328d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-xtlkj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 18907a47 by Beno?t Minisini at 2023-01-03T23:26:23+01:00 FileChooser & DirChooser: default view is now normal. [GB.FORM] * BUG: FileChooser & DirChooser: default view is now normal. - - - - - 3 changed files: - comp/src/gb.form/.src/File/Chooser/FDirChooser.form - comp/src/gb.form/.src/Main.module - comp/src/gb.form/.src/Test/FTestFileChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/18907a478f15fff6a2257e6cf0202f0003dbc7a1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/18907a478f15fff6a2257e6cf0202f0003dbc7a1 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 Jan 3 23:31:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:31:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.0 Message-ID: <63b4acb5c80b6_2455e103315f@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-xtlkj.mail> Beno?t Minisini pushed new tag 3.18.0 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.0 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 Jan 3 23:34:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:34:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63b4ad6b82b33_24238d5489162@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-7ztpd.mail> Beno?t Minisini deleted branch stable 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 Tue Jan 3 23:34:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:34:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63b4ad772fbff_2455eec65248@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-cqqbc.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 3 23:35:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:35:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63b4ada3c67ac_2455ed86422d@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-xjrq6.mail> Beno?t Minisini deleted branch stable 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 Tue Jan 3 23:35:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:35:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.18.0 Message-ID: <63b4adadc7553_2455f147882a@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-pcfpg.mail> Beno?t Minisini deleted tag 3.18.0 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 Tue Jan 3 23:42:41 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:42:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Switch version to 3.18.0. Message-ID: <63b4af611546b_2455e9c711eb@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-9gss8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b4aa02d5 by Beno?t Minisini at 2023-01-03T23:42:15+01:00 Switch version to 3.18.0. [CONFIGURATION] * NEW: Switch version to 3.18.0. - - - - - 2 changed files: - VERSION - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b4aa02d55a522cc16133ba0d951d21095ec7bec6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b4aa02d55a522cc16133ba0d951d21095ec7bec6 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 Jan 3 23:44:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Jan 2023 22:44:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63b4afc332642_2450cbe8198fe@gitlab-sidekiq-low-urgency-cpu-bound-v2-645cd57479-lpxv8.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 4 17:05:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 16:05:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly rewrite the 'Error' keyword. Message-ID: <63b5a3c99dc19_25172c44615b9@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bff8c575c-cqz67.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c24d92c2 by Beno?t Minisini at 2023-01-04T17:04:34+01:00 Correctly rewrite the 'Error' keyword. [COMPILER] * NEW: Synchronize with 'gb.eval' parser. [GB.EVAL] * NEW: Synchronize with compiler parser. * BUG: Correctly rewrite the 'Error' keyword. - - - - - 3 changed files: - main/gbc/gbc_read.c - main/lib/eval/eval_analyze.c - main/lib/eval/eval_read.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c24d92c21df059e9fecccab43f90ed68440a8aa8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c24d92c21df059e9fecccab43f90ed68440a8aa8 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 Jan 4 17:06:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 16:06:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Error' keyword is now correctly written without spurious spaces around. Message-ID: <63b5a40a9462_2455f14718f8@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bff8c575c-8z57v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 51a88d26 by Beno?t Minisini at 2023-01-04T17:05:46+01:00 'Error' keyword is now correctly written without spurious spaces around. [GB.TEST] * BUG: 'Error' keyword is now correctly written without spurious spaces around. - - - - - 3 changed files: - main/lib/test/gb.test/.component - main/lib/test/gb.test/.project - main/lib/test/gb.test/.src/TestSuite/Assert.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/51a88d26b4816e15d5e68b0e65761f5d2ba6155f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/51a88d26b4816e15d5e68b0e65761f5d2ba6155f 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 Jan 4 17:08:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 16:08:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'System.IgnoreOverflow' is a new property that allows to ignore overflows in arithmetic operations. Message-ID: <63b5a4744e43b_24ae75cc403de@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bff8c575c-646k8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 95574a91 by Beno?t Minisini at 2023-01-04T17:06:41+01:00 'System.IgnoreOverflow' is a new property that allows to ignore overflows in arithmetic operations. [INTERPRETER] * NEW: 'System.IgnoreOverflow' is a new property that allows to ignore overflows in arithmetic operations. * OPT: Replace most of boolean global interpreter flags by bitfields. - - - - - 5 changed files: - main/gbx/gb_error.c - main/gbx/gb_error.h - main/gbx/gbx_c_system.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/95574a9170c601fa085396a9682edc4f55b2fbe0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/95574a9170c601fa085396a9682edc4f55b2fbe0 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 Jan 4 18:51:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 17:51:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Convert two global interpreter flags from boolean to bitfield. Message-ID: <63b5bc8653f5d_2455e9c19947@gitlab-sidekiq-low-urgency-cpu-bound-v2-8487887787-z6xpb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1fd1d16e by Beno?t Minisini at 2023-01-04T18:49:13+01:00 Convert two global interpreter flags from boolean to bitfield. [INTERPRETER] * NEW: Convert two global interpreter flags from boolean to bitfield. * NEW: Remove a unused JIT API and take the previous into account. [GB.JIT] * NEW: Take the boolean to bitfield interpreter flag changes into account.. - - - - - 10 changed files: - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_jit.c - main/lib/jit/gb.jit/.component - main/lib/jit/gb.jit/.project - main/lib/jit/gb.jit/.src/CCompilation.class - main/lib/jit/gb.jit/jit_after.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1fd1d16ec8af905d400e7d4405c247f59c91264c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1fd1d16ec8af905d400e7d4405c247f59c91264c 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 Jan 4 20:39:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 19:39:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Fix behaviour of 'Open with' menu. Message-ID: <63b5d5ec6bd9_2455e4c31783@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fdc59dbd9-7wbss.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 83091399 by Beno?t Minisini at 2023-01-04T20:39:19+01:00 Project tree: Fix behaviour of 'Open with' menu. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix behaviour of 'Open with' menu. - - - - - 2 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/83091399732247d97011856c2e624cecdd93ccfa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/83091399732247d97011856c2e624cecdd93ccfa 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 Jan 5 00:52:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 23:52:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileChooser & DirChooser: Bookmarks are correctly updated again. Message-ID: <63b6113b7a411_2455e9c8888@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-zwgch.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f6bf9b17 by Beno?t Minisini at 2023-01-05T00:52:22+01:00 FileChooser & DirChooser: Bookmarks are correctly updated again. [GB.FORM] * BUG: FileChooser & DirChooser: Bookmarks are correctly updated again. - - - - - 4 changed files: - comp/src/gb.form/.component - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6bf9b177d853361469d19228e0ba7183b1c27af -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6bf9b177d853361469d19228e0ba7183b1c27af 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 Jan 5 00:58:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Jan 2023 23:58:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't put dependencies on 'gb.desktop', otherwise it won't compile! Let the... Message-ID: <63b612aa7e6bb_2555e9c3649f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-8kp86.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3a1e0d5d by Beno?t Minisini at 2023-01-05T00:58:28+01:00 Don't put dependencies on 'gb.desktop', otherwise it won't compile! Let the IDE complain at the moment. [GB.DESKTOP.X11] * BUG: Don't put dependencies on 'gb.desktop', otherwise it won't compile! Let the IDE complain at the moment. - - - - - 1 changed file: - gb.desktop.x11/src/gb.desktop.x11/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a1e0d5dbec9f8e4a58a6bab4174ebd19f093295 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a1e0d5dbec9f8e4a58a6bab4174ebd19f093295 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 Jan 5 01:51:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 00:51:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Splitter: Settings layout when the splitter is hidden works correctly again. Message-ID: <63b61f188f317_2455e4c7278a@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-2qkjm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78841b37 by Beno?t Minisini at 2023-01-05T01:51:31+01:00 Splitter: Settings layout when the splitter is hidden works correctly again. [GB.GUI.BASE] * BUG: Splitter: Settings layout when the splitter is hidden works correctly again. - - - - - 3 changed files: - comp/src/gb.gui.base/.component - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Split/Splitter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78841b379eaef1f6e7216d62b8a5b1d609d5a4c9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78841b379eaef1f6e7216d62b8a5b1d609d5a4c9 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 Jan 5 11:35:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 10:35:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Do not forget to kill the preview background task is some cases. Message-ID: <63b6a7ec54c24_24102ca8c101534@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-l226l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d9a5b8fe by Beno?t Minisini at 2023-01-05T11:35:19+01:00 FileView: Do not forget to kill the preview background task is some cases.. [GB.FORM] * NEW: FileView: EPub preview generator is more clever. * BUG: FileView: Do not forget to kill the preview background task is some cases. * BUG: FileView: Fix the refresh logic. - - - - - 2 changed files: - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d9a5b8feaf8ea1ef76251918902a5f904c9c0825 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d9a5b8feaf8ea1ef76251918902a5f904c9c0825 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 Jan 5 13:18:10 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 12:18:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Settings: The Maximized property of a window is now correctly restored when it... Message-ID: <63b6c002c8090_24494f10c271d8@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-g9944.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0e89d805 by Beno?t Minisini at 2023-01-05T13:18:04+01:00 Settings: The Maximized property of a window is now correctly restored when it is present in the settings. [GB.SETTINGS] * BUG: Settings: The Maximized property of a window is now correctly restored when it is present in the settings. - - - - - 3 changed files: - comp/src/gb.settings/.component - comp/src/gb.settings/.project - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e89d805d92bd71d923bbbc7a4115f8b57f0bf02 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e89d805d92bd71d923bbbc7a4115f8b57f0bf02 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 Jan 5 14:31:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 13:31:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'news' icon. Message-ID: <63b6d142d5159_243a2d1c457227@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f499998f5-29nf8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a157c232 by Beno?t Minisini at 2023-01-05T14:30:50+01:00 Add 'news' icon. [GB.FORM.STOCK] * NEW: Add 'news' icon. - - - - - c533cbe4 by Beno?t Minisini at 2023-01-05T14:31:41+01:00 FileView: Do not forget to kill the preview background task is some cases.. [GB.FORM] * NEW: Stock: Add 'news' icon. * OPT: FileView: Add a 250 ms limit for previewing a big text file. - - - - - 8 changed files: - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.project - + comp/src/gb.form.stock/gambas-mono/128/news.png - + comp/src/gb.form.stock/gambas-mono/32/news.png - + comp/src/gb.form.stock/gambas/128/news.png - + comp/src/gb.form.stock/gambas/32/news.png - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0e89d805d92bd71d923bbbc7a4115f8b57f0bf02...c533cbe4453c4dbadac336ac7cc3ad25a81497dd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0e89d805d92bd71d923bbbc7a4115f8b57f0bf02...c533cbe4453c4dbadac336ac7cc3ad25a81497dd 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 Jan 5 17:33:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 16:33:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix value of 'Key.Shift', 'Key.Control', 'Key.Alt', 'Key.Meta' and 'Key.Normal'. Message-ID: <63b6fbbea01d7_2455f5061610@gitlab-sidekiq-low-urgency-cpu-bound-v2-688d457545-x2j7c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a44508a7 by Beno?t Minisini at 2023-01-05T17:31:59+01:00 Fix value of 'Key.Shift', 'Key.Control', 'Key.Alt', 'Key.Meta' and 'Key.Normal'. [GB.GTK] * BUG: Fix value of 'Key.Shift', 'Key.Control', 'Key.Alt', 'Key.Meta' and 'Key.Normal'. [GB.GTK3] * BUG: Fix value of 'Key.Shift', 'Key.Control', 'Key.Alt', 'Key.Meta' and 'Key.Normal'. - - - - - 1 changed file: - gb.gtk/src/gkey.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a44508a79db8aa03db22b5fdd8321c897e035973 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a44508a79db8aa03db22b5fdd8321c897e035973 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 Jan 5 17:39:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Jan 2023 16:39:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix rewrite of ERROR instruction. Message-ID: <63b6fd5ae701_2455f28457b6@gitlab-sidekiq-low-urgency-cpu-bound-v2-688d457545-jt9j2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f05de9b8 by Beno?t Minisini at 2023-01-05T17:39:29+01:00 Fix rewrite of ERROR instruction. [GB.EVAL] * BUG: Fix rewrite of ERROR instruction. - - - - - 1 changed file: - main/lib/eval/eval_analyze.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f05de9b89711e789fbc3547ab2f74552d1c60083 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f05de9b89711e789fbc3547ab2f74552d1c60083 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 Jan 6 19:00:22 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Jan 2023 18:00:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63b861b6d0ced_2455f64974c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-8447fd84fb-djgmm.mail> Beno?t Minisini deleted branch stable at Gambas / gambas -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jan 6 19:00:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Jan 2023 18:00:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63b861bf948e4_2455f3c1268d@gitlab-sidekiq-low-urgency-cpu-bound-v2-8447fd84fb-f52md.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 6 19:10:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Jan 2023 18:10:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix 'news' icon. Message-ID: <63b864039b297_2455ed8880ba@gitlab-sidekiq-low-urgency-cpu-bound-v2-8447fd84fb-ctdhk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b79d305a by Beno?t Minisini at 2023-01-05T17:40:21+01:00 Fix 'news' icon. [GB.FORM.STOCK] * NEW: Fix 'news' icon. - - - - - ae0604b5 by Beno?t Minisini at 2023-01-06T19:10:07+01:00 Form editor: Set the 'Highlight' property of the control TabPanel.. [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: Get rid of a GTK+ warning. * NEW: Form editor: Set the 'Highlight' property of the control TabPanel. - - - - - 8 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/.src/Project/FProjectProperty.form - comp/src/gb.form.stock/gambas-mono/128/news.png - comp/src/gb.form.stock/gambas-mono/32/news.png - comp/src/gb.form.stock/gambas/128/news.png - comp/src/gb.form.stock/gambas/32/news.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f05de9b89711e789fbc3547ab2f74552d1c60083...ae0604b542a9e770cfa43268a2e95d27901e24d1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f05de9b89711e789fbc3547ab2f74552d1c60083...ae0604b542a9e770cfa43268a2e95d27901e24d1 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 Jan 6 20:35:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Jan 2023 19:35:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: FileView: Draw the preview page or lines count differently. Message-ID: <63b8781578530_2455f78267c7@gitlab-sidekiq-low-urgency-cpu-bound-v2-8477758db-8bbjh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a8bbc2c8 by Beno?t Minisini at 2023-01-06T19:10:44+01:00 FileView: Draw the preview page or lines count differently. [GB.FORM] * NEW: FileView: Draw the preview page or lines count differently. - - - - - 05dc6f27 by Beno?t Minisini at 2023-01-06T20:35:42+01:00 Add a constant to make internal debugging messages less verbose by default. [GB.WEB.GUI] * NEW: Add a constant to make internal debugging messages less verbose by default. - - - - - 6 changed files: - comp/src/gb.form/.src/File/CTaskPreview.class - comp/src/gb.form/img/line.png - comp/src/gb.form/img/page.png - comp/src/gb.web.gui/.component - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ae0604b542a9e770cfa43268a2e95d27901e24d1...05dc6f2718fb242d8d8832140aa3e233a730af04 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ae0604b542a9e770cfa43268a2e95d27901e24d1...05dc6f2718fb242d8d8832140aa3e233a730af04 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 Jan 6 21:10:18 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Jan 2023 20:10:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebTabPanel: Optimize refresh when the current tab changes. Message-ID: <63b8802ab2db0_2455f2817994@gitlab-sidekiq-low-urgency-cpu-bound-v2-8477758db-r5xrk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 02c58c17 by Beno?t Minisini at 2023-01-06T21:10:14+01:00 WebTabPanel: Optimize refresh when the current tab changes. [GB.WEB.GUI] * OPT: WebTabPanel: Optimize refresh when the current tab changes. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/Test/Webform2.class - comp/src/gb.web.gui/.src/WebTabPanel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02c58c17a19c4e6b595bbf71d83b6d4affa6f756 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02c58c17a19c4e6b595bbf71d83b6d4affa6f756 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 Jan 7 13:31:41 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 07 Jan 2023 12:31:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix 'sport' icon. Message-ID: <63b9662d3ddb8_242b11ba4109363@gitlab-sidekiq-low-urgency-cpu-bound-v2-549df645d-tk57c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5fad14b3 by Beno?t Minisini at 2023-01-07T02:51:09+01:00 Fix 'sport' icon. [GB.FORM.STOCK] * NEW: Fix 'sport' icon. - - - - - 1b6b8124 by Beno?t Minisini at 2023-01-07T13:30:36+01:00 'Painter.Font' sometimes does not work correctly for an unknown reason. Found a workaround. [GB.QT4] * BUG: 'Painter.Font' sometimes does not work correctly for an unknown reason. Found a workaround. [GB.QT5] * BUG: 'Painter.Font' sometimes does not work correctly for an unknown reason. Found a workaround. - - - - - 4 changed files: - comp/src/gb.form.stock/.hidden/icon.png - comp/src/gb.form.stock/gambas/128/sport.png - comp/src/gb.form.stock/gambas/32/sport.png - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02c58c17a19c4e6b595bbf71d83b6d4affa6f756...1b6b81243fb16e5af6b7b38ea4cca4fed4df9798 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02c58c17a19c4e6b595bbf71d83b6d4affa6f756...1b6b81243fb16e5af6b7b38ea4cca4fed4df9798 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 Jan 7 18:17:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 07 Jan 2023 17:17:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Paste special now automatically replaces no-break space by normal space. Message-ID: <63b9a92b307f6_2455fb4221c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-549df645d-jxpn4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 43958aa5 by Beno?t Minisini at 2023-01-07T18:17:13+01:00 Code editor: Paste special now automatically replaces no-break space by normal space. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Paste special now automatically replaces no-break space by normal space. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Code/FPasteSpecial.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/43958aa538f2eb7b658eed3a74890faa4bf943e8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/43958aa538f2eb7b658eed3a74890faa4bf943e8 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 Jan 8 21:52:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 08 Jan 2023 20:52:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Label: Correctly clip the border when there is no background color. Message-ID: <63bb2d2a8f79_247c894dc13669a@gitlab-sidekiq-low-urgency-cpu-bound-v2-549df645d-p744j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a10cbc58 by Beno?t Minisini at 2023-01-08T21:52:51+01:00 Label: Correctly clip the border when there is no background color. [GB.GUI.BASE] * NEW: Splitter: Add some documentation * NEW: Label: Add some documentation * BUG: Label: Correctly clip the border when there is no background color.. - - - - - 5 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/Split/Splitter.class - comp/src/gb.gui.base/.src/Test/FLabel.class ? comp/src/gb.gui.base/.src/Test/FTestLabel.class - comp/src/gb.gui.base/.src/Test/FLabel.form ? comp/src/gb.gui.base/.src/Test/FTestLabel.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a10cbc585e58c742bf8071f8f7045dfc980afe68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a10cbc585e58c742bf8071f8f7045dfc980afe68 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 Jan 9 02:49:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 09 Jan 2023 01:49:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. Fix... Message-ID: <63bb728edd50_2455f2858558@gitlab-sidekiq-low-urgency-cpu-bound-v2-bdff648f5-r2hlc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: caacdd9c by Beno?t Minisini at 2023-01-09T02:45:52+01:00 Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. Fix reference leak in drag & drop target management of Qt components. [INTERPRETER] * NEW: 'GB.Push()' now can handle Variant values. [GB.GTK] * NEW: Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. [GB.GTK3] * NEW: Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. [GB.QT4] * BUG: Fix reference leak in drag & drop target management. * NEW: Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. [GB.QT5] * BUG: Fix reference leak in drag & drop target management. * NEW: Control.Drag() now calls Drag(), so that 'text/uri' mimetype is supported. - - - - - 8 changed files: - comp/src/gb.form.mdi/.component - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.class - comp/src/gb.gui.base/.src/Drag.class - gb.gtk/src/CWidget.cpp - gb.qt4/src/CClipboard.cpp - gb.qt4/src/CWidget.cpp - main/gbx/gbx_api.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/caacdd9c2fe37d1ae2029f15e9e98b182e95ce64 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/caacdd9c2fe37d1ae2029f15e9e98b182e95ce64 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 Jan 10 17:09:10 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 10 Jan 2023 16:09:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Enable overflow detection when at least 'gcc 8' is used. Message-ID: <63bd8da63d8ff_2411e5f40489e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-679ffd896c-k8jsq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b03cfc16 by Beno?t Minisini at 2023-01-10T17:08:16+01:00 Enable overflow detection when at least 'gcc 8' is used. [INTERPRETER] * BUG: Enable overflow detection when at least 'gcc 8' is used. - - - - - 1 changed file: - main/share/gb_overflow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b03cfc16bfb9e6fd1ce44b8a62f6ceb353fd69be -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b03cfc16bfb9e6fd1ce44b8a62f6ceb353fd69be 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 Jan 10 17:13:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 10 Jan 2023 16:13:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add java benchmarks. Message-ID: <63bd8e9a81233_241207bb83874f@gitlab-sidekiq-low-urgency-cpu-bound-v2-679ffd896c-qkdrg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9f9aa44 by Beno?t Minisini at 2023-01-10T17:10:31+01:00 Add java benchmarks. [BENCHMARK] * NEW: Add java benchmarks. Note that 'string' and 'string2' benchmarks are too slow when run with the Java interpreter. So they are just run with Java and JIT compilation enabled. - - - - - 9 changed files: - benchmark/benchmark.gbs - + benchmark/mandelbrot.jvs - + benchmark/nbody.jvs - + benchmark/polynom.jvs - + benchmark/primes.jvs - + benchmark/sort.jvs - + benchmark/string.jvs - + benchmark/string2.jvs - + benchmark/test.jvs View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9f9aa44994aba61c348a0eac3fcf67ea021086a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9f9aa44994aba61c348a0eac3fcf67ea021086a 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 Jan 10 21:59:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 10 Jan 2023 20:59:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'. Message-ID: <63bdd1b42bf87_2455f8c38477@gitlab-sidekiq-low-urgency-cpu-bound-v2-675cb47df7-5z4r2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 246cf405 by Beno?t Minisini at 2023-01-10T21:55:25+01:00 Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'. [CONFIGURATION] * BUG: Do not use the default CFLAGS forces by autotools. Either use the CFLAGS provided on the command-line, or the default ones of the project. [INTERPRETER] * OPT: Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'. [COMPILER] * OPT: Optimize variable initialization. - - - - - 7 changed files: - main/configure.ac - main/gbc/gbc_trans_code.c - main/gbc/gbc_trans_expr.c - main/gbx/Makefile.am - main/gbx/gbx_date.c - main/lib/db/gb.db/.component - main/lib/db/gb.db/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/246cf405534ed1c553ab00d54681c9ad7689cc40 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/246cf405534ed1c553ab00d54681c9ad7689cc40 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 Jan 11 21:59:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 20:59:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some buttons tooltips. Message-ID: <63bf232c9d232_246d24d981216bf@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-htqjs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2687a860 by Beno?t Minisini at 2023-01-11T21:59:19+01:00 Fix some buttons tooltips. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Fix some buttons tooltips. * NEW: Add 'librsvg' to the system information. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugger.form - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Welcome/FSystemInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2687a8607b5273591cfba87d91df72515c175df9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2687a8607b5273591cfba87d91df72515c175df9 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 Jan 11 22:00:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 21:00:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63bf235e15648_2556018274ab@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-6m9cq.mail> Beno?t Minisini deleted branch stable 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 Wed Jan 11 22:00:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 21:00:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63bf2369b5ed6_24a415780101462@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-hbmvf.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 12 00:55:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 23:55:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix SvgImage.Render(). Correctly release the current grab when the debugger wakes up. Message-ID: <63bf4c74de6de_247bb5f8810977@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-rdddc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ee040e1b by Beno?t Minisini at 2023-01-12T00:54:19+01:00 Fix SvgImage.Render(). Correctly release the current grab when the debugger wakes up. [GB.GTK] * BUG: Fix SvgImage.Render() so that it correctly stretches the result. * BUG: Correctly release the current grab when the debugger wakes up. [GB.GTK3] * BUG: Fix SvgImage.Render() so that it correctly stretches the result. * BUG: Correctly release the current grab when the debugger wakes up. - - - - - 4 changed files: - gb.gtk/src/csvgimage.cpp - gb.gtk/src/gdrag.cpp - gb.gtk/src/gmenu.cpp - gb.gtk3/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee040e1b149c34d6af4eca3f061c9fc3fc517255 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee040e1b149c34d6af4eca3f061c9fc3fc517255 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 Jan 12 00:56:59 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 23:56:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Prevent autotools macro from erasing CFLAGS. Message-ID: <63bf4ccbeb293_25a868e68233c2@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-r99ft.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47fd6ba0 by Beno?t Minisini at 2023-01-12T00:55:48+01:00 Prevent autotools macro from erasing CFLAGS. [CONFIGURATION] * BUG: Prevent autotools macro from erasing CFLAGS. - - - - - 1 changed file: - acinclude.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47fd6ba080a0e09b98f15306b244f46152ffd252 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47fd6ba080a0e09b98f15306b244f46152ffd252 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 Jan 12 00:58:41 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 23:58:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Starts program by assuming the clipboard has been modified. Message-ID: <63bf4d311ce2f_24743a128100557@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-z8l24.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 40de9522 by Beno?t Minisini at 2023-01-12T00:57:27+01:00 Starts program by assuming the clipboard has been modified. [GB.GTK] * BUG: Starts program by assuming the clipboard has been modified. [GB.GTK3] * BUG: Starts program by assuming the clipboard has been modified. [GB.QT4] * BUG: Starts program by assuming the clipboard has been modified. [GB.QT5] * BUG: Starts program by assuming the clipboard has been modified. - - - - - 1 changed file: - gb.qt4/src/CClipboard.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40de9522143e0345dc1f46e33419c0824cd76174 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40de9522143e0345dc1f46e33419c0824cd76174 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 Jan 12 00:59:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 23:59:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63bf4d5360362_2497029a8108562@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-49qv2.mail> Beno?t Minisini deleted branch stable 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 Thu Jan 12 00:59:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 11 Jan 2023 23:59:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63bf4d5950881_247492b981071f2@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c5d94d88c-dtn6v.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 12 13:23:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 12:23:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'System.IgnoreOverflow = True' now never raises an error. Message-ID: <63bffba49eb89_241f093c6512@gitlab-sidekiq-low-urgency-cpu-bound-v2-665cd966d5-s9v8k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46c13a4b by Beno?t Minisini at 2023-01-12T13:22:16+01:00 'System.IgnoreOverflow = True' now never raises an error. [INTERPRETER] * BUG: 'System.IgnoreOverflow = True' now never raises an error.. - - - - - 1 changed file: - main/gbx/gbx_c_system.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46c13a4b9b6f22ec93511b238b901a374b77e01f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46c13a4b9b6f22ec93511b238b901a374b77e01f 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 Jan 12 14:39:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 13:39:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63c00d96d8954_2457cbdc147c7@gitlab-sidekiq-low-urgency-cpu-bound-v2-665cd966d5-lgnkc.mail> Beno?t Minisini deleted branch stable 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 Thu Jan 12 14:39:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 13:39:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63c00da08568d_2455f145467f@gitlab-sidekiq-low-urgency-cpu-bound-v2-665cd966d5-7q9bd.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 12 14:40:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 13:40:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.0 Message-ID: <63c00de27cc6b_2456004254df@gitlab-sidekiq-low-urgency-cpu-bound-v2-665cd966d5-f7rxc.mail> Beno?t Minisini pushed new tag 3.18.0 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.0 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 Jan 12 23:31:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 22:31:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: The 'gb.hash' component will be part of the runtime. Message-ID: <63c08a3f60df6_2455e88861a4@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-tdmvr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c1e52df4 by Beno?t Minisini at 2023-01-12T23:31:22+01:00 Packager: The 'gb.hash' component will be part of the runtime. [DEVELOPMENT ENVIRONMENT] * NEW: Packager: The 'gb.hash' component will be part of the runtime. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1e52df4fd6960a007fd565646c5e5e768c282bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1e52df4fd6960a007fd565646c5e5e768c282bc 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 Jan 12 23:31:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 22:31:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.18.0 Message-ID: <63c08a5a598f0_243522a881643@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-vfjch.mail> Beno?t Minisini deleted tag 3.18.0 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 Thu Jan 12 23:32:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 22:32:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch stable Message-ID: <63c08a63be7c8_2455e742021@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-9mrxh.mail> Beno?t Minisini deleted branch stable 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 Thu Jan 12 23:32:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 22:32:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch stable Message-ID: <63c08a7b8fc61_2455fa06922@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-v7cn9.mail> Beno?t Minisini pushed new branch stable at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/stable 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 Jan 12 23:32:42 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 12 Jan 2023 22:32:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.0 Message-ID: <63c08a8aa9b7b_2455e8886649@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-tdmvr.mail> Beno?t Minisini pushed new tag 3.18.0 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.0 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 Jan 13 07:58:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 06:58:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update to version 3.18.90. Message-ID: <63c101179f80e_2455ed8272ad@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-7w9xn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2362a11f by Beno?t Minisini at 2023-01-13T07:58:13+01:00 Update to version 3.18.90. - - - - - 2 changed files: - VERSION - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2362a11f668216f79e10f82f0d0055bda4f0b28c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2362a11f668216f79e10f82f0d0055bda4f0b28c 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 Jan 13 07:59:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 06:59:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a compiler warning. Message-ID: <63c1013637623_2455e88602fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-6thkd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c2ee9733 by Beno?t Minisini at 2023-01-13T07:58:34+01:00 Fix a compiler warning. [COMPILER] * BUG: Fix a compiler warning. - - - - - 1 changed file: - main/gbc/gbc_type.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c2ee9733a451aab9dac6928f47d1c47e54da20b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c2ee9733a451aab9dac6928f47d1c47e54da20b3 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 Jan 13 08:27:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 07:27:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add documentation and 'tree' stock icon. Message-ID: <63c107d2ce572_24210f09842144@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-qcrqc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 64d4effc by Beno?t Minisini at 2023-01-13T08:25:56+01:00 Add documentation and 'tree' stock icon. [GB.FORM] * NEW: Add documentation. * NEW: Add 'tree' stock icon. - - - - - b0041e93 by Beno?t Minisini at 2023-01-13T08:27:08+01:00 Add 'tree' icon. [GB.FORM.STOCK] * NEW: Add 'tree' icon. - - - - - 20 changed files: - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.project - + comp/src/gb.form.stock/gambas-mono/128/tree.png - + comp/src/gb.form.stock/gambas-mono/32/tree.png - + comp/src/gb.form.stock/gambas/128/tree.png - + comp/src/gb.form.stock/gambas/32/tree.png - comp/src/gb.form/.component - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/Date/DateBox.class - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.form/.src/File/Chooser/DirChooser.class - comp/src/gb.form/.src/File/Chooser/FileChooser.class - comp/src/gb.form/.src/File/DirBrowser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/ListEditor/ListEditor.class - comp/src/gb.form/.src/SidePanel/SidePanel.class - comp/src/gb.form/.src/Stock.class - comp/src/gb.form/.src/ValueBox.class - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2ee9733a451aab9dac6928f47d1c47e54da20b3...b0041e93ef93f89830d4d0371fc12eca705fa17e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2ee9733a451aab9dac6928f47d1c47e54da20b3...b0041e93ef93f89830d4d0371fc12eca705fa17e 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 Jan 13 11:53:56 2023 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Fri, 13 Jan 2023 10:53:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GambasSelftests integer overflow tests Message-ID: <63c138447d044_2420848e413099@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-pdcwv.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 1a8fdb41 by Christof Thalhofer at 2023-01-13T11:49:43+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 - - - - - 6 changed files: - 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 - main/lib/test/gb.test/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a8fdb41b7dd68b5b6b805d8c361ed43a8f999f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a8fdb41b7dd68b5b6b805d8c361ed43a8f999f5 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 Jan 13 13:51:48 2023 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Fri, 13 Jan 2023 12:51:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GambasSelftests test System.IgnoreOverflow Message-ID: <63c153e4615d3_2435dfdd8169c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-pdcwv.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 1607d303 by Christof Thalhofer at 2023-01-13T13:49:47+01:00 GambasSelftests test System.IgnoreOverflow [DEVELOPMENT ENVIRONMENT] * NEW: GambasSelftests test System.IgnoreOverflow - - - - - 2 changed files: - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1607d303ebdbabae516fb11fa7e074927a58ed70 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1607d303ebdbabae516fb11fa7e074927a58ed70 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 Jan 13 19:03:07 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 18:03:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update Spanish translation. Message-ID: <63c19cdb79471_2442248b468999@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-k9dz7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41b016fc by Belmotek at 2023-01-13T18:03:04+00:00 Update Spanish translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update Spanish translation. - - - - - c99f74fc by Beno?t Minisini at 2023-01-13T18:03:04+00:00 Merge branch 'master' into 'master' spanish update See merge request gambas/gambas!287 - - - - - 1 changed file: - app/src/gambas3/.lang/es.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1607d303ebdbabae516fb11fa7e074927a58ed70...c99f74fc7a44b3ef6f69bd474cbbd6ab8cfbb4ad -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1607d303ebdbabae516fb11fa7e074927a58ed70...c99f74fc7a44b3ef6f69bd474cbbd6ab8cfbb4ad 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 Jan 13 20:14:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 19:14:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 256 pixels square icons of all country flags. Message-ID: <63c1ad7838d83_25b20091c10989@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-qzqgd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5aa70f9f by Beno?t Minisini at 2023-01-13T20:13:52+01:00 Add 256 pixels square icons of all country flags. [GB.FORM.STOCK] * NEW: Add 256 pixels square icons of all country flags. - - - - - 5 changed files: - ? comp/src/gb.form.stock/.hidden/CHANGELOG - + comp/src/gb.form.stock/.hidden/flag.txt - + comp/src/gb.form.stock/.hidden/flag/LICENSE - + comp/src/gb.form.stock/.hidden/flag/ad.svg - + comp/src/gb.form.stock/.hidden/flag/ae.svg View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5aa70f9fa40a0ef2ec620e6eb53225b1d28a7caf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5aa70f9fa40a0ef2ec620e6eb53225b1d28a7caf 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 Jan 13 20:15:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 19:15:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for stock flags. Message-ID: <63c1adc4e9c68_24aba5d8886348@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-pvtlc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47ffe361 by Beno?t Minisini at 2023-01-13T20:15:11+01:00 Add support for stock flags. [GB.FORM] * NEW: Stock: 'Flags' is a new property that returns the list of all available stock flags. * NEW: Stock: 'GetFlags()' is a new method that returns a stock flag from its key. - - - - - 6 changed files: - comp/src/gb.form/.lang/ar.po - comp/src/gb.form/.lang/ca.po - comp/src/gb.form/.lang/cs.po - comp/src/gb.form/.lang/de.po - comp/src/gb.form/.lang/es.po - comp/src/gb.form/.lang/es_ES.po View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47ffe361dead3b19f6a0d820b22411074c01dd8c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47ffe361dead3b19f6a0d820b22411074c01dd8c 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 Jan 13 20:16:07 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 19:16:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Picture: Add support for 'flag:/' stock flags paths. Message-ID: <63c1adf75bb6_245c43e486585d@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-n7jm2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08a03384 by Beno?t Minisini at 2023-01-13T20:16:01+01:00 Picture: Add support for 'flag:/' stock flags paths. [GB.GUI.BASE] * NEW: Picture: Add support for 'flag:/' stock flags paths. - - - - - 4 changed files: - comp/src/gb.gui.base/.component - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Picture.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08a0338416b5d81334fa3bebb4ec9179cd29d913 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08a0338416b5d81334fa3bebb4ec9179cd29d913 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 Jan 13 20:17:54 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 19:17:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Test suites: Fix the behaviour of the test suites interface when a test suite has no test. Message-ID: <63c1ae62971e3_249830550623a3@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-29d2w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e639cb85 by Beno?t Minisini at 2023-01-13T20:17:07+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. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FTestSuite.class - app/src/gambas3/.src/MTest.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e639cb85bb80486beb5dfa92388307c989f7d570 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e639cb85bb80486beb5dfa92388307c989f7d570 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 Jan 13 20:21:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 19:21:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for the new 'flag:/' picture URLs, and use it where it makes sense. Message-ID: <63c1af1fbb094_2455f8c53648@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-qvbzt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ef86e171 by Beno?t Minisini at 2023-01-13T20:20:57+01:00 Add support for the new 'flag:/' picture URLs, and use it where it makes sense. [DEVELOPMENT ENVIRONMENT] * NEW: Add support for the new 'flag:/' picture URLs. * NEW: Translation dialog: Show flags with languages. * NEW: Projecgt property dialog: Show a flag with project default language. - - - - - 16 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Dialog/FSelectIcon.class - app/src/gambas3/.src/Dialog/FSelectIcon.form - app/src/gambas3/.src/Editor/Code/CCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Project/FImportFile.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Translation/FNewTranslation.class - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef86e17144c469ca35941f1b5090c5190b8bc12f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef86e17144c469ca35941f1b5090c5190b8bc12f 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 Jan 13 23:20:37 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Jan 2023 22:20:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix arithmetic overflow detection on datatype conversion. Message-ID: <63c1d935ce8bf_243ffd2847834e@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-k9dz7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 57aa63be by Beno?t Minisini at 2023-01-13T23:20:04+01:00 Fix arithmetic overflow detection on datatype conversion. [GB.JIT] * BUG: Fix arithmetic overflow detection on datatype conversion. - - - - - 7 changed files: - main/lib/jit/gb.jit/.component - main/lib/jit/gb.jit/.project - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c - main/lib/test/gb.test/.component - main/lib/test/gb.test/.project - main/lib/test/gb.test/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/57aa63bec23c2b9e6673d77c1493607da7e69d57 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/57aa63bec23c2b9e6673d77c1493607da7e69d57 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 Jan 14 01:26:36 2023 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Sat, 14 Jan 2023 00:26:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Change gambas3-selftest because of bug 2682 Message-ID: <63c1f6bcb4d78_2412208c830e7@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-2v645.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: f07bdfec by Christof Thalhofer at 2023-01-14T01:20:10+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. - - - - - 2 changed files: - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f07bdfecd1b9979ac31a4bc7e41d20f27aca1d03 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f07bdfecd1b9979ac31a4bc7e41d20f27aca1d03 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 Jan 14 01:41:39 2023 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Sat, 14 Jan 2023 00:41:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Gambas3 Selftest GambasSelftests.IntegerOverflowsUnsafe Message-ID: <63c1fa43600b5_2455fdc3694c@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-qszkt.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: a0355e28 by Christof Thalhofer at 2023-01-14T01:37:29+01:00 Fix Gambas3 Selftest GambasSelftests.IntegerOverflowsUnsafe Never program with too much beer ... forgot to test IntegerOverflowsUnsafe with JIT enabled - - - - - 2 changed files: - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a0355e28553d74dc017e5b212c65f1845ed3bbfd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a0355e28553d74dc017e5b212c65f1845ed3bbfd 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 Jan 14 19:06:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 14 Jan 2023 18:06:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: ComboBox: The Selection property now works correctly. Message-ID: <63c2ef254f224_24137b29d4100847@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-jp8wf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b4ea4e6 by Beno?t Minisini at 2023-01-14T19:02:49+01:00 ComboBox: The Selection property now works correctly. [GB.GUI.BASE] * BUG: ComboBox: The Selection property now works correctly. - - - - - 7886d5c2 by Beno?t Minisini at 2023-01-14T19:03:37+01:00 Add 'stroke' icon. [GB.FORM.STOCK] * NEW: Add 'stroke' icon. - - - - - e54c4e50 by Beno?t Minisini at 2023-01-14T19:03:57+01:00 Add 'stroke' stock icon. [GB.FORM] * NEW: Add 'stroke' stock icon. - - - - - 38c5c3b3 by Beno?t Minisini at 2023-01-14T19:04:50+01:00 Update project icon. [GB.DBUS] * NEW: Update project icon. * NEW: Update documentation. - - - - - 928914ea by Beno?t Minisini at 2023-01-14T19:06:12+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 10 changed files: - + comp/src/gb.form.stock/gambas-mono/32/stroke.png - + comp/src/gb.form.stock/gambas/32/stroke.png - comp/src/gb.form/map/icon.map - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/ComboBox/_ComboBox_Selection.class - + gb.dbus/src/gb.dbus/.hidden/icon.png - gb.dbus/src/gb.dbus/.icon.png - gb.dbus/src/gb.dbus/.project - gb.dbus/src/gb.dbus/.src/DBusConnection.class - gb.dbus/src/gb.dbus/.src/MMain.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a0355e28553d74dc017e5b212c65f1845ed3bbfd...928914ea6b764822be3b67b33b26c03952256b0d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a0355e28553d74dc017e5b212c65f1845ed3bbfd...928914ea6b764822be3b67b33b26c03952256b0d 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 Jan 15 01:25:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Jan 2023 00:25:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for the new 'flag:/' picture URLs, and use it where it makes sense. Message-ID: <63c347e42cf40_242b718b0963b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-t2wqb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c87ea189 by Beno?t Minisini at 2023-01-15T01:24:57+01:00 Add support for the new 'flag:/' picture URLs, and use it where it makes sense. [DEVELOPMENT ENVIRONMENT] * BUG: Icon selection dialog: Fix initial icon selection. * BUG: Project browser: Opening a file correctly toggles the associated right panel. * BUG: Image editor: Crop tool now works as expected. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Dialog/FSelectIcon.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c87ea189f1c4ce39ffd603b3fb905db79fc59a50 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c87ea189f1c4ce39ffd603b3fb905db79fc59a50 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 Jan 15 01:25:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Jan 2023 00:25:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw 'replace' icon. Message-ID: <63c347fb5898d_2455f8c64ec@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-27775.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3d641ccf by Beno?t Minisini at 2023-01-15T01:25:25+01:00 Redraw 'replace' icon. [GB.FORM.STOCK] * NEW: Redraw 'replace' icon. - - - - - 2 changed files: - comp/src/gb.form.stock/gambas-mono/32/replace.png - comp/src/gb.form.stock/gambas/32/replace.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d641ccfadc5f8e5f502422594a99e06ad4f7519 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d641ccfadc5f8e5f502422594a99e06ad4f7519 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 Jan 15 18:10:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Jan 2023 17:10:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Language: 'Country' is a new property that returns the country code associated with the language. Message-ID: <63c43399ea695_2455f6467044@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-8j85q.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 663dc311 by Beno?t Minisini at 2023-01-15T18:10:41+01:00 Language: 'Country' is a new property that returns the country code associated with the language. [GB.UTIL] * NEW: Language: 'Country' is a new property that returns the country code associated with the language. Use it as a name for the stock flag icons. - - - - - 4 changed files: - comp/src/gb.util/.component - comp/src/gb.util/.project - comp/src/gb.util/.src/Language.class - comp/src/gb.util/.src/MMain.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/663dc311a7cad5be358553268008e4d34278931f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/663dc311a7cad5be358553268008e4d34278931f 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 Jan 15 21:12:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Jan 2023 20:12:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Mate'. Message-ID: <63c45e4897cc1_2411df4e0c125851@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-htnc8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 70378152 by Beno?t Minisini at 2023-01-15T21:12:49+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'. - - - - - 4 changed files: - comp/src/gb.dbus.trayicon/.component - comp/src/gb.dbus.trayicon/.project - comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class - comp/src/gb.dbus.trayicon/.src/TrayIcon.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70378152e1105b75cb7923a3b5ee119d7a4a8b28 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70378152e1105b75cb7923a3b5ee119d7a4a8b28 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 Jan 16 01:05:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 16 Jan 2023 00:05:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'gb.image' is now compatible with 'gb.web.gui'. Message-ID: <63c494e4c4954_24153a20f417771f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bcdd54947-lr4f4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7d5eda8 by Beno?t Minisini at 2023-01-16T00:54:11+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. - - - - - 3 changed files: - main/lib/image/c_color.c - main/lib/image/c_color.h - main/lib/image/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7d5eda82c4eb9c3723487aa236317ec17264e9f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7d5eda82c4eb9c3723487aa236317ec17264e9f 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 Jan 16 11:56:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 16 Jan 2023 10:56:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update Spanish translation. Message-ID: <63c52d6edcaa8_2555eb0993f@gitlab-sidekiq-low-urgency-cpu-bound-v2-86885b7d64-hwc2s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cd23e6dd by belmotek at 2023-01-14T21:24:27+01:00 Update Spanish translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update Spanish translation. app/src/gambas3/.lang/es.po - - - - - be1b541e by Beno?t Minisini at 2023-01-16T10:56:44+00:00 Merge branch 'translation' into 'master' Update Spanish translation. See merge request gambas/gambas!288 - - - - - 1 changed file: - app/src/gambas3/.lang/es.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f7d5eda82c4eb9c3723487aa236317ec17264e9f...be1b541e6ce5990b2cdae28b59fc3faf5a04c54a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f7d5eda82c4eb9c3723487aa236317ec17264e9f...be1b541e6ce5990b2cdae28b59fc3faf5a04c54a 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 Jan 16 11:57:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 16 Jan 2023 10:57:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains correction and new Italian translations Message-ID: <63c52d91eb6d8_244a5f10010312c@gitlab-sidekiq-low-urgency-cpu-bound-v2-86885b7d64-rhfx8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bd26f1b4 by GianluigiOr at 2023-01-16T11:27:58+01:00 Contains correction and new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now complete. - - - - - e9c60760 by Beno?t Minisini at 2023-01-16T10:57:19+00:00 Merge branch 'master' into 'master' Contains correction and new Italian translations See merge request gambas/gambas!289 - - - - - 1 changed file: - app/src/gambas3/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/be1b541e6ce5990b2cdae28b59fc3faf5a04c54a...e9c6076062124566b61c72b0136d550871ab2920 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/be1b541e6ce5990b2cdae28b59fc3faf5a04c54a...e9c6076062124566b61c72b0136d550871ab2920 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 Jan 18 23:29:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Jan 2023 22:29:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: Import translation now takes the '# gb-ignore' comment into account. Message-ID: <63c872c055e81_245610869638@gitlab-sidekiq-low-urgency-cpu-bound-v2-7cdb457cf7-6bg6l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8bcc4e17 by Beno?t Minisini at 2023-01-18T23:29:15+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. - - - - - 1 changed file: - app/src/gambas3/.src/Translation/FTranslate.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8bcc4e173cc9ecbc2a602bc2123d1b252f2e3bbf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8bcc4e173cc9ecbc2a602bc2123d1b252f2e3bbf 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 Jan 20 15:57:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 20 Jan 2023 14:57:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix quoting when displaying a string value. Message-ID: <63caabcd47652_245618044810@gitlab-sidekiq-low-urgency-cpu-bound-v2-64bcd4fd47-6jvn5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c69f98fd by Beno?t Minisini at 2023-01-20T15:56:35+01:00 Fix quoting when displaying a string value. [GB.DEBUG] * BUG: Fix quoting when displaying a string value. - - - - - 1 changed file: - main/lib/debug/print.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c69f98fdf15df272c082317bd2e6aa898480a51e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c69f98fdf15df272c082317bd2e6aa898480a51e 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 Jan 21 03:52:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 21 Jan 2023 02:52:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. Message-ID: <63cb53525386b_2412e90cc38214@gitlab-sidekiq-low-urgency-cpu-bound-v2-64bcd4fd47-q8c4l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8effd60c by Beno?t Minisini at 2023-01-21T03:50:59+01:00 Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. [GB.GTK] * NEW: Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. [GB.GTK3] * NEW: Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. [GB.QT4] * NEW: Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. [GB.QT5] * NEW: Window: 'Geometry' is a new property that returns the last geometry of the window in normal state. - - - - - 9 changed files: - gb.gtk/src/CContainer.cpp - gb.gtk/src/CWindow.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.qt4/share/gb.form.arrangement.h - gb.qt4/src/CContainer.cpp - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8effd60c5ba04a4c52e5a172fdff1c27e20b99be -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8effd60c5ba04a4c52e5a172fdff1c27e20b99be 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 Jan 23 16:16:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 23 Jan 2023 15:16:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Substitute GB_CXXFLAGS_STD_CPP17 Message-ID: <63cea4cd7e639_24853450651a@gitlab-sidekiq-low-urgency-cpu-bound-v2-79fb7fb496-ltrvh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 812ed5ef by Bastian Germann at 2023-01-23T15:31:20+01:00 Substitute GB_CXXFLAGS_STD_CPP17 [CONFIGURATION] * BUG: Substitute GB_CXXFLAGS_STD_CPP17 - - - - - 2278fbd8 by Bastian Germann at 2023-01-23T15:43: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. - - - - - 293fea64 by Beno?t Minisini at 2023-01-23T15:16:26+00:00 Merge branch 'autoconf' into 'master' Substitute GB_CXXFLAGS_STD_CPP17 See merge request gambas/gambas!292 - - - - - 2 changed files: - .gitlab-ci.yml - acinclude.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8effd60c5ba04a4c52e5a172fdff1c27e20b99be...293fea64537aae0792b30efaf9101afae44d74c1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8effd60c5ba04a4c52e5a172fdff1c27e20b99be...293fea64537aae0792b30efaf9101afae44d74c1 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 Jan 23 20:40:57 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 23 Jan 2023 19:40:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextHighlighter: The 'Tag' property is actually a Short. Message-ID: <63cee2c983b5e_24cddb4c488a8@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f9b66dcbd-g5mc5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 62c9eb07 by Beno?t Minisini at 2023-01-23T20:39:50+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. - - - - - bb0fab0f by Beno?t Minisini at 2023-01-23T20:40:28+01:00 Redraw 'bus' and 'truck' icons. [GB.FORM.STOCK] * NEW: Redraw 'bus' and 'truck' icons. - - - - - cfe99f31 by Beno?t Minisini at 2023-01-23T20:40:45+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 13 changed files: - comp/src/gb.eval.highlight/.component - comp/src/gb.eval.highlight/.project - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class - comp/src/gb.eval.highlight/css/properties - comp/src/gb.form.stock/gambas-mono/128/bus.png - comp/src/gb.form.stock/gambas-mono/128/truck.png - comp/src/gb.form.stock/gambas-mono/32/bus.png - comp/src/gb.form.stock/gambas-mono/32/truck.png - comp/src/gb.form.stock/gambas/128/bus.png - comp/src/gb.form.stock/gambas/128/truck.png - comp/src/gb.form.stock/gambas/32/bus.png - comp/src/gb.form.stock/gambas/32/truck.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/293fea64537aae0792b30efaf9101afae44d74c1...cfe99f3185c5983634a1cf340a99a6ff63d6c81e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/293fea64537aae0792b30efaf9101afae44d74c1...cfe99f3185c5983634a1cf340a99a6ff63d6c81e 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 Jan 24 21:55:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 24 Jan 2023 20:55:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [DEVELOPMENT ENVIRONMENT] Message-ID: <63d045c6e7a28_24560e0759e@gitlab-sidekiq-low-urgency-cpu-bound-v2-84c9d788d6-chhp5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a1aed6fb by Gianluigi Gradaschi at 2023-01-24T20:55:31+00:00 [DEVELOPMENT ENVIRONMENT] * NEW: Update Italian translation. [SELF-TESTER] * NEW: Update Italian translation. [GB.FORM] * NEW: Update Italian translation. [GB.FORM.EDITOR] * NEW: Update Italian translation. [GB.UTIL] * NEW: Update Italian translation. [GB.WEB.GUI] * NEW: Update Italian translation. - - - - - 783e73c7 by Beno?t Minisini at 2023-01-24T20:55:32+00:00 Merge branch 'master' into 'master' Contains correction and new Italian translations See merge request gambas/gambas!290 - - - - - 6 changed files: - app/src/gambas3-selftest/.lang/it.po - comp/src/gb.db.form/.lang/it.po - + comp/src/gb.form.editor/.lang/it.po - comp/src/gb.form/.lang/it.po - comp/src/gb.util/.lang/it.po - comp/src/gb.web.gui/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cfe99f3185c5983634a1cf340a99a6ff63d6c81e...783e73c7c542eb2a060427960ac2729a88f94776 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cfe99f3185c5983634a1cf340a99a6ff63d6c81e...783e73c7c542eb2a060427960ac2729a88f94776 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 Jan 26 09:56:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Jan 2023 08:56:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Temporary hack that correctly raises 'DragMove' events in all cases when the... Message-ID: <63d240288873a_24562345551@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d65666786-g6kd5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 45e64b26 by Beno?t Minisini at 2023-01-26T09:54:28+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. - - - - - 9235dce2 by Beno?t Minisini at 2023-01-26T09:55:59+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/783e73c7c542eb2a060427960ac2729a88f94776...9235dce28c63d1a68ab522afc757485c4388fc78 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/783e73c7c542eb2a060427960ac2729a88f94776...9235dce28c63d1a68ab522afc757485c4388fc78 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 Jan 26 10:03:09 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Jan 2023 09:03:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TreeView, ListView, ColumnView: Fix the rename control management, and so a possible infinite loop. Message-ID: <63d241cdcb39b_24561d0558d3@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d65666786-g6kd5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7bb8f825 by Beno?t Minisini at 2023-01-26T10:03:03+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. - - - - - 6 changed files: - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/GridView/_GridView_Columns.class - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/TreeView/RenameBox.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7bb8f825c1d28714afc6a6bbfa6394a39b7d4491 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7bb8f825c1d28714afc6a6bbfa6394a39b7d4491 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 Jan 27 08:58:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 27 Jan 2023 07:58:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] System information dialog: Add more informations, and change the order. Message-ID: <63d3840846e67_24562701005b@gitlab-sidekiq-low-urgency-cpu-bound-v2-86f6959596-rsgrz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6721e05d by Beno?t Minisini at 2023-01-27T08:57:51+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. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugger.class - app/src/gambas3/.src/Welcome/FSystemInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6721e05d6c35142f584436cc3956f095b6476caa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6721e05d6c35142f584436cc3956f095b6476caa 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 Jan 27 08:59:47 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 27 Jan 2023 07:59:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Let pango take the target device resolution into account when drawing text. Message-ID: <63d384734c334_245628410350@gitlab-sidekiq-low-urgency-cpu-bound-v2-86f6959596-rsgrz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6599196d by Beno?t Minisini at 2023-01-27T08:58:50+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. - - - - - 1 changed file: - gb.gtk/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6599196dbddd341ce1c172b9b8c60a6ceb29179d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6599196dbddd341ce1c172b9b8c60a6ceb29179d 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 Jan 27 20:06:02 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 27 Jan 2023 19:06:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Gambas fonts so that period, comma, colon and semi-colon characters are... Message-ID: <63d4209aefdba_245826a1853597@gitlab-sidekiq-low-urgency-cpu-bound-v2-8586d5b6cd-qcv5z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6c1ffe3f by Beno?t Minisini at 2023-01-27T20:05:57+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. - - - - - 5 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 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6c1ffe3faa002ddcee3be677e505085c37b2455e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6c1ffe3faa002ddcee3be677e505085c37b2455e 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 Jan 28 09:53:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Jan 2023 08:53:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebTabPanel: Fix container management. Message-ID: <63d4e27abc431_2431f1f78613d@gitlab-sidekiq-low-urgency-cpu-bound-v2-8586d5b6cd-79vdx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b350f4fe by Beno?t Minisini at 2023-01-28T09:53:08+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. - - - - - 4 changed files: - comp/src/gb.web.gui/.component - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/WebContainer.class - comp/src/gb.web.gui/.src/WebTabPanel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b350f4fe5512a997bb5b81b886eddbed451116db -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b350f4fe5512a997bb5b81b886eddbed451116db 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 Jan 28 15:08:17 2023 From: gitlab at mg.gitlab.com (BODARD Fabien (@gambix)) Date: Sat, 28 Jan 2023 14:08:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add new functions to MapPoint class to get MapPoint from text representation... Message-ID: <63d52c511cf02_2431b818811607@gitlab-sidekiq-low-urgency-cpu-bound-v2-8586d5b6cd-5dj5v.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: f4468798 by gambix at 2023-01-28T15:04:22+01:00 Add new functions to MapPoint class to get MapPoint from text representation and get string from mappoint. [GB.MAP] * NEW: Add new functions to MapPoint class to get MapPoint from text representation and get string from mappoint. * BUG: Map, do not allow to set a null MapPoint to the center property. - - - - - 6 changed files: - comp/src/gb.map/.component - comp/src/gb.map/.project - comp/src/gb.map/.src/Map.class - comp/src/gb.map/.src/Tests/Form7.class - comp/src/gb.map/.src/Types/MapPoint.class - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f44687982629e63d022a87043cc4bd5d20ad1f54 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f44687982629e63d022a87043cc4bd5d20ad1f54 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 Jan 30 16:45:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 30 Jan 2023 15:45:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Farm software: Fix software download. HTTP headers are not case-sensitive anymore. Message-ID: <63d7e6221842a_242283c4470496@gitlab-sidekiq-low-urgency-cpu-bound-v2-787cdf7cfd-klg6d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dde053a3 by Beno?t Minisini at 2023-01-30T16:45:14+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. - - - - - 85626256 by Beno?t Minisini at 2023-01-30T16:45:24+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 3 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FarmRequest.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f44687982629e63d022a87043cc4bd5d20ad1f54...85626256b5ed0722d810077f06fb95b1c26c7543 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f44687982629e63d022a87043cc4bd5d20ad1f54...85626256b5ed0722d810077f06fb95b1c26c7543 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 Jan 31 07:41:05 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Jan 2023 06:41:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Fix possible overflows. Message-ID: <63d8b8014d6e2_2455e4c999ad@gitlab-sidekiq-low-urgency-cpu-bound-v2-5785ffb484-zqkgm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ee286ff by Beno?t Minisini at 2023-01-31T07:40:59+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. - - - - - 19 changed files: - comp/src/gb.eval.highlight/.src/OldHighlighter/Helper.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/Helper.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightC.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightC.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightCPlusPlus.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightCPlusPlus.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightCSS.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightCSS.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightDiff.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightDiff.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightHTML.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightHTML.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightJavascript.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightJavascript.module - comp/src/gb.eval.highlight/.src/OldHighlighter/HighlightSQL.module ? comp/src/gb.eval.highlight/.hidden/OldHighlighter/HighlightSQL.module - + comp/src/gb.eval.highlight/.src/Helper.module - comp/src/gb.eval.highlight/.src/Main.module - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.eval.highlight/.src/TextHighlighter_C.class - comp/src/gb.eval.highlight/.src/TextHighlighter_CSS.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Diff.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Gambas.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Html.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Javascript.class - comp/src/gb.eval.highlight/.src/TextHighlighter_SQL.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ee286ffbfd0180a30402c6d5d3296ffef5c20f1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ee286ffbfd0180a30402c6d5d3296ffef5c20f1 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 Jan 31 07:44:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Jan 2023 06:44:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: The highlight state can be a Short. Message-ID: <63d8b8cf1eb9d_2555d20268c9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f4fb5d884-b25gx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5c6e35cb by Beno?t Minisini at 2023-01-31T07:44:24+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. - - - - - 5 changed files: - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.hidden/control/texteditor.png - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CLineInfo.class - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5c6e35cb37d4b11591c2c18124e2b43579aa7762 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5c6e35cb37d4b11591c2c18124e2b43579aa7762 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 Jan 31 07:43:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Jan 2023 06:43:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix unit tests. Message-ID: <63d8b877208a8_2455de8470b9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f4fb5d884-4dwrt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b200e724 by Beno?t Minisini at 2023-01-31T07:42:57+01:00 Fix unit tests. [GB.EVAL.HIGHLIGHT] * BUG: Fix unit tests. - - - - - 1 changed file: - comp/src/gb.eval.highlight/UnitTest/HTMLTestResults View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b200e724f635ec0a46623682aaa91acfafc154f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b200e724f635ec0a46623682aaa91acfafc154f8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: