From gitlab at mg.gitlab.com Mon Aug 1 02:19:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 00:19:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Fix keyword detection (ME, SUPER...) when analyzing an expression... Message-ID: <62e71c08ad10e_25a3dd588768b5@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-4zl5k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aee4a046 by Beno?t Minisini at 2022-08-01T02:19:15+02:00 Code editor: Fix keyword detection (ME, SUPER...) when analyzing an expression to jump to a definition. [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: Fix keyword detection (ME, SUPER...) when analyzing an expression to jump to a definition. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aee4a046fbd1dd1ecd9a37ccbd382f3ef9560805 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aee4a046fbd1dd1ecd9a37ccbd382f3ef9560805 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 15:14:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 13:14:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Initial implementation of WebDrawingArea control and Paint class. Message-ID: <62e7d1b41060c_2457e5411831c@gitlab-sidekiq-low-urgency-cpu-bound-v2-8444d54d99-8p8wp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f4521a7 by Beno?t Minisini at 2022-08-01T15:14:21+02:00 Initial implementation of WebDrawingArea control and Paint class. [GB.WEB.GUI] * NEW: WebDrawingArea: Initial implementation. * NEW: Paint: Initial implementation. - - - - - 15 changed files: - + comp/src/gb.web.gui/.hidden/control/webdrawingarea.png - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/Paint.class - + comp/src/gb.web.gui/.src/PaintDriver.class - + comp/src/gb.web.gui/.src/PaintDriver_WebDrawingArea.class - + comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - + comp/src/gb.web.gui/.src/Test/FTestDrawingArea.webform - + comp/src/gb.web.gui/.src/Test/FTestSlider.class - + comp/src/gb.web.gui/.src/Test/FTestSlider.webform - comp/src/gb.web.gui/.src/Test/TestWebAudio.class ? comp/src/gb.web.gui/.src/Test/FTestWebAudio.class - comp/src/gb.web.gui/.src/Test/TestWebAudio.webform ? comp/src/gb.web.gui/.src/Test/FTestWebAudio.webform - comp/src/gb.web.gui/.src/WebControl.class - + comp/src/gb.web.gui/.src/WebDrawingArea.class - comp/src/gb.web.gui/lib.js - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f4521a74463ffa0fe057e88eb6f10d6fbf5af5d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f4521a74463ffa0fe057e88eb6f10d6fbf5af5d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 18:21:19 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 16:21:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Continue implementation. Message-ID: <62e7fd7f46682_255e3d14161e7@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c8bf478f5-76hnb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9494747a by Beno?t Minisini at 2022-08-01T18:21:13+02:00 Paint: Continue implementation. [GB.WEB.GUI] * NEW: Paint: Continue implementation. - - - - - 5 changed files: - comp/src/gb.web.gui/.src/Paint.class - comp/src/gb.web.gui/.src/PaintDriver.class - comp/src/gb.web.gui/.src/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9494747a6c27fef155aa15bc1f1f8022e22e8f3f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9494747a6c27fef155aa15bc1f1f8022e22e8f3f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 20:53:31 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 18:53:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Continue implementation. Message-ID: <62e8212b51452_2457e18923b5@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd5694667-459c8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3f9efaad by Beno?t Minisini at 2022-08-01T20:53:27+02:00 Paint: Continue implementation. [GB.WEB.GUI] * NEW: Paint: Continue implementation. - - - - - 4 changed files: - comp/src/gb.web.gui/.src/Paint.class - comp/src/gb.web.gui/.src/PaintDriver.class - comp/src/gb.web.gui/.src/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3f9efaad6e48236b731f98b6f4af3a40fdf8e5db -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3f9efaad6e48236b731f98b6f4af3a40fdf8e5db You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 22:04:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 20:04:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] PROPERTY WRITE now declares a write-only property. Message-ID: <62e831ebe0f3b_2457db4894c5@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd5694667-s9c42.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 56e9129f by Beno?t Minisini at 2022-08-01T22:03:54+02:00 PROPERTY WRITE now declares a write-only property. [INTERPRETER] * NEW: Support for write-only properties. [COMPILER] * NEW: PROPERTY WRITE now declares a write-only property. - - - - - 15 changed files: - main/gbc/gbc_class.c - main/gbc/gbc_header.c - main/gbx/gbx_api.c - main/gbx/gbx_c_class.c - main/gbx/gbx_class.c - main/gbx/gbx_class_desc.h - main/gbx/gbx_class_load.c - main/gbx/gbx_class_native.c - main/gbx/gbx_exec_pop.c - main/gbx/gbx_exec_push.c - main/lib/draw/cpaint.c - main/share/gambas.h - main/share/gb_reserved_keyword.h - main/share/gbc_read_temp.h - main/share/gbc_trans_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/56e9129f85bba74e71f3b57a7cc147f4c24c7c95 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/56e9129f85bba74e71f3b57a7cc147f4c24c7c95 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 22:05:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 20:05:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Switch bytecode version to 3.18, because of the write-only properties support. Message-ID: <62e832244c20b_2557c101061c7@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd5694667-t5r4l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 600a4d96 by Beno?t Minisini at 2022-08-01T22:05:21+02:00 Switch bytecode version to 3.18, because of the write-only properties support. [CONFIGURATION] * NEW: Switch bytecode version to 3.18, because of the write-only properties support. - - - - - 1 changed file: - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/600a4d961d62de76db545dbe2f4afdd625a9d654 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/600a4d961d62de76db545dbe2f4afdd625a9d654 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 22:15:26 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 20:15:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for write-only properties. Message-ID: <62e8345ef3d0f_2457d786659e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd5694667-vffhs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c723d4c0 by Beno?t Minisini at 2022-08-01T22:15:20+02:00 Support for write-only properties. [DEVELOPMENT ENVIRONMENT] * NEW: Support for write-only properties. - - - - - 8 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project/FProjectProperty.form - + app/src/gambas3/img/symbol/property-rw.png - + app/src/gambas3/img/symbol/s-property-rw.png - app/src/gambas3/img/symbol/symbol.png - app/src/gambas3/img/symbol/unknown.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c723d4c018e2d8c3e1b3f4b8df5a7103dd572047 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c723d4c018e2d8c3e1b3f4b8df5a7103dd572047 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 1 22:16:57 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Aug 2022 20:16:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: New stock icon 'office-math'. Redraw some icons. Message-ID: <62e834b9e0c79_241ec1e870471@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd5694667-tfjf6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: df2c1b18 by Beno?t Minisini at 2022-08-01T22:16:09+02:00 New stock icon 'office-math'. Redraw some icons. [GB.FORM.STOCK] * NEW: New stock icon 'office-math'. * NEW: Redraw some icons. - - - - - 5f62893d by Beno?t Minisini at 2022-08-01T22:16:53+02:00 New stock icon 'chart' and 'office-math'. Update icon map.. [GB.FORM] * NEW: New stock icon 'chart' and 'office-math'. * NEW: Update icon map. - - - - - 8 changed files: - comp/src/gb.form.stock/gambas-mono/32/highlight.png - comp/src/gb.form.stock/gambas-mono/32/office-draw.png - + comp/src/gb.form.stock/gambas-mono/32/office-math.png - + comp/src/gb.form.stock/gambas/128/office-math.png - comp/src/gb.form.stock/gambas/32/highlight.png - comp/src/gb.form.stock/gambas/32/office-draw.png - + comp/src/gb.form.stock/gambas/32/office-math.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c723d4c018e2d8c3e1b3f4b8df5a7103dd572047...5f62893d8f42ec801fd1f43758f5236d509dd962 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c723d4c018e2d8c3e1b3f4b8df5a7103dd572047...5f62893d8f42ec801fd1f43758f5236d509dd962 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 2 03:38:29 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Aug 2022 01:38:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly send wheel events to widgets that handle them when the associated control is a proxy. Message-ID: <62e880162_25582f0625b0@gitlab-sidekiq-low-urgency-cpu-bound-v2-68c9975975-5slfg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e65aed8b by Beno?t Minisini at 2022-08-02T03:36:49+02:00 Correctly send wheel events to widgets that handle them when the associated control is a proxy. [GB.QT4] * BUG: Correctly send wheel events to widgets that handle them when the associated control is a proxy. [GB.QT5] * BUG: Correctly send wheel events to widgets that handle them when the associated control is a proxy. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e65aed8ba9337501d13cd9572521ea982a341419 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e65aed8ba9337501d13cd9572521ea982a341419 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 2 16:56:18 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Aug 2022 14:56:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a debugging message. Message-ID: <62e93b1217f46_2558408114f6@gitlab-sidekiq-low-urgency-cpu-bound-v2-54bf57664c-dl9pc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d3ace31 by Beno?t Minisini at 2022-08-02T16:55:53+02:00 Remove a debugging message. [GB.MEDIA] * BUG: Remove a debugging message. - - - - - 1 changed file: - gb.media/src/c_media.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d3ace31781bf80db4dd1f10645bed465f112d21 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d3ace31781bf80db4dd1f10645bed465f112d21 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 2 17:41:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Aug 2022 15:41:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TreeView: treeview items now have a Selectable property. If set to FALSE, the... Message-ID: <62e9459543192_25808d8806677d@gitlab-sidekiq-low-urgency-cpu-bound-v2-54bf57664c-j7jv9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 40918a83 by Beno?t Minisini at 2022-08-02T17:35:35+02:00 TreeView: treeview items now have a Selectable property. If set to FALSE, the item is not selectable anymore. [GB.GUI.BASE] * BUG: GridView: Take custom row border into account correctly. * NEW: IconView: Selection is new property that returns an array of the keys of all selected items. * NEW: IconView: Selection is updated during rubberband selection. * NEW: ColumnView: The extra columns have now a default horizontal padding. - - - - - dadeb18e by Beno?t Minisini at 2022-08-02T17:38:07+02:00 New stock icon 'import' and 'export'. Enhance FileView control. [GB.FORM] * NEW: New stock icon 'import' and 'export'. * NEW: FileView: Add a Refresh event that triggers just after the FileView has refreshed its contents. * NEW: FileView: Add FileCount, DirCount and TotalSize properties, to get statistics on the current directory contents. * NEW: FileView: Add a permission column in detailed view mode. * NEW: FileView: Display a 'lock' emblem on non-readable files in icon view mode. - - - - - c07451ee by Beno?t Minisini at 2022-08-02T17:38:33+02:00 New stock icons 'export' and 'import'. [GB.FORM.STOCK] * NEW: New stock icons 'export' and 'import'. - - - - - 74be963d by Beno?t Minisini at 2022-08-02T17:41:01+02:00 Add a project browser. Not finished yet! [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Add a project browser. * NEW: Add a button that toggles the new project browser. * BUG: Use the 'paste-special' stock icon where appropriate. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugButton.class - + app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectEditor.form ? app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - ? app/src/gambas3/.src/Editor/Browse/FProjectEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FImportFile.class - + comp/src/gb.form.stock/gambas-mono/32/export.png - + comp/src/gb.form.stock/gambas-mono/32/import.png - + comp/src/gb.form.stock/gambas/32/export.png - + comp/src/gb.form.stock/gambas/32/import.png - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Test/FTestFileView.form - + comp/src/gb.form/img/locked.png - comp/src/gb.form/map/icon.map - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/Test/FTestTreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d3ace31781bf80db4dd1f10645bed465f112d21...74be963d5b0ece54894cd21befd0bc26db020197 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d3ace31781bf80db4dd1f10645bed465f112d21...74be963d5b0ece54894cd21befd0bc26db020197 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 00:43:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Aug 2022 22:43:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix menu relayout after the 'Show' event has been handled.. Message-ID: <62e9a88acea4b_24398ae74408d3@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d996d799f-vxcrc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 179de49f by Beno?t Minisini at 2022-08-03T00:42:29+02:00 Fix menu relayout after the 'Show' event has been handled.. [GB.GTK] * BUG: Fix menu relayout after the 'Show' event has been handled... [GB.GTK3] * BUG: Fix menu relayout after the 'Show' event has been handled... - - - - - 1 changed file: - gb.gtk/src/gmenu.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/179de49ffb68e16dd3f29ffef4a3bb5b09d60db9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/179de49ffb68e16dd3f29ffef4a3bb5b09d60db9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 00:45:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Aug 2022 22:45:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project browser: Correctly initialize toolbar state. Message-ID: <62e9a900d28c6_241c0b3e4789fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d996d799f-xgqds.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ecbc19cd by Beno?t Minisini at 2022-08-03T00:45:15+02:00 Project browser: Correctly initialize toolbar state. [DEVELOPMENT ENVIRONMENT] * BUG: Project browser: Correctly initialize toolbar state. * NEW: Update French translation. * BUG: Form editor: Fix multicontainer menu icon. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/FMain.form - + app/src/gambas3/img/32/multicontainer.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ecbc19cdd4a7f9d80681a9f571b8af05e4ed91c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ecbc19cdd4a7f9d80681a9f571b8af05e4ed91c5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 02:55:03 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 00:55:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project browser: Add a space in the toolbar for the project tree workspace button. Message-ID: <62e9c76779ff1_245199650624c@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d996d799f-qbthk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3a8c36a8 by Beno?t Minisini at 2022-08-03T02:54:57+02:00 Project browser: Add a space in the toolbar for the project tree workspace button. [DEVELOPMENT ENVIRONMENT] * BUG: Project browser: Add a space in the toolbar for the project tree workspace button. * OPT: Welcome dialog: Load and show the welcome dialog only if needed. - - - - - 5 changed files: - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a8c36a8238655126ca056c2a81820e6858fac47 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a8c36a8238655126ca056c2a81820e6858fac47 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 10:06:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 08:06:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Clipboard: PastePaths() method is a new method that does the contrary as CopyPaths(). Message-ID: <62ea2c968f855_24288f5ac80fa@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d9d95dd7f-m89vs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 62330a49 by Beno?t Minisini at 2022-08-03T10:05:41+02:00 Clipboard: PastePaths() method is a new method that does the contrary as CopyPaths(). [GB.GUI.BASE] * NEW: Clipboard: PastePaths() method is a new method that does the contrary as CopyPaths(). - - - - - e323b083 by Beno?t Minisini at 2022-08-03T10:06:38+02:00 FileView: Correctly refresh icons on icon theme change. [GB.FORM] * BUG: FileView: Correctly refresh icons on icon theme change. - - - - - 4 changed files: - comp/src/gb.form/.src/File/DirCache.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.gui.base/.src/Clipboard.class - comp/src/gb.gui.base/.src/IconView/IconView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3a8c36a8238655126ca056c2a81820e6858fac47...e323b0834714a46faac177d9dfb92a17b4c64e2a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3a8c36a8238655126ca056c2a81820e6858fac47...e323b0834714a46faac177d9dfb92a17b4c64e2a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 11:35:32 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 09:35:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TreeView, ColumnView, ListView, IconView: Add a Selected property that returns... Message-ID: <62ea416471082_2657684403ba@gitlab-sidekiq-low-urgency-cpu-bound-v2-7db55578d7-5m6mr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 365fcd2b by Beno?t Minisini at 2022-08-03T11:32:57+02:00 TreeView, ColumnView, ListView, IconView: Add a Selected property that returns if at least one item is selected. [GB.GUI.BASE] * NEW: TreeView, ColumnView, ListView, IconView: Add a Selected property that returns if at least one item is selected. - - - - - 2dd20ec8 by Beno?t Minisini at 2022-08-03T11:33:24+02:00 FileView: Add Selected property that returns if at least one item is selected. [GB.FORM] * NEW: FileView: Add Selected property that returns if at least one item is selected. - - - - - 9382328d by Beno?t Minisini at 2022-08-03T11:35:26+02:00 Project browser: Implement copy, cut, paste and delete actions. [DEVELOPMENT ENVIRONMENT] * NEW: Project browser: Handle paste actions by moving or copying files. * NEW: Project browser: Implement file deletion. * NEW: Redesign the unique file name generation function. - - - - - 7 changed files: - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e323b0834714a46faac177d9dfb92a17b4c64e2a...9382328db0d55d01dea68172d7f0d8b9bead69ad -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e323b0834714a46faac177d9dfb92a17b4c64e2a...9382328db0d55d01dea68172d7f0d8b9bead69ad You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 11:37:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 09:37:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Implement LineWidth as a write-only property. Message-ID: <62ea41c8c3d14_24578502156c@gitlab-sidekiq-low-urgency-cpu-bound-v2-7db55578d7-qtpw4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5b1bafb6 by Beno?t Minisini at 2022-08-03T11:36:42+02:00 Paint: Implement LineWidth as a write-only property. [GB.WEB.GUI] * NEW: Paint: Implement LineWidth as a write-only property. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/Paint.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b1bafb69f5f98a6a5f04ff371c3df986a4052b2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b1bafb69f5f98a6a5f04ff371c3df986a4052b2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 11:38:52 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 09:38:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Toolbar: Configuring is a new property that returns if the toolbar is in configuration mode. Message-ID: <62ea422c2997b_23572ec31447@gitlab-sidekiq-low-urgency-cpu-bound-v2-7db55578d7-cnnqt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4e0dcdc1 by Beno?t Minisini at 2022-08-03T11:38:45+02:00 Toolbar: Configuring is a new property that returns if the toolbar is in configuration mode. [GB.FORM.MDI] * NEW: Toolbar: Configuring is a new property that returns if the toolbar is in configuration mode. - - - - - 1 changed file: - comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4e0dcdc19d7db887775e114fc4846c9f9e492bb1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4e0dcdc19d7db887775e114fc4846c9f9e492bb1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 12:57:05 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 10:57:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Correctly set the item texts so that renaming works as expected in all cases. Message-ID: <62ea5481c1014_2657558284f5@gitlab-sidekiq-low-urgency-cpu-bound-v2-7db55578d7-sqqfk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1179e3a0 by Beno?t Minisini at 2022-08-03T12:57:00+02:00 FileView: Correctly set the item texts so that renaming works as expected in all cases. [GB.FORM] * BUG: FileView: Correctly set the item texts so that renaming works as expected in all cases. - - - - - 1 changed file: - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1179e3a0fc194c39b7fbae7bba85895c69e4e0c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1179e3a0fc194c39b7fbae7bba85895c69e4e0c4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 3 13:52:27 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 03 Aug 2022 11:52:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: IconView: fix a few problems. Message-ID: <62ea617b37040_235730099339@gitlab-sidekiq-low-urgency-cpu-bound-v2-7db55578d7-2nxzj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 72481d96 by Beno?t Minisini at 2022-08-03T13:50:06+02:00 IconView: fix a few problems. [GB.GUI.BASE] * BUG: IconView: UnselectAll() now always reset the current item. * NEW: IconView: ESC key now unselects all items. * BUG: IconView: Fix computation of text icon position when renaming. - - - - - 38620134 by Beno?t Minisini at 2022-08-03T13:50:47+02:00 FileView: Add a 'Rename' event that allows to implement a custom file renaming. [GB.FORM] * NEW: FileView: Add a 'Rename' event that allows to implement a custom file renaming. - - - - - c2a2b607 by Beno?t Minisini at 2022-08-03T13:52:21+02:00 Project browser: Implement file renaming. Lock the project tree while closing the current project, so that it raises no deferred events. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Project browser: Implement file renaming. * BUG: Lock the project tree while closing the current project, so that it raises no deferred events. - - - - - 9 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1179e3a0fc194c39b7fbae7bba85895c69e4e0c4...c2a2b60790f4178a6bf8c67ddb07a9ae60ea9142 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1179e3a0fc194c39b7fbae7bba85895c69e4e0c4...c2a2b60790f4178a6bf8c67ddb07a9ae60ea9142 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Aug 6 18:08:01 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Aug 2022 16:08:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 8 commits: Welcome dialog: Fix project items layout. Message-ID: <62ee91e1bcbdd_2761104e4802e5@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-7hzhv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bd94c907 by Beno?t Minisini at 2022-08-04T00:11:54+02:00 Welcome dialog: Fix project items layout. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Fix project items layout. - - - - - 02a593dc by Beno?t Minisini at 2022-08-06T17:40:17+02:00 DnD now takes the proxy control into account. [GB.QT4] * BUG: Setting the Drop property now acts on the proxy, and the DnD events are handled by the proxy first. [GB.QT5] * BUG: Setting the Drop property now acts on the proxy, and the DnD events are handled by the proxy first. - - - - - 83aaf286 by Beno?t Minisini at 2022-08-06T17:42:48+02:00 DnD now takes the proxy control into account. Watcher now should finally raise their Show event correctly. [GB.GTK] * BUG: Setting the Drop property now acts on the proxy, and the DnD events are handled by the proxy first. * BUG: Watcher now should finally raise their Show event correctly. [GB.GTK3] * BUG: Setting the Drop property now acts on the proxy, and the DnD events are handled by the proxy first. * BUG: Watcher now should finally raise their Show event correctly. - - - - - 60daa96a by Beno?t Minisini at 2022-08-06T17:55:06+02:00 Fix DnD support, IconView, and add automatic support for file paths array in clipboard. [GB.GUI.BASE] * NEW: Clipboard: Remove 'CopyPath()' and 'CopyPaths()' methods. * NEW: Clipboard: 'Copy()' now can takes a file path array as soon as the mime type is "text/uri-list". * NEW: Clipboard: 'Paste()' now returns a file path array as soon as the mime type is "text/uri-list". * NEW: Drag: 'Drag()' now can takes a file path array as soon as the mime type is "text/uri-list". * BUG: GridView: 'RowAt()' now returns rows at negative coordinates. * BUG: GridView: Use 'Color.TextBackground' when the 'Background' property is set to 'Color.Default'. * NEW: IconView: Add 'Scroll' event. * NEW: IconView: Rubberband selection is more clever. * NEW: IconView: Support for DnD. * BUG: IconView: Use 'Color.TextBackground' when the 'Background' property is set to 'Color.Default'. * NEW: ScrollArea: Automatic scrolling during DnD now should work as expected. * NEW: Drag: The Dnd Frame now has a darker border. - - - - - ce88aab1 by Beno?t Minisini at 2022-08-06T18:00:40+02:00 Automatic DnD support and a few other enhancements in FileView. [GB.FORM] * NEW: FileView: Add a 'ShowTitle' property, that toggles a title bar. * NEW: FileView: 'Title' is a new property that allows to define the title displayed on top. By default it's the path of the current directory. * NEW: FileView: Add a 'Filter' event, that allows to filter what is displayed file by file. * NEW: FileView: 'Paths' is a new property that returns the absolute paths of all selected elements. * NEW: FileView: Automatic support of drag & drop. * NEW: FileView: 'Copy()' is a new method that copy the selected elements to the clipboard as a "text/uri-list". * NEW: Update icon map. - - - - - c5f1d460 by Beno?t Minisini at 2022-08-06T18:01:59+02:00 Use the new support of file paths in the Drag.Paste() method. [GB.FORM.TERMINAL] * NEW: Use the new support of file paths in the Drag.Paste() method. - - - - - b4ab4c0d by Beno?t Minisini at 2022-08-06T18:02:35+02:00 Update 'language' icon. [GB.FORM.STOCK] * NEW: Update 'language' icon. - - - - - 1d6636cf by Beno?t Minisini at 2022-08-06T18:07:13+02:00 Finish project browser implementation. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Project browser: Finish file commands implementation. * NEW: Project browser: Add view split. * NEW: Project browser: DnD support. * BUG; Project browser: Display the same contents as the 'Data' folder of the project tree. * NEW: File creation dialog: Now it is used for creating directories. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FCreateFile.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/FCreateBranch.form - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/.src/Welcome/FWelcome.class - comp/src/gb.form.stock/gambas-mono/32/language.png - comp/src/gb.form.stock/gambas/32/language.png - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form/.project - 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/map/icon.map - comp/src/gb.gui.base/.lang/fr.po - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Clipboard.class - + comp/src/gb.gui.base/.src/Drag.class - comp/src/gb.gui.base/.src/GridView/GridView.class - 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/ScrollArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2a2b60790f4178a6bf8c67ddb07a9ae60ea9142...1d6636cfdb0346618c461cf02b1c253a41d0f6e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2a2b60790f4178a6bf8c67ddb07a9ae60ea9142...1d6636cfdb0346618c461cf02b1c253a41d0f6e7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Aug 6 18:57:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Aug 2022 16:57:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Does not crash anymore when a negative integer is used for the value of a floating point constant. Message-ID: <62ee9d634fc18_2549602901032c4@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-888ws.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6548c75a by Beno?t Minisini at 2022-08-06T18:56:24+02:00 Does not crash anymore when a negative integer is used for the value of a floating point constant. [COMPILER] * BUG: Does not crash anymore when a negative integer is used for the value of a floating point constant. - - - - - 1 changed file: - main/gbc/gbc_trans.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6548c75a0e4903d5185bf0f59decf0401f4ffa1d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6548c75a0e4903d5185bf0f59decf0401f4ffa1d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Aug 6 19:05:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Aug 2022 17:05:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Setting the 'List' property now raises the 'Click' event if the... Message-ID: <62ee9f6e78a1d_25578f01039a9@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-888ws.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 122d9635 by Beno?t Minisini at 2022-08-06T19:05:44+02:00 ComboBox: Setting the 'List' property now raises the 'Click' event if the first item is automatically selected. [GB.GUI.BASE] * BUG: ComboBox: Setting the 'List' property now raises the 'Click' event if the first item is automatically selected. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/122d9635520f97487e3a8a2f5aa29d19c924bf5d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/122d9635520f97487e3a8a2f5aa29d19c924bf5d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Aug 6 19:26:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Aug 2022 17:26:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebTree: Raise the 'Select' event in single selection mode. Message-ID: <62eea42f34522_2457698333dd@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-drbbk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 583ced3d by Beno?t Minisini at 2022-08-06T19:26:00+02:00 WebTree: Raise the 'Select' event in single selection mode. [GB.WEB.GUI] * BUG: WebTree: Raise the 'Select' event in single selection mode.. - - - - - 1 changed file: - comp/src/gb.web.gui/.src/Tree/WebTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/583ced3d778b21f0119b32acdbba0dc319ab9b0f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/583ced3d778b21f0119b32acdbba0dc319ab9b0f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Aug 7 16:59:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Aug 2022 14:59:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] IconView: 'Select' event is correctly raised again in single selection mode. Message-ID: <62efd36bf1941_2557a441012e3@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-dl58r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c68489a by Beno?t Minisini at 2022-08-07T16:59:49+02:00 IconView: 'Select' event is correctly raised again in single selection mode. [GB.GUI.BASE] * BUG: IconView: 'Select' event is correctly raised again in single selection mode. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/IconView/IconView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c68489ad1e28bf7dc22c5d7d2d0a48b62e93078 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c68489ad1e28bf7dc22c5d7d2d0a48b62e93078 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Aug 7 20:33:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Aug 2022 18:33:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: DirBrowser: A new control that displays an horizontal directory browser. Message-ID: <62f00594490c0_253a4770450351@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-rctrd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9e37aa68 by Beno?t Minisini at 2022-08-07T20:33:10+02:00 DirBrowser: A new control that displays an horizontal directory browser. [GB.FORM] * NEW: DirBrowser: A new control that displays an horizontal directory browser. - - - - - bd52d1af by Beno?t Minisini at 2022-08-07T20:33:49+02:00 Project browser: Use the new DirBrowser control. [DEVELOPMENT ENVIRONMENT] * NEW: Project browser: Use the new DirBrowser control. - - - - - 9 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form - + comp/src/gb.form/.hidden/control/dirbrowser.png - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Chooser/DirButton.class - + comp/src/gb.form/.src/File/DirBrowser.class - + comp/src/gb.form/.src/Test/FTestDirBrowser.class - + comp/src/gb.form/.src/Test/FTestDirBrowser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0c68489ad1e28bf7dc22c5d7d2d0a48b62e93078...bd52d1aff3aa51dd9de5cceb582159958de7f5cd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0c68489ad1e28bf7dc22c5d7d2d0a48b62e93078...bd52d1aff3aa51dd9de5cceb582159958de7f5cd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Aug 7 20:37:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Aug 2022 18:37:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use VARCHAR for string fields up to 65535 characters maximum length. Message-ID: <62f00665af941_24575a817413@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-t2bg5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fda74fce by Beno?t Minisini at 2022-08-07T20:36:35+02:00 Use VARCHAR for string fields up to 65535 characters maximum length. [GB.DB.MYSQL] * BUG: Use VARCHAR for string fields up to 65535 characters maximum length. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fda74fceaf899b75cfa170386cafcb83f84007f7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fda74fceaf899b75cfa170386cafcb83f84007f7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Aug 7 22:21:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Aug 2022 20:21:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextLabel: Vertically centered TextLabels take the 'AutoResize' property into account correctly. Message-ID: <62f01eb53561_25f4ee3281375e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-888ws.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c0256e1 by Beno?t Minisini at 2022-08-07T22:21:02+02:00 TextLabel: Vertically centered TextLabels take the 'AutoResize' property into account correctly. [GB.GUI.BASE] * BUG: TextLabel: Vertically centered TextLabels take the 'AutoResize' property into account correctly. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Label.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c0256e190a2fe232429c001bc996aa59bfed257 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c0256e190a2fe232429c001bc996aa59bfed257 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 8 02:43:30 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 00:43:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: IconView: Item shape now follows the icon size and the text size. Fix 'Selection' property. Message-ID: <62f05c32c5c6b_245813847340@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-6z7rh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f41ac31 by Beno?t Minisini at 2022-08-08T02:42:37+02:00 IconView: Item shape now follows the icon size and the text size. Fix 'Selection' property. [GB.GUI.BASE] * NEW: IconView: Item shape now follows the icon size and the text size. * BUG: IconView: Setting the 'Selection' property now work correctly. - - - - - bb46ed34 by Beno?t Minisini at 2022-08-08T02:43:24+02:00 FileView: Remove 'Title' and 'ShowTitle' properties. [GB.FORM] * NEW: FileView: Remove 'Title' and 'ShowTitle' properties. - - - - - 6 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Test/FTestFileView.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0c0256e190a2fe232429c001bc996aa59bfed257...bb46ed342a58c26b3e3b3a631f82b36467f0af28 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0c0256e190a2fe232429c001bc996aa59bfed257...bb46ed342a58c26b3e3b3a631f82b36467f0af28 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 8 14:32:36 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 12:32:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Add PainBrush.class to gb.web.gui Message-ID: <62f10264a943_25577388864a@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-xh4tw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c57ab3a2 by Bruce Steers at 2022-08-06T23:10:30+01:00 Add PainBrush.class to gb.web.gui [GB.WEB.GUI] * NEW: PaintBrush.class for Colors,Images,Gradients * NEW: implement LinearGradient as a trial run - - - - - 3b9c9adc by Bruce Steers at 2022-08-06T23:54:17+01:00 make New PaintBrush take arguments to create the brush imediately, add help [GB.WEB.GUI] * NEW: PaintBrush(Type, Value) can create the brush instantly * NEW: add inline wiki help just a tweak or 2 - - - - - 37901217 by Bruce Steers at 2022-08-07T09:29:32+01:00 web.gui, Add RadialGradient(), create a Paint folder for all Paint classes. add Color.ToJS() [GB.WEB.GUI] * NEW: Paint.RadialGradient() Raidal (circular) gradients * NEW: Color.ToJS(GBColor As Integer) As String. converts a gambas color integer into javascript code. * OPT: create a Paint folder for all Paint related classes - - - - - f1beb42f by Bruce Steers at 2022-08-07T09:52:30+01:00 Merge branch 'master' of https://gitlab.com/gambas/gambas into web-gui-brush - - - - - b308a78e by Bruce Steers at 2022-08-07T10:09:55+01:00 Fix typo Colour should be Color , remove old debug statement [GB.WEB.GUI] * BUG: had typed Colour not Color (the curse of being English ;) ) * BUG: remove Debug Paint.Linewidth call as Linewidth is now ReadOnly - - - - - 0d611f19 by Bruce Steers at 2022-08-08T10:20:54+01:00 Adjust WebPaint/Gradient methods. [GB.WEB.GUI] * OPT: do not Export Gradient.class * OPT: Remove Paint.Brush property and replace with Paint.SetBrush() and hidden paint._GetBrush() methods * OPT: Rename Color.ToJS() to Color.ToHTML() * OPT: Hide PaintBrush methods for internal use only with relevant methods. * OPT: Check for String datatype when checking Style argument. * NEW: default to use Brush if Style is ommited from Fill() Stroke() methods * OPT: Replace the gw.gradient.getvar() method of lib.js with gw.paint.makeGradient() - - - - - 892d2a7a by Bruce Steers at 2022-08-08T10:38:21+01:00 Web Paint, handle colors in PaintBrush [GB.WEB.GUI] * NEW: handle colors with PaintBrush.class I do not think colors is needed in PaintBrush as can simply be the argument for Fill/Stroke. I added it as GUI Paint class does it a similar way. - - - - - 299f0b32 by Bruce Steers at 2022-08-08T12:17:46+01:00 Update Paint.ToHTML wiki help [GB.WEB.GUI] * OPT: Explain in help that Color.ToHTML() will return text only useable with CSS style assignments if alpha is used. - - - - - f350d817 by Beno?t Minisini at 2022-08-08T12:32:33+00:00 Merge branch 'web-gui-brush' into 'master' Add PaintBrush class with gradients to gb.web.gui See merge request gambas/gambas!273 - - - - - 8 changed files: - comp/src/gb.web.gui/.src/Color.class - + comp/src/gb.web.gui/.src/Paint/Gradient.class - comp/src/gb.web.gui/.src/Paint.class ? comp/src/gb.web.gui/.src/Paint/Paint.class - + comp/src/gb.web.gui/.src/Paint/PaintBrush.class - comp/src/gb.web.gui/.src/PaintDriver.class ? comp/src/gb.web.gui/.src/Paint/PaintDriver.class - comp/src/gb.web.gui/.src/PaintDriver_WebDrawingArea.class ? comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bb46ed342a58c26b3e3b3a631f82b36467f0af28...f350d8171a3bc8ce1bbb1e3440887dcabbd1449c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bb46ed342a58c26b3e3b3a631f82b36467f0af28...f350d8171a3bc8ce1bbb1e3440887dcabbd1449c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 8 16:20:51 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 14:20:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Simplify and fix the PaintBrush implementation. Message-ID: <62f11bc3cd5f0_2457ecc6729@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-m2xqt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 654daa07 by Beno?t Minisini at 2022-08-08T16:20:45+02:00 Simplify and fix the PaintBrush implementation. [GB.WEB.GUI] * NEW: Color: Replace 'WebControl._GetColor()' by 'Color.ToHTML()'. * NEW: Paint: Handle the 'PaintBrush' class directly in the Paint class. The paint driver job is just translating it into javascript. * NEW: Paint: Remove the javascript generation routine from the Gradient class and move it to the paint driver. * NEW: Paint: Add the 'Paint.Color' method that creates a color brush. * NEW: Paint: Move the 'PaintBrush' type constants to the 'PaintDriver' class. - - - - - 10 changed files: - comp/src/gb.web.gui/.src/Color.class - comp/src/gb.web.gui/.src/Paint/Gradient.class - comp/src/gb.web.gui/.src/Paint/Paint.class - comp/src/gb.web.gui/.src/Paint/PaintBrush.class - comp/src/gb.web.gui/.src/Paint/PaintDriver.class - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/Tree/WebTree.class - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/654daa0724988aa24e7562290ae3dc00c856e830 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/654daa0724988aa24e7562290ae3dc00c856e830 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 8 17:27:05 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 15:27:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextEditor: Setting the 'Breakpoint' property correctly raises the 'Change' event. Message-ID: <62f12b498623e_245774c975d7@gitlab-sidekiq-low-urgency-cpu-bound-v2-77799f47d4-pr5jq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47ae5e6e by Beno?t Minisini at 2022-08-08T17:25:58+02:00 TextEditor: Setting the 'Breakpoint' property correctly raises the 'Change' event. [GB.FORM.EDITOR] * BUG: TextEditor: Setting the 'Breakpoint' property correctly raises the 'Change' event. - - - - - a89ec9ec by Beno?t Minisini at 2022-08-08T17:26:29+02:00 Debugger: Removing all breakpoints works again. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Removing all breakpoints works again. - - - - - 1b2d3d2a by Beno?t Minisini at 2022-08-08T17:26:41+02:00 Add a command to remove all breakpoints in one shot. [GB.DEBUG] * NEW: Add a command to remove all breakpoints in one shot. - - - - - 9 changed files: - app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form - + app/src/gambas3/.src/Editor/Csv/FCsvEditor.class - + app/src/gambas3/.src/Editor/Csv/FCsvEditor.form - app/src/gambas3/.src/VersionControl/FCreateBranch.form - comp/src/gb.form.editor/.src/CDocument.class - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/654daa0724988aa24e7562290ae3dc00c856e830...1b2d3d2a515d8e4ac371711aedb41f89be4a7367 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/654daa0724988aa24e7562290ae3dc00c856e830...1b2d3d2a515d8e4ac371711aedb41f89be4a7367 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 01:16:18 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 23:16:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Fix padding of borderless editable comboboxes. Message-ID: <62f199427cc76_2457620833df@gitlab-sidekiq-low-urgency-cpu-bound-v2-57c4d7bccb-lx4c9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4930e6d4 by Beno?t Minisini at 2022-08-09T01:16:09+02:00 ComboBox: Fix padding of borderless editable comboboxes. [GB.GUI.BASE] * BUG: ComboBox: Fix padding of borderless editable comboboxes. * NEW: ComboBox: Always display the border when the popup is opened. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4930e6d406bec8b66d4ff5d5db4ba9a522ee7895 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4930e6d406bec8b66d4ff5d5db4ba9a522ee7895 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 01:17:34 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 23:17:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Make the property sheet row height padding a bit larger, following 'Desktop.Scale'. Message-ID: <62f1998e53f6a_251b65688450d2@gitlab-sidekiq-low-urgency-cpu-bound-v2-57c4d7bccb-x5rcx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e4bc43e5 by Beno?t Minisini at 2022-08-09T01:17:27+02:00 Form editor: Make the property sheet row height padding a bit larger, following 'Desktop.Scale'. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Make the property sheet row height padding a bit larger, following 'Desktop.Scale'. - - - - - 4 changed files: - app/src/gambas3/.src/Editor/Csv/FCsvEditor.form - + app/src/gambas3/.src/Editor/Csv/FCsvOption.class - + app/src/gambas3/.src/Editor/Csv/FCsvOption.form - app/src/gambas3/.src/Editor/Form/FProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4bc43e5344d951ec95a2f0aa2b342ecf26bae82 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4bc43e5344d951ec95a2f0aa2b342ecf26bae82 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 01:19:18 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Aug 2022 23:19:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update deferred arrangements before handling focus changes (and other posted routines). Message-ID: <62f199f62d4c_2529a9d986411e@gitlab-sidekiq-low-urgency-cpu-bound-v2-57c4d7bccb-fwlgk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aafe7a8b by Beno?t Minisini at 2022-08-09T01:18:03+02:00 Update deferred arrangements before handling focus changes (and other posted routines). [GB.GTK] * BUG: Update deferred arrangements before handling focus changes (and other posted routines). [GB.GTK3] * BUG: Update deferred arrangements before handling focus changes (and other posted routines). - - - - - 3 changed files: - gb.gtk/src/CWindow.cpp - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aafe7a8bbe5461ebded9e97db58f06665af1eda4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aafe7a8bbe5461ebded9e97db58f06665af1eda4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 02:47:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 00:47:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Settings the 'List' property does not raise the 'Click' event anymore. Message-ID: <62f1aebed0d9_245781482516@gitlab-sidekiq-low-urgency-cpu-bound-v2-57c4d7bccb-j2mpl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ecfbd419 by Beno?t Minisini at 2022-08-09T02:47:53+02:00 ComboBox: Settings the 'List' property does not raise the 'Click' event anymore. [GB.GUI.BASE] * BUG: ComboBox: Settings the 'List' property does not raise the 'Click' event anymore. - - - - - 2 changed files: - comp/src/gb.gui.base/.lang/fr.po - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ecfbd419694c2ddad81f889b0951bbb03f6d5556 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ecfbd419694c2ddad81f889b0951bbb03f6d5556 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 02:50:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 00:50:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Make the component visible. Message-ID: <62f1af73aff4_2457b0c-227@gitlab-sidekiq-low-urgency-cpu-bound-v2-77fc685c88-mw9z2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 438b41f7 by Beno?t Minisini at 2022-08-09T02:49:52+02:00 Make the component visible. [GB.GEOM] * NEW: Make the component visible. - - - - - 4c8adcdb by Beno?t Minisini at 2022-08-09T02:50:52+02:00 Add 'gb.geom' to the list of components. [DEVELOPMENT ENVIRONMENT] * NEW: Add 'gb.geom' to the list of components. - - - - - 5 changed files: - app/src/gambas3/.lang/de.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CDocumentation.class - main/lib/geom/Makefile.am - + main/lib/geom/gb.geom.component View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ecfbd419694c2ddad81f889b0951bbb03f6d5556...4c8adcdb06712a2f554dd65771c649506c193efa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ecfbd419694c2ddad81f889b0951bbb03f6d5556...4c8adcdb06712a2f554dd65771c649506c193efa You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 03:06:29 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 01:06:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Implement 'DrawImage' method. Message-ID: <62f1b3159f2d5_24576c050136@gitlab-sidekiq-low-urgency-cpu-bound-v2-77fc685c88-zk82w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 687fa846 by Beno?t Minisini at 2022-08-09T03:06:23+02:00 Paint: Implement 'DrawImage' method. [GB.WEB.GUI] * NEW: Make the ';' explicit in internally generated javascript. * NEW: Add 'gb.geom' as a new dependency. * NEW: Paint: Implement 'DrawImage' method. * BUG: Paint: Fix gradient generation routine in 'lib.js'. * NEW: DrawingArea: Do not include the refresh code inside the main page HMTL. - - - - - 29 changed files: - comp/src/gb.web.gui/.component - comp/src/gb.web.gui/.icon.png - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Menu/FPopupMenu.class - comp/src/gb.web.gui/.src/Paint/Paint.class - comp/src/gb.web.gui/.src/Paint/PaintDriver.class - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/Tree/WebTree.class - comp/src/gb.web.gui/.src/WebAudio.class - comp/src/gb.web.gui/.src/WebButton.class - comp/src/gb.web.gui/.src/WebCheckBox.class - comp/src/gb.web.gui/.src/WebComboBox.class - comp/src/gb.web.gui/.src/WebContainer.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebDrawingArea.class - comp/src/gb.web.gui/.src/WebFileButton.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/.src/WebLabel.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/.src/WebProgressBar.class - comp/src/gb.web.gui/.src/WebRadioButton.class - comp/src/gb.web.gui/.src/WebScrollView.class - comp/src/gb.web.gui/.src/WebTextArea.class - comp/src/gb.web.gui/.src/WebTextBox.class - comp/src/gb.web.gui/.src/WebTimer.class - comp/src/gb.web.gui/.src/WebWindow.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/687fa8460f0bdaa4ba7964c3f34b88722afa6c59 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/687fa8460f0bdaa4ba7964c3f34b88722afa6c59 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 03:13:43 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 01:13:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix component dependencies. Message-ID: <62f1b4c75f5d9_24578503212@gitlab-sidekiq-low-urgency-cpu-bound-v2-77fc685c88-8hw2d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 546989eb by Beno?t Minisini at 2022-08-09T03:13:35+02:00 Fix component dependencies. [GB.WEB.GUI] * BUG: Fix component dependencies. - - - - - 1 changed file: - comp/src/gb.web.gui/.component View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/546989eb56f4ddd684718e552a69e058b2f59c21 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/546989eb56f4ddd684718e552a69e058b2f59c21 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 03:15:53 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 01:15:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: WebDrawingArea, fix using zero value Color.Black Message-ID: <62f1b549a328d_25579405351f@gitlab-sidekiq-low-urgency-cpu-bound-v2-77fc685c88-drgpn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f1f23bcb by Bruce Steers at 2022-08-09T00:27:42+01:00 WebDrawingArea, fix using zero value Color.Black [GB.GUI.WEB] * BUG: use IsNull() to check style as Color.Black is 0 - - - - - 861eebaa by Beno?t Minisini at 2022-08-09T01:15:50+00:00 Merge branch 'fix-dw-black' into 'master' WebDrawingArea, fix using zero value Color.Black See merge request gambas/gambas!274 - - - - - 1 changed file: - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/546989eb56f4ddd684718e552a69e058b2f59c21...861eebaa7a614f597263a359ee638dc13be44950 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/546989eb56f4ddd684718e552a69e058b2f59c21...861eebaa7a614f597263a359ee638dc13be44950 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 15:41:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 13:41:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Running a project does not remove disabled environment variables anymore. Message-ID: <62f263f559e17_24577386291d@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bfb699788-tvzrc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f94f6ecf by Beno?t Minisini at 2022-08-09T15:40:24+02:00 Running a project does not remove disabled environment variables anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Running a project does not remove disabled environment variables anymore. - - - - - 1 changed file: - app/src/gambas3/.src/Debug/Design.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f94f6ecf87cd2bad0378db94acbe03f71e61e5e9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f94f6ecf87cd2bad0378db94acbe03f71e61e5e9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 17:04:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 15:04:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Continue 'Paint' implementation, and make the DrawingArea canvas resize automatically. Message-ID: <62f2776ca05cf_25577ec166db@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bfb699788-nxkrh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5f958623 by Beno?t Minisini at 2022-08-09T17:04:06+02:00 Continue 'Paint' implementation, and make the DrawingArea canvas resize automatically. [GB.WEB.GUI] * NEW: DrawingArea: The canvas now resizes automatically, and send its size to the server. * NEW: Paint: Implement 'Width' and 'Height' properties. * NEW: Paint: Add 'Translate()', 'Rotate()', 'Scale()' and 'Reset()' methods. * NEW: Paint: Add write-only 'Operator' property. Not all composition modes are supported at the moment. * BUG: Move focus frame when the window is resized. - - - - - 9 changed files: - comp/src/gb.web.gui/.src/Paint/Paint.class - comp/src/gb.web.gui/.src/Paint/PaintDriver.class - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.webform - comp/src/gb.web.gui/.src/WebDrawingArea.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/lib.js - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5f958623a4e4d04e2e316afc0050521551420235 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5f958623a4e4d04e2e316afc0050521551420235 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 17:45:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 15:45:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add fuse_hiddenxxxx files in .gitignore files Message-ID: <62f281241f440_24573a022927@gitlab-sidekiq-low-urgency-cpu-bound-v2-8456cb48d8-kkhjj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 253f93e7 by Bruce Steers at 2022-08-09T10:06:01+01:00 Add fuse_hiddenxxxx files in .gitignore files [DEVELOPMENT_ENVIRONMENT] * NEW: add fuse_hiddenxxxx temporary system files to .gitignore - - - - - 167e61c8 by Beno?t Minisini at 2022-08-09T15:45:37+00:00 Merge branch 'ignore-fuse-files' into 'master' Add fuse_hiddenxxxx files in .gitignore files See merge request gambas/gambas!275 - - - - - 2 changed files: - .gitignore - app/src/gambas3/gitignore View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5f958623a4e4d04e2e316afc0050521551420235...167e61c86e80dde20957ef8c87f2c0a628c07669 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5f958623a4e4d04e2e316afc0050521551420235...167e61c86e80dde20957ef8c87f2c0a628c07669 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 9 23:59:30 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 21:59:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Add 'LineCap', 'LineJoin', 'MiterLimit', 'LineDash' and 'LineDashOffset' properties. Message-ID: <62f2d8c277bfb_256b2b7850339@gitlab-sidekiq-low-urgency-cpu-bound-v2-5446c479c6-278vh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9b66aa13 by Beno?t Minisini at 2022-08-09T23:59:22+02:00 Paint: Add 'LineCap', 'LineJoin', 'MiterLimit', 'LineDash' and 'LineDashOffset' properties. [GB.WEB.GUI] * NEW: Paint: Add 'LineCap', 'LineJoin', 'MiterLimit', 'LineDash' and 'LineDashOffset' properties. * NEW: Paint: Add public constants for 'LineCap' and 'LineJoin' properties. - - - - - 3 changed files: - comp/src/gb.web.gui/.src/Paint/Paint.class - comp/src/gb.web.gui/.src/Paint/PaintDriver.class - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b66aa13ecd32de12aa68f8fefeb7bc27eeaaa4e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b66aa13ecd32de12aa68f8fefeb7bc27eeaaa4e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 10 00:01:29 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Aug 2022 22:01:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint: Add 'LineDash' and 'LineDashOffset' synonymous properties. Message-ID: <62f2d9393e956_265787846a@gitlab-sidekiq-low-urgency-cpu-bound-v2-5446c479c6-xddpn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f9e724d by Beno?t Minisini at 2022-08-10T00:00:26+02:00 Paint: Add 'LineDash' and 'LineDashOffset' synonymous properties. [GB.DRAW] * NEW: Paint: 'LineDash' is now a synonymous for the 'Dash' property. * NEW: Paint: 'LineDashOffset' is now a synonymous for the 'DashOffset' property. - - - - - 1 changed file: - main/lib/draw/cpaint.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f9e724d760b9a74cbbee117257dccd141fe85b6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f9e724d760b9a74cbbee117257dccd141fe85b6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 10 12:51:15 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 10 Aug 2022 10:51:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Allow to bypass the name check when searching for a component or... Message-ID: <62f38da38cb97_255768410208e@gitlab-sidekiq-low-urgency-cpu-bound-v2-bbf886784-hgc9k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4819adfa by Beno?t Minisini at 2022-08-10T12:51:08+02:00 Debugger: Allow to bypass the name check when searching for a component or library project location. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Allow to bypass the name check when searching for a component or library project location. * NEW: Project make executable dialog: When installing a library, do not add the vendor prefix if the project name already has it. * NEW: Update French translation. * NEW: Add the component name in IDE tab title for files from other projects. * NEW: Update financial support file. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Project.module - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4819adfa5293c9d80cf41372053a0773987e667e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4819adfa5293c9d80cf41372053a0773987e667e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Aug 11 18:34:33 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 11 Aug 2022 16:34:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'MouseDown', 'MouseUp', and 'MouseMove' events in DrawingArea. Add 'Enter'... Message-ID: <62f52f99197bf_24d016dc7114f@gitlab-sidekiq-low-urgency-cpu-bound-v2-b9b84d4d4-tktzg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 441fd57c by Beno?t Minisini at 2022-08-11T18:34:26+02:00 Add 'MouseDown', 'MouseUp', and 'MouseMove' events in DrawingArea. Add 'Enter' and 'Leave' events in WebControl. [GB.WEB.GUI] * NEW: WebControl: Implement 'Enter' and 'Leave' event. * NEW: DrawingArea: Implement 'MouseDown', 'MouseUp', and 'MouseMove' events. At the moment 'MouseMove' are raised only when a button is pressed. * BUG: Paint: Do not crash if no brush has been defined. Let the underlying driver use the default brush instead. - - - - - 8 changed files: - + comp/src/gb.web.gui/.src/Mouse.class - comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebDrawingArea.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/441fd57ceb9482f31563f25f24adfd5a62d01c96 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/441fd57ceb9482f31563f25f24adfd5a62d01c96 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Aug 16 20:59:32 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 16 Aug 2022 18:59:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Software farm: Do not crash anymore when login to the farm. Message-ID: <62fbe914c83ed_2552530364ed@gitlab-sidekiq-low-urgency-cpu-bound-v2-5b597db46-88cbn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9a2480cc by Beno?t Minisini at 2022-08-16T20:59:22+02:00 Software farm: Do not crash anymore when login to the farm. [DEVELOPMENT ENVIRONMENT] * BUG: Software farm: Do not crash anymore when login to the farm. - - - - - 1 changed file: - app/src/gambas3/.src/Project/Farm/FFarmLogin.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a2480cc8a2934dc0c1e9488bcdf3739ed49fef9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a2480cc8a2934dc0c1e9488bcdf3739ed49fef9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 19 23:31:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 19 Aug 2022 21:31:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search: Draw a border on the bottom on the last line of results. Message-ID: <6300012c4c5b1_245264830121@gitlab-sidekiq-low-urgency-cpu-bound-v2-f567f954d-vs2m4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61615b52 by Beno?t Minisini at 2022-08-19T23:31:17+02:00 Search: Draw a border on the bottom on the last line of results. [DEVELOPMENT ENVIRONMENT] * BUG: Search: Draw a border on the bottom on the last line of results. - - - - - 2 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61615b5263590e8a75ea0bdd2356b4dd519c8c40 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61615b5263590e8a75ea0bdd2356b4dd519c8c40 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Aug 20 16:34:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 20 Aug 2022 14:34:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Raise the 'Change' event when loading a file, settings the... Message-ID: <6300f1002f654_2520bd90844c2@gitlab-sidekiq-low-urgency-cpu-bound-v2-f567f954d-rtdps.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 395e368d by Beno?t Minisini at 2022-08-20T16:34:33+02:00 TextEditor: Raise the 'Change' event when loading a file, settings the bookmarks or the disabled breakpoints. [GB.FORM.EDITOR] * BUG: TextEditor: Raise the 'Change' event when loading a file, settings the bookmarks or the disabled breakpoints. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/CDocument.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/395e368d321c9eb15f99cb129dda934c99fcd44f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/395e368d321c9eb15f99cb129dda934c99fcd44f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Aug 21 21:11:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 21 Aug 2022 19:11:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update .gitignore, omit m4/pkg.m4 from git Message-ID: <6302834b1cd3d_25c9e394481585@gitlab-sidekiq-low-urgency-cpu-bound-v2-f567f954d-f8p6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5c9c0a1a by Bruce Steers at 2022-08-21T15:59:17+00:00 Update .gitignore, omit m4/pkg.m4 from git [MAIN] * NEW: add m4/pkg.m4 to .gitignore list - - - - - f7c7924b by Beno?t Minisini at 2022-08-21T19:11:05+00:00 Merge branch 'bsteers4-master-patch-11819' into 'master' Update .gitignore, omit m4/pkg.m4 from git See merge request gambas/gambas!279 - - - - - 1 changed file: - .gitignore View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/395e368d321c9eb15f99cb129dda934c99fcd44f...f7c7924b6b99bff7cb7553611dc5b37a10dd9675 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/395e368d321c9eb15f99cb129dda934c99fcd44f...f7c7924b6b99bff7cb7553611dc5b37a10dd9675 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Aug 22 14:29:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 22 Aug 2022 12:29:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextEditor: Raise the 'Change' event when setting the 'Text' property. Message-ID: <630376c6e35e_265255842045@gitlab-sidekiq-low-urgency-cpu-bound-v2-58fb7b458f-wxcnw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d1fabcfe by Beno?t Minisini at 2022-08-22T14:28:21+02:00 TextEditor: Raise the 'Change' event when setting the 'Text' property. [GB.FORM.EDITOR] * BUG: TextEditor: Raise the 'Change' event when setting the 'Text' property. - - - - - dae0a9ab by Beno?t Minisini at 2022-08-22T14:29:35+02:00 Text & code editor: Call the TextEditor.Reset() method when loading the contents, not to raise the Change event. [DEVELOPMENT ENVIRONMENT] * BUG: Text & code editor: Call the TextEditor.Reset() method when loading the contents, not to raise the Change event. - - - - - 0d9cd6de by Beno?t Minisini at 2022-08-22T14:29:46+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - comp/src/gb.form.editor/.src/CDocument.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f7c7924b6b99bff7cb7553611dc5b37a10dd9675...0d9cd6de9883203dbdd3ea6788be8b6f78f4d99c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f7c7924b6b99bff7cb7553611dc5b37a10dd9675...0d9cd6de9883203dbdd3ea6788be8b6f78f4d99c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Aug 25 17:13:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 15:13:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not crash while checking if an animation must be triggered when... Message-ID: <6307919276313_2652440304e5@gitlab-sidekiq-low-urgency-cpu-bound-v2-86f8b4f96c-vbzgd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ada033d6 by Beno?t Minisini at 2022-08-25T17:11:52+02:00 Do not crash while checking if an animation must be triggered when 'Application.ActiveWindow' is invalid. [GB.GUI.BASE] * BUG: Do not crash while checking if an animation must be triggered when 'Application.ActiveWindow' is invalid. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ada033d6dd82d74dd08b277ff06d7d7de047d89c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ada033d6dd82d74dd08b277ff06d7d7de047d89c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Aug 25 18:10:02 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 16:10:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Top-level window background color is correctly taken into account again. Message-ID: <63079eda3fc3d_265251c7313e@gitlab-sidekiq-low-urgency-cpu-bound-v2-86f8b4f96c-6lbhs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f079b088 by Beno?t Minisini at 2022-08-25T18:09:32+02:00 Top-level window background color is correctly taken into account again. [GB.GTK3] * BUG: Top-level window background color is correctly taken into account again. - - - - - 1 changed file: - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f079b088de7a0bdd97a45d4239b50b49f91f6676 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f079b088de7a0bdd97a45d4239b50b49f91f6676 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 00:08:15 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 22:08:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add 'ALIGN_MAKE()' macro in 'gb.geom.h'. Message-ID: <6307f2cfd082f_2452490484a9@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc94759d9-djbcp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 93764b1c by Beno?t Minisini at 2022-08-25T23:56:54+02:00 Add 'ALIGN_MAKE()' macro in 'gb.geom.h'. [GB.GEOM] * NEW: Add 'ALIGN_MAKE()' macro in 'gb.geom.h'. - - - - - 7386fe5a by Beno?t Minisini at 2022-08-25T23:57:40+02:00 Align.Make() is a new method that build an alignment constant from its horizontal and vertical parts. [GB.GTK] * NEW: Align.Make() is a new method that build an alignment constant from its horizontal and vertical parts. [GB.GTK3] * NEW: Align.Make() is a new method that build an alignment constant from its horizontal and vertical parts. [GB.QT4] * NEW: Align.Make() is a new method that build an alignment constant from its horizontal and vertical parts. [GB.QT5] * NEW: Align.Make() is a new method that build an alignment constant from its horizontal and vertical parts. - - - - - e2e2b55f by Beno?t Minisini at 2022-08-26T00:07:33+02:00 DataView: Custom column alignment is taken into account now. [GB.DB.FORM] * BUG: DataView: Make blob editor fully translated. * NEW: DataView: Custom column alignment is taken into account now. * NEW: Update French translation. - - - - - 12 changed files: - comp/src/gb.db.form/.connection/Connection4.connection - comp/src/gb.db.form/.lang/fr.po - comp/src/gb.db.form/.project - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.db.form/.src/FBlobEditor.class - comp/src/gb.db.form/.src/FBlobEditor.form - comp/src/gb.db.form/.src/Test/FMain2.class - comp/src/gb.db.form/.src/Test/FMain2.form - gb.gtk/src/CConst.cpp - gb.qt4/src/CConst.cpp - gb.qt4/src/CWindow.cpp - main/lib/geom/gb.geom.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f079b088de7a0bdd97a45d4239b50b49f91f6676...e2e2b55f68ac3b78a77852a1b58b1cb3faa5922b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f079b088de7a0bdd97a45d4239b50b49f91f6676...e2e2b55f68ac3b78a77852a1b58b1cb3faa5922b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 00:19:37 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 22:19:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListEditor: Add 'Grid' property. Message-ID: <6307f579eb968_241850d6c5364a@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc94759d9-zv8dt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9ae544c5 by Beno?t Minisini at 2022-08-26T00:19:31+02:00 ListEditor: Add 'Grid' property. [GB.FORM] * NEW: ListEditor: Add 'Grid' property. - - - - - 2 changed files: - comp/src/gb.form/.src/ListEditor/FListEditor.class - comp/src/gb.form/.src/ListEditor/ListEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9ae544c5b24787f353d58e1dd896d81c07881e6d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9ae544c5b24787f353d58e1dd896d81c07881e6d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 00:20:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 22:20:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'hibernate' and 'info' icons. Message-ID: <6307f5a09fe6e_26146497439991@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc94759d9-ht9lg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f99e553 by Beno?t Minisini at 2022-08-26T00:20:11+02:00 Fix 'hibernate' and 'info' icons. [GB.FORM.STOCK] * NEW: Fix 'hibernate' and 'info' icons. - - - - - 6 changed files: - comp/src/gb.form.stock/gambas-mono/128/info.png - comp/src/gb.form.stock/gambas-mono/32/info.png - comp/src/gb.form.stock/gambas/128/hibernate.png - comp/src/gb.form.stock/gambas/128/info.png - comp/src/gb.form.stock/gambas/32/hibernate.png - comp/src/gb.form.stock/gambas/32/info.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f99e553c96af70dc54ae61c887912d913ddee63 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f99e553c96af70dc54ae61c887912d913ddee63 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 00:18:44 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Aug 2022 22:18:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: GridView: Add 'Rows.Padding' and 'Columns.Padding' properties. ListBox: Add 'Grid' property. Message-ID: <6307f54412120_2452404487a5@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc94759d9-djbcp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 72020e39 by Beno?t Minisini at 2022-08-26T00:11:14+02:00 GridView: Add 'Rows.Padding' and 'Columns.Padding' properties. ListBox: Add 'Grid' property. [GB.GUI.BASE] * NEW: GridView: Add 'GridView.Columns.Padding' property for an additional cell horizontal padding. * NEW: GridView: Add 'GridView.Rows.Padding' property for an additional cell vertical padding. * NEW: ListBox: Add a 'Grid' property, that adds a grid and some padding inside cells when set. - - - - - c8751548 by Beno?t Minisini at 2022-08-26T00:18:39+02:00 GridView: Take 'Rows.Padding' and 'Columns.Padding' properties into account when drawing cell contents. [GB.GUI.BASE] * BUG: GridView: Take 'Rows.Padding' and 'Columns.Padding' properties into account when drawing cell contents. - - - - - 6 changed files: - comp/src/gb.gui.base/.project - 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/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FTestGridView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2e2b55f68ac3b78a77852a1b58b1cb3faa5922b...c87515486816b5da6a614797f2308d054dac3de6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2e2b55f68ac3b78a77852a1b58b1cb3faa5922b...c87515486816b5da6a614797f2308d054dac3de6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 16:51:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 26 Aug 2022 14:51:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Cinnamon', ... Message-ID: <6308dde460a1e_265247c8252a@gitlab-sidekiq-low-urgency-cpu-bound-v2-545995f4df-c6fvl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f9207cb5 by Beno?t Minisini at 2022-08-26T16:51:09+02:00 Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Cinnamon', otherwise the menu is not refreshed. [GB.DBUS.TRAYICON] * BUG: Raise the 'LayoutUpdated' D-Bus signal when the current desktop is 'Cinnamon', otherwise the menu is not refreshed. Cinnamon seems to ignore the return value of the 'AboutToShow' event. - - - - - 5 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/FMain1.class - comp/src/gb.dbus.trayicon/.src/TrayIcon.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f9207cb5a22a9835086910f7fb1745773b806510 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f9207cb5a22a9835086910f7fb1745773b806510 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Aug 26 17:02:00 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 26 Aug 2022 15:02:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Language.GetTranslations() method now browses the correct language files in executables. Message-ID: <6308e068c8683_2432663c830186@gitlab-sidekiq-low-urgency-cpu-bound-v2-545995f4df-kb287.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e5a0d48c by Beno?t Minisini at 2022-08-26T17:01:54+02:00 Language.GetTranslations() method now browses the correct language files in executables. [GB.UTIL] * BUG: Language.GetTranslations() method now browses the correct language files in executables. - - - - - 2 changed files: - comp/src/gb.util/.src/CsvFile.class - comp/src/gb.util/.src/Language.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5a0d48c2ee8e6eae047e7b2bd2490e324234556 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5a0d48c2ee8e6eae047e7b2bd2490e324234556 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Aug 31 23:46:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 31 Aug 2022 21:46:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Fix a possible crash in stack display during debugging. Message-ID: <630fd6d28d423_26145d048217d1@gitlab-sidekiq-low-urgency-cpu-bound-v2-567f6b456c-dl66s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 969b7495 by Beno?t Minisini at 2022-08-31T23:46:51+02:00 Debugger: Fix a possible crash in stack display during debugging. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Fix a possible crash in stack display during debugging. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Debug/FDebugInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/969b7495e0fb70797760508fa1aaa3efa0a5670d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/969b7495e0fb70797760508fa1aaa3efa0a5670d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: