From gitlab at mg.gitlab.com Tue Jun 1 18:15:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Jun 2021 16:15:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix management of watched expressions. Message-ID: <60b65d31a3026_114a72fc62667@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-vdkg9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3af76ce by gambas at 2021-06-01T18:14:54+02:00 Fix management of watched expressions. [GB.DEBUG] * BUG: Fix comparison routine of watched expressions. * BUG: Initialize the stack context correctly when checking watched expressions. - - - - - 1 changed file: - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3af76ce15609bdd74fd5acdca907794e0c72045 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3af76ce15609bdd74fd5acdca907794e0c72045 You're 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 Jun 1 23:14:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Jun 2021 21:14:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'STATIC' keyword can be used instead of 'DIM' for declaring local static variables. Message-ID: <60b6a31989bf7_103b1782297@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-xrhwc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a8b470c by gambas at 2021-06-01T23:12:55+02:00 'STATIC' keyword can be used instead of 'DIM' for declaring local static variables. [COMPILER] * NEW: 'STATIC' keyword can be used instead of 'DIM' for declaring local static variables. [INTERPRETER] * NEW: Support for local static variables. [GB.DEBUG] * NEW: Support for local static variables. - - - - - 13 changed files: - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_header.c - main/gbc/gbc_output.c - main/gbc/gbc_trans_code.c - main/gbc/gbc_trans_expr.c - main/gbx/gbx_debug.c - main/gbx/gbx_exec_loop.c - main/lib/debug/debug.c - main/share/gb_code.h - main/share/gb_code_temp.h - main/share/gb_replace.h - main/share/gb_replace_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a8b470c5ac3d4cafe476ae53b14e0eb33e5b736 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a8b470c5ac3d4cafe476ae53b14e0eb33e5b736 You're 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 Jun 1 23:49:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Jun 2021 21:49:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable debugging messages. Message-ID: <60b6ab848e4dd_f3b0ec11878e@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-sd88z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5a273a84 by gambas at 2021-06-01T23:49:31+02:00 Disable debugging messages. [COMPILER] * BUG: Disable debugging messages. - - - - - 1 changed file: - main/share/gb_code_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a273a849476162fd93d62146fe6654232bb8117 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a273a849476162fd93d62146fe6654232bb8117 You're 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 Jun 2 00:05:17 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Jun 2021 22:05:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix initialization of static local variables. Message-ID: <60b6af1d699c0_f3385bc8105515@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-v2tmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fdf44504 by gambas at 2021-06-02T00:04:15+02:00 Fix initialization of static local variables. [COMPILER] * BUG: Fix initialization of static local variables. - - - - - 4 changed files: - main/gbc/gbc.c - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_trans_code.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fdf445042bf3abee44a4d384016de85599851c41 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fdf445042bf3abee44a4d384016de85599851c41 You're 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 Jun 2 02:33:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Jun 2021 00:33:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a debugging message. Message-ID: <60b6d1f3bf7a0_10139992c6932f@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-627b4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 912d228f by gambas at 2021-06-02T02:33:40+02:00 Remove a debugging message. [COMPILER] * BUG: Remove a debugging message. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/912d228f44be6e12cebeb6b7e67a18997cb8d062 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/912d228f44be6e12cebeb6b7e67a18997cb8d062 You're 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 Jun 2 09:59:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Jun 2021 07:59:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of local static identifier access. Message-ID: <60b73a70a100a_113b16414546@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-tnvgc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e0434b88 by gambas at 2021-06-02T09:59:11+02:00 Fix compilation of local static identifier access. [COMPILER] * BUG: Fix compilation of local static identifier access. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e0434b8814401bf5a2fa3ab1875b7f808f25bb8e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e0434b8814401bf5a2fa3ab1875b7f808f25bb8e You're 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 Jun 3 00:14:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Jun 2021 22:14:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code editor: Take static local variables declaration into account in automatic... Message-ID: <60b802d019077_103b31c66353@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-h2bdl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 486937b3 by gambas at 2021-06-03T00:14:31+02:00 Code editor: Take static local variables declaration into account in automatic variable declaration. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Take static local variables declaration into account in automatic variable declaration. - - - - - 5 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.src/Editor/Code/FEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/486937b3587e1a997d92d3b946bf031c6018e8e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/486937b3587e1a997d92d3b946bf031c6018e8e7 You're 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 Jun 3 00:37:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Jun 2021 22:37:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix watched expression management. Message-ID: <60b808226f2ec_101c2d070296b9@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-gwglk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 89de7869 by gambas at 2021-06-03T00:37:18+02:00 Fix watched expression management. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Save watched expressions. * BUG: Debugger: Removing an expression removes also its watch. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89de78698c94dfeec7f4c7ed68c495c2ddff1f80 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89de78698c94dfeec7f4c7ed68c495c2ddff1f80 You're 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 Jun 3 00:45:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Jun 2021 22:45:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make 'gb.pdf' compile with poppler 21.06.0. Message-ID: <60b809f1bec42_103b0ec3698b@gitlab-sidekiq-low-urgency-cpu-bound-v1-5f67bffffc-cs9p5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dbd2bb3a by gambas at 2021-06-03T00:44:42+02:00 Make 'gb.pdf' compile with poppler 21.06.0. [GB.PDF] * BUG: Make 'gb.pdf' compile with poppler 21.06.0. - - - - - 2 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd2bb3a27c90e419b7f9019478004312b5b977d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd2bb3a27c90e419b7f9019478004312b5b977d You're 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 Jun 4 14:25:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 12:25:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Fix buttons of expression windows. Message-ID: <60ba1bd0e2d79_102c1642571c@gitlab-sidekiq-low-urgency-cpu-bound-v1-654b4688f6-59jnb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5bbacc56 by gambas at 2021-06-04T14:25:43+02:00 Debugger: Fix buttons of expression windows. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Debugger: Fix buttons of expression windows. * BUG: Remove some unused variables. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugExpr.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5bbacc56fcd1b7d263480e75cad7b98ac0ebcb5d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5bbacc56fcd1b7d263480e75cad7b98ac0ebcb5d You're 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 Jun 4 14:28:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 12:28:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: The first time an watched expression has a value does not trigger a breakpoint anymore. Message-ID: <60ba1c824e418_102c254106d0@gitlab-sidekiq-low-urgency-cpu-bound-v1-654b4688f6-fgtsw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac52cdc4 by gambas at 2021-06-04T14:27:53+02:00 The first time an watched expression has a value does not trigger a breakpoint anymore. [GB.DEBUG] * NEW: The first time an watched expression has a value does not trigger a breakpoint anymore. - - - - - 2c73795c by gambas at 2021-06-04T14:28:05+02:00 Take ':' inside identifiers into account by replacing them by '$'. [GB.JIT] * BUG: Take ':' inside identifiers into account by replacing them by '$', which is allowed in C identifiers. - - - - - 2 changed files: - main/lib/debug/debug.c - main/lib/jit/jit.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5bbacc56fcd1b7d263480e75cad7b98ac0ebcb5d...2c73795c310c8f739262b243684ddfc265a4cac2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5bbacc56fcd1b7d263480e75cad7b98ac0ebcb5d...2c73795c310c8f739262b243684ddfc265a4cac2 You're 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 Jun 4 20:27:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 18:27:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix new gcc compiler warning. Message-ID: <60ba709330f44_11336378172d9@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fb8786c96-rsltw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c837ba9 by gambas at 2021-06-04T20:16:02+02:00 Fix new gcc compiler warning. [GB.QT4] * BUG: Fix new gcc compiler warning. [GB.QT5] * BUG: Fix new gcc compiler warning. - - - - - fcff765e by gambas at 2021-06-04T20:25:15+02:00 File dialog: Handle the case when AutoExt is TRUE and Filter is void. [GB.FORM.DIALOG] * BUG: File dialog: Handle the case when AutoExt is TRUE and Filter is void. - - - - - c448acd6 by gambas at 2021-06-04T20:26:16+02:00 TextBox & ComboBox now raise a Cursor event when the cursor moves. [GB.GTK] * NEW: TextBox & ComboBox now raise a Cursor event when the cursor moves. [GB.GTK3] * NEW: TextBox & ComboBox now raise a Cursor event when the cursor moves. [GB.QT4] * NEW: TextBox & ComboBox now raise a Cursor event when the cursor moves. [GB.QT5] * NEW: TextBox & ComboBox now raise a Cursor event when the cursor moves. - - - - - 9 changed files: - comp/src/gb.form.dialog/.src/FFileDialog.class - gb.gtk/src/CTextBox.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gtextbox.cpp - gb.gtk/src/gtextbox.h - gb.qt4/src/CTextBox.cpp - gb.qt4/src/CTextBox.h - gb.qt4/src/main.cpp - gb.qt5/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2c73795c310c8f739262b243684ddfc265a4cac2...c448acd69ec703a9fc6e9a9fd68abf2e2780f5df -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2c73795c310c8f739262b243684ddfc265a4cac2...c448acd69ec703a9fc6e9a9fd68abf2e2780f5df You're 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 Jun 4 21:09:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 19:09:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Some fixes in watched expressions management. Message-ID: <60ba7a7716d61_102c614565d@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fb8786c96-pxgtl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2450664d by gambas at 2021-06-04T20:29:59+02:00 Some fixes in watched expressions management. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Debugger: Watched expressions are correctly initialized when debugging start now. * BUG: Debugger: Display a placeholder text to show where watched expressions must be typed. - - - - - 5bf0f7f2 by gambas at 2021-06-04T21:09:00+02:00 TextBox & ComboBox: Fix declaration of new Cursor event. [GB.QT4] * BUG: TextBox & ComboBox: Fix declaration of new Cursor event. [GB.QT5] * BUG: TextBox & ComboBox: Fix declaration of new Cursor event. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - gb.qt4/src/CTextBox.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c448acd69ec703a9fc6e9a9fd68abf2e2780f5df...5bf0f7f26767330cb0380d9fe4fbabcd53c111f4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c448acd69ec703a9fc6e9a9fd68abf2e2780f5df...5bf0f7f26767330cb0380d9fe4fbabcd53c111f4 You're 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 Jun 4 21:23:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 19:23:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add Placeholder to the list of ComboBox control properties. Message-ID: <60ba7da0c923f_102be08891ed@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fb8786c96-dj2l2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7adc74b4 by gambas at 2021-06-04T21:22:14+02:00 Add Placeholder to the list of ComboBox control properties. [GB.GTK] * BUG: Add Placeholder to the list of ComboBox control properties. [GB.QGTK3] * BUG: Add Placeholder to the list of ComboBox control properties. [GB.QT4] * BUG: Add Placeholder to the list of ComboBox control properties. [GB.QT5] * BUG: Add Placeholder to the list of ComboBox control properties. - - - - - 1 changed file: - gb.qt4/share/gb.form.properties.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7adc74b454b911ad10ffb62526a847dbf1a69f5f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7adc74b454b911ad10ffb62526a847dbf1a69f5f You're 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 Jun 4 21:23:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 19:23:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some Qt5 warnings. Message-ID: <60ba7db941441_10b1415889448@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fb8786c96-dj2l2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5dcb72bf by gambas at 2021-06-04T21:23:18+02:00 Fix some Qt5 warnings. [GB.QT5] * BUG: Fix some Qt5 warnings. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5dcb72bfea23fc48b661ca9c1203fa2035ad5fdf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5dcb72bfea23fc48b661ca9c1203fa2035ad5fdf You're 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 Jun 4 21:44:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 19:44:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Fix buttons of expression windows. Message-ID: <60ba82ac11b46_f2c04c20986@gitlab-sidekiq-low-urgency-cpu-bound-v1-6fb8786c96-nxqxm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c8ccbb98 by gambas at 2021-06-04T21:42:21+02:00 Debugger: Fix buttons of expression windows. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Form editor: Placeholder property is now actually translatable. * NEW: Debugger: Use the Placeholder property for the watch expression field. * NEW: Debugger: Disable watch expression buttons when they should be. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CPropertyInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c8ccbb982ae125fa48937b6ca693efaaa860aba3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c8ccbb982ae125fa48937b6ca693efaaa860aba3 You're 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 Jun 4 22:46:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 20:46:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of last warning removals. Message-ID: <60ba9126b4c6_1037244878a7@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-9bzxb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87845861 by gambas at 2021-06-04T22:45:42+02:00 Fix compilation of last warning removals. [GB.QT5] * BUG: Fix compilation of last warning removals. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/878458619b42fda7b23b8b233990cf6283c29d93 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/878458619b42fda7b23b8b233990cf6283c29d93 You're 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 Jun 4 23:34:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Jun 2021 21:34:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: File dialog geometry is now correctly saved when Dialog.Key is not set. Message-ID: <60ba9c6b3b460_112bd68491d3@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-jmjq4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 51a744b4 by gambas at 2021-06-04T23:31:19+02:00 File dialog geometry is now correctly saved when Dialog.Key is not set. [GB.FORM.DIALOG] * BUG: File dialog geometry is now correctly saved when Dialog.Key is not set. - - - - - c2ee03d5 by gambas at 2021-06-04T23:34:30+02:00 FileChooser: Correctly restore the ShowDetailed property from settings. [GB.FORM] * BUG: FileChooser: Correctly restore the ShowDetailed property from settings. - - - - - 4 changed files: - comp/src/gb.form.dialog/.project - comp/src/gb.form.dialog/.src/FFileDialog.class - comp/src/gb.form.dialog/.src/Main.module - comp/src/gb.form/.src/File/Chooser/FDirChooser.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/878458619b42fda7b23b8b233990cf6283c29d93...c2ee03d50bd31a2f00890079f0f6a7b1c7c1e50c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/878458619b42fda7b23b8b233990cf6283c29d93...c2ee03d50bd31a2f00890079f0f6a7b1c7c1e50c You're 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 Jun 5 03:20:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Jun 2021 01:20:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Call an optional fork helper in each loaded component libraries before starting a task. Message-ID: <60bad158b7959_f382e8062335@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-xwjmx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 67d266d7 by gambas at 2021-06-05T03:11:54+02:00 Call an optional fork helper in each loaded component libraries before starting a task. [INTERPRETER] * NEW: Call an optional fork helper in each loaded component libraries before starting a task. - - - - - b4a13cb8 by gambas at 2021-06-05T03:13:39+02:00 Reset the internal Qt5 thread pool before forking. [GB.QT5] * BUG: Reset the internal Qt5 thread pool before forking. - - - - - 7 changed files: - gb.qt5/src/main.cpp - main/gbx/gbx_c_task.c - main/gbx/gbx_component.c - main/gbx/gbx_component.h - main/gbx/gbx_library.c - main/gbx/gbx_library.h - main/share/gb_component.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2ee03d50bd31a2f00890079f0f6a7b1c7c1e50c...b4a13cb8312d5cde4e4d3886d03397e7d64ed487 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c2ee03d50bd31a2f00890079f0f6a7b1c7c1e50c...b4a13cb8312d5cde4e4d3886d03397e7d64ed487 You're 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 Jun 5 14:31:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Jun 2021 12:31:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix JIT function calls and add Jit.Enabled property. Message-ID: <60bb6ea35cf9c_ef7ae2c422b5@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-tnk96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 49dc9b05 by gambas at 2021-06-05T14:29:58+02:00 Fix JIT function calls and add Jit.Enabled property. [INTERPRETER] * BUG: Calling a JIT function from a class having a ':' in its name works correctly now. * NEW: Jit.Enabled is a new property that allows to temporarily deactivate the JIT compiler. - - - - - 4 changed files: - main/gbx/gbx.c - main/gbx/gbx_c_system.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/49dc9b051be2d3b5554961592461807fb2888151 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/49dc9b051be2d3b5554961592461807fb2888151 You're 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 Jun 5 23:41:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Jun 2021 21:41:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project open dialog: Add 'Examples' and 'Installed software' tabs. Message-ID: <60bbef7fae406_e10dbb041406da@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-ztstf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 32336a67 by gambas at 2021-06-05T23:40:47+02:00 Project open dialog: Add 'Examples' and 'Installed software' tabs. [DEVELOPMENT ENVIRONMENT] * NEW: Project open dialog: Add 'Examples' and 'Installed software' tabs. - - - - - 4 changed files: - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Project/FOpenProject.class - app/src/gambas3/.src/Project/FOpenProject.form - app/src/gambas3/.src/Welcome/FWelcome.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/32336a6780ead848175d38465b65d3a90439d3a2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/32336a6780ead848175d38465b65d3a90439d3a2 You're 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 Jun 6 00:26:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Jun 2021 22:26:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager wizard: Add a button for opening the target folder. Message-ID: <60bbfa1cf0b95_f3b5e8547974@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b69684b9b-j59sz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fff860d3 by gambas at 2021-06-06T00:26:31+02:00 Packager wizard: Add a button for opening the target folder. [DEVELOPMENT ENVIRONMENT] * NEW: Packager wizard: Add a button for opening the target folder. * BUG: Packager wizard: Fix the message label displayed during package creation. * NEW: Update French translation. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Packager/FMakeInstall.class - app/src/gambas3/.src/Packager/FMakeInstall.form - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fff860d387991273a84d1f88241f85dbe76d73c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fff860d387991273a84d1f88241f85dbe76d73c5 You're 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 Jun 7 23:54:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 07 Jun 2021 21:54:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't try to call the "before fork" library handler if the library is not yet loaded. Message-ID: <60be957b9b8de_112be3096142@gitlab-sidekiq-low-urgency-cpu-bound-v1-6f96584f4d-nfkpc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c42a80d2 by gambas at 2021-06-07T23:53:16+02:00 Don't try to call the "before fork" library handler if the library is not yet loaded. [INTERPRETER] * BUG: Don't try to call the "before fork" library handler if the library is not yet loaded. - - - - - 1 changed file: - main/gbx/gbx_library.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c42a80d20f35d21a27993cbb38e8f8b279d5f90f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c42a80d20f35d21a27993cbb38e8f8b279d5f90f You're 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 Jun 10 02:12:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 10 Jun 2021 00:12:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Mouse.Button and Mouse.State, especially for mouses having more than 3 buttons. Message-ID: <60c158f5a74c_f4609d58102022@gitlab-sidekiq-low-urgency-cpu-bound-v1-68bf6c59b-d2frn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a191771 by gambas at 2021-06-10T02:10:09+02:00 Fix Mouse.Button and Mouse.State, especially for mouses having more than 3 buttons. [GB.GTK] * BUG: Now Mouse.Button returns the button number, between 1 and 5. * BUG: Mouse.State returns the same thing as with Qt components, except that apparently GTK+ cannot tell if button 4 and 5 are pressed all the time. [GB.GTK3] * BUG: Now Mouse.Button returns the button number, between 1 and 5. * BUG: Mouse.State returns the same thing as with Qt components, except that apparently GTK+ cannot tell if button 4 and 5 are pressed all the time. [GB.QT4] * BUG: Now Mouse.Button returns the button number, between 1 and 5. [GB.QT5] * BUG: Now Mouse.Button returns the button number, between 1 and 5. - - - - - 4 changed files: - gb.gtk/src/CMouse.cpp - gb.gtk/src/gmouse.cpp - gb.qt4/share/gb.form.const.h - gb.qt4/src/CMouse.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a191771ecb12a4ee6dd3d3fc3afa7adc3e6a64e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a191771ecb12a4ee6dd3d3fc3afa7adc3e6a64e You're 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 Jun 10 02:27:45 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 10 Jun 2021 00:27:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Array.Read() and Array.Write() now check their stream argument instead of crashing if it is NULL. Message-ID: <60c15c8312a8e_f59f482c95732@gitlab-sidekiq-low-urgency-cpu-bound-v1-68bf6c59b-wn8cw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e1202bad by gambas at 2021-06-10T02:27:09+02:00 Array.Read() and Array.Write() now check their stream argument instead of crashing if it is NULL. [INTERPRETER] * BUG: Array.Read() and Array.Write() now check their stream argument instead of crashing if it is NULL. - - - - - 1 changed file: - main/gbx/gbx_c_array.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e1202bad7e3c96ad796adb5e221e9df05a72404b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e1202bad7e3c96ad796adb5e221e9df05a72404b You're 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 Jun 10 03:26:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 10 Jun 2021 01:26:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some GTK+ fixes for SpinBox and ButtonBox when the font is small. Fix ButtonBox border drawing. Message-ID: <60c16a498e1cc_113e32e68538e4@gitlab-sidekiq-low-urgency-cpu-bound-v1-68bf6c59b-wwkpj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c32df65c by gambas at 2021-06-10T03:23:47+02:00 Some GTK+ fixes for SpinBox and ButtonBox when the font is small. Fix ButtonBox border drawing. [GB.GUI.BASE] * BUG: SpinBox: Clamp the vertical padding so that the inner textbox works on GTK+ with small fonts. [GB.FORM] * BUG: ButtonBox: Clamp the vertical padding so that the inner textbox works on GTK+ with small fonts. * BUG: ButtonBox: Fix border drawing according to the widget state (focus and hovering). - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/.src/Test/FMain.form - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c32df65c35c3c8dad51ba2a84c291cd1c4158c54 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c32df65c35c3c8dad51ba2a84c291cd1c4158c54 You're 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 Jun 11 19:26:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Jun 2021 17:26:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Implement and fix assignation of structures and embedded arrays. Message-ID: <60c39cc08f10a_10294dc329f5@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-7pb9c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cb8c0a3f by gambas at 2021-06-11T19:25:50+02:00 Implement and fix assignation of structures and embedded arrays. [INTERPRETER] * NEW: Implement and fix assignation of structures and embedded arrays. - - - - - 5 changed files: - main/gbx/gbx_c_array.c - main/gbx/gbx_class_load.h - main/gbx/gbx_exec_pop.c - main/gbx/gbx_struct.c - main/gbx/gbx_value.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cb8c0a3f43d0b284a3bf12721ce6cab4e540a873 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cb8c0a3f43d0b284a3bf12721ce6cab4e540a873 You're 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 Jun 12 01:40:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Jun 2021 23:40:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix memory leaks in debugger expression evaluation routines. Message-ID: <60c3f482f202c_f2998c343c2@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-tmhwt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 06e2373d by gambas at 2021-06-12T01:39:52+02:00 Fix memory leaks in debugger expression evaluation routines. [INTERPRETER] * BUG: Fix memory leaks in debugger expression evaluation routines. [GB.DEBUG] * BUG: Fix memory leaks in debugger expression evaluation routines. * NEW: The debugger now prints the reference count next to object references. * BUG: A null pointer is printed as "NULL" now. - - - - - 8 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_debug.c - main/gbx/gbx_eval.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_object.h - main/lib/debug/debug.c - main/lib/debug/print.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06e2373dd5f74fe805e89502669145671eae7025 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06e2373dd5f74fe805e89502669145671eae7025 You're 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 Jun 12 02:03:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 12 Jun 2021 00:03:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Object.SizeOf() on embedded arrays now returns the size of the array, and not... Message-ID: <60c3f9d1d35d6_105f0a0c86536e@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-2zxps.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b24029f7 by gambas at 2021-06-12T02:02:44+02:00 Object.SizeOf() on embedded arrays now returns the size of the array, and not the size of the temporary object created for accessing the array. [INTERPRETER] * NEW: Object.SizeOf() on embedded arrays now returns the size of the array, and not the size of the temporary object created for accessing the array. - - - - - 3 changed files: - main/gbx/gbx_c_array.h - main/gbx/gbx_c_class.c - main/gbx/gbx_class.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b24029f722c4699281a5c0f7cd10687c64f60f66 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b24029f722c4699281a5c0f7cd10687c64f60f66 You're 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 Jun 12 12:03:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 12 Jun 2021 10:03:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Eval() and fix error management on disabled fast functions. Message-ID: <60c4866ccd402_f8143cac11131d@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-6bk6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3d41de69 by gambas at 2021-06-12T12:02:39+02:00 Fix Eval() and fix error management on disabled fast functions. [INTERPRETER] * BUG: Fix Eval(). * BUG: Fix error management on disabled fast functions. - - - - - 2 changed files: - main/gbx/gbx_exec.c - main/gbx/gbx_subr_misc.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d41de69d41fa809b6a14f0a7f24ea75810206e8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d41de69d41fa809b6a14f0a7f24ea75810206e8 You're 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 Jun 13 22:30:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Jun 2021 20:30:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update Turkish Translation Message-ID: <60c66acea8e39_fba36e381632e@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-6bk6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 746c3c83 by Hasan Merkit at 2021-05-18T11:46:20+00:00 Update Turkish Translation "second" is not "saniye". Wrong translation changed. Added more translations. - - - - - 5f3e7f0c by Beno?t Minisini at 2021-06-13T20:30:03+00:00 Merge branch 'tr_update' into 'master' Update Turkish Translation See merge request gambas/gambas!229 - - - - - 1 changed file: - app/src/gambas3/.lang/tr.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3d41de69d41fa809b6a14f0a7f24ea75810206e8...5f3e7f0c62c9bf0bf265f36a512a17da5427eb45 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3d41de69d41fa809b6a14f0a7f24ea75810206e8...5f3e7f0c62c9bf0bf265f36a512a17da5427eb45 You're 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 Jun 13 22:31:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Jun 2021 20:31:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: MediaView, also hide spacer panel when hiding controls Message-ID: <60c66b0a5e060_10db10294129685@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-2zxps.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d1892dd1 by Bruce Steers at 2021-05-25T10:45:24+01:00 MediaView, also hide spacer panel when hiding controls [GB.FORM.MEDIA] * BUG: also hide spacer panel when hiding controls. when hiding the controls the spacer stayed, leaving a bar on the bottom of the window, even in fullscreen. This gives clean fullscreen - - - - - 03210a1d by Beno?t Minisini at 2021-06-13T20:31:04+00:00 Merge branch 'MediaViewFix' into 'master' MediaView, also hide spacer panel when hiding controls See merge request gambas/gambas!230 - - - - - 2 changed files: - comp/src/gb.media.form/.src/FMediaPlayer.class - comp/src/gb.media.form/.src/FMediaPlayer.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5f3e7f0c62c9bf0bf265f36a512a17da5427eb45...03210a1dde5f172c3c25944b5edb5cc8acd01606 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5f3e7f0c62c9bf0bf265f36a512a17da5427eb45...03210a1dde5f172c3c25944b5edb5cc8acd01606 You're 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 Jun 13 22:32:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Jun 2021 20:32:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: * NEW Add support for STATIC def within a function Message-ID: <60c66b7158a31_f80a7f0152e3@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-qplm4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c7303759 by Brian G at 2021-06-12T19:26:00-07:00 * NEW Add support for STATIC def within a function - - - - - 419b92a1 by Beno?t Minisini at 2021-06-13T20:32:46+00:00 Merge branch 'ScripterStaticFix' into 'master' * NEW Add support for STATIC def within a function See merge request gambas/gambas!233 - - - - - 3 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/GenerateFromLazyScript.module - app/src/gbs3/.src/Reader.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/03210a1dde5f172c3c25944b5edb5cc8acd01606...419b92a1d52e294017b5a3eb0aabdbf89d2c52f0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/03210a1dde5f172c3c25944b5edb5cc8acd01606...419b92a1d52e294017b5a3eb0aabdbf89d2c52f0 You're 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 Jun 13 22:54:17 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Jun 2021 20:54:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Delete global QThreadPool object on fork only if QT version is at least 5.15.0. Message-ID: <60c6707a3b876_f293601063eb@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-r94m7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08a24c79 by gambas at 2021-06-13T22:53:27+02:00 Delete global QThreadPool object on fork only if QT version is at least 5.15.0. [GB.QT5] * BUG: Delete global QThreadPool object on fork only if QT version is at least 5.15.0. - - - - - 1 changed file: - gb.qt5/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08a24c79270e0eded789b64badd3ca35b6cda22b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08a24c79270e0eded789b64badd3ca35b6cda22b You're 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 Jun 13 23:04:52 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Sun, 13 Jun 2021 21:04:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: gambas3-selftest script run.sh with 'fast' option Message-ID: <60c672f487da8_f9aaeafc164032@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-6bk6h.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 453f61ed by Christof Thalhofer at 2021-06-13T23:02:41+02:00 gambas3-selftest script run.sh with 'fast' option [DEVELOPMENT ENVIRONMENT] *OPT: gambas3-selftest script run.sh with 'fast' option - - - - - 8c1e1672 by Christof Thalhofer at 2021-06-13T23:04:28+02:00 Merge branch 'master' of https://gitlab.com/gambas/gambas - - - - - 1 changed file: - app/src/gambas3-selftest/run.sh View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/08a24c79270e0eded789b64badd3ca35b6cda22b...8c1e1672f4cf3eb6058313605800f8ea18834deb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/08a24c79270e0eded789b64badd3ca35b6cda22b...8c1e1672f4cf3eb6058313605800f8ea18834deb You're 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 Jun 14 00:19:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Jun 2021 22:19:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TerminalView: Ignore errors if resizing the running process virtual terminal fails. Message-ID: <60c68461243e8_107ef58741015a7@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d845b8f9-pz4tw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2613dfab by gambas at 2021-06-14T00:18:02+02:00 TerminalView: Ignore errors if resizing the running process virtual terminal fails. [GB.FORM.TERMINAL] * BUG: TerminalView: Ignore errors if resizing the running process virtual terminal fails. - - - - - 6588c9c1 by gambas at 2021-06-14T00:18:20+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c1e1672f4cf3eb6058313605800f8ea18834deb...6588c9c1e6112c455ec4016b054238e7f46030d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c1e1672f4cf3eb6058313605800f8ea18834deb...6588c9c1e6112c455ec4016b054238e7f46030d0 You're 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 Jun 14 19:32:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 14 Jun 2021 17:32:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Class.Size and Class.StaticSize are two new properties that return the size of... Message-ID: <60c7929678e99_f293749334f@gitlab-sidekiq-low-urgency-cpu-bound-v1-7b949b7c4c-lrt6g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a7d71351 by gambas at 2021-06-14T19:20:36+02:00 Class.Size and Class.StaticSize are two new properties that return the size of the dynamic and static data of a class. [INTERPRETER] * NEW: Class.Size and Class.StaticSize are two new properties that return the size of the dynamic and static data of a class. - - - - - d99609f2 by gambas at 2021-06-14T19:30:15+02:00 Add Class.DataSize property, and make Class.Size returns the full size of an object of that class. [INTERPRETER] * NEW: Class.Size now returns the full size allocated for an object of that class. * NEW: Class.DataSize is a new property that returns the size of the dynamic data allocated for that class. - - - - - 1 changed file: - main/gbx/gbx_c_class.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6588c9c1e6112c455ec4016b054238e7f46030d0...d99609f2d98ab534abb9523c7870c99b648da105 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6588c9c1e6112c455ec4016b054238e7f46030d0...d99609f2d98ab534abb9523c7870c99b648da105 You're 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 Jun 14 22:37:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 14 Jun 2021 20:37:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The SizeOf() function now can return the data size of a class or a structure. Message-ID: <60c7be06ccf41_f293607303c@gitlab-sidekiq-low-urgency-cpu-bound-v1-cb9496d57-ztvmv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c30eda1 by gambas at 2021-06-14T22:36:57+02:00 The SizeOf() function now can return the data size of a class or a structure. [INTERPRETER] * NEW: The SizeOf() function now can return the data size of a class or a structure. - - - - - 1 changed file: - main/gbx/gbx_subr_conv.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c30eda13f75203dfc422c43169ff08b03f54d7b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c30eda13f75203dfc422c43169ff08b03f54d7b You're 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 Jun 14 22:38:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 14 Jun 2021 20:38:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove the new Size, DataSize and StaticSize properties of the Class class.... Message-ID: <60c7be4fcea36_109581c094429@gitlab-sidekiq-low-urgency-cpu-bound-v1-cb9496d57-88ldt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78191ced by gambas at 2021-06-14T22:37:53+02:00 Remove the new Size, DataSize and StaticSize properties of the Class class. Use SizeOf() instead of DataSize. [INTERPRETER] * NEW: Remove the new Size, DataSize and StaticSize properties of the Class class. Use SizeOf() instead of DataSize. - - - - - 1 changed file: - main/gbx/gbx_c_class.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78191ced69acb9897f029e554b37cfac776be9fa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78191ced69acb9897f029e554b37cfac776be9fa You're 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 Jun 15 01:32:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 14 Jun 2021 23:32:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix incorrect Turkish translation file. Message-ID: <60c7e71aafb22_102981104531f3@gitlab-sidekiq-low-urgency-cpu-bound-v1-cb9496d57-v5wqv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 81cf0919 by gambas at 2021-06-15T01:20:41+02:00 Fix incorrect Turkish translation file. [DEVELOPMENT ENVIRONMENT] * BUG: Fix incorrect Turkish translation file. - - - - - 2cf8ae55 by gambas at 2021-06-15T01:32:24+02:00 Update support file. [DEVELOPMENT ENVIRONMENT] * NEW: Update support file. - - - - - 2 changed files: - app/src/gambas3/.lang/tr.po - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/78191ced69acb9897f029e554b37cfac776be9fa...2cf8ae557857f73f67e3c9e6fba674981ba81442 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/78191ced69acb9897f029e554b37cfac776be9fa...2cf8ae557857f73f67e3c9e6fba674981ba81442 You're 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 Jun 15 02:00:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 00:00:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger panel: Use a label to show the current error. Make the expression watch panel bigger. Message-ID: <60c7edbc272d5_f294a027560@gitlab-sidekiq-low-urgency-cpu-bound-v1-859c78c5d4-j8nfc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e143bc65 by gambas at 2021-06-15T02:00:53+02:00 Debugger panel: Use a label to show the current error. Make the expression watch panel bigger. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger panel: Use a label to show the current error. Do not use a balloon anymore. * NEW: Debugger panel: The expression watch panel is now bigger. - - - - - 7 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/tr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Form/FMenu.form - app/src/gambas3/.src/Options/FOption.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e143bc65c7f8fd96d9be9855e6672d325e65f82c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e143bc65c7f8fd96d9be9855e6672d325e65f82c You're 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 Jun 15 02:10:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 00:10:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a button in the project tree that opens the startup class. Message-ID: <60c7efe4ea3ee_f2943c28174@gitlab-sidekiq-low-urgency-cpu-bound-v1-859c78c5d4-j8nfc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1ff87877 by gambas at 2021-06-15T02:10:05+02:00 Add a button in the project tree that opens the startup class. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Add a button in the project tree that opens the startup class. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ff8787721782303f5a2a0d213a436aee0acc20e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ff8787721782303f5a2a0d213a436aee0acc20e You're 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 Jun 15 11:05:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 09:05:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix autocompletion of embedded arrays of structures. Message-ID: <60c86d68190a5_105b5b1c382f9@gitlab-sidekiq-low-urgency-cpu-bound-v1-76c5cb5d76-6fg2r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eb941620 by gambas at 2021-06-15T11:05:37+02:00 Fix autocompletion of embedded arrays of structures. [DEVELOPMENT ENVIRONMENT] * BUG: Fix autocompletion of embedded arrays of structures. * BUG: Debugger panel: Do not show the output console automatically if there is an error. - - - - - 5 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eb941620bf3cc86837ab6597dee3e32e6821c4cc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eb941620bf3cc86837ab6597dee3e32e6821c4cc You're 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 Jun 15 11:28:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 09:28:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][set-sast-config-1] Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist Message-ID: <60c872db74fc8_f293ec741c4@gitlab-sidekiq-low-urgency-cpu-bound-v1-76c5cb5d76-7s6xj.mail> Beno?t Minisini pushed to branch set-sast-config-1 at Gambas / gambas Commits: 0ee21cde by Beno?t Minisini at 2021-06-15T09:28:55+00:00 Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ee21cdeaef540903d14b9e0a898a57f853a1ade -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ee21cdeaef540903d14b9e0a898a57f853a1ade You're 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 Jun 15 11:28:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 09:28:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch set-sast-config-1 Message-ID: <60c872d887fb8_f295546525e@gitlab-sidekiq-low-urgency-cpu-bound-v1-76c5cb5d76-vn7vl.mail> Beno?t Minisini pushed new branch set-sast-config-1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/set-sast-config-1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 15 11:30:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 09:30:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch set-sast-config-1 Message-ID: <60c873246f0ad_f29360857c6@gitlab-sidekiq-low-urgency-cpu-bound-v1-76c5cb5d76-6lhqw.mail> Beno?t Minisini deleted branch set-sast-config-1 at Gambas / gambas -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 15 16:45:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 14:45:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix documentation of embedded arrays, structures and embedded arrays of structures. Message-ID: <60c8bd157c3c0_11293882249f@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cb49fc74d-nx99s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f6107e4 by gambas at 2021-06-15T16:45:35+02:00 Fix documentation of embedded arrays, structures and embedded arrays of structures. [DEVELOPMENT ENVIRONMENT] * BUG: Fix documentation of embedded arrays, structures and embedded arrays of structures. - - - - - 7 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FSignature.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Help/Wiki/Wiki.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f6107e443fec32bb7031668a4c650b53ac5d870 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4f6107e443fec32bb7031668a4c650b53ac5d870 You're 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 Jun 15 17:00:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 15:00:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not allow window titlebar to be moved outside of the visible area. Message-ID: <60c8c09e1d64f_102946497161@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cb49fc74d-7tlfq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e69b9c0 by gambas at 2021-06-15T17:00:37+02:00 Do not allow window titlebar to be moved outside of the visible area. [GB.WEB.GUI] * BUG: Fix combo-box layout. * BUG: Do not allow window titlebar to be moved outside of the visible area. - - - - - 4 changed files: - comp/src/gb.web.gui/.src/Test/Webform3.class - comp/src/gb.web.gui/.src/Test/Webform3.webform - comp/src/gb.web.gui/lib.js - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e69b9c00a2d8e4e9fe0d8c9f7abf27192b8c17c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e69b9c00a2d8e4e9fe0d8c9f7abf27192b8c17c You're 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 Jun 15 17:07:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 15:07:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow local static variables to declare embedded arrays or structures like global variables. Message-ID: <60c8c23d4ae9_10293c423322@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cb49fc74d-c8njg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e6d9faad by gambas at 2021-06-15T17:06:57+02:00 Allow local static variables to declare embedded arrays or structures like global variables. [COMPILER] * NEW: Allow local static variables to declare embedded arrays or structures like global variables. - - - - - 1 changed file: - main/gbc/gbc_trans_code.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e6d9faad0a42b75649db85826adc551914fab78f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e6d9faad0a42b75649db85826adc551914fab78f You're 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 Jun 15 18:13:26 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 16:13:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [Scripter] Message-ID: <60c8d1a886db5_11170f91c290b2@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cb49fc74d-nx99s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88367440 by Brian G at 2021-06-14T17:21:02-07:00 [Scripter] * BUG Fix EXTERN definitions correctly outside generated main() definition in lazy scripts(no main) * BUG Fix Ensure externs are after all structures in lazy script(no main) * BUG Fix Enum and Const to be outside before Structures in lazy scripts(no main) * NEW Added two new testscripts to project to test structures and externs with and without main() defined - - - - - 2bd8b62f by Beno?t Minisini at 2021-06-15T16:13:25+00:00 Merge branch 'ScripterExternDefBug' into 'master' [Scripter] See merge request gambas/gambas!234 - - - - - 8 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/Context.class - app/src/gbs3/.src/GenerateFiles.module - app/src/gbs3/.src/GenerateFromLazyScript.module - app/src/gbs3/.src/MakeVirtualProject.module - app/src/gbs3/.src/Reader.class - + app/src/gbs3/TestExternStructNoMain.gbs - + app/src/gbs3/TestExternStructWithMain.gbs View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e6d9faad0a42b75649db85826adc551914fab78f...2bd8b62f7b614700507698c79a896190296261b2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e6d9faad0a42b75649db85826adc551914fab78f...2bd8b62f7b614700507698c79a896190296261b2 You're 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 Jun 16 01:55:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 15 Jun 2021 23:55:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Style.PaintButton() now can take a background color as optional argument. Message-ID: <60c93dea45087_10293742577a@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c67fb846-p5ts5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41bd7aa6 by gambas at 2021-06-16T01:50:07+02:00 Style.PaintButton() now can take a background color as optional argument. [GB.GTK] * NEW: Style.PaintButton() now can take a background color as optional argument. [GB.GTK3] * NEW: Style.PaintButton() now can take a background color as optional argument. [GB.QT4] * NEW: Style.PaintButton() now can take a background color as optional argument. [GB.QT5] * NEW: Style.PaintButton() now can take a background color as optional argument. - - - - - 09dd6a70 by gambas at 2021-06-16T01:51:54+02:00 MenuButton: The background color is now used for coloring the button background. [GB.FORM] * NEW: MenuButton: The background color is now used for coloring the button background. * BUG: MenuButton: Fix how style flags are used for drawing the control. - - - - - f9a51f63 by gambas at 2021-06-16T01:52:33+02:00 Add 'inheritance' stock icon. [GB.FORM.STOCK] * NEW: Add 'inheritance' stock icon. - - - - - a6a47e58 by gambas at 2021-06-16T01:53:42+02:00 Project tree: Use the new 'inheritance' stock icon. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Use the new 'inheritance' stock icon. - - - - - d5105c83 by gambas at 2021-06-16T01:54:12+02:00 Remove an extra newline at the end of the "non freed allocation" warning message. [INTERPRETER] * BUG: Remove an extra newline at the end of the "non freed allocation" warning message. - - - - - c59ae913 by gambas at 2021-06-16T01:55:10+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 17 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - + comp/src/gb.form.stock/gambas-mono/32/inheritance.png - app/src/gambas3/img/32/inheritance.png ? comp/src/gb.form.stock/gambas/32/inheritance.png - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/Test/FMain.class - comp/src/gb.form/.src/Test/FTestMenuButton.form - comp/src/gb.form/map/icon.map - gb.gtk/src/CStyle.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h - gb.qt4/src/CStyle.cpp - main/share/gb_alloc_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2bd8b62f7b614700507698c79a896190296261b2...c59ae913b6569c18b6ca8fe7bebd1467f185f3a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2bd8b62f7b614700507698c79a896190296261b2...c59ae913b6569c18b6ca8fe7bebd1467f185f3a8 You're 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 Jun 16 03:27:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Jun 2021 01:27:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: Add two buttons for finding the first and the last untranslated string. Message-ID: <60c953a01b25e_105125c659ae@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c67fb846-4xqnh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8c9e5b8 by gambas at 2021-06-16T03:27:53+02:00 Translation dialog: Add two buttons for finding the first and the last untranslated string. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: Add two buttons for finding the first and the last untranslated string. * NEW: Update French translation. - - - - - 0 changed files: View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8c9e5b8f8e7f6f303794ea2aa5b409f99537a07 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f8c9e5b8f8e7f6f303794ea2aa5b409f99537a07 You're 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 Jun 16 03:28:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Jun 2021 01:28:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update 'start' and 'end' icons. Message-ID: <60c953be63996_f1903bec7287f@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c67fb846-mqws2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78b6bfbf by gambas at 2021-06-16T03:28:21+02:00 Update 'start' and 'end' icons. [GB.FORM.STOCK] * NEW: Update 'start' and 'end' icons. - - - - - 4 changed files: - comp/src/gb.form.stock/gambas-mono/32/end.png - comp/src/gb.form.stock/gambas-mono/32/start.png - comp/src/gb.form.stock/gambas/32/end.png - comp/src/gb.form.stock/gambas/32/start.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78b6bfbf924fc09132f106f9acddb6d0f8ea332e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78b6bfbf924fc09132f106f9acddb6d0f8ea332e You're 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 Jun 16 23:26:10 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Jun 2021 21:26:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Handle the ".[]" syntax in method signature popup. A few enhancements in the procedure popup. Message-ID: <60ca6c74b9b6a_f29554178e8@gitlab-sidekiq-low-urgency-cpu-bound-v1-5c5b87796b-df8mf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 899c3138 by gambas at 2021-06-16T23:26:03+02:00 Handle the ".[]" syntax in method signature popup. A few enhancements in the procedure popup. [DEVELOPMENT ENVIRONMENT] * NEW: Procedure popup: Underline the startup method in the procedure list. * NEW: Procedure popup: Don't show the "STATIC" button in a module. * NEW: Code editor: The ".[]" syntax is now handled when displaying method signatures. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FProcedureList.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/899c3138e276f99d0ceaa6238093855e29d28b91 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/899c3138e276f99d0ceaa6238093855e29d28b91 You're 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 Jun 17 11:15:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Jun 2021 09:15:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix focus management of windows and activation of embedded windows. Message-ID: <60cb12c47b21_f2941423c9@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffbc76b-rvqwj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 35a5f54b by gambas at 2021-06-17T11:13:16+02:00 Fix focus management of windows and activation of embedded windows. [GB.GTK] * BUG: Fix focus management of windows. * BUG: Activate embedded windows on show. [GB.GTK3] * BUG: Fix focus management of windows. * BUG: Activate embedded windows on show. - - - - - c8ecbefa by gambas at 2021-06-17T11:15:07+02:00 Fix focus management so that the focus order is always the stacking order.. [GB.QT4] * BUG: Fix focus management so that the focus order is always the stacking order. [GB.QT5] * BUG: Fix focus management so that the focus order is always the stacking order. * BUG: Remove some compilation warnings. - - - - - 12 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gsignals.cpp - gb.qt4/src/CContainer.cpp - gb.qt4/src/CContainer.h - gb.qt4/src/CDraw.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/899c3138e276f99d0ceaa6238093855e29d28b91...c8ecbefa7f7209a8b6aeb52d043e306fcef979fa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/899c3138e276f99d0ceaa6238093855e29d28b91...c8ecbefa7f7209a8b6aeb52d043e306fcef979fa You're 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 Jun 17 11:21:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Jun 2021 09:21:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not loop indefinitely when searching for the next focus widget. Message-ID: <60cb14254ed09_10293b070539@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffbc76b-xtwlf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 102040eb by gambas at 2021-06-17T11:20:39+02:00 Do not loop indefinitely when searching for the next focus widget. [GB.QT4] * BUG: Do not loop indefinitely when searching for the next focus widget. [GB.QT5] * BUG: Do not loop indefinitely when searching for the next focus widget. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/102040eb8bbc353bb8ea37c82f0cd7b476acb508 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/102040eb8bbc353bb8ea37c82f0cd7b476acb508 You're 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 Jun 17 12:25:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Jun 2021 10:25:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation on Qt < 5.14. Message-ID: <60cb2300a656f_f293b0598fb@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffbc76b-hvcv7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: deb1916f by gambas at 2021-06-17T12:24:38+02:00 Fix compilation on Qt < 5.14. [GB.QT4] * BUG: Fix compilation on Qt < 5.14. [GB.QT5] * BUG: Fix compilation on Qt < 5.14. - - - - - 2 changed files: - gb.qt4/src/CDraw.cpp - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/deb1916f29fc34dc76b999d43bedfe22609209a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/deb1916f29fc34dc76b999d43bedfe22609209a7 You're 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 Jun 17 13:07:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Jun 2021 11:07:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation on Qt < 5.3. Message-ID: <60cb2cf9fbe_11294c816832@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffbc76b-9h8gd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b0ac35dd by gambas at 2021-06-17T13:07:11+02:00 Fix compilation on Qt < 5.3. [GB.QT4] * BUG: Fix compilation on Qt < 5.3. [GB.QT5] * BUG: Fix compilation on Qt < 5.3. - - - - - 1 changed file: - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b0ac35dd4bdb797969c36e5d389a071cbdb50519 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b0ac35dd4bdb797969c36e5d389a071cbdb50519 You're 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 Jun 18 04:35:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Jun 2021 02:35:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] JIT compiler support for embedded array and structures variables. Message-ID: <60cc06612432b_10294c812567@gitlab-sidekiq-low-urgency-cpu-bound-v1-848c56b8d4-7xxmf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78ad2523 by gambas at 2021-06-18T04:33:42+02:00 JIT compiler support for embedded array and structures variables. [INTERPRETER] * NEW: JIT compiler support for embedded array and structures variables. [GB.JIT] * NEW: JIT compiler support for embedded array and structures variables. - - - - - 5 changed files: - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78ad25231b932637403282ab07c8de8c6a4cc670 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/78ad25231b932637403282ab07c8de8c6a4cc670 You're 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 Jun 18 14:34:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Jun 2021 12:34:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some memory leaks introduced by the last commit. Message-ID: <60cc92bd5f65a_f3e109bc12398e@gitlab-sidekiq-low-urgency-cpu-bound-v1-848c56b8d4-r6d6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e5c4293 by gambas at 2021-06-18T14:33:40+02:00 Fix some memory leaks introduced by the last commit. [GB.JIT] * BUG: Fix some memory leaks introduced by the last commit. - - - - - 1 changed file: - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e5c42939a2700d8f80cbea545c0345b5b6b097a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e5c42939a2700d8f80cbea545c0345b5b6b097a You're 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 Jun 18 14:36:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Jun 2021 12:36:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MenuButton: Disable the hidden shortcut button when the control has the focus, ... Message-ID: <60cc9335c0a4_f293ec2261d@gitlab-sidekiq-low-urgency-cpu-bound-v1-848c56b8d4-4vfrw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3b906ba1 by gambas at 2021-06-18T14:34:25+02:00 MenuButton: Disable the hidden shortcut button when the control has the focus, so that TAB focus navigation works. [GB.FORM] * NEW: MenuButton: Disable the hidden shortcut button when the control has the focus, so that TAB focus navigation works. * NEW: MenuButton: Draw the control with both 'Hovered' and 'Focus' style flag when the control has the focus. - - - - - 5 changed files: - comp/src/gb.form/.icon.png - comp/src/gb.form/.lang/de.po - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.lang/nl.po - comp/src/gb.form/.src/Button/MenuButton.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3b906ba10a16ff0bc9dd7a5243d0a2d8d74dfbc5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3b906ba10a16ff0bc9dd7a5243d0a2d8d74dfbc5 You're 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 Jun 18 22:18:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Jun 2021 20:18:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: [Scripter] Message-ID: <60ccff87f453_11170ab4c88829@gitlab-sidekiq-low-urgency-cpu-bound-v1-645cc9f4d4-c29vj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c968d321 by Brian G at 2021-06-17T11:04:57-07:00 [Scripter] * NEW Reconfigure Classes and module in prep for seperate gb.scripter component * NEW As Plugin : Plugins to be run from file or textbuffer * NEW As Plugin : Scripts can be executed from file or textbuffer * NEW as Plugin : User can provide Post and pre Process Callbacks on entire program * NEW as Plugin : User can provide pre process CallBack for each line of code * NEW as PLIGIN : User can define Aliases for program text, single, parameterized, multiline replacements * OPT as PLUGIN : Line PreProcess callbacks are called before Alias processing * BUG End sub incorrectly processing inside class definitions in some cases * OPT Minor change to bypass processing of blank and null lines * NEW Add UnitTest for all new plugin features * BUG fix some unit tests which would fail due to incorrect reset of environment * OPT Add Documentation to most file for conversion to component - - - - - 968eee59 by Brian G at 2021-06-17T11:29:41-07:00 [Scripter] * NEW Added ability for user to define special plugin properties to be quieried at runtime - - - - - edaac175 by Brian G at 2021-06-17T11:42:31-07:00 [Scripter] * OPT Text Doc change - - - - - 5ee39e17 by Brian G at 2021-06-18T12:49:43-07:00 [Scripter] * Bug Some changes from bugs found in loading the scripter as component - - - - - 7ae66340 by Beno?t Minisini at 2021-06-18T20:18:12+00:00 Merge branch 'scripterupdatesfixes' into 'master' [Scripter] - Prepare for component and bug fixes See merge request gambas/gambas!235 - - - - - 30 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/CompileError.module - app/src/gbs3/.src/Context.class - app/src/gbs3/.src/PluginInfo.module - app/src/gbs3/.src/Reader.class - + app/src/gbs3/.src/ScriptApplyAlias.module - + app/src/gbs3/.src/ScriptApplyLineCallBacks.module - + app/src/gbs3/.src/ScriptApplyPostProgCallBacks.module - + app/src/gbs3/.src/ScriptApplyProgramCallBacks.module - app/src/gbs3/.src/ScriptKeywordFilter.module - app/src/gbs3/.src/ScriptMain.module - app/src/gbs3/.src/ScriptPreProcess.module - + app/src/gbs3/.src/ScriptSetAliasTable.module - + app/src/gbs3/.src/ScriptSetKeywordFilter.module - + app/src/gbs3/.src/ScriptSetPostProcessCallBack.module - + app/src/gbs3/.src/ScriptSetPreProcessCallBack.module - ? app/src/gbs3/.src/ScriptTestPluginMode.module - + app/src/gbs3/.src/ScripterExecute.class - app/src/gbs3/.src/Scripter.class ? app/src/gbs3/.src/ScripterPlugin.class - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/.src/TestSuite/TaMServerPages.test - app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test - app/src/gbs3/.src/TestSuite/TcMMainFunctions.test - + app/src/gbs3/.src/TestSuite/TeAliases.test - + app/src/gbs3/.src/TestSuite/TfKeyWordFilter.test - + app/src/gbs3/.src/TestSuite/TgPluginMode.test - + app/src/gbs3/.src/TestSuite/ThPrePostProcessCallBacks.test - app/src/gbs3/.src/Verbose.module - app/src/gbs3/.src/Warning.module - app/src/gbs3/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3b906ba10a16ff0bc9dd7a5243d0a2d8d74dfbc5...7ae66340694311b007b104ebf25466a432901f40 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3b906ba10a16ff0bc9dd7a5243d0a2d8d74dfbc5...7ae66340694311b007b104ebf25466a432901f40 You're 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 Jun 19 02:21:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Jun 2021 00:21:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TabPanel: ShowTabBar is a new property that toggles the tab bar visibility. Message-ID: <60cd3878408ab_1129464908db@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-w9dgv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1cc95c23 by gambas at 2021-06-19T02:21:05+02:00 TabPanel: ShowTabBar is a new property that toggles the tab bar visibility. [GB.FORM] * NEW: TabPanel: ShowTabBar is a new property that toggles the tab bar visibility. - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/TabPanel/TabPanel.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/1cc95c2353e7f98fb097ccffb978bb44d4ec4709 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1cc95c2353e7f98fb097ccffb978bb44d4ec4709 You're 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 Jun 19 02:21:59 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Jun 2021 00:21:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Add a search panel when help is offline. Message-ID: <60cd38a7e14c3_ffe98543491f@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-4f9ch.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 265643cd by gambas at 2021-06-19T02:21:54+02:00 Help browser: Add a search panel when help is offline. [DEVELOPMENT ENVIRONMENT] * NEW: Help browser: Add a search panel when help is offline. - - - - - 8 changed files: - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/FMain.class - + app/src/gambas3/.src/Help/CHelpSearchTask.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Help/Wiki/Wiki.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/265643cdd5d0d36e60151b7e9de300ec58996005 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/265643cdd5d0d36e60151b7e9de300ec58996005 You're 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 Jun 19 21:25:31 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Jun 2021 19:25:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Enhance search syntax, and highlight search terms in the resulting pages. Message-ID: <60ce44adc58e_104903b44105916@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-nmdn7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 628a5cb4 by gambas at 2021-06-19T21:25:26+02:00 Help browser: Enhance search syntax, and highlight search terms in the resulting pages. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Fix symbol links in class help pages. * NEW: Help browser: Searching returns pages including any of the search words. To search a string with spaces inside, enclose it with quotes. * NEW: Help browser: Search terms are highlighted in the result pages. - - - - - 6 changed files: - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Help/CHelpSearchTask.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/MHelp.module - + app/src/gambas3/help/wiki/highlight.js - app/src/gambas3/help/wiki/page.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/628a5cb4245e3a1099f6630a3390d6238ff0be3e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/628a5cb4245e3a1099f6630a3390d6238ff0be3e You're 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 Jun 19 21:43:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Jun 2021 19:43:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Remove a debugging alert in javascript search highlighting code. Message-ID: <60ce48fdb6f63_f4a327a46483b@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-4f9ch.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7fa827b4 by gambas at 2021-06-19T21:43:52+02:00 Help browser: Remove a debugging alert in javascript search highlighting code. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Remove a debugging alert in javascript search highlighting code. - - - - - 2 changed files: - app/src/gambas3/.src/Help/CHelpSearchTask.class - app/src/gambas3/help/wiki/highlight.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7fa827b42e6ece0866ae7a29e0a55908ed37b81b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7fa827b42e6ece0866ae7a29e0a55908ed37b81b You're 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 Jun 20 00:10:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Jun 2021 22:10:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Class.Symbols and Class[] now correctly ignore symbol table entries overriden by inheritance. Message-ID: <60ce6b5f429bd_f30b12081044a6@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-5rwgc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 51068e17 by gambas at 2021-06-20T00:09:36+02:00 Class.Symbols and Class[] now correctly ignore symbol table entries overriden by inheritance. [INTERPRETER] * BUG: Class.Symbols and Class[] now correctly ignore symbol table entries overriden by inheritance. - - - - - 1 changed file: - main/gbx/gbx_c_class.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/51068e17bde9272bae9d753fc2d6af5a3c297566 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/51068e17bde9272bae9d753fc2d6af5a3c297566 You're 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 Jun 21 01:23:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 20 Jun 2021 23:23:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Fix event list in offline class documentation pages. Message-ID: <60cfcde450e78_10a6668e01481cc@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-nmdn7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 068f20e7 by gambas at 2021-06-21T01:23:11+02:00 Help browser: Fix event list in offline class documentation pages. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Fix event list in offline class documentation pages. - - - - - 1 changed file: - app/src/gambas3/.src/Component/CClassInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/068f20e799277e4ef59799e48b1c9fcb0acc2e10 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/068f20e799277e4ef59799e48b1c9fcb0acc2e10 You're 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 Jun 21 13:35:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Jun 2021 11:35:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebComboBox: Use the 'input' event instead of the 'change' event to implement... Message-ID: <60d079777affb_fbdc77dc1660dd@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-cwbss.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 000a5d29 by gambas at 2021-06-21T13:35:10+02:00 WebComboBox: Use the 'input' event instead of the 'change' event to implement the Click Gambas event. [GB.WEB.GUI] * BUG: WebComboBox: Use the 'input' event instead of the 'change' event to implement the Click Gambas event. - - - - - 3 changed files: - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Test/Webform3.class - comp/src/gb.web.gui/.src/WebComboBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/000a5d29b759c88b07dacb5320208948b5dba368 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/000a5d29b759c88b07dacb5320208948b5dba368 You're 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 Jun 21 19:06:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Jun 2021 17:06:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Unlimited string fields now use 'MEDIUMTEXT' type instead of 'TEXT', so that... Message-ID: <60d0c714a8f76_11568284c103310@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-cwbss.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68ecfe8d by gambas at 2021-06-21T19:05:07+02:00 Unlimited string fields now use 'MEDIUMTEXT' type instead of 'TEXT', so that their actual maximum size is now 16 Mb. [GB.DB.MYSQL] * BUG: Unlimited string fields now use 'MEDIUMTEXT' type instead of 'TEXT', so that their actual maximum size is now 16 Mb. - - - - - 1 changed file: - gb.db.mysql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68ecfe8d0f92e8f95431f730d46dfff41ea8bb72 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68ecfe8d0f92e8f95431f730d46dfff41ea8bb72 You're 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 Jun 21 19:16:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Jun 2021 17:16:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Selection property now does return file names without any rich text formatting. Message-ID: <60d0c95cc139f_fe7580c48505@gitlab-sidekiq-low-urgency-cpu-bound-v1-746c5bbc86-9zgd8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3ee5a41 by gambas at 2021-06-21T19:16:02+02:00 FileView: Selection property now does return file names without any rich text formatting. [GB.FORM] * BUG: FileView: Selection property now does return file names without any rich text formatting. - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Test/FTestFileView.class - comp/src/gb.form/.src/Test/FTestFileView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3ee5a4139c6ff1ddebda0d18702f41e4265d157 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3ee5a4139c6ff1ddebda0d18702f41e4265d157 You're 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 Jun 22 19:42:51 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Jun 2021 17:42:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MaskBox: Modifier keys do not hide selection anymore. Message-ID: <60d2211b84fbc_11293d8601eb@gitlab-sidekiq-low-urgency-cpu-bound-v1-5ffdb6cd44-pqkdv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 81cc2c8c by gambas at 2021-06-22T19:42:36+02:00 MaskBox: Modifier keys do not hide selection anymore. [GB.FORM] * BUG: MaskBox: Modifier keys do not hide selection anymore. - - - - - 5 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/MaskBox.class - ? comp/src/gb.form/.src/Test/FTableView.form - comp/src/gb.form/.src/Test/FTableView.class ? comp/src/gb.form/.src/Test/FTestTableView.class - + comp/src/gb.form/.src/Test/FTestTableView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81cc2c8ca9d9b6b6b49bba3236a6e0fde0f2a49e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81cc2c8ca9d9b6b6b49bba3236a6e0fde0f2a49e You're 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 Jun 22 21:41:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Jun 2021 19:41:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Popup menus should not sometimes close immediately anymore when the mouse button is released. Message-ID: <60d23cfc244d_10293b035610@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c755dd48d-6h9jh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 36f1ab16 by gambas at 2021-06-22T21:41:03+02:00 Popup menus should not sometimes close immediately anymore when the mouse button is released. [GB.GTK3] * BUG: Popup menus should not sometimes close immediately anymore when the mouse button is released. - - - - - 1 changed file: - gb.gtk/src/gmenu.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/36f1ab168fa33372377807087bdfff320bae92b6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/36f1ab168fa33372377807087bdfff320bae92b6 You're 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 Jun 23 18:52:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Jun 2021 16:52:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't handle VERSION file in the compiler. Only the IDE supports that feature now. Message-ID: <60d366bfbc5b9_10293108798f@gitlab-sidekiq-low-urgency-cpu-bound-v1-5555c4b7fb-lhk7k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b94176c7 by gambas at 2021-06-23T18:51:44+02:00 Don't handle VERSION file in the compiler. Only the IDE supports that feature now. [COMPILER] * NEW: Don't handle VERSION file in the compiler. Only the IDE supports that feature now. - - - - - 1 changed file: - main/gbc/gbc_compile.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b94176c704cc4c37f21dc534a76c0e834828e5ae -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b94176c704cc4c37f21dc534a76c0e834828e5ae You're 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 Jun 25 12:18:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Jun 2021 10:18:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot to define the 'Key.AltGrKey' symbol. Message-ID: <60d5ad674172f_1110d65056037@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-2s9qz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cd6fb03b by gambas at 2021-06-25T12:17:27+02:00 Forgot to define the 'Key.AltGrKey' symbol. [GB.GTK] * BUG: Forgot to define the 'Key.AltGrKey' symbol. [GB.GTK3] * BUG: Forgot to define the 'Key.AltGrKey' symbol. - - - - - 1 changed file: - gb.gtk/src/CKey.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cd6fb03bf76046ded8ec95ad276b587bf5db7278 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cd6fb03bf76046ded8ec95ad276b587bf5db7278 You're 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 Jun 25 12:25:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Jun 2021 10:25:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Style.BackgroundOf() method is now reliable. Message-ID: <60d5af24c8d71_101103d5c551de@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-4qml2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dedf7e17 by gambas at 2021-06-25T12:21:33+02:00 Style.BackgroundOf() method is now reliable. [GB.GTK] * BUG: Style.BackgroundOf() method is now reliable. [GB.GTK3] * BUG: Style.BackgroundOf() method is now reliable. [GB.QT4] * BUG: Style.BackgroundOf() method is now reliable. [GB.QT5] * BUG: Style.BackgroundOf() method is now reliable. - - - - - dabdbdd2 by gambas at 2021-06-25T12:25:31+02:00 Fix background of disabled ButtonBox. Fix behaviour of MaskBox copy & paste. Add Validate event to MaskBox. [GB.FORM] * BUG: ButtonBox: Disabled background is now drawn correctly. * BUG: MaskBox: Fix behaviour with copy & paste. * NEW: MaskBox: Allow default popup menu. * NEW: MaskBox: Validate is a new event that allows to validate any change in control text and eventually cancel the change. - - - - - 14 changed files: - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/.src/MaskBox.class - gb.gtk/src/gbutton.cpp - gb.gtk/src/gbutton.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdesktop.cpp - gb.gtk/src/gdesktop.h - gb.gtk/src/gmenu.cpp - gb.gtk/src/gtextarea.cpp - gb.gtk/src/gtextarea.h - gb.gtk/src/gtextbox.cpp - gb.gtk/src/gtextbox.h - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cd6fb03bf76046ded8ec95ad276b587bf5db7278...dabdbdd23812d3e341f5a28c1f11641dc0394887 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cd6fb03bf76046ded8ec95ad276b587bf5db7278...dabdbdd23812d3e341f5a28c1f11641dc0394887 You're 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 Jun 25 12:49:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Jun 2021 10:49:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't crash if no terminal emulator is found. Display an error message instead. Message-ID: <60d5b4c53cc3c_10294285488a@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-n8t5w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 369b814b by gambas at 2021-06-25T12:49:35+02:00 Don't crash if no terminal emulator is found. Display an error message instead. [DEVELOPMENT ENVIRONMENT] * BUG: Don't crash if no terminal emulator is found. Display an error message instead. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/369b814be078099263b62028886494e4b67b3ec8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/369b814be078099263b62028886494e4b67b3ec8 You're 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 Jun 25 19:01:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Jun 2021 17:01:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: GridView: Fix current cell cursor size and width. Message-ID: <60d60bd7ee76d_1158081586307c@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-bfc9c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5b648e31 by gambas at 2021-06-25T18:59:30+02:00 GridView: Fix current cell cursor size and width. [GB.GUI.BASE] * BUG: GridView: Fix current cell cursor size and width. - - - - - a079acdb by gambas at 2021-06-25T19:00:02+02:00 TableView: Fix editing control position and size. [GB.FORM] * BUG: TableView: Fix editing control position and size. - - - - - 5f8a8861 by gambas at 2021-06-25T19:00:43+02:00 Fix control restacking. [GB.GTK] * BUG: Fix control restacking. [GB.GTK3] * BUG: Fix control restacking. - - - - - 6 changed files: - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/TableView.class - comp/src/gb.form/.src/Test/FTestTableView.form - comp/src/gb.gui.base/.src/GridView/GridView.class - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/369b814be078099263b62028886494e4b67b3ec8...5f8a8861a1a4b48d2b7951bdc9fbc96d29cf554d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/369b814be078099263b62028886494e4b67b3ec8...5f8a8861a1a4b48d2b7951bdc9fbc96d29cf554d You're 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 Jun 27 23:56:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 27 Jun 2021 21:56:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search dialog: Fix search inside form files whose text contents would be different if saved. Message-ID: <60d8f411563ca_1034c0d878744@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-g8hzm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 204fc529 by gambas at 2021-06-27T23:56:27+02:00 Search dialog: Fix search inside form files whose text contents would be different if saved. [DEVELOPMENT ENVIRONMENT] * BUG: Search dialog: Fix search inside form files whose text contents would be different if saved. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Search/CSearchResult.class - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/204fc529948f44e6ecad9ea6eac803c318843db2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/204fc529948f44e6ecad9ea6eac803c318843db2 You're 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 Jun 28 03:12:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Jun 2021 01:12:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Menu.Popup() when popup global coordinates are specified. Message-ID: <60d921f165224_f293886107d@gitlab-sidekiq-low-urgency-cpu-bound-v1-559b5bd6b6-sl4m7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0cd8bb60 by gambas at 2021-06-28T03:11:42+02:00 Fix Menu.Popup() when popup global coordinates are specified. [GB.GTK3] * BUG: Fix Menu.Popup() when popup global coordinates are specified. - - - - - 1 changed file: - gb.gtk/src/gmenu.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0cd8bb60c8536eea2b038b703fbded2bb908bfb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0cd8bb60c8536eea2b038b703fbded2bb908bfb6 You're 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 Jun 28 19:32:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Jun 2021 17:32:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MenuButton: Fix GTK+3 warnings on hidden shortcut buttons. Message-ID: <60da07b1d760_111733ac475535@gitlab-sidekiq-low-urgency-cpu-bound-v1-66fb55d988-rf992.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 650dd0a0 by gambas at 2021-06-28T19:32:26+02:00 MenuButton: Fix GTK+3 warnings on hidden shortcut buttons. [GB.FORM] * BUG: MenuButton: Fix GTK+3 warnings on hidden shortcut buttons. * NEW: DirChooser & FileChooser: Do not use a Watcher to initialize the popup menu. - - - - - 3 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/650dd0a018d5a2062834dc3badf588bdb36916bb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/650dd0a018d5a2062834dc3badf588bdb36916bb You're 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 Jun 28 20:12:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Jun 2021 18:12:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not raise keyboard event on the form twice if no control handled it. Message-ID: <60da11214eaff_11294b4683dd@gitlab-sidekiq-low-urgency-cpu-bound-v1-66fb55d988-f5rtg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d8cb1ad2 by gambas at 2021-06-28T20:11:59+02:00 Do not raise keyboard event on the form twice if no control handled it. [GB.GTK] * BUG: Do not raise keyboard event on the form twice if no control handled it. [GB.GTK3] * BUG: Do not raise keyboard event on the form twice if no control handled it. - - - - - 2 changed files: - gb.gtk/src/gkey.cpp - gb.gtk/src/gmenu.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d8cb1ad28dbcb9feb7094398ae2df0200dd14ae9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d8cb1ad28dbcb9feb7094398ae2df0200dd14ae9 You're 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 Jun 29 23:22:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 29 Jun 2021 21:22:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Connection.Collations correctly returns the collation list now. Message-ID: <60db8f09c08e_1229414247bb@gitlab-sidekiq-low-urgency-cpu-bound-v1-899fc9584-m9nft.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9072d7c9 by gambas at 2021-06-29T23:21:44+02:00 Connection.Collations correctly returns the collation list now. [GB.DB] * BUG: Connection.Collations correctly returns the collation list now. - - - - - 1 changed file: - main/lib/db/CConnection.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9072d7c9de7408b2a0bac0b8b4a9ece3a8e69880 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9072d7c9de7408b2a0bac0b8b4a9ece3a8e69880 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: