From gitlab at mg.gitlab.com Mon Mar 1 02:11:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 01:11:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix project tree file renaming. Message-ID: <603c3f431b942_c122ed2b0324485@gitlab-sidekiq-low-urgency-cpu-bound-v1-565468b755-fnpmg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0af469e4 by gambas at 2021-03-01T02:11:19+01:00 Fix project tree file renaming. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Failing to rename a file does not crash anymore. * BUG: Project tree: Renaming a file now highlight its basename by default as before. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0af469e4e425f0e86e57c07d5d0310c5cd46237e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0af469e4e425f0e86e57c07d5d0310c5cd46237e You're 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 Mar 1 02:14:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 01:14:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Fix a possible crash while highlighting. Message-ID: <603c400787ed4_bfcb04f82829a@gitlab-sidekiq-low-urgency-cpu-bound-v1-565468b755-skwjg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2ed704cc by gambas at 2021-03-01T02:14:40+01:00 TextEditor: Fix a possible crash while highlighting. [GB.FORM.EDITOR] * BUG: TextEditor: Fix a possible crash while highlighting. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/CDocument.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ed704cc2cafa68dcbbd5ad87da1c44647da3583 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ed704cc2cafa68dcbbd5ad87da1c44647da3583 You're 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 Mar 1 18:31:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 17:31:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Checking the Limit property of a line now highlights until that line. Message-ID: <603d24fb234b5_cc85c86239c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-nbq7g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e1592d8 by gambas at 2021-03-01T18:31:32+01:00 TextEditor: Checking the Limit property of a line now highlights until that line. [GB.FORM.EDITOR] * BUG: TextEditor: Checking the Limit property of a line now highlights until that line. - - - - - 3 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e1592d8f4db2f238a067be7e7811aa7c610a1a0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e1592d8f4db2f238a067be7e7811aa7c610a1a0 You're 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 Mar 1 18:34:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 17:34:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Support for "Picture:NoCache" property kind. Center buttons now... Message-ID: <603d25aa7f554_b17ddefc58155@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-f2gh9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a809b16 by gambas at 2021-03-01T18:34:28+01:00 Form editor: Support for "Picture:NoCache" property kind. Center buttons now always act of the selected controls, not their children. [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: The procedure popup has now the same width as the procedure button. * NEW: Form editor: Support for "Picture:NoCache" property kind.. * BUG: Form editor: Center buttons now always act of the selected controls, not their children. - - - - - 7 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Component/CPropertyInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FProcedureList.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a809b16ee7ca701190d2f8d804980f5c7854212 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a809b16ee7ca701190d2f8d804980f5c7854212 You're 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 Mar 1 18:39:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 17:39:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TrayIcon: The Picture property kind is now "Picture:NoCache" so that the... Message-ID: <603d26df4c517_d1f38724864d6@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-z2r99.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8df4e11b by gambas at 2021-03-01T18:38:28+01:00 TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. [GB.GUI.TRAYICON] * NEW: TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. - - - - - 3 changed files: - gb.qt4/share/gb.form.properties.h - gb.qt4/src/ctrayicon.cpp - main/lib/gui.trayicon/cfaketrayicon.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8df4e11b9cdc66e0c5bbbdf069c7a8bc0498a28b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8df4e11b9cdc66e0c5bbbdf069c7a8bc0498a28b You're 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 Mar 1 18:53:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 17:53:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New stock icons for '*.md' and '*.xml' files. Message-ID: <603d2a08c45c6_c216d288110796@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-k6gql.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d36634d2 by gambas at 2021-03-01T18:52:41+01:00 New stock icons for '*.md' and '*.xml' files. [GB.FORM] * NEW: New stock icons for '*.md' and '*.xml' files. * NEW: Update some control icons. [GB.FORM.STOCK] * NEW: New stock icons for '*.md' and '*.xml' files. * NEW: Update 'file' and 'file-manager' icons. - - - - - 18 changed files: - comp/src/gb.form.stock/gambas-mono/32/file-manager.png - comp/src/gb.form.stock/gambas-mono/32/file.png - + comp/src/gb.form.stock/gambas-mono/32/md.png - + comp/src/gb.form.stock/gambas-mono/32/xml.png - comp/src/gb.form.stock/gambas/128/file-manager.png - comp/src/gb.form.stock/gambas/128/file.png - + comp/src/gb.form.stock/gambas/128/md.png - + comp/src/gb.form.stock/gambas/128/xml.png - comp/src/gb.form.stock/gambas/32/file-manager.png - comp/src/gb.form.stock/gambas/32/file.png - + comp/src/gb.form.stock/gambas/32/md.png - comp/src/gb.form.stock/gambas/32/new-window.png - + comp/src/gb.form.stock/gambas/32/xml.png - comp/src/gb.form.stock/links - comp/src/gb.form/.hidden/control/fileproperties.png - comp/src/gb.form/.hidden/control/fileview.png - comp/src/gb.form/.hidden/control/tableview.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d36634d293945ef2a79097d4eddef8d399737095 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d36634d293945ef2a79097d4eddef8d399737095 You're 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 Mar 1 20:22:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 19:22:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Timers are not inherited anymore by background tasks. Message-ID: <603d3f12e1276_c38478629c6@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-zk9jl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2211592 by gambas at 2021-03-01T20:21:42+01:00 Timers are not inherited anymore by background tasks. [INTERPRETER] * NEW: Timers are not inherited anymore by background tasks. They are actually inherited, but immediately disabled the first time they trigger inside the background task. - - - - - 3 changed files: - main/gbx/gbx_c_timer.c - main/gbx/gbx_c_timer.h - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e22115923f6e1f8d24c82609bcb4960455824459 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e22115923f6e1f8d24c82609bcb4960455824459 You're 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 Mar 1 21:56:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 20:56:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Menu editor: Add buttons to directly jump to menu event handlers. Message-ID: <603d54f58bb4b_c1d23bf0811fd@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-r98lk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d4cca22 by gambas at 2021-03-01T21:56:16+01:00 Menu editor: Add buttons to directly jump to menu event handlers. [DEVELOPMENT ENVIRONMENT] * NEW: Menu editor: Add buttons to directly jump to menu event handlers. * NEW: Menu editor: Use a true toolbar. * NEW: Slightly update symbols icons. - - - - - 13 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Editor/Form/FMenu.form - app/src/gambas3/img/symbol/constant.png - app/src/gambas3/img/symbol/control.png - app/src/gambas3/img/symbol/event.png - app/src/gambas3/img/symbol/method.png - app/src/gambas3/img/symbol/property-ro.png - app/src/gambas3/img/symbol/property.png - app/src/gambas3/img/symbol/special.png - app/src/gambas3/img/symbol/unknown.png - app/src/gambas3/img/symbol/variable.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d4cca22cf54021b46ff0cbbb205dccb8988dad0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d4cca22cf54021b46ff0cbbb205dccb8988dad0 You're 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 Mar 1 23:36:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 22:36:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: New 'clone' icon. Message-ID: <603d6c75c92f6_b71a0487555b@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-6mqpz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 112e44f5 by gambas at 2021-03-01T23:34:56+01:00 New 'clone' icon. [GB.FORM.STOCK] * NEW: New 'clone' icon. * NEW: Update 'copy' icon. - - - - - 2b009158 by gambas at 2021-03-01T23:35:10+01:00 New 'clone' stock icon. [GB.FORM] * NEW: New 'clone' stock icon. - - - - - 55aec7b3 by gambas at 2021-03-01T23:36:31+01:00 Project tree: Add a duplicate menu entry for data files. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Add a duplicate menu entry for data files. * NEW: Update some icons. - - - - - 17 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/img/draw/duplicate.png - app/src/gambas3/img/draw/invert.png - app/src/gambas3/img/draw/move.png - app/src/gambas3/img/draw/offset.png - ? app/src/gambas3/img/draw/shgrid.png - ? app/src/gambas3/img/draw/text.png - app/src/gambas3/welcome/border.png - app/src/gambas3/welcome/corner.png - + comp/src/gb.form.stock/gambas-mono/32/clone.png - comp/src/gb.form.stock/gambas-mono/32/copy.png - + comp/src/gb.form.stock/gambas/32/clone.png - comp/src/gb.form.stock/gambas/32/copy.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d4cca22cf54021b46ff0cbbb205dccb8988dad0...55aec7b39e1980eedc1f491618dd1b3f2cc54e6b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d4cca22cf54021b46ff0cbbb205dccb8988dad0...55aec7b39e1980eedc1f491618dd1b3f2cc54e6b You're 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 Mar 1 23:47:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Mar 2021 22:47:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Remove a custom icon. Message-ID: <603d6f006cb25_c4915e5c889d1@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-r98lk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e3fc1e9 by gambas at 2021-03-01T23:47:22+01:00 Form editor: Remove a custom icon. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Remove a custom icon. - - - - - 2 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Image/FImageEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e3fc1e9b10a65d225ac5b551981fc6e2db7679e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e3fc1e9b10a65d225ac5b551981fc6e2db7679e You're 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 Mar 2 12:22:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 11:22:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Multicontainer tab moving does not crash anymore. Message-ID: <603e2004101a6_cb8bce901895d7@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c47ddd677-ll2qc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 695c67d3 by gambas at 2021-03-02T12:22:30+01:00 Form editor: Multicontainer tab moving does not crash anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Multicontainer tab moving does not crash anymore. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Form/FForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/695c67d33b57674695ae565ff871f2cdce30f0ce -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/695c67d33b57674695ae565ff871f2cdce30f0ce You're 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 Mar 2 14:23:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 13:23:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion enhancements. Message-ID: <603e3c44c2bcd_b47587497a4@gitlab-sidekiq-low-urgency-cpu-bound-v1-78bb9796b7-wfrfh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3017bb7c by gambas at 2021-03-02T14:23:11+01:00 Automatic completion enhancements. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: The automatic completion and signature popups should not overlap anymore. * NEW: Automatic completion: More keys now validate the completion then close the popup. Spaces are added according to the Gambas syntax. - - - - - 6 changed files: - app/src/gambas3/.src/Editor/Code/CCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FSignature.class - app/src/gambas3/.src/Project/FOpenProject.form - app/src/gambas3/.src/Welcome/FWelcome.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3017bb7cb53f84714e93dd4867f4dc245a41ee36 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3017bb7cb53f84714e93dd4867f4dc245a41ee36 You're 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 Mar 2 18:15:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 17:15:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: Fix automatic completion overlap prevention routine. Message-ID: <603e72a5609e_b3829893378@gitlab-sidekiq-low-urgency-cpu-bound-v1-78bb9796b7-5sd8l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3f53252b by gambas at 2021-03-02T18:15:04+01:00 Automatic completion: Fix automatic completion overlap prevention routine.. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix automatic completion overlap prevention routine. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Code/FSignature.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3f53252be6b251f9315483d90d28a8b13b47e015 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3f53252be6b251f9315483d90d28a8b13b47e015 You're 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 Mar 2 18:59:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 17:59:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Support for terminal bell. Message-ID: <603e7d1a5aa0c_b3900e6810421b@gitlab-sidekiq-low-urgency-cpu-bound-v1-78bb9796b7-jxd7l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 303916e6 by gambas at 2021-03-02T18:59:47+01:00 TerminalView: Support for terminal bell. [GB.FORM.TERMINAL] * NEW: TerminalView: Handle terminal bell with a screen flash. * NEW: TerminalView: 'Bell' is new event that is raised when the terminal bells, and that overrides the default behaviour if handled. - - - - - 3 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalLink.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/303916e6d703218923fcac4915007c3b684375f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/303916e6d703218923fcac4915007c3b684375f5 You're 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 Mar 2 21:13:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 20:13:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search dialog: Hide it immediately when browsing the project. Message-ID: <603e9c5b409c5_b38180156f@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b4bf94c89-dtgtg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0508ca37 by gambas at 2021-03-02T21:13:06+01:00 Search dialog: Hide it immediately when browsing the project. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Hide it immediately when browsing the project. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0508ca3738bfb42de60caf0f50d6aa48959b791c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0508ca3738bfb42de60caf0f50d6aa48959b791c You're 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 Mar 2 23:10:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 02 Mar 2021 22:10:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Label and TextLabel size computation when AutoResize is set. Message-ID: <603eb7d6d6f5d_b20762f838031@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b4bf94c89-tt87v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc147764 by gambas at 2021-03-02T23:09:51+01:00 Fix Label and TextLabel size computation when AutoResize is set. [GB.GTK] * BUG: Fix Label and TextLabel size computation when AutoResize is set. [GB.GTK3] * BUG: Fix Label and TextLabel size computation when AutoResize is set. - - - - - 3 changed files: - gb.gtk/src/glabel.cpp - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc147764600ddffbbeba6f21e81eb62606633589 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc147764600ddffbbeba6f21e81eb62606633589 You're 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 Mar 3 03:54:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 02:54:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Implement Label and TextLabel in Gambas. Message-ID: <603efa663fe03_b394545349@gitlab-sidekiq-low-urgency-cpu-bound-v1-77cd9c4875-kdglp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b61de96f by gambas at 2021-03-03T03:47:07+01:00 Implement Label and TextLabel in Gambas. [GB.GUI.BASE] * NEW: Implement Label and TextLabel in Gambas. - - - - - c56d27dc by gambas at 2021-03-03T03:47:42+01:00 Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes. [GB.GTK] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Font size computation takes into account Pango ink rectangle. [GB.GTK3] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Font size computation takes into account Pango ink rectangle. [GB.QT4] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Border drawing routine now preserves paint color. * BUG: All Paint text routines now workaround the font assignment bug. [GB.QT5] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Border drawing routine now preserves paint color. * BUG: All Paint text routines now workaround the font assignment bug. - - - - - 30 changed files: - comp/src/gb.gui.base/.project - + comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/PictureBox.class - comp/src/gb.gui.base/.src/Test/FGridView.form - + comp/src/gb.gui.base/.src/Test/FLabel.class - + comp/src/gb.gui.base/.src/Test/FLabel.form - + comp/src/gb.gui.base/.src/TextLabel.class - gb.gtk/src/CContainer.cpp - ? gb.gtk/src/CLabel.cpp - ? gb.gtk/src/CLabel.h - gb.gtk/src/Makefile.am - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gfont.cpp - ? gb.gtk/src/glabel.cpp - ? gb.gtk/src/glabel.h - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h - gb.gtk/src/main.cpp - ? gb.gtk3/src/CLabel.cpp - ? gb.gtk3/src/CLabel.h - gb.gtk3/src/Makefile.am - ? gb.gtk3/src/glabel.cpp - ? gb.gtk3/src/glabel.h - gb.gtk3/src/main.cpp - gb.qt4/src/CContainer.cpp - gb.qt4/src/CContainer.h - ? gb.qt4/src/CLabel.cpp - ? gb.qt4/src/CLabel.h - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc147764600ddffbbeba6f21e81eb62606633589...c56d27dc8134b0ab17519c482cc36a06088bd400 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc147764600ddffbbeba6f21e81eb62606633589...c56d27dc8134b0ab17519c482cc36a06088bd400 You're 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 Mar 3 03:57:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 02:57:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some cosmetic changes. Message-ID: <603efb2b101e2_b394545428c@gitlab-sidekiq-low-urgency-cpu-bound-v1-77cd9c4875-kdglp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: adfcd476 by gambas at 2021-03-03T03:57:40+01:00 Some cosmetic changes. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Use a round spinner. * NEW: Code editor: Error tooltip now uses the foreground color. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Family/Report/FReportBrushChooser.form - app/src/gambas3/template/CControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/adfcd4769f8c1fca769970e8dc76cc93ea6648c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/adfcd4769f8c1fca769970e8dc76cc93ea6648c4 You're 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 Mar 3 04:03:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 03:03:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a crash in UserControl_Font() management. Message-ID: <603efc8ac9508_c6a18dc737df@gitlab-sidekiq-low-urgency-cpu-bound-v1-77cd9c4875-6bb6f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4c061498 by gambas at 2021-03-03T04:03:12+01:00 Fix a crash in UserControl_Font() management. [GB.GTK] * BUG: Fix a crash in UserControl_Font() management. [GB.GTK3] * BUG: Fix a crash in UserControl_Font() management. - - - - - 1 changed file: - gb.gtk/src/CContainer.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4c0614980158c9c90f1e78e19b8ca8b0e98b0227 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4c0614980158c9c90f1e78e19b8ca8b0e98b0227 You're 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 Mar 3 05:02:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 04:02:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove Label and TextLabel source files from 'Makefile.am'. Message-ID: <603f0a6b14053_b7c8b341037b7@gitlab-sidekiq-low-urgency-cpu-bound-v1-77cd9c4875-lhhqd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 29f16eab by gambas at 2021-03-03T05:02:04+01:00 Remove Label and TextLabel source files from 'Makefile.am'. [GB.QT4] * BUG: Remove Label and TextLabel source files from 'Makefile.am'.. - - - - - 1 changed file: - gb.qt4/src/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/29f16eab92e0759f31a30543c6cad05e38056761 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/29f16eab92e0759f31a30543c6cad05e38056761 You're 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 Mar 3 12:24:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 11:24:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: HighlightAll() internal method highlights the current line too. Message-ID: <603f71ed4e508_b47fb801481f@gitlab-sidekiq-low-urgency-cpu-bound-v1-77cd9c4875-bcftd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 69106790 by gambas at 2021-03-03T12:22:18+01:00 TextEditor: HighlightAll() internal method highlights the current line too. [GB.FORM.EDITOR] * BUG: TextEditor: HighlightAll() internal method highlights the current line too. * BUG: TextEditor: Current line is now highlighted with a light margin color. - - - - - e7cb6002 by gambas at 2021-03-03T12:24:20+01:00 Code editor: Use the editor font for error and watch tooltips. Add a little padding. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Use the editor font for error and watch tooltips. Add a little padding. * NEW: Code editor: Keep the runtime error tooltip indefinitely. * NEW: The status bar message now stays up to ten seconds. - - - - - 8 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Project.module - comp/src/gb.form.editor/.hidden/control/texteditor.png - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/29f16eab92e0759f31a30543c6cad05e38056761...e7cb60024ab8b561fd2fd69d03657d0430507bff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/29f16eab92e0759f31a30543c6cad05e38056761...e7cb60024ab8b561fd2fd69d03657d0430507bff You're 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 Mar 4 00:36:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Mar 2021 23:36:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Add new stock icons. Make the TabPanel close button tiny. Message-ID: <60401d824ae67_c3988c367e2@gitlab-sidekiq-low-urgency-cpu-bound-v1-c5f6d54b9-zc45d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 82a427b7 by gambas at 2021-03-04T00:30:12+01:00 Add new stock icons. Make the TabPanel close button tiny. [GB.FORM] * NEW: Update Spinner icon. * NEW: Spinner: The 'circle' type is larger. * NEW: Add new stock icons * NEW: TabPanel: The tab close button is tiny now. [GB.FORM.STOCK] * NEW: Add new stock icons. - - - - - f1c57fe8 by gambas at 2021-03-04T00:34:10+01:00 Make that experimental component exclude any other GUI component. [GB.TERM.FORM] * BUG: Make that experimental component exclude any other GUI component. - - - - - 7c8fea9c by gambas at 2021-03-04T00:34:49+01:00 Make panel close buttons tiny. [DEVELOPMENT ENVIRONMENT] * NEW: Make panel close buttons tiny. - - - - - 960490b9 by gambas at 2021-03-04T00:35:36+01:00 ToolBar: It can now replace any container similar to "Panel" in the IDE form editor. [GB.FORM.MDI] * NEW: ToolBar: It can now replace any container similar to "Panel" in the IDE form editor. - - - - - 26 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/FMain.form - comp/src/gb.form.mdi/.icon.png - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class - + comp/src/gb.form.stock/gambas-mono/32/brush.png - + comp/src/gb.form.stock/gambas-mono/32/notification.png - + comp/src/gb.form.stock/gambas-mono/32/rss.png - + comp/src/gb.form.stock/gambas-mono/32/shuffle.png - + comp/src/gb.form.stock/gambas-mono/32/window.png - + comp/src/gb.form.stock/gambas/128/notification.png - + comp/src/gb.form.stock/gambas/128/rss.png - + comp/src/gb.form.stock/gambas/128/window.png - + comp/src/gb.form.stock/gambas/32/brush.png - + comp/src/gb.form.stock/gambas/32/notification.png - + comp/src/gb.form.stock/gambas/32/rss.png - + comp/src/gb.form.stock/gambas/32/shuffle.png - + comp/src/gb.form.stock/gambas/32/window.png - comp/src/gb.form/.hidden/control/spinner.png - comp/src/gb.form/.src/Spinner.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/Test/FTestSpinner.form - comp/src/gb.form/map/icon.map - comp/src/gb.term.form/.component - comp/src/gb.term.form/.icon.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e7cb60024ab8b561fd2fd69d03657d0430507bff...960490b9929f91d05b9ad971b751598feb641e6d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e7cb60024ab8b561fd2fd69d03657d0430507bff...960490b9929f91d05b9ad971b751598feb641e6d You're 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 Mar 4 22:47:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Mar 2021 21:47:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add CheckBox and RadioButton Invert property. Fix resize against arrangement... Message-ID: <60415566482a7_b3888875c7@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-x7l8q.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: efb9da55 by gambas at 2021-03-04T22:38:21+01:00 Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. [GB.GTK] * BUG: Fix DrawingArea and UserControl painting. * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.GTK3] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.QT4] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.QT5] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. - - - - - 235fbbe7 by gambas at 2021-03-04T22:46:29+01:00 Label and TextLabel: Fix autoresize. [GB.GUI.BASE] * BUG: Label and TextLabel: Fix autoresize. - - - - - 30 changed files: - comp/src/gb.gui.base/.src/Label.class - gb.gtk/src/CButton.cpp - gb.gtk/src/CContainer.cpp - gb.gtk/src/CDrawingArea.cpp - gb.gtk/src/CFont.cpp - gb.gtk/src/gbutton.cpp - gb.gtk/src/gbutton.h - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.gtk/src/gpanel.cpp - gb.gtk/src/gscrollbar.h - gb.gtk/src/gslider.cpp - gb.gtk/src/gslider.h - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h - gb.qt4/share/gb.form.properties.h - gb.qt4/src/CCheckBox.cpp - gb.qt4/src/CContainer.h - gb.qt4/src/CFont.cpp - gb.qt4/src/CRadioButton.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/Makefile.am - gb.qt4/src/fix_breeze.cpp ? gb.qt4/src/fix_style.cpp - gb.qt4/src/fix_breeze.h ? gb.qt4/src/fix_style.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/960490b9929f91d05b9ad971b751598feb641e6d...235fbbe70d756f8b67349f8a649d74f0da13e648 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/960490b9929f91d05b9ad971b751598feb641e6d...235fbbe70d756f8b67349f8a649d74f0da13e648 You're 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 Mar 5 00:40:00 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Mar 2021 23:40:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell. Message-ID: <60416fd1b88ef_b385a4650e7@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-6g8jf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 11ae3881 by gambas at 2021-03-05T00:39:55+01:00 Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell. [DEVELOPMENT ENVIRONMENT] * NEW: Now the 'close' stock button is smaller, use its 'small' size again. * BUG: Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell. - - - - - 5 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class - app/src/gambas3/.src/Project/Farm/SoftwareBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/11ae3881854774f5330f8a367af1a7e7b2610a24 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/11ae3881854774f5330f8a367af1a7e7b2610a24 You're 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 Mar 5 00:40:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Mar 2021 23:40:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Now the 'close' stock button is smaller, use its 'small' size again. Message-ID: <604170009f992_b3542389763d@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-rgg5n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41b011b9 by gambas at 2021-03-05T00:40:42+01:00 Now the 'close' stock button is smaller, use its 'small' size again. [GB.FORM] * NEW: Now the 'close' stock button is smaller, use its 'small' size again. - - - - - 1 changed file: - comp/src/gb.form/.src/TabPanel/TabPanel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/41b011b9cc46246b247620eb8927f0eb69cdd02d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/41b011b9cc46246b247620eb8927f0eb69cdd02d You're 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 Mar 5 00:41:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Mar 2021 23:41:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make the 'close' button smaller and update 'cap-*' and 'join-*' icons. Message-ID: <6041703e85cd_b3869497919@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-rgg5n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 067e881d by gambas at 2021-03-05T00:41:42+01:00 Make the 'close' button smaller and update 'cap-*' and 'join-*' icons. [GB.FORM.STOCK] * NEW: Make the 'close' button smaller. * NEW: Update 'cap-*' and 'join-*' icons. - - - - - 14 changed files: - comp/src/gb.form.stock/gambas-mono/32/cap-butt.png - comp/src/gb.form.stock/gambas-mono/32/cap-round.png - comp/src/gb.form.stock/gambas-mono/32/cap-square.png - comp/src/gb.form.stock/gambas-mono/32/close.png - comp/src/gb.form.stock/gambas-mono/32/join-bevel.png - comp/src/gb.form.stock/gambas-mono/32/join-miter.png - comp/src/gb.form.stock/gambas-mono/32/join-round.png - comp/src/gb.form.stock/gambas/32/cap-butt.png - comp/src/gb.form.stock/gambas/32/cap-round.png - comp/src/gb.form.stock/gambas/32/cap-square.png - comp/src/gb.form.stock/gambas/32/close.png - comp/src/gb.form.stock/gambas/32/join-bevel.png - comp/src/gb.form.stock/gambas/32/join-miter.png - comp/src/gb.form.stock/gambas/32/join-round.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/067e881d1b1d9738bb18f99e1d37f49e0f731eef -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/067e881d1b1d9738bb18f99e1d37f49e0f731eef You're 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 Mar 5 04:03:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 03:03:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Text and TextLabel: Correctly align multi-line text. Message-ID: <60419f9ddc457_c38ec8975d2@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-5b8tt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9f2263e3 by gambas at 2021-03-05T04:03:50+01:00 Text and TextLabel: Correctly align multi-line text. [GB.GUI.BASE] * BUG: Text and TextLabel: Correctly align multi-line text. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/Test/FLabel.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9f2263e3ba4c7c290a640cb58264e69d22546185 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9f2263e3ba4c7c290a640cb58264e69d22546185 You're 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 Mar 5 04:56:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 03:56:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix DrawingArea and UserControl painting on 'gb.gtk'. Message-ID: <6041abf0a5f8f_b39440578d4@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-jgpq8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0e184017 by gambas at 2021-03-05T04:54:14+01:00 Fix DrawingArea and UserControl painting on 'gb.gtk'. [GB.GTK] * BUG: Fix DrainwgArea and UserControl painting again. [GB.GTK3] * OPT: Don't use css stylesheets on containers having no child that draw nothing by themselves. - - - - - 7 changed files: - gb.gtk/src/CContainer.cpp - gb.gtk/src/CDrawingArea.cpp - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gpanel.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e18401796ae9a9106cfd26b645031d158f79cd1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e18401796ae9a9106cfd26b645031d158f79cd1 You're 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 Mar 5 12:24:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 11:24:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a typo. Message-ID: <604214e83b460_b280014123cb@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fbc4c8495-ctscv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 00b80506 by gambas at 2021-03-05T12:24:15+01:00 Fix a typo. [GB.GUI.BASE] * BUG: Fix a typo. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Label.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00b80506e8c56b91da44262234ccef196f745319 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00b80506e8c56b91da44262234ccef196f745319 You're 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 Mar 5 17:14:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 16:14:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Enhance color chooser dialog. Message-ID: <604258dbd2824_b10253cc71067@gitlab-sidekiq-low-urgency-cpu-bound-v1-cdf8cdc5-ftvtp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0fd25245 by gambas at 2021-03-05T13:50:25+01:00 Enhance color chooser dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Enhance color chooser dialog. - - - - - 38b16c79 by gambas at 2021-03-05T13:50:35+01:00 Add more color constants. [GB.IMAGE] * NEW: Add more color constants. - - - - - da082311 by gambas at 2021-03-05T17:09:45+01:00 Add an API to set the read-only flag of an array. [INTERPRETER] * NEW: Add an API to set the read-only flag of an array. - - - - - 635fd2de by gambas at 2021-03-05T17:10:59+01:00 Keywords and subroutines are now returned by two different properties of the System class. [GB.EVAL] * NEW: Keywords and subroutines are now returned by two different properties of the System class. * NEW: System properties Keywords, Subroutines and Datatypes now return a read-only array. [GB.EVAL.HIGHLIGHT] * NEW: Support for the new System Keywords and Subroutines properties. - - - - - e8c713ee by gambas at 2021-03-05T17:13:19+01:00 Automatic completion: Gambas keywords are now automatically inserted with a space after them. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: Gambas keywords are now automatically inserted with a space after them. - - - - - 20 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Dialog/FColorChooser.form - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Family/Form/CFamilyForm.class - app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - + app/src/gambas3/img/32/tile.png - comp/src/gb.eval.highlight/.src/Main.module - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Gambas.class - main/gbx/gbx_api.c - main/gbx/gbx_api.h - main/gbx/gbx_c_array.c - main/lib/eval/c_system.c - main/lib/image/c_color.c - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/00b80506e8c56b91da44262234ccef196f745319...e8c713eef3152b46a679313cbb5f3707d49a89d6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/00b80506e8c56b91da44262234ccef196f745319...e8c713eef3152b46a679313cbb5f3707d49a89d6 You're 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 Mar 5 17:15:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 16:15:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. Message-ID: <60425913d0792_c8e654890754@gitlab-sidekiq-low-urgency-cpu-bound-v1-cdf8cdc5-pswcl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47ce384c by gambas at 2021-03-05T17:14:21+01:00 Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. [GB.DEBUG] * BUG: Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. - - - - - 1 changed file: - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47ce384c8b9741aa63294496a19f8667e5151b93 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47ce384c8b9741aa63294496a19f8667e5151b93 You're 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 Mar 5 17:54:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 16:54:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Color insertion automatically detects the color under the cursor... Message-ID: <6042623de7a9e_b3861c516af@gitlab-sidekiq-low-urgency-cpu-bound-v1-cdf8cdc5-mnglh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f08430a by gambas at 2021-03-05T17:54:15+01:00 Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color. - - - - - 5 changed files: - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Editor/CInsertColor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/VersionControl/FVersionControl.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f08430a5b7c9622c140e87218941f6eeba09058 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f08430a5b7c9622c140e87218941f6eeba09058 You're 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 Mar 5 18:48:31 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 17:48:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [SCRIPTER] Message-ID: <60426ef13a94d_b3863051079@gitlab-sidekiq-low-urgency-cpu-bound-v1-cdf8cdc5-zhl6s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 28408931 by Brian G at 2021-03-05T17:48:29+00:00 [SCRIPTER] * New: Broken Down Into Easy Unit Test Targets * OPT: Now 10-20 times faster for simple scripts * OPT: Cleanup error handling and reporting code * NEW: Added errors if user tries to use Public or struct without main * NEW: Global variable now are moved to context that is shared * OPT: Modules have been configured to only load when used * NEW: #include is now supported as well as include * NEW: It is possible to include more that one file per line * NEW: Error/warning handling is moved to seperate modules - - - - - 71d9ce0f by Beno?t Minisini at 2021-03-05T17:48:29+00:00 Merge branch 'ScripterUpdates' into 'master' [SCRIPTER] See merge request gambas/gambas!192 - - - - - 30 changed files: - app/src/gbs3/.hidden/CHANGELOG - app/src/gbs3/.project - app/src/gbs3/.src/CComponent.class - + app/src/gbs3/.src/ClassDef.class - + app/src/gbs3/.src/Compile.module - + app/src/gbs3/.src/CompileError.module - + app/src/gbs3/.src/Context.class - + app/src/gbs3/.src/ConvertProject.module - + app/src/gbs3/.src/GenerateFiles.module - + app/src/gbs3/.src/GenerateFilesFromArgs.module - + app/src/gbs3/.src/GenerateFromLazyScript.module - + app/src/gbs3/.src/Libraries.module - app/src/gbs3/.src/MMain.module - app/src/gbs3/.src/MServerPage.module - + app/src/gbs3/.src/MakeListing.module - + app/src/gbs3/.src/MakeVirtualProject.module - + app/src/gbs3/.src/ParseArgs.module - + app/src/gbs3/.src/ProcessAssignment.module - + app/src/gbs3/.src/Reader.class - + app/src/gbs3/.src/ScriptPreProcess.module - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/.src/TestSuite/TdMServerPages.test ? app/src/gbs3/.src/TestSuite/TaMServerPages.test - app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test - app/src/gbs3/.src/TestSuite/TcMMainFunctions.test - + app/src/gbs3/.src/TestSuite/TdGeneralCompile.test - + app/src/gbs3/.src/UseLibComp.module - + app/src/gbs3/.src/Verbose.module - + app/src/gbs3/.src/Warning.module - app/src/gbs3/.test - app/src/gbs3/TestApp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4f08430a5b7c9622c140e87218941f6eeba09058...71d9ce0f12675a97d1d0e57814578e1b9c5f911b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4f08430a5b7c9622c140e87218941f6eeba09058...71d9ce0f12675a97d1d0e57814578e1b9c5f911b You're 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 Mar 5 19:36:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 18:36:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Test.BailOut() now raises an error to quit later, instead of quitting... Message-ID: <60427a26df7b0_b1fc99f4898f@gitlab-sidekiq-low-urgency-cpu-bound-v1-cdf8cdc5-65bf9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 252acbc9 by gambas at 2021-03-05T19:36:14+01:00 Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning. [GB.TEST] * NEW: Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning. - - - - - 2 changed files: - main/lib/test/gb.test/.src/TestSuite/Test.module - main/lib/test/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/252acbc9f14e6bcbad7d6bad4a1b23e851b4c54b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/252acbc9f14e6bcbad7d6bad4a1b23e851b4c54b You're 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 Mar 6 00:18:31 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Mar 2021 23:18:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix english and typos in usage files. Message-ID: <6042bc4811cb_b3f19c7531f@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-bvqnw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cdcaa4d2 by gambas at 2021-03-06T00:18:25+01:00 Fix english and typos in usage files. [SCRIPTER] * BUG: Fix english and typos in usage files. * BUG: Fix a bailout message in test suite. - - - - - 3 changed files: - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/usage-gbs - app/src/gbs3/usage-gbw View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdcaa4d2929801d06ccd443321116b7c09f6f8fa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdcaa4d2929801d06ccd443321116b7c09f6f8fa You're 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 Mar 6 13:19:44 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 06 Mar 2021 12:19:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 71 commits: Disable default handling of '-V' and '-h' options if they are handled manually. Message-ID: <6043736086f6b_c387345131e@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-thmsd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 2282ccbd by Bruce Steers at 2021-03-06T13:17:35+01:00 Disable default handling of '-V' and '-h' options if they are handled manually. [GB.ARGS] * NEW: Disable default handling of '-V' and '-h' options if they are handled manually. - - - - - 3e4c3948 by Mart?n Belmonte at 2021-03-06T13:17:35+01:00 https instead of http - - - - - 47da7d78 by gambas at 2021-03-06T13:17:35+01:00 Redraw 'drawingarea' and 'scrollarea' controls icons. [DEVELOPMENT ENVIRONMENT] * NEW: Redraw 'drawingarea' and 'scrollarea' controls icons. - - - - - e08783e6 by gambas at 2021-03-06T13:17:35+01:00 Remove some specific support for client-side decoration. It broke window arrangement. [GB.GTK3] * BUG: Remove some specific support for client-side decoration. It broke window arrangement. - - - - - fd7160b6 by gambas at 2021-03-06T13:17:35+01:00 Allow ON ... GOTO / GOSUB to span on multiple lines. [COMPILER] * NEW: Allow ON ... GOTO / GOSUB to span on multiple lines. - - - - - 1efaf827 by gambas at 2021-03-06T13:17:35+01:00 Add 128 pixels versions of some icons. Update others. [GB.FORM.STOCK] * NEW: Add 128 pixels versions of some icons. Update others. - - - - - 6dcf1584 by Tobias Boege at 2021-03-06T13:17:35+01:00 gb.test: don't mark string formats as translatable [GB.TEST] * BUG: Remove the marking of some string as translatable which are just formats, like "&1: &2". - - - - - 3d3fff17 by gambas at 2021-03-06T13:17:35+01:00 Start to rework top-level window layout management. [GB.GTK] * BUG: Start to rework top-level window layout management. [GB.GTK3] * BUG: Start to rework top-level window layout management. - - - - - fcb0799e by gambas at 2021-03-06T13:17:35+01:00 Window layout management now should work both on X11 and Wayland. [GB.GTK] * BUG: Window layout management now should work both on X11 and Wayland. [GB.GTK3] * BUG: Window layout management now should work both on X11 and Wayland. - - - - - aa7c7733 by gambas at 2021-03-06T13:17:35+01:00 TextArea: Setting background and foreground colors now should work correctly in all cases. [GB.QT4] * BUG: TextArea: Setting background and foreground colors now should work correctly in all cases. [GB.QT5] * BUG: TextArea: Setting background and foreground colors now should work correctly in all cases. - - - - - 0415ef2d by gambas at 2021-03-06T13:17:35+01:00 Connection editor: Running a request that is not a SELECT now automatically updates the table list. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Connection editor: Running a request that is not a SELECT now automatically updates the table list. * NEW: Connection editor: Request duration is now displayed in the status bar. * NEW: Form editor: New layout icons. - - - - - b87c249a by gambas at 2021-03-06T13:17:35+01:00 Forgot to commit some TextArea changes. [GB.QT5] * BUG: Forgot to commit some TextArea changes. - - - - - f56fd55b by gambas at 2021-03-06T13:17:35+01:00 New 'invert' icon. New big icons of 'linux' and 'terminal'. Some fixes. [GB.FORM.STOCK] * NEW: New 'invert' icon. * NEW: Monochrome version of emote icons. * NEW: 128 pixels version of 'linux' and 'terminal' icons.. * NEW: Update and fix some other icons. - - - - - bca4f6ef by gambas at 2021-03-06T13:17:35+01:00 New 'invert' stock icon. [GB.FORM] * NEW: New 'invert' stock icon. - - - - - 77db48a6 by gambas at 2021-03-06T13:17:35+01:00 TerminalView: Support for file URL drops. [GB.FORM.TERMINAL] * NEW: TerminalView: Support for file URL drops. - - - - - 8ebf5b5e by Christof Thalhofer at 2021-03-06T13:17:35+01:00 gb.test report Error.Where on error and crash [GB.TEST] * NEW: Report Error.Where on error and crash. - - - - - e23fca2e by gambas at 2021-03-06T13:17:35+01:00 The enumerator object now can register a free function that is called when the enumeration ends or is aborted. [INTERPRETER] * NEW: The enumerator object now can register a free function that is called when the enumeration ends or is aborted. - - - - - e0132ab1 by gambas at 2021-03-06T13:17:35+01:00 Fix control enumerations. [GB.GTK] * BUG: Fix enumeration of all application controls. * BUG: Fix enumeration of the controls of a specific window. [GB.GTK3] * BUG: Fix enumeration of all application controls. * BUG: Fix enumeration of the controls of a specific window. - - - - - c4e985cf by gambas at 2021-03-06T13:17:35+01:00 Fix picture cache refresh routine and reimplement the deprecated Picture.Cached property. [GB.GUI.BASE] * BUG: Fix picture cache refresh routine. * BUG: PictureBox: Reimplement the deprecated Cached property. - - - - - f957a9be by gambas at 2021-03-06T13:17:35+01:00 Update stock icons. [GB.FORM] * NEW: New 'office-presentation' stock icon. [GB.FORM.STOCK] * NEW: New 'office-presentation' stock icon. * NEW: Add 128 pixels version of some colored stock icons. - - - - - c81609a9 by gambas at 2021-03-06T13:17:35+01:00 Source files icons follow dark themes again. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Add an invert button for testing the dark version of an icon. * BUG: Project tree: Source files icons follow dark themes again. * NEW: Project tree: Make bigger source files icons. - - - - - d96b59e2 by gambas at 2021-03-06T13:17:35+01:00 TerminalView: Do not handle the Drop event if the user has defined its own event handler. [GB.FORM.TERMINAL] * NEW: TerminalView: Do not handle the Drop event if the user has defined its own event handler. - - - - - 30b0f835 by gambas at 2021-03-06T13:17:35+01:00 Fix project tree file renaming. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Failing to rename a file does not crash anymore. * BUG: Project tree: Renaming a file now highlight its basename by default as before. - - - - - 10c7e236 by gambas at 2021-03-06T13:17:35+01:00 TextEditor: Fix a possible crash while highlighting. [GB.FORM.EDITOR] * BUG: TextEditor: Fix a possible crash while highlighting. - - - - - 084a2de2 by gambas at 2021-03-06T13:17:35+01:00 TextEditor: Checking the Limit property of a line now highlights until that line. [GB.FORM.EDITOR] * BUG: TextEditor: Checking the Limit property of a line now highlights until that line. - - - - - 21e6bfe3 by gambas at 2021-03-06T13:17:35+01:00 Form editor: Support for "Picture:NoCache" property kind. Center buttons now always act of the selected controls, not their children. [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: The procedure popup has now the same width as the procedure button. * NEW: Form editor: Support for "Picture:NoCache" property kind.. * BUG: Form editor: Center buttons now always act of the selected controls, not their children. - - - - - 439af290 by gambas at 2021-03-06T13:17:35+01:00 TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. [GB.GUI.TRAYICON] * NEW: TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. - - - - - c9958203 by gambas at 2021-03-06T13:17:35+01:00 New stock icons for '*.md' and '*.xml' files. [GB.FORM] * NEW: New stock icons for '*.md' and '*.xml' files. * NEW: Update some control icons. [GB.FORM.STOCK] * NEW: New stock icons for '*.md' and '*.xml' files. * NEW: Update 'file' and 'file-manager' icons. - - - - - 5e664440 by gambas at 2021-03-06T13:17:35+01:00 Timers are not inherited anymore by background tasks. [INTERPRETER] * NEW: Timers are not inherited anymore by background tasks. They are actually inherited, but immediately disabled the first time they trigger inside the background task. - - - - - ac6aa26f by gambas at 2021-03-06T13:17:35+01:00 Menu editor: Add buttons to directly jump to menu event handlers. [DEVELOPMENT ENVIRONMENT] * NEW: Menu editor: Add buttons to directly jump to menu event handlers. * NEW: Menu editor: Use a true toolbar. * NEW: Slightly update symbols icons. - - - - - 59d7ad65 by gambas at 2021-03-06T13:17:35+01:00 New 'clone' icon. [GB.FORM.STOCK] * NEW: New 'clone' icon. * NEW: Update 'copy' icon. - - - - - 014fc5c8 by gambas at 2021-03-06T13:17:35+01:00 New 'clone' stock icon. [GB.FORM] * NEW: New 'clone' stock icon. - - - - - 99d7d481 by gambas at 2021-03-06T13:17:35+01:00 Project tree: Add a duplicate menu entry for data files. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Add a duplicate menu entry for data files. * NEW: Update some icons. - - - - - f58c5312 by gambas at 2021-03-06T13:17:35+01:00 Form editor: Remove a custom icon. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Remove a custom icon. - - - - - d7017399 by gambas at 2021-03-06T13:17:35+01:00 Form editor: Multicontainer tab moving does not crash anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Multicontainer tab moving does not crash anymore. - - - - - 6e8828d0 by gambas at 2021-03-06T13:17:35+01:00 Automatic completion enhancements. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: The automatic completion and signature popups should not overlap anymore. * NEW: Automatic completion: More keys now validate the completion then close the popup. Spaces are added according to the Gambas syntax. - - - - - e8531901 by gambas at 2021-03-06T13:17:35+01:00 Automatic completion: Fix automatic completion overlap prevention routine.. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix automatic completion overlap prevention routine. - - - - - 85c8320f by gambas at 2021-03-06T13:17:35+01:00 TerminalView: Support for terminal bell. [GB.FORM.TERMINAL] * NEW: TerminalView: Handle terminal bell with a screen flash. * NEW: TerminalView: 'Bell' is new event that is raised when the terminal bells, and that overrides the default behaviour if handled. - - - - - caf91495 by gambas at 2021-03-06T13:17:35+01:00 Search dialog: Hide it immediately when browsing the project. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Hide it immediately when browsing the project. - - - - - cd4d9690 by gambas at 2021-03-06T13:17:35+01:00 Fix Label and TextLabel size computation when AutoResize is set. [GB.GTK] * BUG: Fix Label and TextLabel size computation when AutoResize is set. [GB.GTK3] * BUG: Fix Label and TextLabel size computation when AutoResize is set. - - - - - fdc47952 by gambas at 2021-03-06T13:17:35+01:00 Implement Label and TextLabel in Gambas. [GB.GUI.BASE] * NEW: Implement Label and TextLabel in Gambas. - - - - - d65bd209 by gambas at 2021-03-06T13:17:35+01:00 Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes. [GB.GTK] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Font size computation takes into account Pango ink rectangle. [GB.GTK3] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Font size computation takes into account Pango ink rectangle. [GB.QT4] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Border drawing routine now preserves paint color. * BUG: All Paint text routines now workaround the font assignment bug. [GB.QT5] * NEW: Remove Label and TextLabel controls. * NEW: Call UserControl_Font() handler when the UserControl font changes. * BUG: Border drawing routine now preserves paint color. * BUG: All Paint text routines now workaround the font assignment bug. - - - - - 9621c6d0 by gambas at 2021-03-06T13:17:35+01:00 Some cosmetic changes. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Use a round spinner. * NEW: Code editor: Error tooltip now uses the foreground color. - - - - - 250d91a7 by gambas at 2021-03-06T13:17:35+01:00 Fix a crash in UserControl_Font() management. [GB.GTK] * BUG: Fix a crash in UserControl_Font() management. [GB.GTK3] * BUG: Fix a crash in UserControl_Font() management. - - - - - a818e2b3 by gambas at 2021-03-06T13:17:35+01:00 Remove Label and TextLabel source files from 'Makefile.am'. [GB.QT4] * BUG: Remove Label and TextLabel source files from 'Makefile.am'.. - - - - - 2de54c09 by gambas at 2021-03-06T13:17:35+01:00 TextEditor: HighlightAll() internal method highlights the current line too. [GB.FORM.EDITOR] * BUG: TextEditor: HighlightAll() internal method highlights the current line too. * BUG: TextEditor: Current line is now highlighted with a light margin color. - - - - - 5e0ca68d by gambas at 2021-03-06T13:17:35+01:00 Code editor: Use the editor font for error and watch tooltips. Add a little padding. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Use the editor font for error and watch tooltips. Add a little padding. * NEW: Code editor: Keep the runtime error tooltip indefinitely. * NEW: The status bar message now stays up to ten seconds. - - - - - df573b34 by gambas at 2021-03-06T13:17:35+01:00 Add new stock icons. Make the TabPanel close button tiny. [GB.FORM] * NEW: Update Spinner icon. * NEW: Spinner: The 'circle' type is larger. * NEW: Add new stock icons * NEW: TabPanel: The tab close button is tiny now. [GB.FORM.STOCK] * NEW: Add new stock icons. - - - - - 0bb9b203 by gambas at 2021-03-06T13:17:35+01:00 Make that experimental component exclude any other GUI component. [GB.TERM.FORM] * BUG: Make that experimental component exclude any other GUI component. - - - - - 07e1101e by gambas at 2021-03-06T13:17:35+01:00 Make panel close buttons tiny. [DEVELOPMENT ENVIRONMENT] * NEW: Make panel close buttons tiny. - - - - - 5873532b by gambas at 2021-03-06T13:17:35+01:00 ToolBar: It can now replace any container similar to "Panel" in the IDE form editor. [GB.FORM.MDI] * NEW: ToolBar: It can now replace any container similar to "Panel" in the IDE form editor. - - - - - aefee813 by gambas at 2021-03-06T13:17:35+01:00 Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. [GB.GTK] * BUG: Fix DrawingArea and UserControl painting. * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.GTK3] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.QT4] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. [GB.QT5] * NEW: CheckBox.Invert is a new property that put the check mark on the other side. * NEW: RadioButton.Invert is a new property that put the radio button on the other side. * NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle. * NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle. * BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight(). * OPT: Control resize now ignores new width or height if its container constraints it. - - - - - 1211dafb by gambas at 2021-03-06T13:17:35+01:00 Label and TextLabel: Fix autoresize. [GB.GUI.BASE] * BUG: Label and TextLabel: Fix autoresize. - - - - - 860f678b by gambas at 2021-03-06T13:17:35+01:00 Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell. [DEVELOPMENT ENVIRONMENT] * NEW: Now the 'close' stock button is smaller, use its 'small' size again. * BUG: Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell. - - - - - 3f73dc49 by gambas at 2021-03-06T13:17:35+01:00 Now the 'close' stock button is smaller, use its 'small' size again. [GB.FORM] * NEW: Now the 'close' stock button is smaller, use its 'small' size again. - - - - - 9a39547a by gambas at 2021-03-06T13:17:35+01:00 Make the 'close' button smaller and update 'cap-*' and 'join-*' icons. [GB.FORM.STOCK] * NEW: Make the 'close' button smaller. * NEW: Update 'cap-*' and 'join-*' icons. - - - - - af7adf30 by gambas at 2021-03-06T13:17:35+01:00 Text and TextLabel: Correctly align multi-line text. [GB.GUI.BASE] * BUG: Text and TextLabel: Correctly align multi-line text. - - - - - f0094e7f by gambas at 2021-03-06T13:17:35+01:00 Fix DrawingArea and UserControl painting on 'gb.gtk'. [GB.GTK] * BUG: Fix DrainwgArea and UserControl painting again. [GB.GTK3] * OPT: Don't use css stylesheets on containers having no child that draw nothing by themselves. - - - - - e6b72c10 by gambas at 2021-03-06T13:17:35+01:00 Fix a typo. [GB.GUI.BASE] * BUG: Fix a typo. - - - - - cc3a779a by gambas at 2021-03-06T13:17:35+01:00 Enhance color chooser dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Enhance color chooser dialog. - - - - - c4bc1a9e by gambas at 2021-03-06T13:17:35+01:00 Add more color constants. [GB.IMAGE] * NEW: Add more color constants. - - - - - 1662aec5 by gambas at 2021-03-06T13:17:35+01:00 Add an API to set the read-only flag of an array. [INTERPRETER] * NEW: Add an API to set the read-only flag of an array. - - - - - 321809c4 by gambas at 2021-03-06T13:17:35+01:00 Keywords and subroutines are now returned by two different properties of the System class. [GB.EVAL] * NEW: Keywords and subroutines are now returned by two different properties of the System class. * NEW: System properties Keywords, Subroutines and Datatypes now return a read-only array. [GB.EVAL.HIGHLIGHT] * NEW: Support for the new System Keywords and Subroutines properties. - - - - - c5ae34e6 by gambas at 2021-03-06T13:17:35+01:00 Automatic completion: Gambas keywords are now automatically inserted with a space after them. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: Gambas keywords are now automatically inserted with a space after them. - - - - - ffe87b60 by gambas at 2021-03-06T13:17:35+01:00 Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. [GB.DEBUG] * BUG: Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. - - - - - 9e35736a by gambas at 2021-03-06T13:17:35+01:00 Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color. - - - - - 7fa50491 by Brian G at 2021-03-06T13:17:35+01:00 [SCRIPTER] * New: Broken Down Into Easy Unit Test Targets * OPT: Now 10-20 times faster for simple scripts * OPT: Cleanup error handling and reporting code * NEW: Added errors if user tries to use Public or struct without main * NEW: Global variable now are moved to context that is shared * OPT: Modules have been configured to only load when used * NEW: #include is now supported as well as include * NEW: It is possible to include more that one file per line * NEW: Error/warning handling is moved to seperate modules - - - - - 1656bfa0 by gambas at 2021-03-06T13:17:35+01:00 Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning. [GB.TEST] * NEW: Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning. - - - - - 444a3d85 by gambas at 2021-03-06T13:17:35+01:00 Fix english and typos in usage files. [SCRIPTER] * BUG: Fix english and typos in usage files. * BUG: Fix a bailout message in test suite. - - - - - 6e2105f4 by Christof Thalhofer at 2021-03-06T13:17:39+01:00 Jussis GambasTester as gambas selftest [DEVELOPMENT ENVIRONMENT] * NEW: Jussis GambasTester adapted to gb.test as Gambas selftest. - - - - - 8d94735c by Christof Thalhofer at 2021-03-06T13:19:07+01:00 Merge branch 'master' of https://gitlab.com/gambas/gambas - - - - - 30 changed files: - + app/src/gambas3-selftest/.directory - + app/src/gambas3-selftest/.icon.png - + app/src/gambas3-selftest/.lang/en_GB.po - + app/src/gambas3-selftest/.project - + app/src/gambas3-selftest/.settings_old - + app/src/gambas3-selftest/.src/Inform.class - + app/src/gambas3-selftest/.src/TestSources/BaseClass.class - + app/src/gambas3-selftest/.src/TestSources/ChildClass.class - + app/src/gambas3-selftest/.src/TestSources/Class1.class - + app/src/gambas3-selftest/.src/TestSources/Class4.class - + app/src/gambas3-selftest/.src/TestSources/Class5.class - + app/src/gambas3-selftest/.src/TestSources/Crash.class - + app/src/gambas3-selftest/.src/TestSources/Crash2.class - + app/src/gambas3-selftest/.src/TestSources/Crash3.class - + app/src/gambas3-selftest/.src/TestSources/FileReadWriteSources/mFileReadWrite.module - + app/src/gambas3-selftest/.src/TestSources/Module1.module - + app/src/gambas3-selftest/.src/TestSources/POINT3D.class - + app/src/gambas3-selftest/.src/TestSources/POINTFloat.class - + app/src/gambas3-selftest/.src/TestSources/SubCrash.class - + app/src/gambas3-selftest/.src/TestSources/TestClass1.class - + app/src/gambas3-selftest/.src/TestSources/TestClass2.class - + app/src/gambas3-selftest/.src/TestSources/TestClass3.class - + app/src/gambas3-selftest/.src/TestSources/YetAnotherClass.class - + app/src/gambas3-selftest/.src/TestSources/mTest.module - + app/src/gambas3-selftest/.src/Tests/FileReadWrite.test - + app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - + app/src/gambas3-selftest/.src/Tests/SlowThousandsProcs.test - + app/src/gambas3-selftest/.src/Tests/Timers.test - + app/src/gambas3-selftest/.test - + app/src/gambas3-selftest/COPYING View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcaa4d2929801d06ccd443321116b7c09f6f8fa...8d94735cd4a7703af83c542c7ebd060d40940a30 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcaa4d2929801d06ccd443321116b7c09f6f8fa...8d94735cd4a7703af83c542c7ebd060d40940a30 You're 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 Mar 6 14:18:53 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 06 Mar 2021 13:18:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test use dot instead of colon in TAP output Message-ID: <6043813e9bb31_c2c4219013576c@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-f9zpq.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 97e67b94 by Christof Thalhofer at 2021-03-06T14:14:58+01:00 gb.test use dot instead of colon in TAP output [GB.TEST] * OPT: Use dot instead of colon in TAP output for testmodule.testmethod - - - - - 2 changed files: - main/lib/test/gb.test/.src/TestSuite/TestCase.class - main/lib/test/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/97e67b94815c93f85d27c40ddac76acf7bd355a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/97e67b94815c93f85d27c40ddac76acf7bd355a7 You're 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 Mar 6 15:09:56 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 06 Mar 2021 14:09:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Jussi in AUTHORS also gambas3-selftest Message-ID: <60438d35ced6d_c38720102993@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-gd4wn.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 5147c8fb by Christof Thalhofer at 2021-03-06T15:08:13+01:00 Jussi in AUTHORS also gambas3-selftest - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5147c8fbeabbf24e99b3dc8f3c1f853ff336803a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5147c8fbeabbf24e99b3dc8f3c1f853ff336803a You're 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 Mar 6 15:59:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Mar 2021 14:59:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update AUTHORS Message-ID: <604398e530039_b15c3694125571@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-bbmq2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 80bd8797 by Bruce Steers at 2021-03-06T14:19:00+00:00 Update AUTHORS - - - - - 02a55d22 by Beno?t Minisini at 2021-03-06T14:59:47+00:00 Merge branch 'bsteers4-master-patch-13824' into 'master' Update AUTHORS See merge request gambas/gambas!200 - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5147c8fbeabbf24e99b3dc8f3c1f853ff336803a...02a55d22a69ba442811ef54bb4a58100beeaddbb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5147c8fbeabbf24e99b3dc8f3c1f853ff336803a...02a55d22a69ba442811ef54bb4a58100beeaddbb You're 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 Mar 6 16:23:31 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Mar 2021 15:23:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Sort AUTHORS file by name and by contribution type (developer, example... Message-ID: <60439e7577bed_c3cadc5921e@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-thmsd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b7343997 by gambas at 2021-03-06T16:21:50+01:00 Sort AUTHORS file by name and by contribution type (developer, example developer, translator). Remove general contributions like "bug fixes" or "testing", and rewrite fuzzy ones. [CONFIGURATION] * NEW: Sort AUTHORS file by name and by contribution type (developer, example developer, translator). Remove general contributions like "bug fixes" or "testing", and rewrite fuzzy ones. - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b7343997e1f4714fb303948f9392b6d42aebc410 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b7343997e1f4714fb303948f9392b6d42aebc410 You're 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 Mar 6 22:19:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Mar 2021 21:19:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for '#Script' preprocessor keyword. Message-ID: <6043f1db49d81_c3dd4a98795d8@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-gnjgx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 50db4630 by gambas at 2021-03-06T22:18:15+01:00 Support for '#Script' preprocessor keyword. [COMPILER] * NEW: Support for '#Script' preprocessor keyword. [GB.EVAL] * NEW: Support for '#Script' preprocessor keyword. - - - - - 5 changed files: - main/lib/eval/eval_analyze.c - main/share/gb_reserved.h - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h - main/share/gbc_read_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/50db46307740683d32a7b30eb053c1505651e36c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/50db46307740683d32a7b30eb053c1505651e36c You're 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 Mar 6 23:44:45 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Mar 2021 22:44:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix deferred control deletion. Message-ID: <604405ddb223a_b1d4456c107189@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-8vvbt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87ed822b by gambas at 2021-03-06T23:42:49+01:00 Fix deferred control deletion. [GB.GTK] * BUG: Fix deferred control deletion. [GB.GTK3] * BUG: Fix deferred control deletion. - - - - - 5 changed files: - gb.gtk/src/CDrawingArea.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gapplication.h - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87ed822b2bc10b6cf48b729b7ad72ef664bb9c68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87ed822b2bc10b6cf48b729b7ad72ef664bb9c68 You're 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 Mar 6 23:52:29 2021 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sat, 06 Mar 2021 22:52:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update AUTHORS Message-ID: <604407ad68267_b136b4c814020@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-fb8mn.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: fd76960c by Tobias Boege at 2021-03-06T23:51:43+01:00 Update AUTHORS [CONFIGURATION] * NEW: Update my AUTHORS entry. - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd76960c0d829cac9348f43cbb06a7f2a3580b36 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd76960c0d829cac9348f43cbb06a7f2a3580b36 You're 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 Mar 7 09:22:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 07 Mar 2021 08:22:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TextEditor: Text wrapping now adapts its frequency to the computer speed. Message-ID: <60448d3599c42_b2a34f4c1596fd@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-qj7sj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78cb8d35 by gambas at 2021-03-07T01:31:17+01:00 TextEditor: Text wrapping now adapts its frequency to the computer speed. [GB.FORM.EDITOR] * OPT: TextEditor: Text wrapping now adapts its frequency to the computer speed. - - - - - daef91b8 by gambas at 2021-03-07T09:19:49+01:00 Label: Caption is a synonymous of Text as before. [GB.GUI.BASE] * BUG: Label: Caption is a synonymous of Text as before. - - - - - 92dabe86 by gambas at 2021-03-07T09:21:46+01:00 Code editor: Fix color detection for some color patterns. [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: Fix color detection for some color patterns. * BUG: Version control: Don't show modified lines on history editors. * BUG: Debug panel: The close button has an opaque background now. - - - - - 07521bf3 by gambas at 2021-03-07T09:21:56+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 9 changed files: - app/src/gambas3/.src/Editor/CInsertColor.class - app/src/gambas3/.src/Editor/Code/FProcedureList.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Dialog/FFileInfoVC.class ? app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/Dialog/FFileInfoVC.form ? app/src/gambas3/.src/VersionControl/FFileInfoVC.form - app/src/gambas3/.src/VersionControl/FVersionControl.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/ScrollArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd76960c0d829cac9348f43cbb06a7f2a3580b36...07521bf36c66ff48e869f2a58ce1b4a2ef778db4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd76960c0d829cac9348f43cbb06a7f2a3580b36...07521bf36c66ff48e869f2a58ce1b4a2ef778db4 You're 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 Mar 7 19:33:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 07 Mar 2021 18:33:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix #Script analyze. Fix reported version. Fix FAST UNSAFE keywords generation. Message-ID: <60451c9073afd_c38dd81179d6@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-2h9fm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 549cb64e by Brian G at 2021-03-07T18:33:48+00:00 Fix #Script analyze. Fix reported version. Fix FAST UNSAFE keywords generation. [SCRIPTER] * BUG: Fix english mistakes. * BUG: Update For Highlight now made #Script Keyword fix. * BUG: FAST UNSAFE not correctly generated in lazy script. * BUG: Remove '-Test' from end of version number. * OPT: Cleanup reader order for unsafe. - - - - - e28a981f by Beno?t Minisini at 2021-03-07T18:33:49+00:00 Merge branch 'ScripterBugFixes' into 'master' [Scripter] See merge request gambas/gambas!201 - - - - - 6 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/GenerateFromLazyScript.module - app/src/gbs3/.src/ParseArgs.module - app/src/gbs3/.src/Reader.class - app/src/gbs3/.src/ScriptPreProcess.module - app/src/gbs3/.src/TestSuite/TSR.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/07521bf36c66ff48e869f2a58ce1b4a2ef778db4...e28a981fb682d4bffbd2e6e94ed81e9d23d71314 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/07521bf36c66ff48e869f2a58ce1b4a2ef778db4...e28a981fb682d4bffbd2e6e94ed81e9d23d71314 You're 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 Mar 7 21:13:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 07 Mar 2021 20:13:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Don't use a recent GLib API that is actually not needed. Message-ID: <604533d15a1ff_cf486d412528@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-2h9fm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 12e5d9a7 by gambas at 2021-03-07T21:12:11+01:00 Don't use a recent GLib API that is actually not needed. [GB.GTK] * BUG: Don't use a recent GLib API that is actually not needed. [GB.GTK3] * BUG: Don't use a recent GLib API that is actually not needed. - - - - - c0f89bbf by gambas at 2021-03-07T21:12:51+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontainer.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e28a981fb682d4bffbd2e6e94ed81e9d23d71314...c0f89bbfb1ebe1fec69c50101a6d4b683f8fecab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e28a981fb682d4bffbd2e6e94ed81e9d23d71314...c0f89bbfb1ebe1fec69c50101a6d4b683f8fecab You're 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 Mar 8 00:06:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 07 Mar 2021 23:06:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Change the GB_FUNCTION structure so that it stores the index of the method... Message-ID: <60455c6b81ea1_b4694f20155251@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-8vvbt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d5c59c12 by gambas at 2021-03-07T23:51:12+01:00 Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer. [INTERPRETER] * NEW: Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer. [GB.DATA] * OPT: The new GB_FUNCTION structure allows to reduce the size of the GRAPH_DESC structure. - - - - - 768a928d by gambas at 2021-03-08T00:02:32+01:00 UserControl: Support for the 'Change' pseudo event. Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. [GB.GTK] * NEW: UserControl: Support for the 'Change' pseudo event. * OPT: UserControl: Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. [GB.GTK3] * NEW: UserControl: Support for the 'Change' pseudo event. * OPT: UserControl: Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. [GB.QT4] * NEW: UserControl: Support for the 'Change' pseudo event. * OPT: UserControl: Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. [GB.QT5] * NEW: UserControl: Support for the 'Change' pseudo event. * OPT: UserControl: Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. - - - - - 8dc5116e by gambas at 2021-03-08T00:05:38+01:00 TerminalView: Use a bit more readable yellow colors. [GB.FORM.TERMINAL] * NEW: TerminalView: Use a bit more readable yellow colors. - - - - - 12 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - gb.gtk/src/CContainer.cpp - gb.gtk/src/CContainer.h - gb.gtk/src/CScreen.cpp - gb.qt4/src/CContainer.cpp - gb.qt4/src/CContainer.h - gb.qt4/src/CScreen.cpp - main/gbx/gbx_api.c - main/lib/data/c_graph.c - main/lib/data/c_graph.h - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c0f89bbfb1ebe1fec69c50101a6d4b683f8fecab...8dc5116e3ee9ea760f6c36e35a097593bd7499aa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c0f89bbfb1ebe1fec69c50101a6d4b683f8fecab...8dc5116e3ee9ea760f6c36e35a097593bd7499aa You're 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 Mar 8 09:32:37 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 08:32:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TreeView fixes. Draw Frame border without inner margin. Message-ID: <6045e12649ee1_c6764e08209517@gitlab-sidekiq-low-urgency-cpu-bound-v1-787b5c54d5-gd4wn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f372d05b by gambas at 2021-03-08T09:29:25+01:00 TreeView fixes. Draw Frame border without inner margin. [GB.GUI.BASE] * NEW: Frame: Draw border without inner margin. * OPT: ProgressBar: Use the new UserControl pseudo-events instead of an embedded DrawingArea. * NEW: TreeView: Draw is a new event that allows to override default tree item drawing. * NEW: TreeView: Indent is a new property that returns the indent width. * NEW: TreeView: TreeView item has a new Depth property that returns the depth of the item. * BUG: TreeView: Collapsing an item does not scroll the view to the current selected item anymore. - - - - - e5f8cfb6 by gambas at 2021-03-08T09:32:32+01:00 FontChooser enhancements and Spinner fixes. [GB.FORM] * NEW: FontChooser: Implement a font thumbnail cache to speed up redrawing. * NEW: FontChooser: Better font list presentation. * NEW: Spinner: Add a margin property that represents an inner padding of Desktop.Scale. * BUG: Spinner: Take the padding into account correctly. - - - - - 18 changed files: - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - + comp/src/gb.form/.src/Font/FontCacheTask.class - comp/src/gb.form/.src/Main.module - comp/src/gb.form/.src/Spinner.class - comp/src/gb.form/.src/Test/FTestFontChooser.form - comp/src/gb.form/.src/Test/FTestSpinner.form - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/ProgressBar.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - comp/src/gb.gui.base/.src/Test/FProgressBar.class ? comp/src/gb.gui.base/.src/Test/FTestProgressBar.class - comp/src/gb.gui.base/.src/Test/FProgressBar.form ? comp/src/gb.gui.base/.src/Test/FTestProgressBar.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8dc5116e3ee9ea760f6c36e35a097593bd7499aa...e5f8cfb6d555cae8b310ae8a9ff0415dbaedb251 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8dc5116e3ee9ea760f6c36e35a097593bd7499aa...e5f8cfb6d555cae8b310ae8a9ff0415dbaedb251 You're 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 Mar 8 16:20:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 15:20:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Class that inherits an array class now inherits its internal array flag too. Message-ID: <604640adfc27_c38b4499271@gitlab-sidekiq-low-urgency-cpu-bound-v1-7f8d9d7b4f-c24wq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8e2879f2 by gambas at 2021-03-08T16:19:12+01:00 Class that inherits an array class now inherits its internal array flag too. [INTERPRETER] * BUG: Class that inherits an array class now inherits its internal array flag too. - - - - - 1 changed file: - main/gbx/gbx_class.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e2879f269e232c7e107c275721b716b44888d49 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e2879f269e232c7e107c275721b716b44888d49 You're 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 Mar 8 20:12:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 19:12:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Label.Alignment property declaration. SpinBox.Background now works as expected. Message-ID: <60467720db4a_b38b445878a@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f464f5d7-6l4rh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 05646468 by gambas at 2021-03-08T20:12:22+01:00 Fix Label.Alignment property declaration. SpinBox.Background now works as expected. [GB.GUI.BASE] * BUG: Label: Fix the declaration of Alignment property default value. * BUG: SpinBox: The Background property now works as expected. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/056464689cfd8da0ba5facd9444a90d953e24ae7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/056464689cfd8da0ba5facd9444a90d953e24ae7 You're 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 Mar 8 20:15:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 19:15:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for fonts whose name is made of digits only. Message-ID: <604677d19aa9e_b38bbc8367b@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f464f5d7-shpnr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dafc24b4 by gambas at 2021-03-08T20:12:59+01:00 Support for fonts whose name is made of digits only. [GB.GTK] * BUG: Support for fonts whose name is made of digits only. In that case, the family name in Font string representation must be enclosed with double quotes. [GB.GTK3] * BUG: Support for fonts whose name is made of digits only. In that case, the family name in Font string representation must be enclosed with double quotes. [GB.QT4] * BUG: Support for fonts whose name is made of digits only. In that case, the family name in Font string representation must be enclosed with double quotes. [GB.QT5] * BUG: Support for fonts whose name is made of digits only. In that case, the family name in Font string representation must be enclosed with double quotes. - - - - - 5 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gfont.cpp - gb.qt4/share/gb.form.arrangement.h - gb.qt4/src/CContainer.cpp - gb.qt4/src/CFont.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dafc24b4359cc8e2bbf1ee2f8632f8c95ece7fcf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dafc24b4359cc8e2bbf1ee2f8632f8c95ece7fcf You're 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 Mar 8 20:16:20 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 19:16:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FontChooser: Support for fonts whose name is made of digits only. Message-ID: <604678059ddfb_b38a6839366@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f464f5d7-hdlsj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 338c4642 by gambas at 2021-03-08T20:16:14+01:00 FontChooser: Support for fonts whose name is made of digits only. [GB.FORM] * NEW: FontChooser: Design enhancements. * NEW: FontChooser: Support for fonts whose name is made of digits only. - - - - - 2 changed files: - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/338c464291eb28e58f0099e7f93a68dda5a0c02f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/338c464291eb28e58f0099e7f93a68dda5a0c02f You're 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 Mar 8 22:06:08 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 08 Mar 2021 21:06:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 8 commits: [Scripter] Message-ID: <604691c2d2099_c389dc606bc@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f464f5d7-r9bk4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a17fbcd8 by Brian G at 2021-03-07T16:59:30-08:00 [Scripter] * NEW Updated man pages for gbs3 for march 2021 - - - - - d7f8f55d by Brian G at 2021-03-07T17:15:41-08:00 [Scripter] * BUG: Fix - verbose listing error * BUG: Fix - Terse listing when verbose * BUG: Fix - does not correctly handle fast unsafe sub when not public * BUG: Fix - Incorrectly handles circular included when it its self - - - - - 4749b2ed by Brian G at 2021-03-08T09:42:01-08:00 [Scripter] * BUG: Fixed - stdin error when creating archive - - - - - 44f737cd by Brian G at 2021-03-08T11:23:57-08:00 [Scripter] * BUG: Fixed - -e < working incorrectly * OPT: Updated execute from command line to do full processing after splitting with ':' * BUG: Updated unit test to function correctly with new process from cmdlineArgs - - - - - 49597bf5 by Brian G at 2021-03-08T11:53:08-08:00 [Scripter] * BUG: FIXED - caused buy full processing of command line programs - - - - - fae448f8 by Brian G at 2021-03-08T11:56:21-08:00 [Scripter] * BUG: FIXED - Once more same issue caused buy full processing of command line programs - - - - - 596c8eff by Brian G at 2021-03-08T12:21:23-08:00 [SCRIPTER] - - - - - 623696fe by Beno?t Minisini at 2021-03-08T21:06:01+00:00 Merge branch 'scripterupdatesfixes' into 'master' [Scripter] See merge request gambas/gambas!202 - - - - - 17 changed files: - app/man/gbs3.1 - app/man/gbw3.1 - app/src/gbs3/.hidden/CHANGELOG - app/src/gbs3/.project - app/src/gbs3/.src/Compile.module - app/src/gbs3/.src/Context.class - app/src/gbs3/.src/GenerateFiles.module - app/src/gbs3/.src/GenerateFilesFromArgs.module - app/src/gbs3/.src/GenerateFromLazyScript.module - app/src/gbs3/.src/MMain.module - app/src/gbs3/.src/MakeListing.module - app/src/gbs3/.src/MakeVirtualProject.module - app/src/gbs3/.src/ParseArgs.module - app/src/gbs3/.src/Reader.class - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test - app/src/gbs3/TestAppCompiled View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/338c464291eb28e58f0099e7f93a68dda5a0c02f...623696fec96a039a479dcb62820716df71ec40e5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/338c464291eb28e58f0099e7f93a68dda5a0c02f...623696fec96a039a479dcb62820716df71ec40e5 You're 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 Mar 9 01:39:53 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 00:39:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: DragLeave event is now always raised before entering another drop target. Message-ID: <6046c3da8d8e5_c38c3416227@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-f6w5p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e8dd753a by gambas at 2021-03-09T01:38:04+01:00 DragLeave event is now always raised before entering another drop target. [GB.GTK] * BUG: DragLeave event is now always raised before entering another drop target. [GB.GTK3] * BUG: DragLeave event is now always raised before entering another drop target. - - - - - f1dd5cf6 by gambas at 2021-03-09T01:39:44+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 6 changed files: - gb.gtk/src/CWidget.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrag.cpp - gb.gtk/src/gdrag.h - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/623696fec96a039a479dcb62820716df71ec40e5...f1dd5cf6ad236e5eae7d05d865ec043ed1656174 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/623696fec96a039a479dcb62820716df71ec40e5...f1dd5cf6ad236e5eae7d05d865ec043ed1656174 You're 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 Mar 9 01:49:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 00:49:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Settings files are now saved in a more reliable way, without locking, using... Message-ID: <6046c6099266_b39710469e@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-vkrn2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8b345d9 by gambas at 2021-03-09T01:49:03+01:00 Settings files are now saved in a more reliable way, without locking, using the MOVE ... KILL instruction. [GB.SETTINGS] * NEW: Settings files are now saved in a more reliable way, without locking, using the MOVE ... KILL instruction. - - - - - 1 changed file: - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8b345d9e63b69db01085dd1a8b90058c5c754d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8b345d9e63b69db01085dd1a8b90058c5c754d7 You're 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 Mar 9 03:16:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 02:16:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Add a button for loading images in HTML preview. By default they are not loaded. Message-ID: <6046da896f37c_c397885510@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-m7z6t.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa47f0d5 by gambas at 2021-03-09T03:16:33+01:00 Code editor: Add a button for loading images in HTML preview. By default they are not loaded. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Add a button for loading images in HTML preview. By default they are not loaded. * BUG: Fix a possible infinite recursion when checking for project files metadata flags. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa47f0d5fb9f46c0c28c7502d9d2b4fb3bdf6434 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa47f0d5fb9f46c0c28c7502d9d2b4fb3bdf6434 You're 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 Mar 9 14:15:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 13:15:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Control.NoTabFocus now correctly handle proxies. Message-ID: <604774e4e7383_b4bf0884108454@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-gr2j9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e13afca7 by gambas at 2021-03-09T14:14:42+01:00 Control.NoTabFocus now correctly handle proxies. [GB.GTK] * BUG: Control.NoTabFocus now correctly handle proxies. [GB.GTK3] * BUG: Control.NoTabFocus now correctly handle proxies. - - - - - 2 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e13afca718bc93d7db910407a95209942f869662 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e13afca718bc93d7db910407a95209942f869662 You're 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 Mar 9 22:09:37 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 21:09:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Detect source code position both in output and test terminals, and everywhere in the terminal. Message-ID: <6047e41189304_b6431b3c134094@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-slf44.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9543992d by gambas at 2021-03-09T22:09:31+01:00 Detect source code position both in output and test terminals, and everywhere in the terminal. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Test panel: Display the test result with a colored label inside the test panel toolbar. * NEW: Detect source code position both in output and test terminals. * NEW: Detect source code position everywhere in the terminals now. - - - - - 7 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FOutput.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9543992dfc94cedaa7858fc9f65799bd670a89ae -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9543992dfc94cedaa7858fc9f65799bd670a89ae You're 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 Mar 9 23:02:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 22:02:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GB.Call() API now works correctly again when calling static methods. Message-ID: <6047f06687ee5_c3a548218f@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-xkd88.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8668ed5a by gambas at 2021-03-09T23:01:22+01:00 GB.Call() API now works correctly again when calling static methods. [INTERPRETER] * NEW: Task.Kill() method is now a synonymous of Task.Stop(). * BUG: GB.Call() API now works correctly again when calling static methods. - - - - - 2 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_c_task.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8668ed5a69441810db12ce4ff3acc95897d5882d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8668ed5a69441810db12ce4ff3acc95897d5882d You're 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 Mar 10 00:34:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Mar 2021 23:34:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a project icon to the self-tester program. Message-ID: <6048061375c9f_c38be4190cf@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-lqb6w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5afcec89 by gambas at 2021-03-10T00:34:34+01:00 Add a project icon to the self-tester program. [SELF-TESTER] * NEW: Add a project icon to the self-tester program. - - - - - 3 changed files: - + app/src/gambas3-selftest/.hidden/logo.png - app/src/gambas3-selftest/.icon.png - app/src/gambas3-selftest/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5afcec8959f2f841f1c975cfe90191ad26f3cbff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5afcec8959f2f841f1c975cfe90191ad26f3cbff You're 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 Mar 10 01:50:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Mar 2021 00:50:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a spinner to the test panel. Message-ID: <604817f0c934f_b397381100ce@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-fx87m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53dd10ba by gambas at 2021-03-10T01:50:51+01:00 Add a spinner to the test panel. [DEVELOPMENT ENVIRONMENT] * BUG: If the program test crashes, then the fail test label is shown. * NEW: Add a spinner to the test panel. * NEW: Bigger Atari bomb icons. - - - - - 8 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FCrash.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - ? app/src/gambas3/img/64/atari-dark.png - ? app/src/gambas3/img/64/atari.png - + app/src/gambas3/img/crash/atari-dark.png - + app/src/gambas3/img/crash/atari.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53dd10bafef8b7a5b10320aee696cab52e6a38a6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53dd10bafef8b7a5b10320aee696cab52e6a38a6 You're 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 Mar 10 02:42:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Mar 2021 01:42:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix the default NULL value for objects. JIT functions returning NULL objects... Message-ID: <604823f533dc7_b1eba6587756e@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-gfpsj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3240ebd8 by gambas at 2021-03-10T01:55:50+01:00 Fix the default NULL value for objects. JIT functions returning NULL objects as default value do not crash anymore. [GB.JIT] * BUG: Fix the default NULL value for objects. JIT functions returning NULL objects as default value do not crash anymore. - - - - - 1 changed file: - main/lib/jit/jit.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3240ebd8ef6a2b73265f9b90552cb850807aab51 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3240ebd8ef6a2b73265f9b90552cb850807aab51 You're 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 Mar 10 15:51:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Mar 2021 14:51:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Showing or hiding a control does not trigger a parent arrangement if the Ignore property was set. Message-ID: <6048dcd655289_b38a0441857@gitlab-sidekiq-low-urgency-cpu-bound-v1-9867fbf49-pr6fl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 91996df3 by gambas at 2021-03-10T15:50:17+01:00 Showing or hiding a control does not trigger a parent arrangement if the Ignore property was set. [GB.GTK] * BUG: Showing or hiding a control does not trigger a parent arrangement if the Ignore property was set. [GB.GTK3] * BUG: Showing or hiding a control does not trigger a parent arrangement if the Ignore property was set. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91996df3fccd0b69c86be68392e20eee767512f1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91996df3fccd0b69c86be68392e20eee767512f1 You're 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 Mar 10 20:23:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Mar 2021 19:23:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Remove debugging messages. Message-ID: <60491cc1995e_b38bd0875b7@gitlab-sidekiq-low-urgency-cpu-bound-v1-7466c7f6c9-l7ffg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53397766 by gambas at 2021-03-10T20:12:47+01:00 Remove debugging messages. [GB.QT4] * BUG: Remove debugging messages. [GB.QT5] * BUG: Remove debugging messages. - - - - - d2a1b1a5 by gambas at 2021-03-10T20:23:36+01:00 Fix Paint.TrimText() and Paint.TrimRichText(). Add Frame.Alignment property. [GB.GUI.BASE] * BUG: Paint.TrimText() and Paint.TrimRichText() now return a null string if the specified maximum width is too low. * BUG: Frame: Add an Alignment property for the relative position of the title and the frame top border. - - - - - 5 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - gb.qt4/src/CClipboard.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/91996df3fccd0b69c86be68392e20eee767512f1...d2a1b1a581ff8a791a6ecf72c5cab37947ab30e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/91996df3fccd0b69c86be68392e20eee767512f1...d2a1b1a581ff8a791a6ecf72c5cab37947ab30e7 You're 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 Mar 10 20:29:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Mar 2021 19:29:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint.TrimRichText() now returns the text without "..." if the maximum width is big enough. Message-ID: <60491dfee8d1c_c3e8b4326bf@gitlab-sidekiq-low-urgency-cpu-bound-v1-7466c7f6c9-9cjvz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8cea779b by gambas at 2021-03-10T20:28:57+01:00 Paint.TrimRichText() now returns the text without "..." if the maximum width is big enough. [GB.GUI.BASE] * BUG: Paint.TrimRichText() now returns the text without "..." if the maximum width is big enough. - - - - - 3 changed files: - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestFrame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8cea779b622c1c81cc60e144ee1d5e7ab165bc29 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8cea779b622c1c81cc60e144ee1d5e7ab165bc29 You're 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 Mar 11 04:48:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Mar 2021 03:48:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Form editor: Don't use brush for painting the selection. As brush is always a... Message-ID: <6049932c2d930_e288ef081129d9@gitlab-sidekiq-low-urgency-cpu-bound-v1-7466c7f6c9-5hshb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 019a3b03 by gambas at 2021-03-11T00:27:32+01:00 Form editor: Don't use brush for painting the selection. As brush is always a repeated pattern, edges got incorrect pixels on rotation. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Don't use brush for painting the selection. As brush is always a repeated pattern, edges got incorrect pixels on rotation. - - - - - 2e2205a0 by gambas at 2021-03-11T00:58:06+01:00 Paint.TrimRichText() now returns a void string if the maximum width is negative or null. [GB.GUI.BASE] * BUG: Paint.TrimRichText() now returns a void string if the maximum width is negative or null. - - - - - 53b2d34d by gambas at 2021-03-11T03:27:43+01:00 Add 'energy' and 'headset' stock icons. Disable Expander animations, they are broken. [GB.FORM] * BUG: Expander: Disable animations, they are broken. * NEW: Add 'energy' and 'headset' stock icons. - - - - - 6 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - comp/src/gb.form/.src/Expander/FExpander.class - comp/src/gb.form/map/icon.map - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestFrame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8cea779b622c1c81cc60e144ee1d5e7ab165bc29...53b2d34d14d798869ad648194359f5b3dde84ec9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8cea779b622c1c81cc60e144ee1d5e7ab165bc29...53b2d34d14d798869ad648194359f5b3dde84ec9 You're 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 Mar 11 14:57:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Mar 2021 13:57:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Paint.TrimText(), Paint.TrimRichText(), Frame title layout. Always defer... Message-ID: <604a21d0c7598_c38bbc554de@gitlab-sidekiq-low-urgency-cpu-bound-v1-69bfb9444c-t9bnx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 175a681d by gambas at 2021-03-11T14:57:28+01:00 Fix Paint.TrimText(), Paint.TrimRichText(), Frame title layout. Always defer the ScrollView contents size computation. [GB.GUI.BASE] * BUG: Paint.TrimText() now trims at each character. * BUG: Paint.TrimRichText() now correctly trim void markups. * BUG: Frame: Fix title layout in all possible alignments. * OPT: ScrollView: Always defer the contents size computation to the next event loop. - - - - - 18 changed files: - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/Main.module - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Picture.class - comp/src/gb.gui.base/.src/ScrollView.class - comp/src/gb.gui.base/.src/Test/FTestFrame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - ? comp/src/gb.gui.base/message/copy.png - ? comp/src/gb.gui.base/message/delete.png - + comp/src/gb.gui.base/message/delete.png - ? comp/src/gb.gui.base/message/error.png - + comp/src/gb.gui.base/message/error.png - ? comp/src/gb.gui.base/message/info.png - + comp/src/gb.gui.base/message/info.png - ? comp/src/gb.gui.base/message/question.png - + comp/src/gb.gui.base/message/question.png - ? comp/src/gb.gui.base/message/warning.png - + comp/src/gb.gui.base/message/warning.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/175a681dd9d5c3027fd8aa74f575874c08b6c79c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/175a681dd9d5c3027fd8aa74f575874c08b6c79c You're 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 Mar 12 02:45:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 01:45:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix again Paint.TrimText(). Message-ID: <604ac7d183049_c372c2b8118981@gitlab-sidekiq-low-urgency-cpu-bound-v1-69bfb9444c-ljjvh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c7fa0b42 by gambas at 2021-03-12T02:45:46+01:00 Fix again Paint.TrimText(). [GB.GUI.BASE] * BUG: Fix again Paint.TrimText(). - - - - - 4 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FPaint.class - comp/src/gb.gui.base/.src/Test/FPaint.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c7fa0b4295271787f22e555c3856904d672883e6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c7fa0b4295271787f22e555c3856904d672883e6 You're 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 Mar 12 03:40:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 02:40:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Font.Height now uses the same metrics as Font.TextHeight(). Message-ID: <604ad4a8a041b_c1bac1070bd@gitlab-sidekiq-low-urgency-cpu-bound-v1-784965d849-pqgzn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 709a11d2 by gambas at 2021-03-12T03:36:19+01:00 Font.Height now uses the same metrics as Font.TextHeight(). [GB.QT4] * BUG: Font.Height now uses the same metrics as Font.TextHeight(). [GB.QT5] * BUG: Font.Height now uses the same metrics as Font.TextHeight(). - - - - - e3078144 by gambas at 2021-03-12T03:40:35+01:00 Use Font.TextHeight() instead of Font.Height in Paint.TrimText() and Paint.TrimRichText(), because some fonts can have a negative leading for some sizes in Qt! [GB.GUI.BASE] * BUG: Use Font.TextHeight() instead of Font.Height in Paint.TrimText() and Paint.TrimRichText(), because some fonts can have a negative leading for some sizes in Qt! - - - - - 5 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - gb.qt4/src/CDraw.cpp - gb.qt4/src/CFont.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c7fa0b4295271787f22e555c3856904d672883e6...e3078144c84940bd8bdd8811da6f131412116341 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c7fa0b4295271787f22e555c3856904d672883e6...e3078144c84940bd8bdd8811da6f131412116341 You're 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 Mar 12 03:47:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 02:47:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Recompute font height when the Bold or Italic properties change too. Message-ID: <604ad65c9bfa_c3ba60387d3@gitlab-sidekiq-low-urgency-cpu-bound-v1-784965d849-szg44.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ab914841 by gambas at 2021-03-12T03:47:12+01:00 Recompute font height when the Bold or Italic properties change too. [GB.GTK] * BUG: Recompute font height when the Bold or Italic properties change too. [GB.GTK3] * BUG: Recompute font height when the Bold or Italic properties change too. - - - - - 1 changed file: - gb.gtk/src/gfont.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab9148414ba1d291aee68934a1ab25f8f90eceb4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab9148414ba1d291aee68934a1ab25f8f90eceb4 You're 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 Mar 12 04:30:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 03:30:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: '$' does not autocomplete anymore. Message-ID: <604ae061add00_b3dc20941a2@gitlab-sidekiq-low-urgency-cpu-bound-v1-784965d849-qsshc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46eeffa5 by gambas at 2021-03-12T04:30:35+01:00 Automatic completion: '$' does not autocomplete anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: '$' does not autocomplete anymore. - - - - - 11 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageOffsetSelection.class - app/src/gambas3/.src/Editor/Image/FImageOffsetSelection.form - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46eeffa5fc5d467155a32f3e182abf093555f7f7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46eeffa5fc5d467155a32f3e182abf093555f7f7 You're 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 Mar 12 15:55:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 14:55:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly build the database version number in all cases. Message-ID: <604b80ddadd66_b38e8c5763e@gitlab-sidekiq-low-urgency-cpu-bound-v1-665dbcb4d7-bggv7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9e371b6 by gambas at 2021-03-12T15:54:53+01:00 Correctly build the database version number in all cases. [GB.DB.POSTGRESQL] * BUG: Correctly build the database version number in all cases. - - - - - 1 changed file: - gb.db.postgresql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9e371b692bfd60de4d6b8597927ca831fa9fa25 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9e371b692bfd60de4d6b8597927ca831fa9fa25 You're 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 Mar 12 18:09:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 17:09:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes in image editor and project properties dialog. Message-ID: <604ba0442eba5_c1621d0c23635@gitlab-sidekiq-low-urgency-cpu-bound-v1-665dbcb4d7-4m4l5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47e10201 by gambas at 2021-03-12T18:09:17+01:00 Some fixes in image editor and project properties dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Correctly refresh property panel when switching to another file. * BUG: Project properties dialog: The project icon is visible again the first time the dialog is opened. * - - - - - 5 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/img/logo/project.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47e102014c12ca0303203248ed7e753e68c5deb5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47e102014c12ca0303203248ed7e753e68c5deb5 You're 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 Mar 12 18:10:19 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 17:10:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New icons and some icons updates. Message-ID: <604ba07d4291f_c1de23c8888@gitlab-sidekiq-low-urgency-cpu-bound-v1-665dbcb4d7-vzs2t.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 96279e1f by gambas at 2021-03-12T18:10:12+01:00 New icons and some icons updates. [GB.FORM.STOCK] * NEW: New icons and some icons updates. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/book.png - comp/src/gb.form.stock/gambas-mono/32/crop.png - comp/src/gb.form.stock/gambas-mono/32/cut.png - comp/src/gb.form.stock/gambas-mono/32/desktop.png - comp/src/gb.form.stock/gambas-mono/32/edit.png - + comp/src/gb.form.stock/gambas-mono/32/energy.png - comp/src/gb.form.stock/gambas-mono/32/gnu.png - comp/src/gb.form.stock/gambas-mono/32/halt.png - + comp/src/gb.form.stock/gambas-mono/32/headset.png - comp/src/gb.form.stock/gambas-mono/32/identity.png - comp/src/gb.form.stock/gambas-mono/32/keyboard.png - comp/src/gb.form.stock/gambas-mono/32/options.png - comp/src/gb.form.stock/gambas-mono/32/properties.png - comp/src/gb.form.stock/gambas-mono/32/resize.png - comp/src/gb.form.stock/gambas-mono/32/select-all.png - comp/src/gb.form.stock/gambas-mono/32/select.png - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - comp/src/gb.form.stock/gambas-mono/32/transparency.png - comp/src/gb.form.stock/gambas-mono/32/unselect.png - comp/src/gb.form.stock/gambas-mono/32/usb-disk.png ? comp/src/gb.form.stock/gambas-mono/32/usb.png - comp/src/gb.form.stock/gambas/128/book.png - + comp/src/gb.form.stock/gambas/128/cut.png - + comp/src/gb.form.stock/gambas/128/desktop.png - comp/src/gb.form.stock/gambas/128/edit.png - + comp/src/gb.form.stock/gambas/128/energy.png - + comp/src/gb.form.stock/gambas/128/gnu.png - + comp/src/gb.form.stock/gambas/128/headset.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/96279e1f93db97e6f05c9b5c6e6827dfdf04801d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/96279e1f93db97e6f05c9b5c6e6827dfdf04801d You're 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 Mar 12 18:39:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 17:39:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: [SCRIPTER] Message-ID: <604ba7368748e_c38bbc61923@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c9595786c-8bgtt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 82bd949f by Brian G at 2021-03-08T17:10:04-08:00 [SCRIPTER] * BUG: Fix man page, missing .TP for debug - - - - - 5976cb27 by Brian G at 2021-03-09T09:48:39-08:00 [Scripter] * OPT: Change upper() to == where possible * OPT: Simplify Creating scripts, using tables now * OPT: Change reader to be optimized as well * NEW: Support more gambas source type - for building test scripts - - - - - d985902b by Brian G at 2021-03-10T07:36:26-08:00 [Scripter] * BUG: Generation of incorrectly named module when startup is a class * NEW: Added Display of execution time of script when --verbose is used - - - - - 55e5bfa6 by Brian G at 2021-03-10T16:34:29-08:00 [Scripter] * NEW: Added support for conversions of single page webforms/apps to scripts * OPT: made all refrences to HIGHLIGHT types and symbols, local for performace * BUG: Supported files types using incorrect refrence set - - - - - 58caa569 by Beno?t Minisini at 2021-03-12T17:39:00+00:00 Merge branch 'ScriptUpdates' into 'master' [SCRIPTER] See merge request gambas/gambas!203 - - - - - 11 changed files: - app/man/gbs3.1 - app/src/gbs3/.hidden/CHANGELOG - app/src/gbs3/.project - app/src/gbs3/.src/ClassDef.class - app/src/gbs3/.src/Context.class - app/src/gbs3/.src/ConvertProject.module - app/src/gbs3/.src/GenerateFiles.module - app/src/gbs3/.src/MMain.module - app/src/gbs3/.src/MakeVirtualProject.module - app/src/gbs3/.src/Reader.class - app/src/gbs3/.src/ScriptPreProcess.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/96279e1f93db97e6f05c9b5c6e6827dfdf04801d...58caa569fce68c9b3eab0fb4e678cefae2c2bd30 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/96279e1f93db97e6f05c9b5c6e6827dfdf04801d...58caa569fce68c9b3eab0fb4e678cefae2c2bd30 You're 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 Mar 13 00:33:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Mar 2021 23:33:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Paint.TrimText() again. Fix Frame border drawing in vertical centered alignment. Message-ID: <604bfa5b483af_c39ff831333@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-7blqv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 81ff435f by gambas at 2021-03-13T00:33:40+01:00 Fix Paint.TrimText() again. Fix Frame border drawing in vertical centered alignment. [GB.GUI.BASE] * BUG: Fix Paint.TrimText() again. * BUG: Frame: Fix border drawing in vertical centered alignment. - - - - - 4 changed files: - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTestFrame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81ff435f3546c2e8799b1c3239e0056e3bc629e1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81ff435f3546c2e8799b1c3239e0056e3bc629e1 You're 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 Mar 13 01:09:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Mar 2021 00:09:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some Fontchooser fixes. Message-ID: <604c02ce1a518_b38e78319dc@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-2db24.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9bcb9d95 by gambas at 2021-03-13T01:09:43+01:00 Some Fontchooser fixes. [GB.FORM] * NEW: FontChooser: Use a tool button to display font size. Clicking on the button shows the spinbox. * BUG: FontChooser: Do not run the thumbnail cache in design mode. - - - - - 3 changed files: - comp/src/gb.form/.src/Expander/FExpander.class - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9bcb9d95f1c055ecc774d0466ae6004cc8118a74 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9bcb9d95f1c055ecc774d0466ae6004cc8118a74 You're 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 Mar 13 02:13:10 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Mar 2021 01:13:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Font chooser dialog: Set focus on the filter at opening. Message-ID: <604c11a7a4b63_b3903046367@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-ckvx2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0aaa9079 by gambas at 2021-03-13T02:13:04+01:00 Font chooser dialog: Set focus on the filter at opening. [DEVELOPMENT ENVIRONMENT] * NEW: Font chooser dialog: Set focus on the filter at opening. * BUG: Fix Frame control icon. * - - - - - 2 changed files: - app/src/gambas3/.src/Dialog/FFontChooser.class - app/src/gambas3/img/control/frame.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0aaa907997da100ba62b90acf3ff63237a98377a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0aaa907997da100ba62b90acf3ff63237a98377a You're 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 Mar 13 08:51:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Mar 2021 07:51:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataSource: FindNext() now takes the search start index in argument. Message-ID: <604c6ef4bb78d_c1111a24980ce@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-7qjjw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 42da2510 by gambas at 2021-03-13T08:51:09+01:00 DataSource: FindNext() now takes the search start index in argument. [GB.DB.FORM] * NEW: DataSource: FindNext() now takes the search start index in argument. * NEW: DataView: Fix Find() method signature. - - - - - 4 changed files: - ? comp/src/gb.db.form/.hidden/control/database.png - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/DataTable.class - comp/src/gb.db.form/.src/DataView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/42da2510932774959cc32b3571b811d946077aea -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/42da2510932774959cc32b3571b811d946077aea You're 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 Mar 13 20:32:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Mar 2021 19:32:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project properties dialog: Add "GB_GUI_DARK_THEME=1" to the pre-defined environment variables. Message-ID: <604d134ccb474_c2590284109781@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-x7nvr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bcd3b843 by gambas at 2021-03-13T20:32:20+01:00 Project properties dialog: Add "GB_GUI_DARK_THEME=1" to the pre-defined environment variables. [DEVELOPMENT ENVIRONMENT] * NEW: Project properties dialog: Add "GB_GUI_DARK_THEME=1" to the pre-defined environment variables. * - - - - - 2 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bcd3b84366ea66b4e3e03a955d740fdc08ebe6c9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bcd3b84366ea66b4e3e03a955d740fdc08ebe6c9 You're 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 Mar 14 01:24:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 14 Mar 2021 00:24:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: New 'firewall' and 'agenda' stock icons. Message-ID: <604d57cb5eba5_b38e6472974@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-9cq96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7487ea25 by gambas at 2021-03-14T01:24:13+01:00 New 'firewall' and 'agenda' stock icons. [GB.FORM] * NEW: New 'firewall' and 'agenda' stock icons. - - - - - 1319ed9f by gambas at 2021-03-14T01:24:30+01:00 New icons and some icons updates. [GB.FORM.STOCK] * NEW: New icons and some icons updates. - - - - - 17 changed files: - + comp/src/gb.form.stock/gambas-mono/32/agenda.png - + comp/src/gb.form.stock/gambas-mono/32/firewall.png - comp/src/gb.form.stock/gambas-mono/32/halt.png - comp/src/gb.form.stock/gambas-mono/32/layout.png - comp/src/gb.form.stock/gambas-mono/32/lock.png - comp/src/gb.form.stock/gambas-mono/32/security.png - + comp/src/gb.form.stock/gambas/128/agenda.png - + comp/src/gb.form.stock/gambas/128/copy.png - + comp/src/gb.form.stock/gambas/128/firewall.png - comp/src/gb.form.stock/gambas/128/security.png - + comp/src/gb.form.stock/gambas/32/agenda.png - + comp/src/gb.form.stock/gambas/32/firewall.png - comp/src/gb.form.stock/gambas/32/halt.png - comp/src/gb.form.stock/gambas/32/layout.png - comp/src/gb.form.stock/gambas/32/network.png - comp/src/gb.form.stock/gambas/32/security.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bcd3b84366ea66b4e3e03a955d740fdc08ebe6c9...1319ed9f0e49ba35830fb554689f37acadfe2035 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bcd3b84366ea66b4e3e03a955d740fdc08ebe6c9...1319ed9f0e49ba35830fb554689f37acadfe2035 You're 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 Mar 14 22:29:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 14 Mar 2021 21:29:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] When opening a modal dialog or a popup while a mouse button is pressed, ... Message-ID: <604e802a9e58e_c3e8eb50152634@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-58qpx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08048012 by gambas at 2021-03-14T22:26:13+01:00 When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. [GB.GTK] * BUG: When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. [GB.GTK3] * BUG: When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. [GB.QT4] * BUG: When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. [GB.QT5] * BUG: When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. - - - - - 9 changed files: - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmouse.cpp - gb.gtk/src/gmouse.h - gb.qt4/src/CMouse.cpp - gb.qt4/src/CMouse.h - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08048012e05e6b272e4b947c6707068e4866e81c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08048012e05e6b272e4b947c6707068e4866e81c You're 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 Mar 14 22:32:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 14 Mar 2021 21:32:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SpinBox: Start the auto-repeat timer before raising the Change event. Message-ID: <604e80e591273_b22cc958111072@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-9cq96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f855c6b9 by gambas at 2021-03-14T22:32:13+01:00 SpinBox: Start the auto-repeat timer before raising the Change event. [GB.GUI.BASE] * NEW: Write some documentation. * BUG: SpinBox: Start the auto-repeat timer before raising the Change event. - - - - - 9 changed files: - comp/src/gb.gui.base/.lang/fr.po - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - + comp/src/gb.gui.base/.src/Test/FTestSpinBox.class - + comp/src/gb.gui.base/.src/Test/FTestSpinBox.form - comp/src/gb.gui.base/.src/TextLabel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f855c6b9cf5cd7416f8cba6ce616be6d20e2f017 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f855c6b9cf5cd7416f8cba6ce616be6d20e2f017 You're 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 Mar 14 23:14:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 14 Mar 2021 22:14:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SpinBox: Draw the arrows at the same vertical position whether there is a border or not. Message-ID: <604e8ac76ccc_c453745c171653@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-wn95p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 55f05936 by gambas at 2021-03-14T23:14:23+01:00 SpinBox: Draw the arrows at the same vertical position whether there is a border or not. [GB.GUI.BASE] * NEW: SpinBox: Draw the arrows at the same vertical position whether there is a border or not. - - - - - 3 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Test/FTestSpinBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/55f059367352e015a6a92f63191394a979436f4d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/55f059367352e015a6a92f63191394a979436f4d You're 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 Mar 15 01:00:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Mar 2021 00:00:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update some icons. Message-ID: <604ea38e21a64_b56131cc1317d1@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-lbzsg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: daaec0f2 by gambas at 2021-03-15T01:00:00+01:00 Update some icons. [GB.FORM.STOCK] * NEW: Update some icons. - - - - - 18 changed files: - comp/src/gb.form.stock/gambas-mono/32/insert-image.png - comp/src/gb.form.stock/gambas-mono/32/insert-link.png - comp/src/gb.form.stock/gambas-mono/32/insert-text.png - comp/src/gb.form.stock/gambas-mono/32/new-appointment.png - comp/src/gb.form.stock/gambas-mono/32/new-dir.png - comp/src/gb.form.stock/gambas-mono/32/new-mail.png - comp/src/gb.form.stock/gambas-mono/32/new-tab.png - comp/src/gb.form.stock/gambas-mono/32/new-tag.png - comp/src/gb.form.stock/gambas-mono/32/new-window.png - comp/src/gb.form.stock/gambas/32/insert-image.png - comp/src/gb.form.stock/gambas/32/insert-link.png - comp/src/gb.form.stock/gambas/32/insert-text.png - comp/src/gb.form.stock/gambas/32/new-appointment.png - comp/src/gb.form.stock/gambas/32/new-dir.png - comp/src/gb.form.stock/gambas/32/new-mail.png - comp/src/gb.form.stock/gambas/32/new-tab.png - comp/src/gb.form.stock/gambas/32/new-tag.png - comp/src/gb.form.stock/gambas/32/new-window.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/daaec0f257afa0342ed9e4bff1255cdcd3a9e69d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/daaec0f257afa0342ed9e4bff1255cdcd3a9e69d You're 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 Mar 15 01:01:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Mar 2021 00:01:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't leak a control if we quit between a MouseDown and a MouseUp event. Message-ID: <604ea3d665665_b218d72c771e0@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-zsh7q.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 001050ae by gambas at 2021-03-15T01:00:22+01:00 Don't leak a control if we quit between a MouseDown and a MouseUp event. [GB.QT4] * BUG: Don't leak a control if we quit between a MouseDown and a MouseUp event. [GB.QT5] * BUG: Don't leak a control if we quit between a MouseDown and a MouseUp event. - - - - - 1 changed file: - gb.qt4/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/001050aea2ad226b2a8dad96d3cd3741face6bde -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/001050aea2ad226b2a8dad96d3cd3741face6bde You're 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 Mar 15 17:57:52 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Mon, 15 Mar 2021 16:57:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gambas3-selftest script to run from outside Message-ID: <604f9211bfdcf_c55ed968747a2@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-qsvg8.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: f0eb3311 by Christof Thalhofer at 2021-03-15T18:00:45+01:00 gambas3-selftest script to run from outside [DEVELOPMENT ENVIRONMENT] *NEW: small script 'run.sh' to run the gambas3-selftest with and without JIT from outside - - - - - 5 changed files: - app/src/gambas3-selftest/.project - + app/src/gambas3-selftest/.src/Tests/CrashMyTests.test - + app/src/gambas3-selftest/run.sh - app/src/gambas3/.lang/de.po - app/src/gambas3/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0eb33110639f658270effa77eb179a0b1a164e4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f0eb33110639f658270effa77eb179a0b1a164e4 You're 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 Mar 15 21:04:19 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Mar 2021 20:04:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: TreeView: Removing an item or clearing the view now correctly update the list of selected items. Message-ID: <604fbdc49994a_c73d9170160699@gitlab-sidekiq-low-urgency-cpu-bound-v1-6dccf44685-5xcff.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 231e77d9 by gambas at 2021-03-15T19:31:59+01:00 TreeView: Removing an item or clearing the view now correctly update the list of selected items. [GB.GUI.BASE] * NEW: SpinBox: ShowSign is a new property that adds the "+" character to the positive numbers. * NEW: SpinBox: If ReadOnly is set, the SpinBox is grayed out, and the arrows are hidden. * BUG: TreeView: Removing an item or clearing the view now correctly update the list of selected items. - - - - - ea0ad8df by gambas at 2021-03-15T20:57:13+01:00 Automatic usage of help coming from the source code comments. [WIKI] * NEW: Update message icons. * NEW: Less margins around paragraphs. * NEW: Automatic usage of help coming from the source code comments. - - - - - 5b6cff70 by gambas at 2021-03-15T20:58:14+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1dd3ff60 by gambas at 2021-03-15T20:59:42+01:00 Really don't leak a control if we quit between a MouseDown and a MouseUp event. [GB.QT5] * BUG: Really don't leak a control if we quit between a MouseDown and a MouseUp event. - - - - - 11aa4592 by gambas at 2021-03-15T21:01:23+01:00 FontChooser: Use a disabled SpinBox for font size now. [GB.FORM] * NEW: FontChooser: Use a disabled SpinBox for font size now. - - - - - 42a7196d by gambas at 2021-03-15T21:04:07+01:00 Update 12px Gambas regular font and default project icon. [DEVELOPMENT ENVIRONMENT] * NEW: Update 12px Gambas regular font. * NEW: Update default project icon. * - - - - - 27 changed files: - app/src/gambas-wiki/.icon.png - ? app/src/gambas-wiki/.public/critical.png - + app/src/gambas-wiki/.public/critical.png - ? app/src/gambas-wiki/.public/info.png - + app/src/gambas-wiki/.public/info.png - app/src/gambas-wiki/.public/style.css - app/src/gambas-wiki/.public/vb.png - ? app/src/gambas-wiki/.public/warning.png - + app/src/gambas-wiki/.public/warning.png - app/src/gambas-wiki/.src/CClassInfo.class - app/src/gambas-wiki/.src/CComponent.class - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas-wiki/.src/WikiMarkdown.class - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/gambasr12.otb - app/src/gambas3/img/logo/project.png - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/SpinBox.class - + comp/src/gb.gui.base/.src/Test/FTestListView.class - + comp/src/gb.gui.base/.src/Test/FTestListView.form - comp/src/gb.gui.base/.src/Test/FTestSpinBox.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - gb.qt5/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f0eb33110639f658270effa77eb179a0b1a164e4...42a7196d992c06d515001a216164e90a5cd6ab7c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f0eb33110639f658270effa77eb179a0b1a164e4...42a7196d992c06d515001a216164e90a5cd6ab7c You're 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 Mar 16 02:11:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Mar 2021 01:11:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Many fixes in X11 system tray management. Message-ID: <605005cf6c60d_b27171c14978@gitlab-sidekiq-low-urgency-cpu-bound-v1-654cc96f85-ztjrd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b39377f1 by gambas at 2021-03-16T02:10:16+01:00 Many fixes in X11 system tray management. [GB.DESKTOP.X11] * NEW: X11Systray: The tray now creates its own window. * NEW: X11Systray: Show() now should take the handle of a top-level window. * NEW: X11Systray: Move() and Resize() are two new methods that define the geometry of the tray inside the window specified by the Show() method. * NEW: X11Systray: The Arrange event is raised immediately after the end of the Show() method. - - - - - 5 changed files: - gb.desktop.x11/src/c_x11systray.c - gb.desktop.x11/src/systray/systray.c - gb.desktop.x11/src/systray/systray.h - gb.desktop.x11/src/systray/tray.c - gb.desktop.x11/src/systray/tray.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b39377f1d5f2c5ea0c14cd222f87f9e60c5ece65 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b39377f1d5f2c5ea0c14cd222f87f9e60c5ece65 You're 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 Mar 16 13:01:37 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Mar 2021 12:01:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Control.Resize() now correctly arrange parent even if the control was too small to be visible. Message-ID: <60509e221a2b9_b37147e433493@gitlab-sidekiq-low-urgency-cpu-bound-v1-654cc96f85-cnw7x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 931a87b1 by gambas at 2021-03-16T13:00:29+01:00 Control.Resize() now correctly arrange parent even if the control was too small to be visible. [GB.GTK3] * BUG: Control.Resize() now correctly arrange parent even if the control was too small to be visible. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/931a87b1b789bbe24556b97eaf59da85a97722f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/931a87b1b789bbe24556b97eaf59da85a97722f3 You're 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 Mar 16 13:35:53 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Mar 2021 12:35:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Picture: Picture.Load() was overriden so that it can deal with "icon:/" paths. Message-ID: <6050a62a99836_b3905830d6@gitlab-sidekiq-low-urgency-cpu-bound-v1-654cc96f85-5bfbl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 698041a1 by gambas at 2021-03-16T13:35:46+01:00 Picture: Picture.Load() was overriden so that it can deal with "icon:/" paths. [GB.GUI.BASE] * NEW: Picture: Picture.Load() was overriden so that it can deal with "icon:/" paths, but without cache, dark theme or right-to-left support like Picture[]. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Picture.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/698041a18735f36dd117fca7aa7344c92e19052d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/698041a18735f36dd117fca7aa7344c92e19052d You're 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 Mar 16 17:52:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Mar 2021 16:52:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListView: The left part of the items is now clickable as expected. Message-ID: <6050e25a692ef_c1d4d903215f@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bdb4d5f87-477sg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dca32b5e by gambas at 2021-03-16T17:52:34+01:00 ListView: The left part of the items is now clickable as expected. [GB.GUI.BASE] * BUG: ListView: The left part of the items is now clickable as expected. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/Test/FTestListView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dca32b5e620e759ac85e1f7b6e00577dcb1639d6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dca32b5e620e759ac85e1f7b6e00577dcb1639d6 You're 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 Mar 16 18:32:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Mar 2021 17:32:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Initial widget size is always taken into account event if the parent arrange its contents. Message-ID: <6050ebb6ad154_b47f3608868a@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bdb4d5f87-js277.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 24772200 by gambas at 2021-03-16T18:31:44+01:00 Initial widget size is always taken into account event if the parent arrange its contents. [GB.GTK] * BUG: Initial widget size is always taken into account event if the parent arrange its contents. [GB.GTK3] * BUG: Initial widget size is always taken into account event if the parent arrange its contents. [GB.QT4] * BUG: Initial widget size is always taken into account event if the parent arrange its contents. [GB.QT5] * BUG: Initial widget size is always taken into account event if the parent arrange its contents. - - - - - 2 changed files: - gb.gtk/src/gcontrol.cpp - gb.qt4/src/CContainer.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/247722000b34fbc0763ca2caa2b578c463bfba1b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/247722000b34fbc0763ca2caa2b578c463bfba1b You're 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 Mar 17 01:26:09 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 17 Mar 2021 00:26:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add some documentation. Message-ID: <60514ca2dcd11_b18ab4b0771f4@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c696698b7-4brgb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 85b348ac by gambas at 2021-03-17T01:26:01+01:00 Add some documentation. [GB.GUI.BASE] * NEW: Add some documentation. - - - - - 9 changed files: - comp/src/gb.gui.base/.src/GridView/_GridView_Cell.class - comp/src/gb.gui.base/.src/GridView/_GridView_Column.class - comp/src/gb.gui.base/.src/GridView/_GridView_Data.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Split/_Split.class - comp/src/gb.gui.base/.src/TreeView/TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/85b348ac55e666fed8f120e443c5d0ef24db1367 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/85b348ac55e666fed8f120e443c5d0ef24db1367 You're 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 Mar 17 01:26:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 17 Mar 2021 00:26:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compress and update some icons. Message-ID: <60514cc52c52e_c138a29c820bb@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c696698b7-vvb85.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9842a840 by gambas at 2021-03-17T01:26:36+01:00 Compress and update some icons. [GB.FORM.STOCK] * NEW: Compress and update some icons. - - - - - 30 changed files: - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/gambas-mono/128/error.png - comp/src/gb.form.stock/gambas-mono/128/gambas.png - comp/src/gb.form.stock/gambas-mono/128/question.png - comp/src/gb.form.stock/gambas-mono/128/warning.png - comp/src/gb.form.stock/gambas-mono/32/add.png - comp/src/gb.form.stock/gambas-mono/32/audio.png - comp/src/gb.form.stock/gambas-mono/32/battery.png - comp/src/gb.form.stock/gambas-mono/32/c.png - comp/src/gb.form.stock/gambas-mono/32/calendar.png - comp/src/gb.form.stock/gambas-mono/32/camera.png - comp/src/gb.form.stock/gambas-mono/32/cancel.png - comp/src/gb.form.stock/gambas-mono/32/cdrom.png - comp/src/gb.form.stock/gambas-mono/32/clear-rtl.png - comp/src/gb.form.stock/gambas-mono/32/clear.png - comp/src/gb.form.stock/gambas-mono/32/color-picker.png - comp/src/gb.form.stock/gambas-mono/32/color.png - comp/src/gb.form.stock/gambas-mono/32/component.png - comp/src/gb.form.stock/gambas-mono/32/connect.png - comp/src/gb.form.stock/gambas-mono/32/cpp.png - comp/src/gb.form.stock/gambas-mono/32/css.png - comp/src/gb.form.stock/gambas-mono/32/database.png - comp/src/gb.form.stock/gambas-mono/32/delete.png - comp/src/gb.form.stock/gambas-mono/32/development.png - comp/src/gb.form.stock/gambas-mono/32/directory.png - comp/src/gb.form.stock/gambas-mono/32/down.png - comp/src/gb.form.stock/gambas-mono/32/earth.png - comp/src/gb.form.stock/gambas-mono/32/eject.png - comp/src/gb.form.stock/gambas-mono/32/end.png - comp/src/gb.form.stock/gambas-mono/32/erase.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9842a840952934a9ba29626629ff4acc49c3affa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9842a840952934a9ba29626629ff4acc49c3affa You're 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 Mar 17 02:00:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 17 Mar 2021 01:00:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Preview folding synchronization is now instantaneous. Message-ID: <605154bab4571_b154898070094@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c696698b7-pxhz7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9ce110bc by gambas at 2021-03-17T02:00:33+01:00 TextEditor: Preview folding synchronization is now instantaneous. [GB.FORM.EDITOR] * OPT: TextEditor: Preview folding synchronization is now instantaneous. - - - - - 3 changed files: - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9ce110bc06be2f8f537e62da978318f7dec6c51f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9ce110bc06be2f8f537e62da978318f7dec6c51f You're 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 Mar 18 02:08:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Mar 2021 01:08:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextEditor: Fixes and documentation. Message-ID: <6052a81717be4_b38e00624d5@gitlab-sidekiq-low-urgency-cpu-bound-v1-ff878c47-649kv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 874f7ac9 by gambas at 2021-03-18T01:27:24+01:00 TextEditor: Fixes and documentation. [GB.FORM.EDITOR] * BUG: TextEditor: Fix GetIndent() method. * NEW: TextEditor: Add documentation. * BUG: TextEditor: Fix TextEditor.Styles interface. * BUG: TextEditor: Line number color is now correct when LineOffset property is used. * OPT: TextEditor: SaveCursor() now disables indent check and matching braces check until RestoreCursor() is called. * NEW: TextEditor: GetSelectedLines() is a new method that return an array of the selected lines. - - - - - 408b6414 by gambas at 2021-03-18T01:30:08+01:00 Code editor: Commenting and uncommenting is now a lot faster. [DEVELOPMENT ENVIRONMENT] * BUG: Use "small" icon size instead of fixed size almost everywhere. * OPT: Code editor: Commenting and uncommenting is now a lot faster. * BUG: Renaming a file displayed in the search result list does not crash anymore. * - - - - - c6213489 by gambas at 2021-03-18T01:47:41+01:00 TextEditor: Add documentation. [GB.FORM.EDITOR] * NEW: TextEditor: Add documentation. - - - - - 29 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Connection/FNewConnection.class - app/src/gambas3/.src/Dialog/Database/FFieldChooser.form - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/FSave.form - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/.src/Project/FMakeExecutable.form - app/src/gambas3/.src/Project/Farm/SoftwareBox.class - app/src/gambas3/.src/Project/Patch/FMakePatch.form - app/src/gambas3/.src/Project/Patch/FPatch.form - app/src/gambas3/.src/Translation/FTranslate.form - app/src/gambas3/.src/VersionControl/FProjectVersion.form - app/src/gambas3/.src/Welcome/FSystemInfo.form - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorStyle.class - + comp/src/gb.form.editor/.src/_TextEditorStyle.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.form.editor/.src/_TextEditor_State.class - comp/src/gb.form.editor/.src/_TextEditor_Styles.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9ce110bc06be2f8f537e62da978318f7dec6c51f...c62134897e8a2b751038a39ce94e38a9b06b2462 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9ce110bc06be2f8f537e62da978318f7dec6c51f...c62134897e8a2b751038a39ce94e38a9b06b2462 You're 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 Mar 18 17:26:07 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Mar 2021 16:26:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 11 commits: Splitter is a new container that replaces HSplit and VSplit. Its orientation... Message-ID: <60537f2190e42_bfd6c186128e@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bc9b5ffd9-l297m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d189731f by gambas at 2021-03-18T17:14:15+01:00 Splitter is a new container that replaces HSplit and VSplit. Its orientation is defined by its Arrangement property. [GB.GUI.BASE] * NEW: Splitter is a new container that replaces HSplit and VSplit. Its orientation is defined by its Arrangement property. - - - - - e58e3a6e by gambas at 2021-03-18T17:16:23+01:00 Fixes in FileView and FontChooser. [GB.FORM] * NEW: FileView: Ignore newlines when displaying the name of a file. * BUG: FontChooser: Do not show plus sign when the font size is absolute. * NEW: Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' stock icons. * NEW: Update deprecated controls icons. - - - - - 1b511c42 by gambas at 2021-03-18T17:17:49+01:00 Form editor: Add a "show deprecated" button in the toolbox. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic generation of deprecated controls icons. * NEW: Form editor: Add a "show deprecated" button in the toolbox. * NEW: Update deprecated controls icons. - - - - - 1d1b4fd4 by gambas at 2021-03-18T17:18:43+01:00 Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' icons. Update other 'text-*' icons. [GB.FORM.STOCK] * NEW: Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' icons. * NEW: Update other 'text-*' icons. - - - - - a5d16413 by gambas at 2021-03-18T17:20:30+01:00 Support for the GB_GUI_TRAYICON_NO_DBUS environment variable. [GB.GUI.TRAYICON] * NEW: Support for the GB_GUI_TRAYICON_NO_DBUS environment variable. - - - - - 4864e6a5 by gambas at 2021-03-18T17:21:09+01:00 Fix a typo in a comment. [GB.NET] * BUG: Fix a typo in a comment. - - - - - 79765ceb by gambas at 2021-03-18T17:21:38+01:00 Fix declaration of ScrollBar.DefaultSize property. [GB.GTK] * BUG: Fix declaration of ScrollBar.DefaultSize property. [GB.GTK3] * BUG: Fix declaration of ScrollBar.DefaultSize property. - - - - - bf7c562d by gambas at 2021-03-18T17:22:31+01:00 Add documentation. [GB.UTIL] * NEW: Add documentation. - - - - - ab99669d by gambas at 2021-03-18T17:22:59+01:00 TextEditor: Add documentation. [GB.FORM.EDITOR] * NEW: TextEditor: Add documentation. - - - - - ccd39227 by gambas at 2021-03-18T17:23:45+01:00 The default tray icon ignores dark theme now. [GB.DBUS.TRAYICON] * NEW: The default tray icon ignores dark theme now. - - - - - 0487b2ec by gambas at 2021-03-18T17:25:16+01:00 Store the cookie path inside the session, and use it when removing the cookie. [GB.WEB] * NEW: Add "SameSite=Lax" when removing the cookie. * BUG: Store the cookie path inside the session, and use it when removing the cookie. - - - - - 30 changed files: - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FToolBox.class - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/.src/Exported/TextEditor.class - + app/src/gambas3/img/control/deprecated.png - app/src/gambas3/img/control/embedder.png - app/src/gambas3/img/control/lcdnumber.png - + app/src/gambas3/img/control/splitter.png - comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - + comp/src/gb.form.stock/gambas-mono/32/text-bigger.png - comp/src/gb.form.stock/gambas-mono/32/text-bold.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-italic.png - comp/src/gb.form.stock/gambas-mono/32/text-lower.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - + comp/src/gb.form.stock/gambas-mono/32/text-smaller.png - comp/src/gb.form.stock/gambas-mono/32/text-strike.png - + comp/src/gb.form.stock/gambas-mono/32/text-sub.png - + comp/src/gb.form.stock/gambas-mono/32/text-super.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - comp/src/gb.form.stock/gambas-mono/32/text-underline.png - comp/src/gb.form.stock/gambas-mono/32/text-upper.png - comp/src/gb.form.stock/gambas/32/text-baseline.png - + comp/src/gb.form.stock/gambas/32/text-bigger.png - comp/src/gb.form.stock/gambas/32/text-bold.png - comp/src/gb.form.stock/gambas/32/text-bottom.png - comp/src/gb.form.stock/gambas/32/text-italic.png - comp/src/gb.form.stock/gambas/32/text-lower.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c62134897e8a2b751038a39ce94e38a9b06b2462...0487b2ecb34d3338935ea1c4375df797188d361b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c62134897e8a2b751038a39ce94e38a9b06b2462...0487b2ecb34d3338935ea1c4375df797188d361b You're 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 Mar 18 17:43:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Mar 2021 16:43:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: Keyword help pages are back. Message-ID: <6053833fdb53b_c38ef023298@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bc9b5ffd9-fl8jv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ba6e3895 by gambas at 2021-03-18T17:43:28+01:00 Automatic completion: Keyword help pages are back. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Keyword help pages are back. * OPT: Help widget does not refresh if we ask him the same URL. * BUG: Help widget keeps its zoom when being cleared. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/MHelp.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba6e3895964f8e543304abd8457e9441f5b2159f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba6e3895964f8e543304abd8457e9441f5b2159f You're 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 Mar 19 01:24:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 00:24:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: Fix TextEditor[].Paint() method. Message-ID: <6053ef2f737cd_c38ec83815@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-wn9fl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6015c70a by gambas at 2021-03-19T01:23:16+01:00 TextEditor: Fix TextEditor[].Paint() method. [GB.FORM.EDITOR] * BUG: TextEditor: Fix multi-line marker painting. * BUG: TextEditor: Fix TextEditor[].Paint() method. - - - - - 25b8fd4d by gambas at 2021-03-19T01:24:07+01:00 Code editor: Use the wait cursor during printing initialization. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Use the wait cursor during printing initialization. - - - - - 4 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/MPrint.module - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ba6e3895964f8e543304abd8457e9441f5b2159f...25b8fd4dd4f7e7a7ac437de1d2a57b66aa2d8cb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ba6e3895964f8e543304abd8457e9441f5b2159f...25b8fd4dd4f7e7a7ac437de1d2a57b66aa2d8cb6 You're 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 Mar 19 06:19:00 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 05:19:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Make executable dialog. Major/Minor/Release values can be changed on make executable dialog Message-ID: <60543444b5841_b1fdbdac3427e@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-bh8nd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc4de606 by Bruce Steers at 2021-03-16T02:26:59+00:00 Make executable dialog. Major/Minor/Release values can be changed on make executable dialog [DEVELOPMENT ENVIRONMENT] * NEW: Major/Minor/Release values can be changed on make executable dialog - - - - - 324d91d9 by Bruce Steers at 2021-03-16T13:44:25+00:00 remove code from previous write. * OPT: remove old and no onger needed "With Project" statement - - - - - 4fb9bd89 by Bruce Steers at 2021-03-17T00:59:59+00:00 Merge branch 'master' of https://gitlab.com/gambas/gambas into make-exe-versioning - - - - - 4ffcd9ef by Beno?t Minisini at 2021-03-19T05:18:57+00:00 Merge branch 'make-exe-versioning' into 'master' Make executable dialog. Major/Minor/Release values can be changed on make executable dialog See merge request gambas/gambas!207 - - - - - 2 changed files: - app/src/gambas3/.src/Project/FMakeExecutable.class - app/src/gambas3/.src/Project/FMakeExecutable.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/25b8fd4dd4f7e7a7ac437de1d2a57b66aa2d8cb6...4ffcd9efa60257637a4db1c833f3782d100564bd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/25b8fd4dd4f7e7a7ac437de1d2a57b66aa2d8cb6...4ffcd9efa60257637a4db1c833f3782d100564bd You're 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 Mar 19 06:51:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 05:51:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make executable dialog: Fix setting version feature. Message-ID: <60543be62f4b4_b3912023463@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-q28hr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5b3dff01 by gambas at 2021-03-19T06:51:26+01:00 Make executable dialog: Fix setting version feature. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Update support file. * BUG: Make executable dialog: Fix setting version feature. - - - - - 7 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/.src/Project/FMakeExecutable.class - app/src/gambas3/.src/Project/FMakeExecutable.form - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b3dff0151dcaf2254c48584be8b2c6c66f5c01a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b3dff0151dcaf2254c48584be8b2c6c66f5c01a You're 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 Mar 19 06:53:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 05:53:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'math' and 'statistics' icons. Fix some icons in the stock icons map file. Message-ID: <60543c4fccc30_c3b1783815c@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-k6dkh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 65a3ec8d by gambas at 2021-03-19T06:52:32+01:00 Add 'math' and 'statistics' icons. Fix some icons in the stock icons map file. [GB.FORM] * NEW: Add 'math' and 'statistics' icons. * BUG: Fix some icons in the stock icons map file. - - - - - 346c72fc by gambas at 2021-03-19T06:53:12+01:00 Add 'math' and 'statistics' icons. Change some icons. [GB.FORM.STOCK] * NEW: Add 'math' and 'statistics' icons. * NEW: Change some icons. - - - - - 10 changed files: - comp/src/gb.form.stock/gambas-mono/32/fullscreen.png - + comp/src/gb.form.stock/gambas-mono/32/math.png - + comp/src/gb.form.stock/gambas-mono/32/statistics.png - comp/src/gb.form.stock/gambas/128/plugin.png - + comp/src/gb.form.stock/gambas/128/statistics.png - comp/src/gb.form.stock/gambas/32/fullscreen.png - + comp/src/gb.form.stock/gambas/32/math.png - comp/src/gb.form.stock/gambas/32/plugin.png - + comp/src/gb.form.stock/gambas/32/statistics.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5b3dff0151dcaf2254c48584be8b2c6c66f5c01a...346c72fc5f63e0edb076683d3ee20bc5eac45641 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5b3dff0151dcaf2254c48584be8b2c6c66f5c01a...346c72fc5f63e0edb076683d3ee20bc5eac45641 You're 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 Mar 19 19:16:20 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 18:16:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Frame: The container contents width is now equal to the frame width, and the... Message-ID: <6054ea753ff0d_c8229907867d@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-7mvr5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a567fadd by gambas at 2021-03-19T19:16:12+01:00 Frame: The container contents width is now equal to the frame width, and the contents height is now equal to the frame height when there is no title. [GB.GUI.BASE] * NEW: Frame: The container contents width is now equal to the frame width, and the contents height is now equal to the frame height when there is no title. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Frame.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a567fadda19bfe5482c001c82f1c75271631d23e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a567fadda19bfe5482c001c82f1c75271631d23e You're 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 Mar 19 23:19:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Mar 2021 22:19:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Display cursor position and overwrite state in the status bar. Message-ID: <60552382619ed_b38f54432e9@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-br4th.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f9433549 by gambas at 2021-03-19T23:19:41+01:00 Code editor: Display cursor position and overwrite state in the status bar. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Display cursor position and overwrite state in the status bar. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f9433549635b01a347f7eadb4b4f2bf99557ef94 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f9433549635b01a347f7eadb4b4f2bf99557ef94 You're 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 Mar 20 14:55:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Mar 2021 13:55:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Display cursor position and overwrite state in the status bar. Message-ID: <6055fedc667f_c3fe058015808b@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-59cd5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ef56cfe by gambas at 2021-03-20T14:55:33+01:00 Code editor: Display cursor position and overwrite state in the status bar. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Form editor: Add a popup menu to the toolbox. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Editor/Form/FToolBox.class - app/src/gambas3/.src/Editor/Form/FToolBox.form - app/src/gambas3/img/control/deprecated.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ef56cfe481c6f223cbca1c77fb5e1ae2e5b0ba9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ef56cfe481c6f223cbca1c77fb5e1ae2e5b0ba9 You're 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 Mar 20 14:56:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Mar 2021 13:56:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Splitter: Correctly update the mouse cursor when the arrangement changes. Message-ID: <6055feffaf79d_b69cab8413420@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-j2kbn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a879b731 by gambas at 2021-03-20T14:56:07+01:00 Splitter: Correctly update the mouse cursor when the arrangement changes. [GB.GUI.BASE] * BUG: Splitter: Correctly update the mouse cursor when the arrangement changes. - - - - - 4 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Split/Splitter.class - comp/src/gb.gui.base/.src/Test/FTestSplit.class - comp/src/gb.gui.base/.src/Test/FTestSplit.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a879b7313c429f00a3e1db1c3bc1692e8eccb762 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a879b7313c429f00a3e1db1c3bc1692e8eccb762 You're 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 Mar 20 16:45:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Mar 2021 15:45:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Hide control before marking it destroyed, otherwise we may arrange an invalid object. Message-ID: <6056188bd1a8_b69cab841380a0@gitlab-sidekiq-low-urgency-cpu-bound-v1-c8b49c58c-j2kbn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac60e5e4 by gambas at 2021-03-20T16:44:22+01:00 Hide control before marking it destroyed, otherwise we may arrange an invalid object. [GB.GTK] * BUG: Hide control before marking it destroyed, otherwise we may arrange an invalid object. [GB.GTK3] * BUG: Hide control before marking it destroyed, otherwise we may arrange an invalid object. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac60e5e43eba0255e4afcd0031e2a1ffc423b220 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac60e5e43eba0255e4afcd0031e2a1ffc423b220 You're 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 Mar 21 01:37:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 21 Mar 2021 00:37:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Fix custom drawing of Splitter and Toolbar. Control groups are... Message-ID: <6056955e2f21_c39ad0858ce@gitlab-sidekiq-low-urgency-cpu-bound-v1-7596b58d7c-hbrr2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dae25cb5 by gambas at 2021-03-21T01:37:42+01:00 Form editor: Fix custom drawing of Splitter and Toolbar. Control groups are now translated in the toolbox. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Form editor: Fix custom drawing of Splitter and Toolbar. * BUG: Form editor: Do not show deprecated controls is similar list, unless they are visible in the toolbox. * NEW: Form editor: Control groups are now translated in the toolbox. - - - - - 11 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FToolBox.class - app/src/gambas3/.src/Editor/Form/FToolPanel.class - app/src/gambas3/.src/Editor/Form/FToolPanel.form - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Family/Form/CFamilyForm.class - + app/src/gambas3/img/16/configure.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dae25cb58bc75a469a473f46e4587e76221736d2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dae25cb58bc75a469a473f46e4587e76221736d2 You're 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 Mar 22 23:07:31 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 22 Mar 2021 22:07:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Update PictureBox control icon. Message-ID: <6059152418a4_b38fb874154@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d8c4b59c7-vmvq7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b0afa5c8 by gambas at 2021-03-21T21:52:51+01:00 Update PictureBox control icon. [DEVELOPMENT ENVIRONMENT] * NEW: Update PictureBox control icon. - - - - - d3b77b13 by gambas at 2021-03-21T21:53:08+01:00 Update ImageView control icon. [GB.FORM] * NEW: Update ImageView control icon. - - - - - d980c99f by gambas at 2021-03-21T21:54:17+01:00 Update emote icons. [GB.FORM.STOCK] * NEW: Make 128 pixels version of emote icons. * NEW: Make emote icons "more yellow". - - - - - 6e445e48 by gambas at 2021-03-22T02:20:03+01:00 IconView: The renaming widget does not propagate the ESC key anymore.^ [GB.GUI.BASE] * BUG: IconView: The renaming widget does not propagate the ESC key anymore. - - - - - c2650ef4 by gambas at 2021-03-22T22:59:18+01:00 TextEditor: Scroll to the top left when reinitializing the view. [GB.FORM.EDITOR] * NEW: TextEditor: Scroll to the top left when reinitializing the view. * NEW: TextEditor: Highlight current tabulation context with a thinner line using the margin limit color. - - - - - 66d4ea1c by gambas at 2021-03-22T22:59:52+01:00 FontChooser: Correctly handle focus when the layout changes. [GB.FORM] * NEW: Update control icons. * BUG: FontChooser: Correctly handle focus when the layout changes. - - - - - ac8e3f37 by gambas at 2021-03-22T23:00:33+01:00 Color chooser dialog: Correctly handle double-click when the first tab is selected. [DEVELOPMENT ENVIRONMENT] * NEW: Update control icons. * BUG: Color chooser dialog: Correctly handle double-click when the first tab is selected. - - - - - a7ac4372 by gambas at 2021-03-22T23:01:02+01:00 Update 'font' icon. [GB.FORM.STOCK] * NEW: Update 'font' icon. - - - - - fdcab401 by gambas at 2021-03-22T23:07:03+01:00 Toolbar: Don't use a specific dark theme background pattern for toolbars in configuration mode [GB.FORM.MDI] * NEW: Toolbar: Don't use a specific dark theme background pattern for toolbars in configuration mode - - - - - 30 changed files: - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Dialog/FColorChooser.form - app/src/gambas3/img/control/button.png - app/src/gambas3/img/control/columnview.png - app/src/gambas3/img/control/combobox.png - app/src/gambas3/img/control/iconview.png - app/src/gambas3/img/control/listview.png - app/src/gambas3/img/control/moviebox.png - app/src/gambas3/img/control/picturebox.png - app/src/gambas3/img/control/spinbox.png - app/src/gambas3/img/control/textbox.png - app/src/gambas3/img/control/togglebutton.png - app/src/gambas3/img/control/toolbutton.png - app/src/gambas3/img/control/treeview.png - app/src/gambas3/img/family/expand.png - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.mdi/.project - ? comp/src/gb.form.mdi/.src/Tests/Form3.class - ? comp/src/gb.form.mdi/.src/Tests/Form3.form - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class - comp/src/gb.form.stock/gambas-mono/32/font.png - + comp/src/gb.form.stock/gambas/128/emote-cool.png - + comp/src/gb.form.stock/gambas/128/emote-crying.png - + comp/src/gb.form.stock/gambas/128/emote-happy.png - + comp/src/gb.form.stock/gambas/128/emote-laugh.png - + comp/src/gb.form.stock/gambas/128/emote-plain.png - + comp/src/gb.form.stock/gambas/128/emote-raspberry.png - + comp/src/gb.form.stock/gambas/128/emote-sad.png - + comp/src/gb.form.stock/gambas/128/emote-surprise.png - + comp/src/gb.form.stock/gambas/128/emote-uncertain.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dae25cb58bc75a469a473f46e4587e76221736d2...fdcab401a763b866b3ea53fb70743ccf5047a01c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dae25cb58bc75a469a473f46e4587e76221736d2...fdcab401a763b866b3ea53fb70743ccf5047a01c You're 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 Mar 23 00:09:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 22 Mar 2021 23:09:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Handle component documentation written inside code automatically, like the wiki. Message-ID: <605923a5f014f_b1ab5e4055149@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d8c4b59c7-rvhms.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dd1a3545 by gambas at 2021-03-23T00:09:19+01:00 Help browser: Handle component documentation written inside code automatically, like the wiki. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: The style sheet is correctly reset after having downloaded a new version of the offline help. * NEW: Help browser: Handle component documentation written inside code automatically, like the wiki. - - - - - 6 changed files: - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Help/Wiki/Wiki.module - app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/help/wiki/page.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dd1a354566ed0296040f9c123ff7170095fcf4d8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dd1a354566ed0296040f9c123ff7170095fcf4d8 You're 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 Mar 24 15:56:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 24 Mar 2021 14:56:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 11 commits: [Scripter] Message-ID: <605b531b5fae2_c1301654194b7@gitlab-sidekiq-low-urgency-cpu-bound-v1-dfc789854-hgwhz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cf7d874f by Brian G at 2021-03-19T09:27:58-07:00 [Scripter] * BUG: Class keyword is not correctly interpreted inside a script file - Defined ClassRef for script files * OPT: Improved Tokenize rediced number of if checks - - - - - ce03b8ab by Brian G at 2021-03-20T20:46:14-07:00 [Scripter] * Bug: Use entry like use user.home &/ "mylib" are now evaluated correctly * NEW: Added Support for --convert-script to convert a script to a project * NEW: Scripter will now execute a project directly when directory name is provided in place of script * NEW: Added Support for pluggin scripts, script is output as a class with _Call(...) instead of main() * NEW: -p and --pluggin added for plugin support - - - - - 72b257e8 by Brian G at 2021-03-21T06:28:01-07:00 [Scripter] * BUG: Compiled plugin does not correctly return value as variant _call(...) as variant - - - - - e9f841de by Brian G at 2021-03-21T06:40:47-07:00 [Scripter] * BUG: Cleanup unused parameters in Process Use statement - - - - - deff7eb2 by Brian G at 2021-03-21T07:35:45-07:00 [Scripter] * BUG: fixed - Error identifying SUB .. end if reached end of file - - - - - 66c7784e by Brian G at 2021-03-21T08:54:38-07:00 [Scripter] * BUG: Error Listing Misses some error locations * NEW: Plugins now have a read only property for , version, title, name, ...., general project info - - - - - 26cc14af by Brian G at 2021-03-22T15:55:55-07:00 [Scripter] * New: Allow Scripter to be loaded as a component to manage plugins - - - - - 603e5492 by Brian G at 2021-03-23T11:39:54-07:00 [Scripter] * BUG: Fixed Incorrent TEMP() handeling when many plugins are loaded/compiled in same session * NEW: Added Filter for Script functions based upon, regexp expressions * BUG: FIXED Incorrect Call to CompileError in Virtual Project when Unable to create Project Dir * OPT: Changed how 'Class classname' definitions are handled inside script files, Dropped ClassDef - - - - - 67a507f6 by Brian G at 2021-03-23T11:52:10-07:00 [Scripter] * OPT: Cleanup change Log - - - - - bdf80176 by Brian G at 2021-03-23T13:02:39-07:00 [Scripter] * New: Display error even if wrong file reports error - - - - - 879e2229 by Beno?t Minisini at 2021-03-24T14:56:19+00:00 Merge branch 'ScripterMoreUpdates' into 'master' [Scripter] See merge request gambas/gambas!210 - - - - - 28 changed files: - app/src/gbs3/.hidden/CHANGELOG - app/src/gbs3/.icon.png - app/src/gbs3/.project - app/src/gbs3/.src/CompileError.module - app/src/gbs3/.src/Context.class - app/src/gbs3/.src/ConvertProject.module - app/src/gbs3/.src/GenerateFiles.module - app/src/gbs3/.src/GenerateFromLazyScript.module - app/src/gbs3/.src/MServerPage.module - app/src/gbs3/.src/MakeListing.module - app/src/gbs3/.src/MakeVirtualProject.module - app/src/gbs3/.src/ParseArgs.module - + app/src/gbs3/.src/PluginInfo.module - app/src/gbs3/.src/Reader.class - + app/src/gbs3/.src/ScriptKeywordFilter.module - app/src/gbs3/.src/MMain.module ? app/src/gbs3/.src/ScriptMain.module - app/src/gbs3/.src/ScriptPreProcess.module - + app/src/gbs3/.src/ScriptTestPluginMode.module - + app/src/gbs3/.src/Scripter.class - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/.src/TestSuite/TaMServerPages.test - app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test - app/src/gbs3/.src/TestSuite/TcMMainFunctions.test - app/src/gbs3/.src/UseLibComp.module - + app/src/gbs3/RunComponent - + app/src/gbs3/TestPlugin - + app/src/gbs3/TestPlugin2 - app/src/gbs3/usage-gbs View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd1a354566ed0296040f9c123ff7170095fcf4d8...879e2229014d51529689d76ff3f0b3d283cb8768 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd1a354566ed0296040f9c123ff7170095fcf4d8...879e2229014d51529689d76ff3f0b3d283cb8768 You're 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 Mar 24 17:43:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 24 Mar 2021 16:43:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TextEditor: Alternate color is a bit less transparent. Message-ID: <605b6c217156d_b1f082048758c@gitlab-sidekiq-low-urgency-cpu-bound-v1-dfc789854-lb5pt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 71464bc5 by gambas at 2021-03-23T05:34:15+01:00 TextEditor: Alternate color is a bit less transparent. [GB.FORM.EDITOR] * NEW: TextEditor: Alternate color is a bit less transparent. - - - - - 4b89afbe by gambas at 2021-03-23T05:35:08+01:00 HTML highlighting: Markups can now span on multiple lines. [GB.EVAL.HIGHLIGHT] * BUG: HTML highlighting: Markups can now span on multiple lines. - - - - - 9724509d by gambas at 2021-03-24T15:56:38+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2d45111b by gambas at 2021-03-24T17:42:35+01:00 Fix Float[].Stat.Correlation() signature. [GB.GSL] * BUG: Fix Float[].Stat.Correlation() signature. - - - - - 5 changed files: - comp/src/gb.eval.highlight/.src/Main.module - comp/src/gb.eval.highlight/.src/TextHighlighter_Html.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - gb.gsl/src/c_float_array.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/879e2229014d51529689d76ff3f0b3d283cb8768...2d45111b02545158f8bc344f92458bfab270dde1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/879e2229014d51529689d76ff3f0b3d283cb8768...2d45111b02545158f8bc344f92458bfab270dde1 You're 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 Mar 24 19:31:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 24 Mar 2021 18:31:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Form history now takes the associated class file into account. Message-ID: <605b85971fd72_b303659471239@gitlab-sidekiq-low-urgency-cpu-bound-v1-dfc789854-r6jdh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cdc500fe by gambas at 2021-03-24T19:31:42+01:00 Version control: Form history now takes the associated class file into account. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Form history now takes the associated class file into account. * NEW: Make the alternate color of 'Gambas' color theme yellow. - - - - - 7 changed files: - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/theme/gambas View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdc500fe5b28a311f3effd54272157ac8e64cfc4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cdc500fe5b28a311f3effd54272157ac8e64cfc4 You're 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 Mar 24 23:25:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 24 Mar 2021 22:25:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update documentation, and fix the DocumentView class. Message-ID: <605bbc4c2dd46_c67e7f10806cb@gitlab-sidekiq-low-urgency-cpu-bound-v1-dfc789854-qj67g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 54512b61 by gambas at 2021-03-24T22:34:38+01:00 Update documentation, and fix the DocumentView class. [GB.FORM] * NEW: Update documentation. * NEW: DocumentView: 'AutoCenter' has been renamed as 'Center', 'Column' is now 'Columns', 'Row' has been removed. * NEW: DocumentView: The useless Layout.Orientation property has been removed. * BUG: DocumentView: Some fixes in property validation. - - - - - bbf2c0f6 by gambas at 2021-03-24T22:35:42+01:00 Update to the new DocumentView interface. [GB.FORM.PRINT] * NEW: Update to the new DocumentView interface. * BUG: Clicking of the selected view mode button now does not unselect it anymore. - - - - - bc0a5a63 by gambas at 2021-03-24T23:25:02+01:00 Update documentation. Some DocumentView fixes again. [GB.FORM] * NEW: Update documentation. * NEW: DocumentView: Remove useless methods MoveFirst(), MoveLast(), MoveTo(). * NEW: DocumentView: Rename FirstVisibleDocument and LastVisibleDocument as FirstVisiblePage and LastVisiblePage. * BUG: DocumentView: Setting Center property now relayout the preview. - - - - - 14 changed files: - comp/src/gb.form.print/.src/FPreview.class - comp/src/gb.form.print/.src/FPreview.form - comp/src/gb.form.print/.src/MTest.module - + comp/src/gb.form/.hidden/window.png - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/Date/DateChooser.class - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.form/.src/DocumentView/_DocumentItem.class - comp/src/gb.form/.src/DocumentView/_DocumentLayout.class - comp/src/gb.form/.src/File/Bookmarks.class - comp/src/gb.form/.src/File/Chooser/DirChooser.class - comp/src/gb.form/.src/Test/FDocumentView.class - comp/src/gb.form/.src/Test/FDocumentView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdc500fe5b28a311f3effd54272157ac8e64cfc4...bc0a5a63f40fbfc43623a2a0eb043b8b9653ccba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdc500fe5b28a311f3effd54272157ac8e64cfc4...bc0a5a63f40fbfc43623a2a0eb043b8b9653ccba You're 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 Mar 25 01:16:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Mar 2021 00:16:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: When compiling forms, errors at the end of the class file are not associated with the form anymore. Message-ID: <605bd66b6d55b_b391e86955a@gitlab-sidekiq-low-urgency-cpu-bound-v1-dfc789854-7hgdb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 98fffa60 by gambas at 2021-03-25T01:14:37+01:00 When compiling forms, errors at the end of the class file are not associated with the form anymore. [COMPILER] * BUG: When compiling forms, errors at the end of the class file are not associated with the form anymore. - - - - - 1e00cef2 by gambas at 2021-03-25T01:16:32+01:00 Correctly locate compiler errors when the errors occurs at the very end of the class file. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Clicking on the clear button while editing a property value now resets the property to its default value. * BUG: Correctly locate compiler errors when the errors occurs at the very end of the class file. - - - - - 6 changed files: - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Project.module - app/src/gambas3/img/logo/project.png - main/gbc/gbc_header.c - main/gbc/gbc_read.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc0a5a63f40fbfc43623a2a0eb043b8b9653ccba...1e00cef296c1a9143fd4280412a8fc3ffbefa083 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc0a5a63f40fbfc43623a2a0eb043b8b9653ccba...1e00cef296c1a9143fd4280412a8fc3ffbefa083 You're 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 Mar 25 23:53:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 25 Mar 2021 22:53:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: File renaming takes "compress file in executable" flag into account. Message-ID: <605d147ed726b_b48f587875247@gitlab-sidekiq-low-urgency-cpu-bound-v1-55c58585d6-sgxlc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9d475897 by gambas at 2021-03-25T23:53:45+01:00 Project tree: File renaming takes "compress file in executable" flag into account. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: File renaming takes "compress file in executable" flag into account. * NEW: Project tree: Add a "show untranslatable files" filter. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - 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/9d475897faf129282f8c176eeff28278c956b06e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9d475897faf129282f8c176eeff28278c956b06e You're 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 Mar 26 14:45:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 26 Mar 2021 13:45:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File compression: Forgot the "of" keyword in the javascript compression algorithm. Message-ID: <605de577b19df_b390e449767@gitlab-sidekiq-low-urgency-cpu-bound-v1-7bdf75f87d-pplg7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f01f4e6 by gambas at 2021-03-26T14:45:14+01:00 File compression: Forgot the "of" keyword in the javascript compression algorithm. [DEVELOPMENT ENVIRONMENT] * BUG: File compression: Forgot the "of" keyword in the javascript compression algorithm. * BUG: Project open dialog: Fix overlapping text when drawing project titles. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/MCompressFile.module - app/src/gambas3/.src/Project/ProjectBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f01f4e690d996ec162847c728371bb0abea1c86 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f01f4e690d996ec162847c728371bb0abea1c86 You're 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 Mar 27 13:21:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 27 Mar 2021 12:21:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [SCRIPTER] Message-ID: <605f2360cca1_b39260127614@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-db7hl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4001d098 by Brian G at 2021-03-26T13:46:26-07:00 [SCRIPTER] * New: Update man page for gbs3 - - - - - e76bf845 by Beno?t Minisini at 2021-03-27T12:21:49+00:00 Merge branch 'SCripterDocUpdates' into 'master' [SCRIPTER] See merge request gambas/gambas!211 - - - - - 1 changed file: - app/man/gbs3.1 View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4f01f4e690d996ec162847c728371bb0abea1c86...e76bf8455d48252c0f19ff6342071e5385854acc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4f01f4e690d996ec162847c728371bb0abea1c86...e76bf8455d48252c0f19ff6342071e5385854acc You're 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 Mar 27 14:17:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 27 Mar 2021 13:17:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make source archive: Display the right error message when an unsupported... Message-ID: <605f3075cc5a6_b788e082583b@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-gj58z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b529ca0f by gambas at 2021-03-27T14:17:33+01:00 Make source archive: Display the right error message when an unsupported archive format extension is selected. [DEVELOPMENT ENVIRONMENT] * BUG: Make source archive: Display the right error message when an unsupported archive format extension is selected. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b529ca0ff922832a4a73f45bd13e8816ddfd67dc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b529ca0ff922832a4a73f45bd13e8816ddfd67dc You're 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 Mar 27 19:18:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 27 Mar 2021 18:18:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: [Scripter] Message-ID: <605f76dd30e37_bde356436394@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-gj58z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eae8620c by Brian G at 2021-03-27T07:58:58-07:00 [Scripter] * New: Update License - - - - - 45bdf89d by Brian G at 2021-03-27T08:52:05-07:00 [SCRIPTER] * BUG: Correct Man page errors - - - - - ae706a10 by Beno?t Minisini at 2021-03-27T18:18:01+00:00 Merge branch 'SCripterDocUpdates' into 'master' [Scripter] See merge request gambas/gambas!213 - - - - - 2 changed files: - app/man/gbs3.1 - app/src/gbs3/license View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b529ca0ff922832a4a73f45bd13e8816ddfd67dc...ae706a1068a9b59a81063425624de2a3ae68b721 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b529ca0ff922832a4a73f45bd13e8816ddfd67dc...ae706a1068a9b59a81063425624de2a3ae68b721 You're 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 Mar 27 19:22:00 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 27 Mar 2021 18:22:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update AUTHORS file. Message-ID: <605f77c95bc8d_c2279104117075@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-xwxgw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 91b60969 by gambas at 2021-03-27T19:21:40+01:00 Update AUTHORS file. [CONFIGURATION] * NEW: Update AUTHORS file. - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91b60969c1a9e5f164a56a2d30665702a3260abc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/91b60969c1a9e5f164a56a2d30665702a3260abc You're 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 Mar 28 00:36:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 27 Mar 2021 23:36:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update AUTHORS file again. Message-ID: <605fc1702073c_b392601451b2@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-db7hl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0b413459 by gambas at 2021-03-28T00:19:19+01:00 Update AUTHORS file again. [CONFIGURATION] * NEW: Update AUTHORS file again. - - - - - 4eabb022 by gambas at 2021-03-28T00:21:45+01:00 FontChooser: Add a button to toggle the font preview in the font tree. [GB.FORM] * NEW: Update documentation. * NEW: FontChooser: Add a button to toggle the font preview in the font tree. - - - - - 89883696 by gambas at 2021-03-28T00:34:39+01:00 Update 'preview' icon. [GB.FORM.STOCK] * NEW: Update 'preview' icon. - - - - - 19 changed files: - AUTHORS - comp/src/gb.form.stock/gambas-mono/32/preview.png - comp/src/gb.form.stock/gambas/128/preview.png - comp/src/gb.form.stock/gambas/32/preview.png - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Chooser/DirChooser.class - comp/src/gb.form/.src/File/Chooser/FileChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.form/.src/Font/FontChooser.class - comp/src/gb.form/.src/IconPanel/_IconPanelContainer.class - comp/src/gb.form/.src/ListEditor/ListEditor.class - comp/src/gb.form/.src/MultiContainer/_MultiContainer.class - comp/src/gb.form/.src/MultiContainer/_MultiContainerTab.class - comp/src/gb.form/.src/Test/FTestFontChooser.form - comp/src/gb.form/.src/ToolPanel/ToolPanel.class - comp/src/gb.form/.src/ToolPanel/_ToolPanelContainer.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/91b60969c1a9e5f164a56a2d30665702a3260abc...898836967ff09872b0b4a03809555b54aca890a5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/91b60969c1a9e5f164a56a2d30665702a3260abc...898836967ff09872b0b4a03809555b54aca890a5 You're 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 Mar 29 00:59:20 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 28 Mar 2021 22:59:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix menu delayed deletion. Message-ID: <60610a4a1880c_b7f107501506e7@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-7mpbp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ec0fa24a by gambas at 2021-03-29T00:58:46+02:00 Fix menu delayed deletion. [GB.GTK] * BUG: Fix menu delayed deletion. [GB.GTK3] * BUG: Fix menu delayed deletion. - - - - - 2 changed files: - gb.gtk/src/gmenu.cpp - gb.gtk/src/gmenu.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec0fa24a64867be1bae0ec6cffac759cb720bcb3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec0fa24a64867be1bae0ec6cffac759cb720bcb3 You're 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 Mar 29 12:44:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 29 Mar 2021 10:44:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Frame: Draw border differently to avoir differences in coordinates rounding between Qt and Cairo. Message-ID: <6061afa89ffd7_b15d0664250c3@gitlab-sidekiq-low-urgency-cpu-bound-v1-794fcc5ff8-b4g4l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 06e1bd1a by gambas at 2021-03-29T12:41:59+02:00 Frame: Draw border differently to avoir differences in coordinates rounding between Qt and Cairo. [GB.GUI.BASE] * BUG: Frame: Draw border differently to avoir differences in coordinates rounding between Qt and Cairo. - - - - - 3 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Frame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06e1bd1a3430310316f4d77ccb5e00da4016cf79 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06e1bd1a3430310316f4d77ccb5e00da4016cf79 You're 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 Mar 30 13:17:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 30 Mar 2021 11:17:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: WAIT instruction now processes all pending events. Message-ID: <606308c3ea483_10fc3c6c1542a@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c46f65758-27str.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9dd1ec0a by gambas at 2021-03-30T13:16:58+02:00 WAIT instruction now processes all pending events. [GB.GTK] * BUG: WAIT instruction now processes all pending events. - - - - - a41ae3d0 by gambas at 2021-03-30T13:17:07+02:00 WAIT instruction now processes all pending events. [GB.GTK3] * BUG: WAIT instruction now processes all pending events. - - - - - 3 changed files: - gb.gtk/src/main.cpp - gb.gtk/src/watcher.cpp - gb.gtk3/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/06e1bd1a3430310316f4d77ccb5e00da4016cf79...a41ae3d0bf413670b6c773db8c8e93db28034177 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/06e1bd1a3430310316f4d77ccb5e00da4016cf79...a41ae3d0bf413670b6c773db8c8e93db28034177 You're 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 Mar 30 20:50:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 30 Mar 2021 18:50:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Fix default value of color properties when the clear button is clicked. Message-ID: <60637300c703e_f35843c01140f5@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c46f65758-xt8vq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 28a7502a by gambas at 2021-03-30T20:50:25+02:00 Form editor: Fix default value of color properties when the clear button is clicked. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix default value of color properties when the clear button is clicked. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/28a7502a88aebb04b0643150cb97cb5a7c4b87ea -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/28a7502a88aebb04b0643150cb97cb5a7c4b87ea You're 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 Mar 30 20:51:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 30 Mar 2021 18:51:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix minimum widget size management. Message-ID: <606373488ab6c_11393b4331d6@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c46f65758-kkd77.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dd16ccc8 by gambas at 2021-03-30T20:51:23+02:00 Fix minimum widget size management. [GB.GTK3] * BUG: Fix minimum widget size management. - - - - - 2 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dd16ccc82428347c1abd9fca92255615d98ac737 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dd16ccc82428347c1abd9fca92255615d98ac737 You're 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 Mar 31 13:26:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 31 Mar 2021 11:26:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Menu: Use the busy sign when waiting for the Click event answer. Message-ID: <60645c68dd54b_f10ef884644fe@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fd8cff76-kqfmt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2fba57f0 by gambas at 2021-03-31T13:26:24+02:00 Menu: Use the busy sign when waiting for the Click event answer. [GB.WEB.GUI] * NEW: Menu: Use the busy sign when waiting for the Click event answer. - - - - - 3 changed files: - comp/src/gb.web.gui/.src/Menu/FPopupMenu.class - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2fba57f0639626f4f00d5d1a0cee2757de319935 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2fba57f0639626f4f00d5d1a0cee2757de319935 You're 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 Mar 31 16:21:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 31 Mar 2021 14:21:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ReportView: The DocumentView "AutoCenter" property has been renamed as "Center". Message-ID: <6064856f7a736_10aaf00028527@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fd8cff76-wxcs2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bd8427d0 by gambas at 2021-03-31T16:21:27+02:00 ReportView: The DocumentView "AutoCenter" property has been renamed as "Center". [GB.REPORT2] * BUG: ReportView: The DocumentView "AutoCenter" property has been renamed as "Center". - - - - - 1 changed file: - comp/src/gb.report2/.src/Viewer/ReportView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bd8427d09f3e7931ef9ee872bb9b4002bbb45b2c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bd8427d09f3e7931ef9ee872bb9b4002bbb45b2c You're 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 Mar 31 17:03:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 31 Mar 2021 15:03:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ReportView: The DocumentView "Column" property has been renamed as "Columns". Message-ID: <60648f5deaf89_fa107c534ae@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fd8cff76-9kk6k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eb0cb18b by gambas at 2021-03-31T17:03:49+02:00 ReportView: The DocumentView "Column" property has been renamed as "Columns". [GB.REPORT2] * BUG: ReportView: The DocumentView "Column" property has been renamed as "Columns". - - - - - 1 changed file: - comp/src/gb.report2/.src/Viewer/ReportView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eb0cb18b7d4a16009b5d803dc98134ca68dd44c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eb0cb18b7d4a16009b5d803dc98134ca68dd44c3 You're 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 Mar 31 18:55:09 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 31 Mar 2021 16:55:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ReportView: The DocumentView "FirstVisibleDocument" property has been renamed... Message-ID: <6064a96e8e61e_1015d05101839e@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fd8cff76-97tbq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 29b7fd13 by gambas at 2021-03-31T18:55:00+02:00 ReportView: The DocumentView "FirstVisibleDocument" property has been renamed as "FirstVisiblePage". [GB.REPORT2] * BUG: ReportView: The DocumentView "FirstVisibleDocument" property has been renamed as "FirstVisiblePage". - - - - - 1 changed file: - comp/src/gb.report2/.src/Viewer/ReportView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/29b7fd13cef096cd021895570bdb6426fab218e6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/29b7fd13cef096cd021895570bdb6426fab218e6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: