From gitlab at mg.gitlab.com Sun Oct 1 09:16:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 01 Oct 2023 07:16:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Big optimization of the interpreter loop by using a local program counter. Message-ID: <65191cbe2cc48_29a5230-2bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c65bfd766-z8hcp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ee81ba60 by Beno?t Minisini at 2023-10-01T09:14:13+02:00 Big optimization of the interpreter loop by using a local program counter. [INTERPRETER] * OPT: Big optimization of the interpreter loop by using a local program counter. * NEW: Use one short integer less in the bytecode files for each function using computed Goto. [COMPILER] * NEW: Use one short integer less in the bytecode files for each function using computed Goto. - - - - - 7 changed files: - main/gbc/gbc_output.c - main/gbx/gbx_class.h - main/gbx/gbx_class_load.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_exec_loop.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee81ba602a8f2e9b140c2d08c6f64a5c36fc6cf7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ee81ba602a8f2e9b140c2d08c6f64a5c36fc6cf7 You're 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 Oct 2 23:20:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Oct 2023 21:20:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the... Message-ID: <651b341b3e08c_2aa51e09807e@gitlab-sidekiq-low-urgency-cpu-bound-v2-589c947878-h6w5r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c9ac1d8 by Beno?t Minisini at 2023-10-02T23:17:52+02:00 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the user has scrolled the mouse wheel at least 15? during a mouse wheel event. [GB.GTK] * NEW: 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the user has scrolled the mouse wheel at least 15? during a mouse wheel event. At the moment this property always returns TRUE on GTK. [GB.GTK3] * NEW: 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the user has scrolled the mouse wheel at least 15? during a mouse wheel event. At the moment this property always returns TRUE on GTK. [GB.QT4] * NEW: 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the user has scrolled the mouse wheel at least 15? during a mouse wheel event. [GB.QT5] * NEW: 'Mouse.FullDelta' is a new boolean property that returns TRUE each time the user has scrolled the mouse wheel at least 15? during a mouse wheel event. - - - - - 4 changed files: - gb.gtk/src/CMouse.cpp - gb.qt4/src/CMouse.cpp - gb.qt4/src/CMouse.h - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c9ac1d884cdbc64dd7f6de3be00dcf23207e868 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c9ac1d884cdbc64dd7f6de3be00dcf23207e868 You're 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 Oct 2 23:22:15 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Oct 2023 21:22:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Mouse wheel events are take into account only in read-only mode.... Message-ID: <651b3487ace41_2aa526c14095@gitlab-sidekiq-low-urgency-cpu-bound-v2-589c947878-dskq9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cf603849 by Beno?t Minisini at 2023-10-02T23:22:08+02:00 ComboBox: Mouse wheel events are take into account only in read-only mode. ScrollArea: Double the scroll speed when using the mouse wheel. [GB.GUI.BASE] * NEW: ComboBox: Mouse wheel events are take into account only in read-only mode. * NEW: ComboBox: Use the new 'Mouse.FullDelta' property to behave correctly with mouse with high wheel rotation precision. * NEW: ScrollArea: Double the scroll speed when using the mouse wheel. - - - - - 4 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/Test/FTestCombo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf6038498bbab0e9c14a893516148b99d5ddffd3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf6038498bbab0e9c14a893516148b99d5ddffd3 You're 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 Oct 3 00:31:18 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Oct 2023 22:31:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of 'gb.qt4' Message-ID: <651b44b6b4148_2ba5244465ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-589c947878-bcg72.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6786d972 by Beno?t Minisini at 2023-10-03T00:30:44+02:00 Fix compilation of 'gb.qt4' [GB.QT4] * BUG: Fix compilation of 'gb.qt4'. - - - - - 4 changed files: - gb.qt4/share/gb.form.arrangement.h - gb.qt4/src/CPicture.cpp - gb.qt4/src/CScreen.cpp - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6786d9727556f4dbf0b4cd431549dd622adabc71 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6786d9727556f4dbf0b4cd431549dd622adabc71 You're 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 Oct 3 00:59:40 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 02 Oct 2023 22:59:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Really fix the compilation of 'gb.qt4'. Message-ID: <651b4b5caaa7b_2aa5424137d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-589c947878-6dm9h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fde41ec7 by Beno?t Minisini at 2023-10-03T00:59:08+02:00 Really fix the compilation of 'gb.qt4'. [GB.QT4] * BUG: Really fix the compilation of 'gb.qt4'. - - - - - 2 changed files: - gb.qt4/src/CPicture.cpp - gb.qt4/src/CScreen.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fde41ec7cfaf1847ab21fb8754003240862c0010 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fde41ec7cfaf1847ab21fb8754003240862c0010 You're 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 Oct 3 08:06:41 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Oct 2023 06:06:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Still trying to fix 'gb.qt4' compilation. Message-ID: <651baf71a68bf_2aa5244846e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5cf6c75464-8lrb7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 62764b86 by Beno?t Minisini at 2023-10-03T08:06:12+02:00 Still trying to fix 'gb.qt4' compilation. [GB.QT4] * BUG: Still trying to fix 'gb.qt4' compilation. - - - - - 2 changed files: - gb.qt4/src/CPicture.cpp - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/62764b8672c65d2740ebbb06999a20e32d5f630a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/62764b8672c65d2740ebbb06999a20e32d5f630a You're 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 Oct 3 08:52:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Oct 2023 06:52:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try again to make 'gb.qt4 compile. Message-ID: <651bba275132b_2a79a298433ef@gitlab-sidekiq-low-urgency-cpu-bound-v2-5cf6c75464-8z9lp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8a91001 by Beno?t Minisini at 2023-10-03T08:51:52+02:00 Try again to make 'gb.qt4 compile. [GB.QT4] * BUG: Try again to make 'gb.qt4 compile. - - - - - 1 changed file: - gb.qt4/src/CPicture.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8a91001bcaad57eaa3ab9d7937751db3547608b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8a91001bcaad57eaa3ab9d7937751db3547608b You're 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 Oct 3 21:30:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Oct 2023 19:30:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't suppose that the smaller version of stock icons exist. Add 'Application.Theme'. Message-ID: <651c6bd0bc79c_2aa51b8742c2@gitlab-sidekiq-low-urgency-cpu-bound-v2-544d54bc88-7hdcv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 59fcfc0f by Beno?t Minisini at 2023-10-03T21:30:17+02:00 Don't suppose that the smaller version of stock icons exist. Add 'Application.Theme'. [GB.WEB.GUI] * BUG: Don't suppose that the smaller version of a stock icon exist. * NEW: 'Application.Theme' is a new property that allows to define the stock icon theme used by the application. - - - - - 5 changed files: - + comp/src/gb.web.gui/.public/fail.png - comp/src/gb.web.gui/.src/Application.class - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/59fcfc0fead8477fc071350c02bf9e1295abe4b2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/59fcfc0fead8477fc071350c02bf9e1295abe4b2 You're 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 Oct 3 21:34:24 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 03 Oct 2023 19:34:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make text fields inherit their background color for their ancestors. Message-ID: <651c6cc01f9b7_2a87064062b9@gitlab-sidekiq-low-urgency-cpu-bound-v2-544d54bc88-42725.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88d55ffe by Beno?t Minisini at 2023-10-03T21:34:14+02:00 Make text fields inherit their background color for their ancestors. [GB.WEB.GUI] * BUG: Make text fields inherit their background color for their ancestors. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88d55ffe36271cb15c43b7e02eddabd96cbdd4f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88d55ffe36271cb15c43b7e02eddabd96cbdd4f5 You're 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 Oct 4 12:18:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Oct 2023 10:18:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Optimize stack pointer manipulations in the main interpreter loop. Message-ID: <651d3c044a4f_2aa53208914a@gitlab-sidekiq-low-urgency-cpu-bound-v2-74ff74847b-gxpd9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c6ef4699 by Beno?t Minisini at 2023-10-04T12:17:31+02:00 Optimize stack pointer manipulations in the main interpreter loop. [INTERPRETER] * OPT: Optimize stack pointer manipulations in the main interpreter loop. About 10% speed gain according to the benchmarks! - - - - - 1 changed file: - main/gbx/gbx_exec_loop.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c6ef46996698239b5e41306be6260dfcb8cf62a0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c6ef46996698239b5e41306be6260dfcb8cf62a0 You're 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 Oct 4 22:11:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 04 Oct 2023 20:11:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a new 'btree' benchmark, that does a lot of object creation and recursive function calls. Message-ID: <651dc6f05b3e1_2aa52d018250@gitlab-sidekiq-low-urgency-cpu-bound-v2-7dc44445b-cgdtm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: de200aac by Beno?t Minisini at 2023-10-04T22:10:01+02:00 Add a new 'btree' benchmark, that does a lot of object creation and recursive function calls. [BENCHMARKS] * NEW: Add a new 'btree' benchmark, that does a lot of object creation and recursive function calls. * NEW: Rename the 'string' benchmark as 'string1', to avoid name clashes in Python. * BUG: Fix the HTML table generation. - - - - - 10 changed files: - benchmark/benchmark.gbs - + benchmark/btree.gbs - + benchmark/btree.jvs - + benchmark/btree.pl - + benchmark/btree.py - benchmark/mandelbrot.jvs - benchmark/string.gbs ? benchmark/string1.gbs - benchmark/string.jvs ? benchmark/string1.jvs - benchmark/string.pl ? benchmark/string1.pl - benchmark/string.py ? benchmark/string1.py View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/de200aac4cd7b69a48494daae3628841f5420937 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/de200aac4cd7b69a48494daae3628841f5420937 You're 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 Oct 5 18:10:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Oct 2023 16:10:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Optimize object creation when there is no special method to call ('_new', ... Message-ID: <651edfe01825_2aa567c1834d@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fb5b6fbd-4mxpw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f54fe9c by Beno?t Minisini at 2023-10-05T18:09:48+02:00 Optimize object creation when there is no special method to call ('_new', '_ready', global variable initialization) and no inheritance. [INTERPRETER] * OPT: Optimize object creation when there is no special method to call ('_new', '_ready', global variable initialization) and no inheritance. - - - - - 10 changed files: - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_class_load.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_exec_loop.c - main/gbx/gbx_exec_pop.c - main/gbx/gbx_exec_push.c - main/lib/jit/gb.jit/.icon.png - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f54fe9ccd38c61c5691bc14ea9e09cbba8a359c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f54fe9ccd38c61c5691bc14ea9e09cbba8a359c You're 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 Oct 5 22:45:10 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 05 Oct 2023 20:45:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation on Ubuntu Trusty. Message-ID: <651f205654abd_2aa56cc58be@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b894487c4-4glxt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bdea5c8a by Beno?t Minisini at 2023-10-05T22:44:36+02:00 Fix compilation on Ubuntu Trusty. [INTERPRETER] * BUG: Fix compilation on Ubuntu Trusty. - - - - - 2 changed files: - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bdea5c8a7cd02cba5e275c7fa3dba447732e889b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bdea5c8a7cd02cba5e275c7fa3dba447732e889b You're 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 Oct 6 03:33:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 06 Oct 2023 01:33:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for computed Goto or GoSub in JIT compiler. Message-ID: <651f63d7c16f5_2aa57bc78874@gitlab-sidekiq-low-urgency-cpu-bound-v2-845b4dd648-n7b6d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a1d604e by Beno?t Minisini at 2023-10-06T03:31:20+02:00 Support for computed Goto or GoSub in JIT compiler. [INTERPRETER] * BUG: Correctly initialize functions without computed Goto or GoSub. [GB.JIT] * NEW: Support for computed Goto or GoSub. - - - - - 4 changed files: - main/gbx/gbx_class_load.c - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a1d604e326fe9a78ec4932243b77fb8a70999c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a1d604e326fe9a78ec4932243b77fb8a70999c3 You're 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 Oct 8 19:16:26 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 08 Oct 2023 17:16:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Take mouse wheel events into account in read-write mode again.... Message-ID: <6522e3ea639d_2aa544c187aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-845b4dd648-xq9wc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1fdbb15f by Beno?t Minisini at 2023-10-08T19:16:20+02:00 ComboBox: Take mouse wheel events into account in read-write mode again. MouseWheel events can be intercepted and stopped now. [GB.GUI.BASE] * NEW: ComboBox: Take mouse wheel events into account in read-write mode again. * NEW: ComboBox: MouseWheel events can be intercepted and stopped now. - - - - - 3 changed files: - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/Test/FTestCombo.class - comp/src/gb.gui.base/.src/Test/FTestCombo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1fdbb15f1ac1b4b4f217c17d26c48b2750fbff6c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1fdbb15f1ac1b4b4f217c17d26c48b2750fbff6c You're 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 Oct 8 23:41:08 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 08 Oct 2023 21:41:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Keep the authorizations when saving a file. Message-ID: <652321f461365_2a20a4f4987c9@gitlab-sidekiq-low-urgency-cpu-bound-v2-845b4dd648-86vsd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dc7cf9b3 by Beno?t Minisini at 2023-10-08T23:41:03+02:00 Keep the authorizations when saving a file. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Add a "refresh project" entry in the filter menu. * BUG: Keep the authorizations when saving a file. - - - - - 2 changed files: - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Save.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc7cf9b3a9c38be604e03cffa471bac422ea27d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc7cf9b3a9c38be604e03cffa471bac422ea27d7 You're 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 Oct 9 12:17:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 09 Oct 2023 10:17:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TabPanel: New look. Message-ID: <6523d32def35a_2aa57a815333@gitlab-sidekiq-low-urgency-cpu-bound-v2-5464fdb8c4-j9k49.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eeb70244 by Beno?t Minisini at 2023-10-09T12:17:13+02:00 TabPanel: New look. [GB.FORM] * NEW: TabPanel: New look. - - - - - 7 changed files: - comp/src/gb.form/.hidden/control/tabpanel.png - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.form/.src/Test/FTestTabPanel.class - comp/src/gb.form/.src/Test/FTestTabPanel.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eeb70244f76aaba64bd92a10f3b87fe391636212 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eeb70244f76aaba64bd92a10f3b87fe391636212 You're 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 Oct 9 12:18:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 09 Oct 2023 10:18:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Change the look of project property, options, debugger configuration and translation dialogs. Message-ID: <6523d37ed8f16_2aa57944727@gitlab-sidekiq-low-urgency-cpu-bound-v2-5464fdb8c4-vsjzf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 089b2e0e by Beno?t Minisini at 2023-10-09T12:18:34+02:00 Change the look of project property, options, debugger configuration and translation dialogs. [DEVELOPMENT ENVIRONMENT] * NEW: Change the look of project property, options, debugger configuration and translation dialogs. * NEW: Update a few icons. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project/FOpenProject.form - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Translation/FTranslate.form - app/src/gambas3/img/32/delete-container.png - app/src/gambas3/img/32/embed-container.png - app/src/gambas3/img/32/exported-namespace.png - app/src/gambas3/img/32/exported.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/089b2e0efb72f333fd2e05ad6834c771bebb96f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/089b2e0efb72f333fd2e05ad6834c771bebb96f3 You're 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 Oct 9 21:49:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 09 Oct 2023 19:49:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Custom startup class is now taken into account. Message-ID: <6524593cb7367_2aa541097020@gitlab-sidekiq-low-urgency-cpu-bound-v2-79c4956b8-6j6pf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87e5ad57 by Beno?t Minisini at 2023-10-09T21:49:10+02:00 Custom startup class is now taken into account. [GB.WEB.GUI] * BUG: Custom startup class is now taken into account. - - - - - 3 changed files: - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87e5ad57b779fbd97ca4181e6cf8dbe005473a15 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87e5ad57b779fbd97ca4181e6cf8dbe005473a15 You're 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 Oct 10 11:23:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 10 Oct 2023 09:23:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox: Read-only combo-box now correctly takes the background-color into account. Message-ID: <6525181a2bfe7_2aa51cc901ec@gitlab-sidekiq-low-urgency-cpu-bound-v2-6fc6f49d44-b7vng.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e44956d0 by Beno?t Minisini at 2023-10-10T11:02:14+02:00 ComboBox: Read-only combo-box now correctly takes the background-color into account. [GB.WEB.GUI] * BUG: ComboBox: Read-only combo-box now correctly takes the background-color into account. - - - - - 1 changed file: - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e44956d02ad31e2e2a72853f665d531d11b0142a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e44956d02ad31e2e2a72853f665d531d11b0142a You're 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 Oct 13 12:03:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Oct 2023 10:03:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace branch selection menu by a list embedded in the project tree panel. Message-ID: <6529160e70dc0_2ca53e8554d5@gitlab-sidekiq-low-urgency-cpu-bound-v2-b7c8c988-ljrkn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9b15ce56 by Beno?t Minisini at 2023-10-13T12:03:52+02:00 Replace branch selection menu by a list embedded in the project tree panel. [DEVELOPMENT ENVIRONMENT] * BUG: Fix CSS file compression. * NEW: Replace branch selection menu by a list embedded in the project tree panel. - - - - - 17 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FBrowser.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/MCompressFile.module - app/src/gambas3/.src/FCommandError.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Help/FHelpBrowser.form - + app/src/gambas3/.src/VersionControl/FBranchList.class - + app/src/gambas3/.src/VersionControl/FBranchList.form - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/img/control/embedder.png - app/src/gambas3/img/control/hpanel.png - app/src/gambas3/img/control/togglebutton.png - app/src/gambas3/img/control/toolbutton.png - app/src/gambas3/img/control/vpanel.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b15ce56f382ac3149299df824522438de6328c0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b15ce56f382ac3149299df824522438de6328c0 You're 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 Oct 13 16:59:06 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 13 Oct 2023 14:59:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListBox: Add Highlight property to highlight the listbox entry under the mouse cursor. Message-ID: <65295b3ac521d_2ca5384306a3@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c4c94c454-jjtmt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dadb89c8 by Beno?t Minisini at 2023-10-13T16:59:01+02:00 ListBox: Add Highlight property to highlight the listbox entry under the mouse cursor. [GB.GUI.BASE] * NEW: ListBox: Add Highlight property to highlight the listbox entry under the mouse cursor. * NEW: Helper function for the future 'Window.ShowPopupAt()' method. * NEW: ScrollArea: The mouse wheel now scroll a number of pixels proportional to 'Desktop.Scale'. - - - - - 5 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/Test/FListBox.form - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dadb89c87d69ac9b8e1124397ef006a279e55be7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dadb89c87d69ac9b8e1124397ef006a279e55be7 You're 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 Oct 15 21:10:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 19:10:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update AUTHORS file. Message-ID: <652c3908a420a_2ca580c106b@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-cclj2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3adba0a9 by Beno?t Minisini at 2023-10-15T21:09:14+02:00 Update AUTHORS file. - - - - - 1 changed file: - AUTHORS View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3adba0a92a23110c257ea750458ef96dda46df61 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3adba0a92a23110c257ea750458ef96dda46df61 You're 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 Oct 15 21:44:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 19:44:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TreeView, ListView, ColumnView: Add Highlight property to highlight the item... Message-ID: <652c4132415dc_2ca538418@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-zktlv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 937c9eb7 by Beno?t Minisini at 2023-10-15T21:44:39+02:00 TreeView, ListView, ColumnView: Add Highlight property to highlight the item under the mouse cursor. [GB.GUI.BASE] * NEW: GridView: Handle the Highlight property at the GridView level. * NEW: TreeView, ListView, ColumnView: Add Highlight property to highlight the item under the mouse cursor. - - - - - 9 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FTestListView.form - comp/src/gb.gui.base/.src/Test/FTestTreeView.form - comp/src/gb.gui.base/.src/TreeView/ColumnView.class - comp/src/gb.gui.base/.src/TreeView/ListView.class - comp/src/gb.gui.base/.src/TreeView/TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/937c9eb7516968a3babb82ab19bf92235b80557d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/937c9eb7516968a3babb82ab19bf92235b80557d You're 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 Oct 15 21:46:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 19:46:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Use the new TreeView Highlight property. Message-ID: <652c41a44e9f2_2c819bd06c427da@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-897m5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22a7714b by Beno?t Minisini at 2023-10-15T21:46:38+02:00 Project tree: Use the new TreeView Highlight property. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Use the new TreeView Highlight property. * NEW: Display duration of executable generation. * NEW: Version control panel: Move "Create new branch" button to the right. - - - - - 5 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/FBranchList.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22a7714b0dd5fa41745b5782de71d2e26d648314 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22a7714b0dd5fa41745b5782de71d2e26d648314 You're 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 Oct 15 21:54:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 19:54:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TabPanel: Fix tab bar layout. Message-ID: <652c436bd139_2dbe99c78297b8@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-pmck6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fb66ad46 by Beno?t Minisini at 2023-10-15T21:50:03+02:00 TabPanel: Fix tab bar layout. [GB.FORM] * BUG: TabPanel: Fix tab bar layout. - - - - - 7b269520 by Beno?t Minisini at 2023-10-15T21:52:43+02:00 Fix CSS of box icons. Fix index generation. [WIKI] * BUG: Fix CSS of box icons. * BUG: Fix index generation. - - - - - f694f99b by Beno?t Minisini at 2023-10-15T21:54:08+02:00 CGI.Error() now displays a nice error 500 page. :-) [GB.WEB] * NEW: CGI.Error() now displays a nice error 500 page. :-) - - - - - 5 changed files: - app/src/gambas-wiki/.public/style.css - app/src/gambas-wiki/.src/WikiMarkdown.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.web/.src/CGI.module - + comp/src/gb.web/error.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/22a7714b0dd5fa41745b5782de71d2e26d648314...f694f99b8b478ca297da1373018d114b61adc66c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/22a7714b0dd5fa41745b5782de71d2e26d648314...f694f99b8b478ca297da1373018d114b61adc66c You're 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 Oct 15 22:06:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 20:06:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New project icon. Message-ID: <652c4647ea5d8_2ca548899617@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-x27nn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2bf108f2 by Beno?t Minisini at 2023-10-15T22:06:24+02:00 New project icon. [GB.DESKTOP.X11] * NEW: New project icon. - - - - - 2 changed files: - gb.desktop.x11/src/gb.desktop.x11/.hidden/icon.png - gb.desktop.x11/src/gb.desktop.x11/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2bf108f2e85b60830895f5e6c9e176701e344b8a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2bf108f2e85b60830895f5e6c9e176701e344b8a You're 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 Oct 15 23:28:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 15 Oct 2023 21:28:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a possible crash when calling the 'UserControl_Font' handler. Fix... Message-ID: <652c5986f11fe_2ca5384621a@gitlab-sidekiq-low-urgency-cpu-bound-v2-59d68cd46b-nqg52.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d26f5345 by Beno?t Minisini at 2023-10-15T23:26:15+02:00 Fix a possible crash when calling the 'UserControl_Font' handler. Fix management of resizable popup windows. [GB.QT4] * BUG: UserControl: Fix a possible crash when calling the 'UserControl_Font' handler. * BUG: Fix management of resizable popup windows. [GB.QT5] * BUG: UserControl: Fix a possible crash when calling the 'UserControl_Font' handler. * BUG: Fix management of resizable popup windows. - - - - - 5 changed files: - gb.gtk/src/CWindow.cpp - gb.qt4/src/CContainer.cpp - gb.qt4/src/CScreen.cpp - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d26f5345ec7631e3d45379cf36e11701a8a755bd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d26f5345ec7631e3d45379cf36e11701a8a755bd You're 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 Oct 18 18:46:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 16:46:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Handle the new bytecode of the Pi() function. Message-ID: <65300beb97f7f_2c99a84766f9@gitlab-sidekiq-low-urgency-cpu-bound-v2-76574d5d9f-hv6xj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 292383c0 by Beno?t Minisini at 2023-10-18T18:46:09+02:00 Handle the new bytecode of the Pi() function. [GB.JIT] * BUG: Handle the new bytecode of the Pi() function. - - - - - 2 changed files: - main/lib/jit/gb.jit/.hidden/icon.png - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/292383c0473935f5fbf715278ae8abc45d412dc8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/292383c0473935f5fbf715278ae8abc45d412dc8 You're 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 Oct 18 20:41:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 18:41:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Workaround deprecation of 'pango_find_base_dir' API. Message-ID: <653026ed74c08_2c99bd84431a@gitlab-sidekiq-low-urgency-cpu-bound-v2-8486c5c695-b7nfr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a4a7475a by Beno?t Minisini at 2023-10-18T20:40:54+02:00 Workaround deprecation of 'pango_find_base_dir' API. [GB.GTK] * BUG: Workaround deprecation of 'pango_find_base_dir' API. [GB.GTK3] * BUG: Workaround deprecation of 'pango_find_base_dir' API. - - - - - 2 changed files: - .gitlab-ci.yml - gb.gtk/src/gtools.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a4a7475a5bb77ca5cca125e4a663b62db19cee1d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a4a7475a5bb77ca5cca125e4a663b62db19cee1d You're 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 Oct 18 21:09:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 19:09:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't use 'pango_find_base_dir()' replacement if the function is not deprecated. Message-ID: <65302d6f57524_2c99bd811992@gitlab-sidekiq-low-urgency-cpu-bound-v2-8486c5c695-4vnwq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5fa69fa1 by Beno?t Minisini at 2023-10-18T21:08:29+02:00 Don't use 'pango_find_base_dir()' replacement if the function is not deprecated. [GB.GTK] * BUG: Don't use 'pango_find_base_dir()' replacement if the function is not deprecated. [GB.GTK3] * BUG: Don't use 'pango_find_base_dir()' replacement if the function is not deprecated. - - - - - 1 changed file: - gb.gtk/src/gtools.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fa69fa13ceea9e31f02761ab53e100a5df82df7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fa69fa13ceea9e31f02761ab53e100a5df82df7 You're 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 Oct 18 21:14:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 19:14:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some use of deprecated API. Message-ID: <65302eb2137bf_2c99b8885621@gitlab-sidekiq-low-urgency-cpu-bound-v2-8486c5c695-htdcp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9885f645 by Beno?t Minisini at 2023-10-18T21:14:26+02:00 Fix some use of deprecated API. [GB.GTK3.WEBVIEW] * BUG: Fix some use of deprecated API. - - - - - 2 changed files: - gb.gtk3/configure.ac - gb.gtk3/src/webview/c_webview.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9885f645c4115edabfeb7cdd062515a98d0d9800 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9885f645c4115edabfeb7cdd062515a98d0d9800 You're 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 Oct 18 21:35:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 19:35:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FromURL() does not decode '+' into a space before having encountered the '?'... Message-ID: <653033746a1dc_2c99bd8291a6@gitlab-sidekiq-low-urgency-cpu-bound-v2-8486c5c695-f4dk4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b610a6a2 by Beno?t Minisini at 2023-10-18T21:33:06+02:00 FromURL() does not decode '+' into a space before having encountered the '?' query delimiter character. [INTERPRETER] * BUG: FromURL() does not decode '+' into a space before having encountered the '?' query delimiter character. - - - - - 1 changed file: - main/gbx/gbx_subr_string.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b610a6a2d1ba9022485ab4d7f76842bc796d4acf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b610a6a2d1ba9022485ab4d7f76842bc796d4acf You're 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 Oct 19 01:39:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 18 Oct 2023 23:39:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Drag: Support for URI list now uses the 'Url()' and 'FromUrl()' interpreter functions. Message-ID: <65306cad968da_2cb7df4217cd@gitlab-sidekiq-low-urgency-cpu-bound-v2-7ccfb86b4f-n48gg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f7510b7 by Beno?t Minisini at 2023-10-19T01:39:16+02:00 Drag: Support for URI list now uses the 'Url()' and 'FromUrl()' interpreter functions. [GB.GUI.BASE] * BUG: Drag: Support for URI list now uses the 'Url()' and 'FromUrl()' interpreter functions. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f7510b7bb794127f7702a35b596df35f3eeecbf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f7510b7bb794127f7702a35b596df35f3eeecbf You're 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 Oct 19 04:06:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 19 Oct 2023 02:06:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Initial implementation. Message-ID: <65308f3573812_2c99c8c21219@gitlab-sidekiq-low-urgency-cpu-bound-v2-b7f6dbbb7-7ksdg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68b53e03 by Beno?t Minisini at 2023-10-19T04:00:54+02:00 Initial implementation. [GB.HIGHLIGHT] * NEW: Initial implementation. - - - - - 5cabfec0 by Beno?t Minisini at 2023-10-19T04:05:47+02:00 Add 'gb.highlight' component to the list of components to compile. [CONFIGURATION] * NEW: Add 'gb.highlight' component to the list of components to compile. [GB.HIGHLIGHT] * NEW: Update project icon. [GB.WEB.FEED] * NEW: Update project icon. - - - - - 28 changed files: - + comp/src/gb.highlight/.component - + comp/src/gb.highlight/.directory - + comp/src/gb.highlight/.hidden/icon.png - + comp/src/gb.highlight/.icon.png - + comp/src/gb.highlight/.project - + comp/src/gb.highlight/.src/CCommand.class - + comp/src/gb.highlight/.src/CCommandBetween.class - + comp/src/gb.highlight/.src/CCommandFrom.class - + comp/src/gb.highlight/.src/CCommandMatch.class - + comp/src/gb.highlight/.src/CCommandSymbol.class - + comp/src/gb.highlight/.src/CCommandWord.class - + comp/src/gb.highlight/.src/CState.class - + comp/src/gb.highlight/.src/Main.module - + comp/src/gb.highlight/.src/Main_1.module - + comp/src/gb.highlight/.src/TextHighlighter.class - + comp/src/gb.highlight/.src/TextHighlighterStyle.class - + comp/src/gb.highlight/.src/TextHighlighterTheme.class - + comp/src/gb.highlight/custom/CustomHighlighter.class - + comp/src/gb.highlight/custom/project.template - + comp/src/gb.highlight/custom/selectr.js - + comp/src/gb.highlight/gambas - + comp/src/gb.highlight/highlight/javascript.highlight - comp/src/gb.web.feed/.component - + comp/src/gb.web.feed/.hidden/icon.png - comp/src/gb.web.feed/.icon.png - comp/src/gb.web.feed/.project - ? comp/src/gb.web.feed/Feed-icon.svg - comp/src/order View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0f7510b7bb794127f7702a35b596df35f3eeecbf...5cabfec0617d2b777deab1b74404c13252dc2b6a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0f7510b7bb794127f7702a35b596df35f3eeecbf...5cabfec0617d2b777deab1b74404c13252dc2b6a You're 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 Oct 19 04:10:44 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 19 Oct 2023 02:10:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger panel: Add a button to open the temporary directory of the debugged... Message-ID: <653090245784_2d99ef8132f@gitlab-sidekiq-low-urgency-cpu-bound-v2-b7f6dbbb7-ltgwm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 17f8d757 by Beno?t Minisini at 2023-10-19T04:10:30+02:00 Debugger panel: Add a button to open the temporary directory of the debugged process. Add tooltips to explain the different process data displayed. [DEVELOPMENT ENVIRONMENT] * NEW: Support for the new 'gb.highlight' component. * NEW: Debugger panel: Add a button to open the temporary directory of the debugged process. * NEW: Debugger panel: Add tooltips to explain the different process data displayed. * NEW: System information dialog: A little redesign. More programs checked. * NEW: Update French translation. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugger.class - app/src/gambas3/.src/Debug/FDebugger.form - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/VersionControl/FBranchList.form - app/src/gambas3/.src/Welcome/FSystemInfo.class - app/src/gambas3/.src/Welcome/FSystemInfo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/17f8d757a8c7835ee5b83fc556282016fd14e0a4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/17f8d757a8c7835ee5b83fc556282016fd14e0a4 You're 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 Oct 19 04:21:01 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 19 Oct 2023 02:21:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix Mouse.FullDelta computation. Message-ID: <6530928db38d9_2c99bb0816a6@gitlab-sidekiq-low-urgency-cpu-bound-v2-b7f6dbbb7-2gppg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 111df19a by Beno?t Minisini at 2023-10-19T04:19:52+02:00 Fix Mouse.FullDelta computation. [GB.QT4] * BUG: Fix Mouse.FullDelta computation. [GB.QT5] * BUG: Fix Mouse.FullDelta computation. - - - - - 46bd71a2 by Beno?t Minisini at 2023-10-19T04:20:57+02:00 Image editor: Support for high precision mouse wheel. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Support for high precision mouse wheel. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/17f8d757a8c7835ee5b83fc556282016fd14e0a4...46bd71a20ada40c477b8eb2946c9be0d162a38d2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/17f8d757a8c7835ee5b83fc556282016fd14e0a4...46bd71a20ada40c477b8eb2946c9be0d162a38d2 You're 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 Oct 19 11:14:12 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Thu, 19 Oct 2023 09:14:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Bug on the tile ordering Message-ID: <6530f364d9fff_2c99cf0-2c4@gitlab-sidekiq-low-urgency-cpu-bound-v2-688ff54795-mkwjn.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 08e8a060 by gambix at 2023-10-19T10:56:04+02:00 Bug on the tile ordering [GB.MAP] * BUG: _MapTile, Correction on bad file naming for tiles (curious artifact on httpClient.Tag). - - - - - 4 changed files: - comp/src/gb.map/.icon.png - comp/src/gb.map/.src/Tests/Form7.class - comp/src/gb.map/.src/Tests/Form7.form - comp/src/gb.map/.src/_MapTile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08e8a06008255539e53968a27d2a8e92817771ab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08e8a06008255539e53968a27d2a8e92817771ab You're 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 Oct 20 01:49:51 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 19 Oct 2023 23:49:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add "match ... to ..." syntax. Allow children states in "match ... to ..." and "from ... to ...". Message-ID: <6531c09f2819d_2c9f11463317@gitlab-sidekiq-low-urgency-cpu-bound-v2-66ff98d469-42c28.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1e296e46 by Beno?t Minisini at 2023-10-20T01:47:06+02:00 Add "match ... to ..." syntax. Allow children states in "match ... to ..." and "from ... to ...". [GB.HIGHLIGHT] * NEW: Add "match ... to ..." syntax. * NEW: Allow children states in "match ... to ..." and "from ... to ...". * NEW: Add 'html.highlight'. - - - - - eb8fe0ca by Beno?t Minisini at 2023-10-20T01:49:24+02:00 Update project icon. [SCRIPTER] * NEW: Update project icon. - - - - - 3b9b1d8b by Beno?t Minisini at 2023-10-20T01:49:34+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 12 changed files: - + app/src/gbs3/.hidden/icon.png - app/src/gbs3/.icon.png - app/src/gbs3/.project - ? app/src/gbs3/icon.png - comp/src/gb.highlight/.component - comp/src/gb.highlight/.project - comp/src/gb.highlight/.src/CCommandMatch.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - + comp/src/gb.highlight/custom/page.html - + comp/src/gb.highlight/highlight/html.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/08e8a06008255539e53968a27d2a8e92817771ab...3b9b1d8bfd181a5ba9787cc3f9469dc26f9c33b4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/08e8a06008255539e53968a27d2a8e92817771ab...3b9b1d8bfd181a5ba9787cc3f9469dc26f9c33b4 You're 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 Oct 20 03:03:26 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 20 Oct 2023 01:03:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes in javascript highlighter. Message-ID: <6531d1debbba3_2c99aac3880@gitlab-sidekiq-low-urgency-cpu-bound-v2-66ff98d469-2pwfw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f3618751 by Beno?t Minisini at 2023-10-20T03:03:07+02:00 Some fixes in javascript highlighter. [GB.HIGHLIGHT] * BUG: Some fixes in javascript highlighter. - - - - - 3 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/custom/selectr.js - comp/src/gb.highlight/highlight/javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3618751d899b1d4c62c96ddd38291d7d6164edb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3618751d899b1d4c62c96ddd38291d7d6164edb You're 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 Oct 21 09:19:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 21 Oct 2023 07:19:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for embedded highlighting. Message-ID: <65337b829bfda_2c9ead4440fa@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-gd6fn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 12efdb2b by Beno?t Minisini at 2023-10-21T09:19:23+02:00 Support for embedded highlighting. [GB.HIGHLIGHT] * NEW: Support for embedded highlighting. * NEW: The "keyword" command is like "word", but it adds the specified words to the list of keywords. * NEW: Javascript is highlighted inside HTML. - - - - - 15 changed files: - comp/src/gb.highlight/.src/CCommandFrom.class - + comp/src/gb.highlight/.src/CCommandKeyword.class - comp/src/gb.highlight/.src/CCommandMatch.class - comp/src/gb.highlight/.src/CCommandSymbol.class - comp/src/gb.highlight/.src/CCommandWord.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - + comp/src/gb.highlight/.src/TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class - comp/src/gb.highlight/custom/page.html - comp/src/gb.highlight/custom/selectr.js - comp/src/gb.highlight/highlight/html.highlight - comp/src/gb.highlight/highlight/javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/12efdb2bf98e1bbad3c1c6b0da95625f9067ab0b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/12efdb2bf98e1bbad3c1c6b0da95625f9067ab0b You're 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 Oct 22 01:01:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 21 Oct 2023 23:01:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'css' highlighting, fix some bugs, add some enhancements. Message-ID: <6534583fafcd3_2c9f58894033@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-qlzcj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 72417abe by Beno?t Minisini at 2023-10-22T01:00:19+02:00 Add 'css' highlighting, fix some bugs, add some enhancements. [GB.HIGHLIGHT] * BUG: Fix intermediate state return on end of text. * NEW: Add 'css' highlighting. * NEW: Add imbricated 'css' inside 'html' highlighting. * NEW: "word" and "symbol" commands can take their arguments in a file. * NEW: Allow to define substitutions variable in definition files. * BUG: Correctly Handle highlighting of a text token of more than 255 characters. * NEW: Start to port Gambas highlighting to the new design. - - - - - 19 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/CCommandKeyword.class - comp/src/gb.highlight/.src/CCommandMatch.class - comp/src/gb.highlight/.src/CCommandSymbol.class - comp/src/gb.highlight/.src/CCommandWord.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - ? comp/src/gb.highlight/.src/Main_1.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/.src/TextHighlighter_Gambas.class ? comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class - + comp/src/gb.highlight/highlight/css.highlight - comp/src/gb.highlight/highlight/html.highlight - comp/src/gb.highlight/highlight/javascript.highlight - + comp/src/gb.highlight/highlight/javascript.keyword - comp/src/gb.highlight/custom/page.html ? comp/src/gb.highlight/test/page.html - comp/src/gb.highlight/custom/selectr.js ? comp/src/gb.highlight/test/selectr.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/72417abe784b64ac4c10d628737568767c00b2ec -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/72417abe784b64ac4c10d628737568767c00b2ec You're 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 Oct 22 11:21:18 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 22 Oct 2023 09:21:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch dial Message-ID: <6534e98e7ff36_2c9ee8027984@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-tz9hk.mail> Fabien Bodard pushed new branch dial at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/dial You're 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 Oct 22 11:26:21 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 22 Oct 2023 09:26:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][dial] [GB.FORM] Message-ID: <6534eabd2b5ef_2c451d22f860168@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-s8rv2.mail> Fabien Bodard pushed to branch dial at Gambas / gambas Commits: f82db02c by gambix at 2023-10-22T11:24:34+02:00 [GB.FORM] * NEW: more Test - - - - - 2 changed files: - comp/src/gb.form/.src/Test/FSpinDialTest.class - comp/src/gb.form/.src/Test/FSpinDialTest.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f82db02c4ddadddce27cf41261728273bdd05519 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f82db02c4ddadddce27cf41261728273bdd05519 You're 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 Oct 22 19:32:59 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 22 Oct 2023 17:32:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][dial] [GB.FORM] Message-ID: <65355ccbc10_2c9a18c957cd@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-97j4p.mail> Fabien Bodard pushed to branch dial at Gambas / gambas Commits: 5aea68b6 by gambix at 2023-10-22T19:32:01+02:00 [GB.FORM] * BUG: spindial: really update the value property when it is set - - - - - 3 changed files: - comp/src/gb.form/.icon.png - comp/src/gb.form/.src/SpinDial/spindial.class - comp/src/gb.form/.src/Test/FSpinDialTest.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5aea68b6c47581fe7c183d20cdde7d1146555e52 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5aea68b6c47581fe7c183d20cdde7d1146555e52 You're 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 Oct 22 23:28:24 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 22 Oct 2023 21:28:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][dial] spindial: Update view when Min/Max value is changed Message-ID: <653593f880e15_2c9ea4811965@gitlab-sidekiq-low-urgency-cpu-bound-v2-8694cd48cf-nr88n.mail> Fabien Bodard pushed to branch dial at Gambas / gambas Commits: 20793d8e by gambix at 2023-10-22T23:27:39+02:00 spindial: Update view when Min/Max value is changed [GB.FORM] * BUG: spindial: Update view when Min/Max value is changed - - - - - 1 changed file: - comp/src/gb.form/.src/SpinDial/spindial.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/20793d8e2af748657d212779732cefb9b18490c8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/20793d8e2af748657d212779732cefb9b18490c8 You're 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 Oct 23 10:18:32 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Mon, 23 Oct 2023 08:18:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][dial] 2 commits: New gambas native Dial widget Message-ID: <65362c582cb0f_2cd78875c239f@gitlab-sidekiq-low-urgency-cpu-bound-v2-69fdf57889-bmcqx.mail> Fabien Bodard pushed to branch dial at Gambas / gambas Commits: 1f545a2c by gambix at 2023-10-23T10:15:25+02:00 New gambas native Dial widget [GB.GUI.BASE] * NEW: New gambas native Dial widget - - - - - e99cbbcc by gambix at 2023-10-23T10:17:20+02:00 spindial: move the widget to gb.base.form [GB.FORM] * OPT: spindial: move the widget to gb.base.form - - - - - 11 changed files: - comp/src/gb.form/.project - comp/src/gb.gui.base/.icon.png - comp/src/gb.form/.src/SpinDial/spindial.class ? comp/src/gb.gui.base/.src/Dial.class - comp/src/gb.gui.base/.src/Message/FMessage.form - comp/src/gb.gui.base/.src/Test/FBorder.form - comp/src/gb.gui.base/.src/Test/FListBox.form - comp/src/gb.gui.base/.src/Test/FMain.form - comp/src/gb.gui.base/.src/Test/FTestClipping.form - comp/src/gb.form/.src/Test/FSpinDialTest.class ? comp/src/gb.gui.base/.src/Test/FTestDial.class - comp/src/gb.form/.src/Test/FSpinDialTest.form ? comp/src/gb.gui.base/.src/Test/FTestDial.form - comp/src/gb.gui.base/.src/Test/FTestMouseWheel.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/20793d8e2af748657d212779732cefb9b18490c8...e99cbbcccf2db951bcba0d09f84eee06628352e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/20793d8e2af748657d212779732cefb9b18490c8...e99cbbcccf2db951bcba0d09f84eee06628352e7 You're 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 Oct 24 04:33:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 24 Oct 2023 02:33:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage.... Message-ID: <65372d09e7dca_2c9f4346991@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dbf9d7655-b9rqb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac0f2ba8 by Beno?t Minisini at 2023-10-24T04:29:01+02:00 Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage. Some other fixes in the interpreter and the compiler. [INTERPRETER] * BUG: A global class find does now a global class lookup. It seems more logical. * BUG: When loading a class fails, display an accurate error message. [COMPILER] * BUG: Embedded arrays do not raise warnings on being uninitialized anymore. * NEW: Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage. - - - - - 5 changed files: - main/gbc/gbc_class.c - main/gbx/gbx_class.c - main/gbx/gbx_class_load.c - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e You're 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 Oct 25 11:54:04 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 25 Oct 2023 09:54:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise the maximum number of labels by function from 255 to 1023. Message-ID: <6538e5bcad7b2_2c9a268734dd@gitlab-sidekiq-low-urgency-cpu-bound-v2-6d9f684ff5-h7g4k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9d0cdd8e by Beno?t Minisini at 2023-10-25T11:53:28+02:00 Raise the maximum number of labels by function from 255 to 1023. [COMPILER] * NEW: Raise the maximum number of labels by function from 255 to 1023. - - - - - 1 changed file: - main/share/gb_limit.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9d0cdd8e208dd886e7c8f37547fb9970d30f27d4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9d0cdd8e208dd886e7c8f37547fb9970d30f27d4 You're 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 Oct 25 16:42:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 25 Oct 2023 14:42:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Lower the version requirement on 'libfribidi'. Message-ID: <6539295cbc3e4_2c9a1dc75272@gitlab-sidekiq-low-urgency-cpu-bound-v2-74fcfbbdf9-gnf9d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8faf133 by Beno?t Minisini at 2023-10-25T16:41:55+02:00 Lower the version requirement on 'libfribidi'. [GB.GTK] * BUG: Lower the version requirement on 'libfribidi'. [GB.GTK3] * BUG: Lower the version requirement on 'libfribidi'. - - - - - 2 changed files: - gb.gtk/configure.ac - gb.gtk3/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8faf133c3ab9ef8e01ca2820a1d9df79d442913 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8faf133c3ab9ef8e01ca2820a1d9df79d442913 You're 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 Oct 26 02:39:39 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 00:39:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] INPUT ignores leading spaces characters now. Message-ID: <6539b54bbf3f6_2d9a2a4928bf@gitlab-sidekiq-low-urgency-cpu-bound-v2-6549f487fc-8grnv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4248a5c4 by Beno?t Minisini at 2023-10-26T02:39:00+02:00 INPUT ignores leading spaces characters now. [INTERPRETER] * NEW: INPUT ignores leading spaces characters now. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4248a5c43d7dc115ae5bcb2ad66f2bd53d822fca -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4248a5c43d7dc115ae5bcb2ad66f2bd53d822fca You're 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 Oct 26 03:05:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 01:05:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix optimization of '+' and '-' operators. Message-ID: <6539bb69e784f_2d9a21888120@gitlab-sidekiq-low-urgency-cpu-bound-v2-6549f487fc-8pqsj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d8cba912 by Beno?t Minisini at 2023-10-26T03:05:13+02:00 Fix optimization of '+' and '-' operators. [COMPILER] * BUG: Fix optimization of '+' and '-' operators. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d8cba912af3d0b97d4163709759588cdb9a13c75 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d8cba912af3d0b97d4163709759588cdb9a13c75 You're 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 Oct 26 03:52:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 01:52:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextArea: Mouse grab on click is not disabled anymore. Message-ID: <6539c66455c97_2c9a1c82842b@gitlab-sidekiq-low-urgency-cpu-bound-v2-6549f487fc-cq4hm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 89a2c884 by Beno?t Minisini at 2023-10-26T03:51:39+02:00 TextArea: Mouse grab on click is not disabled anymore. [GB.GTK] * BUG: TextArea: Mouse grab on click is not disabled anymore. [GB.GTK3] * BUG: TextArea: Mouse grab on click is not disabled anymore. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89a2c884f9300f7e7a11718041eb30e10e1a8f02 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89a2c884f9300f7e7a11718041eb30e10e1a8f02 You're 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 Oct 26 04:09:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 02:09:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix disabled controls rendering. Message-ID: <6539ca74c900d_2c9a2e0357f@gitlab-sidekiq-low-urgency-cpu-bound-v2-6549f487fc-4p5n8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 75ae8bee by Beno?t Minisini at 2023-10-26T04:09:49+02:00 Fix disabled controls rendering. [GB.WEB.GUI] * BUG: WebMenu: Enabled proerty is taken into account. * BUG: All disabled controls are rendered gray out now. - - - - - 3 changed files: - comp/src/gb.web.gui/.src/Menu/FPopupMenu.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75ae8bee70831de01f385e95bdad4427a08e0db8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/75ae8bee70831de01f385e95bdad4427a08e0db8 You're 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 Oct 26 22:31:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 20:31:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'css' highlighting, fix some bugs, add some enhancements. Message-ID: <653acc958eac2_2c489b238436cf@gitlab-sidekiq-low-urgency-cpu-bound-v2-55d6497f55-fvfh5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d85498e2 by Beno?t Minisini at 2023-10-26T22:31:10+02:00 Add 'css' highlighting, fix some bugs, add some enhancements. [GB.HIGHLIGHT] * BUG: Fix embedded highlighting management. * BUG: Correctly handle UTF-8 text everywhere now. * NEW: Some little syntax changes in definition file. * NEW: Add '@include' command for including inside a definition file another file. * NEW: TextHighlighter.ToHTML() takes embedded highlighting into account using automatic background colors. * NEW: Add 'c', 'cpluscplus' and 'webpage' highlighting. - - - - - 18 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/CCommandMatch.class - comp/src/gb.highlight/.src/CCommandWord.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class - + comp/src/gb.highlight/highlight/c.highlight - + comp/src/gb.highlight/highlight/cplusplus.highlight - comp/src/gb.highlight/highlight/css.highlight - comp/src/gb.highlight/highlight/html.highlight - comp/src/gb.highlight/highlight/javascript.highlight - + comp/src/gb.highlight/highlight/webpage.highlight - + comp/src/gb.highlight/highlight/webpage.include - + comp/src/gb.highlight/highlight/webpage_css.highlight - + comp/src/gb.highlight/highlight/webpage_javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d85498e2ad16157e2df747434d486d8cd35deaad -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d85498e2ad16157e2df747434d486d8cd35deaad You're 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 Oct 26 22:32:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 26 Oct 2023 20:32:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update TextHighlighter_Sh.class to fix escaped quotes Message-ID: <653accdc39ae9_2d9a254200ef@gitlab-sidekiq-low-urgency-cpu-bound-v2-55d6497f55-6q9tn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 35c915c4 by Bruce Steers at 2023-10-24T08:34:39+00:00 Update TextHighlighter_Sh.class to fix escaped quotes [GB.EVAL.HIGHLIGHT] * BUG: correctly position pointer after finding escaped quote \" in SH highlighting. # i noticed this glitch when an sh file has escaped quotes \" \" , the closing \" char was not highlighted. - - - - - 11f03b7f by Bruce Steers at 2023-10-24T09:18:51+00:00 Update TextHighlighter_Sh.class, really fix escaped quotes [GB.EVAL.HIGHLIGHT] * BUG: also fix escaped single quotes - - - - - 77015149 by Beno?t Minisini at 2023-10-26T20:32:22+00:00 Merge branch 'bsteers4-master-patch-36817' into 'master' Update TextHighlighter_Sh.class to fix escaped quotes See merge request gambas/gambas!312 - - - - - 1 changed file: - comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d85498e2ad16157e2df747434d486d8cd35deaad...770151492da4a9cc2c6a47e849a2ee4faadbc667 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d85498e2ad16157e2df747434d486d8cd35deaad...770151492da4a9cc2c6a47e849a2ee4faadbc667 You're 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 Oct 28 02:27:59 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 00:27:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 11 commits: Manye fixed and enhancements. Add 'diff' and 'sql' highlighting. Add... Message-ID: <653c558f3da1e_2c9c83842986@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-rs8gp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3e4cd94d by Beno?t Minisini at 2023-10-28T01:58:15+02:00 Manye fixed and enhancements. Add 'diff' and 'sql' highlighting. Add TextHighlighter.Paint() method. [GB.HIGHLIGHT] * NEW: Regular expressions are now written between / and /. * NEW: Normal strings can be written between " and " to be able to write escape characters like newline or tab. * NEW: "between here and ..." and "from here to ..." command syntax. * NEW: "from" and "between" accept regular expression or normal strings as patterns. * NEW: The "match" command now only matches a pattern or a normal string. * NEW: Children state of a "match ..." command follow the matched text. * NEW: TextHighlighter: Paint() has been implemented. * NEW: TextHighlighter: FromFile() has been removed, and replaced by the Register() method. * NEW: TextHighlighterTheme: The Colors property returns the color names registered by all the highlighters. * BUG: Fix highlighting embedding. * BUG: Fix 'c', 'cplusplus', 'css', 'html', 'javascript', 'webpage' highlighting. * NEW: Add 'diff', 'sql' highlighting. * OPT: Move test files in the 'Project' directory so that they do not go inside the executable. - - - - - c2a73592 by Beno?t Minisini at 2023-10-28T02:00:00+02:00 Use the new 'gb.highlight' component instead of 'gb.eval.highlight'. [GB.FORM.EDITOR] * NEW: Use the new 'gb.highlight' component instead of 'gb.eval.highlight'. - - - - - ed7a2c78 by Beno?t Minisini at 2023-10-28T02:00:32+02:00 The component is not experimental anymore. [GB.HIGHLIGHT] * NEW: The component is not experimental anymore. - - - - - 865002c0 by Beno?t Minisini at 2023-10-28T02:00:48+02:00 RegExp[].Length is a new property that returns the length of a submatch. [GB.PCRE] * NEW: RegExp[].Length is a new property that returns the length of a submatch. - - - - - 489ee693 by Beno?t Minisini at 2023-10-28T02:01:41+02:00 Fix a bad optimization in fast array accessors. [INTERPRETER] * BUG: Fix a bad optimization in fast array accessors. - - - - - 2e9c19dc by Beno?t Minisini at 2023-10-28T02:05:29+02:00 Use the new 'gb.highlight' component instead of 'gb.eval.highlight'. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new 'gb.highlight' component instead of 'gb.eval.highlight'. * NEW: Form editor: Use a specific Splitter icon when its border is set, instead of a drawing the standard container border. * NEW: Some little changes in the Gambas color theme. * NEW: File information dialog: Some redesign. - - - - - dc411f61 by Beno?t Minisini at 2023-10-28T02:15:25+02:00 TerminalView: Take high resolution mouse wheel into account. [GB.FORM.TERMINAL] * BUG: TerminalView: Take high resolution mouse wheel into account. - - - - - 43fb947d by Beno?t Minisini at 2023-10-28T02:18:29+02:00 ScrollArea: Adapt mouse wheel scrolling to client size. [GB.GUI.BASE] * NEW: GridView: Lighter row highlighting. * NEW: ScrollArea: Adapt mouse wheel scrolling to client size. - - - - - f27d3bd3 by Beno?t Minisini at 2023-10-28T02:21:50+02:00 Fix 'diff' highlighting. [GB.HIGHLIGHT] * BUG: Fix 'diff' highlighting. - - - - - a13ebacf by Beno?t Minisini at 2023-10-28T02:27:07+02:00 Fix 'diff' highlighting again. [GB.HIGHLIGHT] * BUG: Fix 'diff' highlighting again. - - - - - 2afa5ed1 by Beno?t Minisini at 2023-10-28T02:27:46+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Family/Form/CFamilyForm.class - app/src/gambas3/.src/Options/FOption.class - + app/src/gambas3/highlight/conflict.highlight - + app/src/gambas3/img/control/splitter-border.png - app/src/gambas3/theme/gambas - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/CLineInfo.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.form.editor/.src/_TextEditor_Rows.class - comp/src/gb.form.editor/.src/_TextEditor_State.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form - ? comp/src/gb.form.editor/Text1 - comp/src/gb.form.editor/test.html - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.highlight/.component - + comp/src/gb.highlight/.hidden/test/conflict.txt - + comp/src/gb.highlight/.hidden/test/diff.txt - comp/src/gb.highlight/test/page.html ? comp/src/gb.highlight/.hidden/test/page.html View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/770151492da4a9cc2c6a47e849a2ee4faadbc667...2afa5ed1414e66d9d3381d99bba3a32fcb78c0c7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/770151492da4a9cc2c6a47e849a2ee4faadbc667...2afa5ed1414e66d9d3381d99bba3a32fcb78c0c7 You're 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 Oct 28 09:56:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 07:56:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compile 'gb.highlight' before 'gb.form.editor' that requires it. Message-ID: <653cbe938636c_2ccb92f3832269@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-hh5ss.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 74eeb810 by Beno?t Minisini at 2023-10-28T09:55:28+02:00 Compile 'gb.highlight' before 'gb.form.editor' that requires it. [CONFIGURATION] * BUG: Compile 'gb.highlight' before 'gb.form.editor' that requires it. - - - - - 1 changed file: - comp/src/order View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74eeb810afde28c1854913b215240176e90e511a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74eeb810afde28c1854913b215240176e90e511a You're 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 Oct 28 09:59:47 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 07:59:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'Application.Host' and 'Application.Port'. The port is not stored in... Message-ID: <653cbf7367af8_2c1557de14849c@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-hrsdm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 685037ef by Beno?t Minisini at 2023-10-28T09:59:36+02:00 Fix 'Application.Host' and 'Application.Port'. The port is not stored in CGI["SERVER_PORT"], but in the port part of CGI["HTTP_HOST"]. [GB.WEB] * BUG: Fix 'Application.Host' and 'Application.Port'. The port is not stored in CGI["SERVER_PORT"], but in the port part of CGI["HTTP_HOST"]. - - - - - 1 changed file: - comp/src/gb.web/.src/Application.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/685037ef54203c2ed15a9c4155944e9141f16bef -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/685037ef54203c2ed15a9c4155944e9141f16bef You're 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 Oct 29 00:02:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 22:02:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Enhance the Gambas code analyzer to speed up the new highlighting component. Message-ID: <653d84fa2ffc6_2c9a56098220@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-g89b8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1608babe by Beno?t Minisini at 2023-10-28T23:36:10+02:00 Enhance the Gambas code analyzer to speed up the new highlighting component. [COMPILER] * BUG: Synchronize reserved words enumeration with reserved words table. [GB.EVAL] * NEW: Highlight: 'Analyze()' got a new optional boolean parameter that stops the analyze when the "%>" token is encountered. * NEW: Highlight: 'IsFunction' is a new property that returns if 'Highlight.Analyze()' got a function declaration. * NEW: Highlight: 'LengthBefore' is a new property that returns the number of analyzed characters before the possible rewrite. - - - - - 9f21f0c9 by Beno?t Minisini at 2023-10-29T00:02:29+02:00 Fix 'gambas' and 'webpage' highlighting. [GB.HIGHLIGHT] * BUG: Catch the possible errors returned by the archiver when compiling a generated highlighting component. * NEW: TextHighlighter: ToHTML() and Paint() routine ignore the 'TextHighlighter.CanRewrite' property (this is not their job). * BUG: Use the new 'Highlight' properties to fix the Gambas highlighter. * BUG: Fix 'webpage' highlighting. - - - - - 13 changed files: - + comp/src/gb.highlight/.hidden/test/Webpage1.webpage - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/highlight/webpage.include - main/gbx/gbx_expression.h - main/lib/eval/c_highlight.c - main/lib/eval/eval_analyze.c - main/lib/eval/eval_analyze.h - main/lib/eval/eval_read.c - main/lib/eval/gb.eval.h - main/share/gb_reserved.h - main/share/gb_reserved_keyword.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/685037ef54203c2ed15a9c4155944e9141f16bef...9f21f0c9c049fd688695842325318c4dfad7bf90 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/685037ef54203c2ed15a9c4155944e9141f16bef...9f21f0c9c049fd688695842325318c4dfad7bf90 You're 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 Oct 29 00:36:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 22:36:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly set 'TextHighlighter.CanRewrite'. This really should not be a global variable! Message-ID: <653d8cee8777c_2dba220448ab@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-dttsj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e815d714 by Beno?t Minisini at 2023-10-29T00:36:23+02:00 Correctly set 'TextHighlighter.CanRewrite'. This really should not be a global variable! [GB.FORM.EDITOR] * BUG: Correctly set 'TextHighlighter.CanRewrite'. This really should not be a global variable! - - - - - 1 changed file: - comp/src/gb.form.editor/.src/CDocument.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e815d714d382efc34c5f35c5633d5a5b9b9e3500 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e815d714d382efc34c5f35c5633d5a5b9b9e3500 You're 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 Oct 29 00:47:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 22:47:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Fix Paint() method. Message-ID: <653d8f966451e_2c201d58d866197@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-nlsg2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1ea56909 by Beno?t Minisini at 2023-10-29T00:47:45+02:00 TextHighlighter: Fix Paint() method. [GB.HIGHLIGHT] * BUG: TextHighlighter: Fix Paint() method. - - - - - 1 changed file: - comp/src/gb.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ea56909dcd776036bb8eac71e454becb5a577b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ea56909dcd776036bb8eac71e454becb5a577b7 You're 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 Oct 29 01:01:56 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 23:01:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Make sh.highlight Message-ID: <653d92e4cb02f_2c357af578278a5@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-wlmjl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f924966b by Bruce Steers at 2023-10-28T11:54:09+00:00 Make sh.highlight [GB.HIGHLIGHT] * NEW: create initial sh highlight file - - - - - 2d5dd6dd by Bruce Steers at 2023-10-28T19:08:13+01:00 add escape chars to sh - - - - - 9add7f16 by Bruce Steers at 2023-10-28T23:45:40+01:00 tweak sh highlight - - - - - a7cc38a5 by Beno?t Minisini at 2023-10-28T23:01:49+00:00 Merge branch 'bsteers4-master-patch-70480' into 'master' Make sh.highlight See merge request gambas/gambas!313 - - - - - 1 changed file: - + comp/src/gb.highlight/highlight/sh.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1ea56909dcd776036bb8eac71e454becb5a577b7...a7cc38a53f92b0d787fd7b142a2672980e511f88 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1ea56909dcd776036bb8eac71e454becb5a577b7...a7cc38a53f92b0d787fd7b142a2672980e511f88 You're 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 Oct 29 01:35:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 23:35:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to enhance 'sh' highlighting. Message-ID: <653d9aafbca45_2c9a4c097e@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-vs77n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f6367792 by Beno?t Minisini at 2023-10-29T01:35:05+02:00 Try to enhance 'sh' highlighting. [GB.HIGHLIGHT] * NEW: Try to enhance 'sh' highlighting. Bash syntax is really cumbersome, so it will never be perfect. - - - - - 2 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/highlight/sh.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6367792f2d2cf7da810476202bc2235a41dd6a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6367792f2d2cf7da810476202bc2235a41dd6a7 You're 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 Oct 29 01:43:04 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 28 Oct 2023 23:43:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'sh' highlighting. Message-ID: <653d9c8867389_2c9a470678d9@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-z9q6v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 587bc846 by Beno?t Minisini at 2023-10-29T01:43:00+02:00 Fix 'sh' highlighting. [GB.HIGHLIGHT] * NEW: Fix 'sh' highlighting. - - - - - 1 changed file: - comp/src/gb.highlight/highlight/sh.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/587bc846a04c1a83f940c28a7d779c00ff3e6c48 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/587bc846a04c1a83f940c28a7d779c00ff3e6c48 You're 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 Oct 29 15:31:31 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Sun, 29 Oct 2023 14:31:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Little patch to allow loading of slow generated texthighlighter Message-ID: <653e6cc3ddb04_2c9a51032918@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-zx26g.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 284c7c34 by gambix at 2023-10-29T15:30:47+01:00 Little patch to allow loading of slow generated texthighlighter [GB.HIGHLIGHT] BUG: TextHighLighter: Little patch to allow loading of slow generated texthighlighter - - - - - 3 changed files: - comp/src/gb.highlight/.icon.png - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/284c7c34dd6c4b98558b88e043e8c7745c256e59 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/284c7c34dd6c4b98558b88e043e8c7745c256e59 You're 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 Oct 29 16:49:51 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 15:49:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Create custom highlighter component with two 'Shell' instructions. Add the 'limit' instruction. Message-ID: <653e7f1f74670_2c9a510906cc@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-dzqh4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4325f622 by Beno?t Minisini at 2023-10-29T16:48:08+01:00 Create custom highlighter component with two 'Shell' instructions. Add the 'limit' instruction. [GB.HIGHLIGHT] * BUG: Create custom highlighter component with two 'Shell' instructions, one for the compiler, and one for the archiver. * NEW: Add the 'limit' command so that a state can define the 'TextHighlighter.Limit' flag. * NEW: TextHighlighter: Handle the 'Limit' flag in the ToHTML() method. * NEW: Use the 'limit' command in 'javascript' and 'diff' highlighting. - - - - - 67d024b2 by Beno?t Minisini at 2023-10-29T16:48:59+01:00 R?solution du conflit. - - - - - e5944b8b by Beno?t Minisini at 2023-10-29T16:49:41+01:00 Remove the 'Wait' instruction, that should be useless now. [GB.HIGHLIGHT] * BUG: Remove the 'Wait' instruction, that should be useless now. - - - - - 8 changed files: - comp/src/gb.highlight/.icon.png - + comp/src/gb.highlight/.src/CCommandLimit.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/custom/CustomHighlighter.class - comp/src/gb.highlight/highlight/diff.highlight - comp/src/gb.highlight/highlight/javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/284c7c34dd6c4b98558b88e043e8c7745c256e59...e5944b8b5054146983e7523ff61b9e6d15667b11 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/284c7c34dd6c4b98558b88e043e8c7745c256e59...e5944b8b5054146983e7523ff61b9e6d15667b11 You're 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 Oct 29 19:38:59 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 18:38:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Implement 'ToANSI()' method. Message-ID: <653ea6c3338cb_2c9a510445ad@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-47vbl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f111277e by Beno?t Minisini at 2023-10-29T19:38:53+01:00 TextHighlighter: Implement 'ToANSI()' method. [GB.HIGHLIGHT] * NEW: TextHighlighter: Implement 'ToANSI()' method. * BUG: Fix 'javascript' and 'sql' highlighting. - - - - - 6 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/highlight/javascript.highlight - comp/src/gb.highlight/highlight/sql.highlight - comp/src/gb.highlight/highlight/webpage_javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f111277e55ac884f35f38d8e152324238f37b59a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f111277e55ac884f35f38d8e152324238f37b59a You're 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 Oct 29 19:54:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 18:54:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compile custom highlighter without using sub-processes. Message-ID: <653eaa4b42e8e_2c9a718958d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-7jx8q.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 378623a5 by Beno?t Minisini at 2023-10-29T19:53:58+01:00 Compile custom highlighter without using sub-processes. [GB.HIGHLIGHT] * NEW: Compile custom highlighter without using sub-processes. - - - - - 1 changed file: - comp/src/gb.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/378623a500562b590ab89126cf2f6822844bfeca -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/378623a500562b590ab89126cf2f6822844bfeca You're 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 Oct 29 22:37:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 21:37:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of short or byte constants. Message-ID: <653ed07fce621_2c34f89790101756@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-mqmxm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87dec487 by Beno?t Minisini at 2023-10-29T22:36:41+01:00 Fix compilation of short or byte constants. [COMPILER] * BUG: Fix compilation of short or byte constants. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87dec4871e1b86d6bd9ba3efff6fd7e88bb02753 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87dec4871e1b86d6bd9ba3efff6fd7e88bb02753 You're 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 Oct 29 22:47:13 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 21:47:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of numbers added (or substracted) to dates. Message-ID: <653ed2e11d548_2c6591b0942533f@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-bvst4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d15b8726 by Beno?t Minisini at 2023-10-29T22:46:41+01:00 Fix compilation of numbers added (or substracted) to dates. [COMPILER] * BUG: Fix compilation of numbers added (or substracted) to dates. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d15b8726cbc398e3ca95aa040615fc5220bf1ff7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d15b8726cbc398e3ca95aa040615fc5220bf1ff7 You're 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 Oct 30 00:06:48 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 23:06:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Implement commit highlight. Message-ID: <653ee5881a5b1_2c9aa38231f@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-hh5mh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ef01ebe7 by Beno?t Minisini at 2023-10-30T00:06:42+01:00 Implement commit highlight. [DEVELOPMENT ENVIRONMENT] * NEW: Implement commit highlight. * OPT: Wait less for version control commands. - - - - - 7 changed files: - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/VersionControl.module - + app/src/gambas3/highlight/commit_git.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef01ebe75832336dc95f796d5d901664cee1009e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef01ebe75832336dc95f796d5d901664cee1009e You're 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 Oct 30 00:33:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 29 Oct 2023 23:33:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'css' highlighting. Message-ID: <653eebd971c24_2c9a5749167a@gitlab-sidekiq-low-urgency-cpu-bound-v2-97dd6b8cc-cndcl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 05111152 by Beno?t Minisini at 2023-10-30T00:33:37+01:00 Fix 'css' highlighting. [GB.HIGHLIGHT] * BUG: Fix 'css' highlighting. - - - - - 5 changed files: - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/highlight/css.block - comp/src/gb.highlight/highlight/css.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/051111520be7868dce866759518f67864dc7ec8e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/051111520be7868dce866759518f67864dc7ec8e You're 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 Oct 31 02:37:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Oct 2023 01:37:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use 'gb.highlight' instead of the deprecated 'gb.eval.highlight'. Message-ID: <65405a4d398fa_2c9a5b020567@gitlab-sidekiq-low-urgency-cpu-bound-v2-764687bcc9-lkncv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f6c54541 by Beno?t Minisini at 2023-10-31T02:37:10+01:00 Use 'gb.highlight' instead of the deprecated 'gb.eval.highlight'. [GB.MARKDOWN] * BUG: Use 'gb.highlight' instead of the deprecated 'gb.eval.highlight'. - - - - - 1 changed file: - comp/src/gb.markdown/.src/Markup.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6c54541f6979877534fd36d5cb5178fd9912b42 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6c54541f6979877534fd36d5cb5178fd9912b42 You're 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 Oct 31 02:47:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Oct 2023 01:47:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes. Message-ID: <65405ca44b81d_2c9a740174a8@gitlab-sidekiq-low-urgency-cpu-bound-v2-764687bcc9-z6cqw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 350b5e8b by Beno?t Minisini at 2023-10-31T02:47:11+01:00 Some fixes. [GB.HIGHLIGHT] * NEW: TextHighlighter: 'CanRewrite' is now dynamic. * NEW: Highlighters whose name starts with an underscore are ignored by the 'TextHighlighter.List' property. * NEW: Rename internal highlighters so that they are not returned by the 'TextHighlighter.List' property. * NEW: Cosmetic changes in some highlighters. - - - - - 10 changed files: - + comp/src/gb.highlight/.src/Helper.module - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class - comp/src/gb.highlight/highlight/webpage_css.highlight ? comp/src/gb.highlight/highlight/_webpage_css.highlight - comp/src/gb.highlight/highlight/webpage_javascript.highlight ? comp/src/gb.highlight/highlight/_webpage_javascript.highlight - comp/src/gb.highlight/highlight/css.block - comp/src/gb.highlight/highlight/diff.highlight - comp/src/gb.highlight/highlight/webpage.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/350b5e8b22fb3abbbc3a0f624c7b78c24fba5c5a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/350b5e8b22fb3abbbc3a0f624c7b78c24fba5c5a You're 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 Oct 31 13:27:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Oct 2023 12:27:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a new process objet to the internal process object list after signals have been checked. Message-ID: <6540f2a7e94fc_2c9a58810920@gitlab-sidekiq-low-urgency-cpu-bound-v2-6bbc8c569c-k6pvt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b891f3a8 by Beno?t Minisini at 2023-10-31T13:26:18+01:00 Add a new process objet to the internal process object list after signals have been checked. [INTERPRETER] * BUG: Add a new process objet to the internal process object list after signals have been checked. - - - - - 3 changed files: - main/gbx/gbx_c_process.c - main/gbx/gbx_class.c - main/gbx/gbx_exec_loop.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b891f3a81e129ef767ed2a0b899e00560d8ca347 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b891f3a81e129ef767ed2a0b899e00560d8ca347 You're 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 Oct 31 13:35:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Oct 2023 12:35:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The component is now deprecated. Raise an error early if we try to load... Message-ID: <6540f489b3541_2c9a65078770@gitlab-sidekiq-low-urgency-cpu-bound-v2-6bbc8c569c-hg8nd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f3eb95f by Beno?t Minisini at 2023-10-31T13:35:14+01:00 The component is now deprecated. Raise an error early if we try to load 'gb.eval.highlight' when 'gb.highlight' is loaded. [GB.EVAL.HIGHLIGHT] * NEW: The component is now deprecated. * NEW: Raise an error early if we try to load 'gb.eval.highlight' when 'gb.highlight' is loaded. - - - - - 4 changed files: - comp/src/gb.eval.highlight/.component - comp/src/gb.eval.highlight/.lang/fr.po - comp/src/gb.eval.highlight/.src/Highlight.class - comp/src/gb.eval.highlight/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f3eb95f4b04fbdd4bae9102093fbad8fa2423de -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f3eb95f4b04fbdd4bae9102093fbad8fa2423de You're 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 Oct 31 19:02:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 31 Oct 2023 18:02:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Calling 'Object.Attach()' on a control now triggers an automatic refresh. Message-ID: <6541413642116_2c1cc4600708d5@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc46fc499-4t6hc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 13be9a4a by Beno?t Minisini at 2023-10-31T19:02:23+01:00 Calling 'Object.Attach()' on a control now triggers an automatic refresh. [GB.WEB.GUI] * NEW: Calling 'Object.Attach()' on a control now triggers an automatic refresh. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebTextBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13be9a4a530771e08d8c75bade25da482be86a06 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13be9a4a530771e08d8c75bade25da482be86a06 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: