From gitlab at mg.gitlab.com Sat May 1 00:31:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 30 Apr 2021 22:31:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix compilation on BSD. Message-ID: <608c853d80f18_f39d6434249@gitlab-sidekiq-low-urgency-cpu-bound-v1-566d8c4c6f-cplp4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ae3ff60e by gambas at 2021-05-01T00:28:19+02:00 Fix compilation on BSD. [INTERPRETER] * BUG: Fix compilation on BSD systems. [GB.FORM] * NEW: Search for icon themes in '/usr/local' for BSD systems. - - - - - defee2d9 by gambas at 2021-05-01T00:31:07+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - comp/src/gb.form/.src/Stock.class - main/gbx/gbx_c_file.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d3cbc6040466fd439f2d803429676310eed91e43...defee2d9c1a9ae6d0a364d51731d3db35e8999da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d3cbc6040466fd439f2d803429676310eed91e43...defee2d9c1a9ae6d0a364d51731d3db35e8999da You're 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 May 2 00:34:04 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 01 May 2021 22:34:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The GTK+3 GLArea control now works, by forcing the legacy mode. Message-ID: <608dd75d6deb7_fd9de60109053@gitlab-sidekiq-low-urgency-cpu-bound-v1-566d8c4c6f-22f2n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 25edb08f by gambas at 2021-05-02T00:31:54+02:00 The GTK+3 GLArea control now works, by forcing the legacy mode. [GB.GTK3.OPENGL] * BUG: GLArea: Force legacy mode (OpenGL < 3.2), unless the 'GDK_GL' environment variale is already defined. * BUG: GlArea: The control can now take the focus. - - - - - 9 changed files: - gb.gtk/src/gb.gtk.h - gb.gtk/src/main.cpp - gb.gtk3/src/Makefile.am - ? gb.gtk3/src/gglarea.cpp - ? gb.gtk3/src/gglarea.h - gb.gtk3/src/main.cpp - gb.gtk3/src/opengl/c_glarea.c - gb.gtk3/src/opengl/main.c - gb.gtk3/src/webview/c_webview.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25edb08f683aa2760f53cb14fe9a9b60f3f33498 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25edb08f683aa2760f53cb14fe9a9b60f3f33498 You're 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 May 2 02:17:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 02 May 2021 00:17:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 11 commits: Try to read date fields correctly in most ODBC drivers. Message-ID: <608def9b4f263_1145e8810103568@gitlab-sidekiq-low-urgency-cpu-bound-v1-566d8c4c6f-9q4x9.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: f2004e26 by gambas at 2021-05-02T02:13:39+02:00 Try to read date fields correctly in most ODBC drivers. [GB.DB.ODBC] * BUG: Try to read date fields correctly in most ODBC drivers. - - - - - ed9ef13a by gambas at 2021-05-02T02:14:01+02:00 Don't remove file descriptors watches in the 'quit' hook to behave like Qt components. [GB.GTK] * BUG: Don't remove file descriptors watches in the 'quit' hook to behave like Qt components. [GB.GTK3] * BUG: Don't remove file descriptors watches in the 'quit' hook to behave like Qt components. - - - - - 4e35ab64 by gambas at 2021-05-02T02:14:09+02:00 Abort JIT compilation before executing the QUIT instruction. [INTERPRETER] * BUG: Abort JIT compilation before executing the QUIT instruction. - - - - - 1326e9eb by gambas at 2021-05-02T02:14:22+02:00 Use SIGUSR1, now that SIGUSR2 is used by the Gambas debugger. [GB.WEB.GUI] * BUG: Use SIGUSR1, now that SIGUSR2 is used by the Gambas debugger. - - - - - e487c87c by Christof Thalhofer at 2021-05-02T02:15:33+02:00 gambas3-selftest comment out Debug symbols We should need no Debug any more. - - - - - dfd02d13 by Christof Thalhofer at 2021-05-02T02:15:42+02:00 gb.test new test suite 'Production' [GB.TEST] * NEW: Test suite 'Production' which is called by run.sh. The test suite 'Production' excludes tests which are not reliable in all circumstances. - - - - - 99258f37 by gambas at 2021-05-02T02:15:56+02:00 TerminalView: Reset() method does not fail anymore if the currently running process is dead. [GB.FORM.TERMINAL] * BUG: TerminalView: Reset() method does not fail anymore if the currently running process is dead. - - - - - f8192e24 by gambas at 2021-05-02T02:16:05+02:00 Fix a string memory leak in error management. [INTERPRETER] * BUG: Fix a string memory leak in error management. - - - - - 656580eb by gambas at 2021-05-02T02:16:12+02:00 TextEditor: Remove 'tabledragger.js' test file because it is copyrighted. [GB.FORM.EDITOR] * BUG: TextEditor: Remove 'tabledragger.js' test file because it is copyrighted. - - - - - 1f6ac36f by Beno?t Minisini at 2021-05-02T02:16:30+02:00 Update .gitlab-ci.yml file - - - - - 71fb4919 by gambas at 2021-05-02T02:16:39+02:00 Fix compilation on BSD. [INTERPRETER] * BUG: Fix compilation on BSD systems. [GB.FORM] * NEW: Search for icon themes in '/usr/local' for BSD systems. - - - - - 23 changed files: - .gitlab-ci.yml - app/src/gambas3-selftest/.src/TestSources/BaseClass.class - app/src/gambas3-selftest/.src/TestSources/mTest.module - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - app/src/gambas3-selftest/.src/Tests/SlowThousandsProcs.test - app/src/gambas3-selftest/.src/Tests/Timers.test - app/src/gambas3-selftest/.test - app/src/gambas3-selftest/run.sh - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - ? comp/src/gb.form.editor/tabledragger.js - comp/src/gb.form.terminal/.component - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form/.src/Stock.class - comp/src/gb.web.gui/.src/WebForm.class - gb.db.odbc/src/main.c - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp - main/gbx/gb_error.c - main/gbx/gbx_c_file.c - main/gbx/gbx_exec.c - main/gbx/gbx_string.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2ba08a82dee6e42a2853fd9369a7cf804ef6c70a...71fb491985531816b9344fad7442ee0ecbc2e80c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2ba08a82dee6e42a2853fd9369a7cf804ef6c70a...71fb491985531816b9344fad7442ee0ecbc2e80c You're 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 May 3 00:21:16 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 02 May 2021 22:21:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Do not crash if a user-defined control inheriting UserContainer... Message-ID: <608f25dd854bb_f5724b741034b5@gitlab-sidekiq-low-urgency-cpu-bound-v1-566d8c4c6f-8w42g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bbee3963 by gambas at 2021-05-03T00:21:11+02:00 Form editor: Do not crash if a user-defined control inheriting UserContainer requests a non-container in its 'DrawWith' property. Use a Panel or TabPanel instead. [DEVELOPMENT ENVIRONMENT] * NEW: Support for 'gb.gtk3.opengl' component. * NEW: Update French translation. * BUG: Form editor: Do not crash if a user-defined control inheriting UserContainer requests a non-container in its 'DrawWith' property. Use a Panel or TabPanel instead. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Editor/Form/CControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bbee396304b18f32f62cc880ba96b605b3687000 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bbee396304b18f32f62cc880ba96b605b3687000 You're 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 May 6 16:44:06 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 May 2021 14:44:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [Scripter] Message-ID: <609400b72bcb4_f39d50184d3@gitlab-sidekiq-low-urgency-cpu-bound-v1-7487775-4br4z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 48692524 by Brian G at 2021-05-01T08:41:22-07:00 [Scripter] * BUG: Fix --convert-project have badly used iif stmt cause single parameter version to fail - - - - - 616ddbca by Beno?t Minisini at 2021-05-06T14:44:05+00:00 Merge branch 'ScripterBugs' into 'master' [Scripter] See merge request gambas/gambas!225 - - - - - 2 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/ParseArgs.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bbee396304b18f32f62cc880ba96b605b3687000...616ddbcada468e6e4fdce7ca9b7a73a1522357f0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bbee396304b18f32f62cc880ba96b605b3687000...616ddbcada468e6e4fdce7ca9b7a73a1522357f0 You're 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 May 6 16:44:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 May 2021 14:44:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update TextEditorMode_Sh.class: remove quotes from braces Message-ID: <609400ec44cfa_101184484440df@gitlab-sidekiq-low-urgency-cpu-bound-v1-7487775-qznbx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 54b4df46 by Bruce Steers at 2021-04-15T22:33:25+00:00 Update TextEditorMode_Sh.class: remove quotes from braces [GB.FORM.EDITOR] * BUG: remove quotes from braces lists - - - - - 92a156b4 by Beno?t Minisini at 2021-05-06T14:44:57+00:00 Merge branch 'bsteers4-master-patch-22023' into 'master' Update TextEditorMode_Sh.class: remove quotes from braces See merge request gambas/gambas!222 - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditorMode_Sh.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/616ddbcada468e6e4fdce7ca9b7a73a1522357f0...92a156b4051043b323195ac590cafa444c763811 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/616ddbcada468e6e4fdce7ca9b7a73a1522357f0...92a156b4051043b323195ac590cafa444c763811 You're 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 May 7 20:01:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 May 2021 18:01:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Support for 'gb.gtk3.opengl' component. Message-ID: <60958092ad30_1039dc8943ae@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-r77nz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3b8b6b53 by gambas at 2021-05-07T19:20:04+02:00 Support for 'gb.gtk3.opengl' component. [GB.GUI.OPENGL] * NEW: Support for 'gb.gtk3.opengl' component. - - - - - fbff4a7e by gambas at 2021-05-07T19:20:30+02:00 New compilation option to check variable prefixes against their datatype, and print a warning if they do not match. [COMPILER] * NEW: Set compilation flags with the '-f' generic option now. * NEW: New compilation option to check variable prefixes against their datatype, and print a warning if they do not match. - - - - - 09da1e32 by gambas at 2021-05-07T20:01:15+02:00 Update 'README.md' file. [CONFIGURATION] * NEW: Update 'README.md' file. - - - - - 3732a5b7 by gambas at 2021-05-07T20:01:43+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 12 changed files: - README.md - main/gbc/gbc.c - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_compile.h - main/gbc/gbc_trans_code.c - main/gbc/gbc_trans_ctrl.c - main/gbc/gbc_type.c - main/gbc/gbc_type.h - main/lib/gui.opengl/main.c - main/lib/jit/gb.jit/.component - main/lib/jit/gb.jit/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/92a156b4051043b323195ac590cafa444c763811...3732a5b778a90d7eda71bf13ff2a0275090ffe20 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/92a156b4051043b323195ac590cafa444c763811...3732a5b778a90d7eda71bf13ff2a0275090ffe20 You're 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 May 7 20:04:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 May 2021 18:04:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project properties dialog: Add a button to enable variable prefix check compilation flag. Message-ID: <6095811d928b9_107c04c5974@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-7tnj9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0e7773b1 by gambas at 2021-05-07T20:03:59+02:00 Project properties dialog: Add a button to enable variable prefix check compilation flag. [DEVELOPMENT ENVIRONMENT] * NEW: Project properties dialog: Add a button to enable variable prefix check compilation flag. * BUG: Rename some variables whose datatype prefix was incorrect. - - - - - 12 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Family/Report/CFamilyReport.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e7773b112980c3a38ba9a5d93bef4b415da9c8d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e7773b112980c3a38ba9a5d93bef4b415da9c8d You're 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 May 7 22:27:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 May 2021 20:27:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'h' can be the prefix of any object datatype, even those which already has a prefix. Message-ID: <6095a2c0a42ad_1039ff8908ce@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-vt5hc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: da94bbab by gambas at 2021-05-07T22:26:53+02:00 'h' can be the prefix of any object datatype, even those which already has a prefix. [COMPILER] * NEW: 'h' can be the prefix of any object datatype, even those which already has a prefix. - - - - - 1 changed file: - main/gbc/gbc_type.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da94bbabf3bedad6709e59047785981e8bc64a4a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da94bbabf3bedad6709e59047785981e8bc64a4a You're 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 May 7 22:28:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 May 2021 20:28:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix variables prefixes. Message-ID: <6095a2d3e662f_1117a9e7c154c8@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-dzmx6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2f92ae8e by gambas at 2021-05-07T22:27:59+02:00 Fix variables prefixes. [DEVELOPMENT ENVIRONMENT] * BUG: Fix variables prefixes. - - - - - 11 changed files: - app/src/gambas3/.src/Connection/FPasteTable.class - app/src/gambas3/.src/Editor/Code/FProcedureList.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Family/Report/FReportBoxShadowChooser.class - app/src/gambas3/.src/Family/Report/FReportBrushChooser.class - app/src/gambas3/.src/Help/FTips.class - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/VersionControl/FProjectVersion.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2f92ae8ef9356f4ee5d58d23d8bf8d5910469053 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2f92ae8ef9356f4ee5d58d23d8bf8d5910469053 You're 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 May 8 01:20:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 May 2021 23:20:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Turkish Translation. Message-ID: <6095cb2256592_1058f841411d@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-kkfr5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8d05d066 by gambas at 2021-05-08T01:19:56+02:00 Update Turkish Translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update Turkish Translation. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/tr.po - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d05d066d9867db6df0eedbda722163f3d8f40a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d05d066d9867db6df0eedbda722163f3d8f40a9 You're 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 May 8 20:54:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 08 May 2021 18:54:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic container resize now takes the arrangement of the parent of the container into account. Message-ID: <6096de726db83_10620228400d8@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-7pk4d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aaf05b7c by gambas at 2021-05-08T20:52:31+02:00 Automatic container resize now takes the arrangement of the parent of the container into account. [GB.GTK] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.GTK3] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.QT4] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.QT5] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. - - - - - 5 changed files: - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.qt4/src/CContainer.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aaf05b7c964ea8e13b7183b2319331599862d8c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aaf05b7c964ea8e13b7183b2319331599862d8c3 You're 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 May 8 23:52:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 08 May 2021 21:52:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 6 commits: Form editor: Do not crash if a user-defined control inheriting UserContainer... Message-ID: <6097082ca4e56_1062fb7440212@gitlab-sidekiq-low-urgency-cpu-bound-v1-78ddb4c59b-v2b6q.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: e9f85024 by gambas at 2021-05-08T22:40:31+02:00 Form editor: Do not crash if a user-defined control inheriting UserContainer requests a non-container in its 'DrawWith' property. Use a Panel or TabPanel instead. [DEVELOPMENT ENVIRONMENT] * NEW: Support for 'gb.gtk3.opengl' component. * NEW: Update French translation. * BUG: Form editor: Do not crash if a user-defined control inheriting UserContainer requests a non-container in its 'DrawWith' property. Use a Panel or TabPanel instead. - - - - - 166a6650 by gambas at 2021-05-08T22:41:40+02:00 Remove support for 'gb.gtk3.opengl' from previous cherry-pick. [DEVELOPMENT ENVIRONMENT] * NEW: Remove support for 'gb.gtk3.opengl' from previous cherry-pick. - - - - - d5b515cf by Brian G at 2021-05-08T22:43:44+02:00 [Scripter] * BUG: Fix --convert-project have badly used iif stmt cause single parameter version to fail - - - - - 45268164 by Bruce Steers at 2021-05-08T22:44:13+02:00 Update TextEditorMode_Sh.class: remove quotes from braces [GB.FORM.EDITOR] * BUG: remove quotes from braces lists - - - - - 0c4a25a1 by gambas at 2021-05-08T22:44:31+02:00 Update 'README.md' file. [CONFIGURATION] * NEW: Update 'README.md' file. - - - - - e0888efb by gambas at 2021-05-08T22:53:55+02:00 Update Turkish translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update Turkish translation. - - - - - 8 changed files: - README.md - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/tr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gbs3/.project - app/src/gbs3/.src/ParseArgs.module - comp/src/gb.form.editor/.src/TextEditorMode_Sh.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71fb491985531816b9344fad7442ee0ecbc2e80c...e0888efbb690a0461b7f9aa5aee8f5503540fc3d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71fb491985531816b9344fad7442ee0ecbc2e80c...e0888efbb690a0461b7f9aa5aee8f5503540fc3d You're 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 May 11 03:59:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 11 May 2021 01:59:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: MenuButton: Custom drawing of shortcut underlines for GTK+. Message-ID: <6099e507d7dcf_103b984639b2@gitlab-sidekiq-low-urgency-cpu-bound-v1-7cc796c6b8-2tgck.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5216f8ee by gambas at 2021-05-11T03:46:22+02:00 MenuButton: Custom drawing of shortcut underlines for GTK+. [GB.FORM] * BUG: MenuButton: Custom drawing of shortcut underlines for GTK+. - - - - - cd4e60ed by gambas at 2021-05-11T03:47:04+02:00 TextArea: Add a padding proportional to the font height. [GB.GTK] * NEW: TextArea: Add a padding proportional to the font height. [GB.GTK3] * NEW: TextArea: Add a padding proportional to the font height. [GB.QT4] * NEW: TextArea: Add a padding proportional to the font height. [GB.QT5] * NEW: TextArea: Add a padding proportional to the font height. - - - - - 6720d878 by gambas at 2021-05-11T03:48:24+02:00 Take focus into account when drawing TextArea border, and workaround many drawing warnings. [GB.GTK3] * BUG: TextArea: Take focus into account when drawing the border. * BUG: Workaround many drawing warnings in Slider, CheckBox and RadioButton. - - - - - 9f3319a8 by gambas at 2021-05-11T03:53:55+02:00 Search dialog: Replace message boxes by a label, and fix title update. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Replace message boxes by a label. * BUG: Search dialog: The title now correctly follows the current tab title. - - - - - 184e21e5 by gambas at 2021-05-11T03:55:25+02:00 Prevent infinite redirection with "==>", and update IDE dependencies. [WIKI] * NEW: Update IDE dependencies. * BUG: Prevent infinite redirection with "==>". - - - - - 22 changed files: - app/src/gambas-wiki/.project - app/src/gambas-wiki/.src/CClassInfo.class - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Search/FSearch.form - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/Main.module - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gsignals.cpp - gb.gtk/src/gslider.cpp - gb.gtk/src/gslider.h - gb.gtk/src/gtextarea.cpp - gb.qt4/src/CTextArea.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aaf05b7c964ea8e13b7183b2319331599862d8c3...184e21e58604dfcf4541e524e7d0caea2ba4ea01 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aaf05b7c964ea8e13b7183b2319331599862d8c3...184e21e58604dfcf4541e524e7d0caea2ba4ea01 You're 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 May 11 21:33:51 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 11 May 2021 19:33:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The workaround of Pango markup bug makes lines disappear with recent versions... Message-ID: <609adc213ab22_113a05c598ed@gitlab-sidekiq-low-urgency-cpu-bound-v1-69fb9ddb8-ds47c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 28d5ee1c by gambas at 2021-05-11T21:32:07+02:00 The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. [GB.GTK] * BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. * BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize().. [GB.GTK3] * BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. * BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize().. - - - - - 3 changed files: - gb.gtk/src/cpaint_impl.cpp - gb.gtk/src/gfont.cpp - gb.gtk/src/gtools.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/28d5ee1c74e73ea6c9098e12ce18de22f6507b2f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/28d5ee1c74e73ea6c9098e12ce18de22f6507b2f You're 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 May 12 06:34:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 04:34:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the new compiler options flags. Message-ID: <609b5adccef24_f1dde4f0382ef@gitlab-sidekiq-low-urgency-cpu-bound-v1-76475b4df4-54jp9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7d9188d6 by gambas at 2021-05-12T06:34:31+02:00 Use the new compiler options flags. [DEVELOPMENT ENVIRONMENT] * BUG: Use the new compiler options flags. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7d9188d6e7e88dffe840cdd9ee88088322056672 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7d9188d6e7e88dffe840cdd9ee88088322056672 You're 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 May 12 14:23:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 12:23:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable a setting flag deprecated in WebKitGTK >= 2.32.0. Message-ID: <609bc8a79031d_f39ff8100122@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d4d589c9b-6h5kc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61ff5b90 by gambas at 2021-05-12T14:22:04+02:00 Disable a setting flag deprecated in WebKitGTK >= 2.32.0. [GB.GTK3.WEBVIEW] * BUG: Disable a setting flag deprecated in WebKitGTK >= 2.32.0. - - - - - 1 changed file: - gb.gtk3/src/webview/c_websettings.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61ff5b90910ee4bbe64e1c7ddb81e0d7d7f0c637 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61ff5b90910ee4bbe64e1c7ddb81e0d7d7f0c637 You're 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 May 12 21:54:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 19:54:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Fix automatic extension behaviour. Message-ID: <609c3281e1002_103c10415549@gitlab-sidekiq-low-urgency-cpu-bound-v1-58d564476d-mjf85.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 49e35a91 by gambas at 2021-05-12T21:54:36+02:00 FileView: Fix automatic extension behaviour. [GB.FORM] * BUG: FileView: Fix automatic extension behaviour. - - - - - 1 changed file: - comp/src/gb.form/.src/File/Chooser/FDirChooser.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/49e35a9192291756dbfea3cccdf05f63357d789e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/49e35a9192291756dbfea3cccdf05f63357d789e You're 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 May 12 21:56:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 19:56:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: The "copy all translations" menu works correctly now. Message-ID: <609c32fa6c131_f66b4f8683cf@gitlab-sidekiq-low-urgency-cpu-bound-v1-58d564476d-lm42x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ca02c78 by gambas at 2021-05-12T21:56:36+02:00 Translation dialog: The "copy all translations" menu works correctly now. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: The "copy all translations" menu works correctly now. * BUG: Translation dialog: Use an explicit background for the untranslated string TextArea, because transparent background does not work with GTK+.. - - - - - 5 changed files: - app/src/gambas3/.lang/de.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ca02c7895366ce9bf1a1afc61cd1771fea55471 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ca02c7895366ce9bf1a1afc61cd1771fea55471 You're 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 May 12 23:36:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 21:36:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: Do not use sorted ComboBoxes for choosing languages. Message-ID: <609c4a73a308_f3a0c016061@gitlab-sidekiq-low-urgency-cpu-bound-v1-58d564476d-v7jdt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a22be6a4 by gambas at 2021-05-12T23:36:45+02:00 Translation dialog: Do not use sorted ComboBoxes for choosing languages. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: Do not use sorted ComboBoxes for choosing languages, as Qt and GTK+ do not sort the same way, and it breaks the behaviour of the dialog when using GTK+3. - - - - - 3 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a22be6a4b4cb49a888f8d01d3651eac0a1a5da95 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a22be6a4b4cb49a888f8d01d3651eac0a1a5da95 You're 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 May 13 00:03:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 May 2021 22:03:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SpinBox: Take into account that the internal mouse timer may be cleared during its event handler. Message-ID: <609c50ccd8ada_1018bf26c7347a@gitlab-sidekiq-low-urgency-cpu-bound-v1-58d564476d-r8h6g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c5a0e318 by gambas at 2021-05-13T00:03:50+02:00 SpinBox: Take into account that the internal mouse timer may be cleared during its event handler. [GB.GUI.BASE] * BUG: SpinBox: Take into account that the internal mouse timer may be cleared during its event handler. - - - - - 3 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Test/TestMessage.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c5a0e318d7ab1bf0e0945ff13024f54eaa6391b2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c5a0e318d7ab1bf0e0945ff13024f54eaa6391b2 You're 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 May 13 22:07:06 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 13 May 2021 20:07:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove useless 'gb.gsl' from project components. Message-ID: <609d86ea8e280_f379fe341006cb@gitlab-sidekiq-low-urgency-cpu-bound-v1-5fbb6c655b-qmgnj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 71f6e291 by gambas at 2021-05-13T22:06:58+02:00 Remove useless 'gb.gsl' from project components. [GB.FORM.DIALOG] * BUG: Remove useless 'gb.gsl' from project components. - - - - - 2 changed files: - comp/src/gb.form.dialog/.component - comp/src/gb.form.dialog/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/71f6e291b906a598e772b8442b9c4ff01c93f841 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/71f6e291b906a598e772b8442b9c4ff01c93f841 You're 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 May 14 01:18:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 13 May 2021 23:18:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Clipboard: Always replace "text/plain" format by "text/plain; charset=utf-8" when pasting. Message-ID: <609db3d9d43ee_103b40c463bd@gitlab-sidekiq-low-urgency-cpu-bound-v1-5fbb6c655b-jh26x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 883a2090 by gambas at 2021-05-14T01:18:01+02:00 Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. [GB.GTK] * BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. [GB.GTK3] * BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. - - - - - 6 changed files: - gb.gtk/src/CClipboard.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrag.cpp - gb.gtk/src/gtextarea.cpp - gb.gtk/src/gtextarea.h - gb.gtk/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/883a209061c02e43df09b3c10aa334f5ed7f5b7d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/883a209061c02e43df09b3c10aa334f5ed7f5b7d You're 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 May 14 01:20:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 13 May 2021 23:20:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Display the warning about calling the event loop during a keyboard event once. Message-ID: <609db43946112_102b9c03891277@gitlab-sidekiq-low-urgency-cpu-bound-v1-5fbb6c655b-9rfsd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b01f603a by gambas at 2021-05-14T01:19:29+02:00 Display the warning about calling the event loop during a keyboard event once. [GB.GTK] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.GTK3] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.QT4] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.QT5] * NEW: Display the warning about calling the event loop during a keyboard event once. - - - - - 3 changed files: - gb.gtk3/src/main.cpp - gb.qt4/src/main.cpp - gb.qt5/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b01f603a4cb7cfb8f80415add72516c1a4dce2fc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b01f603a4cb7cfb8f80415add72516c1a4dce2fc You're 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 May 17 00:34:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 16 May 2021 22:34:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD. Message-ID: <60a19dfd6e12_101aab5447647a@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b86498dd6-cttgx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7fdbeec by gambas at 2021-05-17T00:33:51+02:00 Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD. [CONFIGURATION] * NEW: Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD. - - - - - 1 changed file: - component.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7fdbeec380909aaf95b7cd076590cb97aa71900 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7fdbeec380909aaf95b7cd076590cb97aa71900 You're 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 May 18 02:20:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 18 May 2021 00:20:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Initial implementation of class namespaces. Message-ID: <60a30859f1c19_f23d9abc1047e2@gitlab-sidekiq-low-urgency-cpu-bound-v1-64fc645f4d-ghxlv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0e78042e by gambas at 2021-05-18T02:12:33+02:00 Initial implementation of class namespaces. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Support of the new '.list' file format. * NEW: Support of the new EXPORT AS syntax. * NEW: Update error messages. [COMPILER] * NEW: EXPORT AS is a new syntax for exporting a class with a specific name that can include a namespace. * NEW: New header file to start sharing reader code with the 'gb.eval' component. * NEW: Class names can include a colon. The part before the colon is assumed to be a namespace. [INTERPRETER] * NEW: Classes exported in a namespace are now declared both in the global symbol table and in the local symbol table of their component. * NEW: Class names are now allocated inside the symbol tables, and not in the class objects anymore. [GB.EVAL] * NEW: Share some reader code with the compiler. - - - - - 21 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/Library/CLibraryInfo.class - app/src/gambas3/.src/Util/MErrorMessage.module - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_compile.c - main/gbc/gbc_dump.c - main/gbc/gbc_header.c - main/gbc/gbc_read.c - main/gbc/gbc_trans.c - main/gbc/gbc_trans.h - main/gbx/gbx_archive.c - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_class_load.c - main/lib/eval/eval_read.c - main/share/gb_reserved_keyword.h - + main/share/gbc_read_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e78042e0715012c4c7ed2469f62f8de84fe7885 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e78042e0715012c4c7ed2469f62f8de84fe7885 You're 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 May 20 16:43:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 20 May 2021 14:43:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't use 'rmdir --ignore-fail-on-non-empty' again. Message-ID: <60a675abf0b50_fe0838c2435b@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d68bdb697-r9zlz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3438a07f by gambas at 2021-05-20T16:43:24+02:00 Don't use 'rmdir --ignore-fail-on-non-empty' again. [CONFIGURATION] * NEW: Don't use 'rmdir --ignore-fail-on-non-empty' again. - - - - - 2 changed files: - app/Makefile.am - main/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3438a07f2323205f0094ab71a66c6068621ed6e0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3438a07f2323205f0094ab71a66c6068621ed6e0 You're 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 May 21 16:58:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 21 May 2021 14:58:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Namespace support continued. Message-ID: <60a7ca8658612_103b2b8588b@gitlab-sidekiq-low-urgency-cpu-bound-v1-65df89f7bf-d4r47.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3c64df79 by gambas at 2021-05-21T16:48:59+02:00 Namespace support continued. [COMPILER] * NEW: Add the '-n' option that defines a default namespace for exported classes. * BUG: The generation of '.info' file now uses the exported name of classes. * NEW: 'EXPORT TO <Namespace>' exports the class as '<NameSpace>:<class name>'. * NEW: 'EXPORT TO DEFAULT' now exports to the global namespace. - - - - - b9c006ec by gambas at 2021-05-21T16:53:47+02:00 Namespace support continued. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Support of new EXPORT syntaxes. * NEW: When reading '.info' files, automatically replace local class names by exported names in signature. * NEW: Project property dialog: add an option to define the project default namespace. * NEW: Project property dialog: component requirements and exclusions are now displayed in two different columns. - - - - - 17 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Project/Library/CLibraryInfo.class - ? app/src/gambas3/img/32/compressed.png - main/gbc/gbc.c - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h - main/gbc/gbc_dump.c - main/gbc/gbc_header.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3438a07f2323205f0094ab71a66c6068621ed6e0...b9c006ec72668fb79101784b93ae381202a5fb09 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3438a07f2323205f0094ab71a66c6068621ed6e0...b9c006ec72668fb79101784b93ae381202a5fb09 You're 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 May 21 17:10:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 21 May 2021 15:10:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Handle "EXPORT TO DEFAULT" syntax correctly. Message-ID: <60a7cd4de21ed_103b3a8879b4@gitlab-sidekiq-low-urgency-cpu-bound-v1-65df89f7bf-nltct.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8fe3fdf8 by gambas at 2021-05-21T17:10:00+02:00 Handle "EXPORT TO DEFAULT" syntax correctly. [DEVELOPMENT ENVIRONMENT] * BUG: Handle "EXPORT TO DEFAULT" syntax correctly. * NEW: New flag icon for untranslated classes. - - - - - 6 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/img/32/do-not-translate.png - + app/src/gambas3/img/32/exported-namespace.png - app/src/gambas3/img/32/exported.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8fe3fdf811e457d53116bdd5129b48ead5c10c4f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8fe3fdf811e457d53116bdd5129b48ead5c10c4f You're 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 May 22 00:10:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 21 May 2021 22:10:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a tag property to the ServerSocket class, and save a few bytes in Socket... Message-ID: <60a82fbd3f816_f29bbe6c11158d@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-tqpsg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5ee3fbbe by gambas at 2021-05-22T00:07:40+02:00 Add a tag property to the ServerSocket class, and save a few bytes in Socket and ServerSocket internal structures. [GB.NET] * NEW: ServerSocket: Add a tag property. * OPT: Socket: Remove a duplicated 'path' field and save a few bytes in Socket structure. * OPT: ServerSocket: Save a few bytes in the ServerSocket structure. - - - - - 4 changed files: - gb.net/src/CServerSocket.c - gb.net/src/CServerSocket.h - gb.net/src/CSocket.c - gb.net/src/CSocket.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5ee3fbbeee5909d73ddf187c27309b9aeb1c5c0f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5ee3fbbeee5909d73ddf187c27309b9aeb1c5c0f You're 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 May 22 04:12:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 02:12:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 16 commits: Automatic container resize now takes the arrangement of the parent of the container into account. Message-ID: <60a86889506c_115556f434757@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-fp4r8.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: eb6a6f9b by gambas at 2021-05-22T03:42:28+02:00 Automatic container resize now takes the arrangement of the parent of the container into account. [GB.GTK] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.GTK3] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.QT4] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. [GB.QT5] * BUG: Automatic container resize now takes the arrangement of the parent of the container into account. - - - - - 1fb461f7 by gambas at 2021-05-22T03:42:59+02:00 MenuButton: Custom drawing of shortcut underlines for GTK+. [GB.FORM] * BUG: MenuButton: Custom drawing of shortcut underlines for GTK+. - - - - - 2105c875 by gambas at 2021-05-22T03:44:49+02:00 TextArea: Add a padding proportional to the font height. [GB.GTK] * NEW: TextArea: Add a padding proportional to the font height. [GB.GTK3] * NEW: TextArea: Add a padding proportional to the font height. [GB.QT4] * NEW: TextArea: Add a padding proportional to the font height. [GB.QT5] * NEW: TextArea: Add a padding proportional to the font height. - - - - - 3c6be671 by gambas at 2021-05-22T03:45:52+02:00 Take focus into account when drawing TextArea border, and workaround many drawing warnings. [GB.GTK3] * BUG: TextArea: Take focus into account when drawing the border. * BUG: Workaround many drawing warnings in Slider, CheckBox and RadioButton. - - - - - cf5034fe by gambas at 2021-05-22T03:46:50+02:00 The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. [GB.GTK] * BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. * BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize().. [GB.GTK3] * BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it. * BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize().. - - - - - 749e2c5b by gambas at 2021-05-22T03:47:03+02:00 Disable a setting flag deprecated in WebKitGTK >= 2.32.0. [GB.GTK3.WEBVIEW] * BUG: Disable a setting flag deprecated in WebKitGTK >= 2.32.0. - - - - - 6d299abb by gambas at 2021-05-22T03:47:14+02:00 FileView: Fix automatic extension behaviour. [GB.FORM] * BUG: FileView: Fix automatic extension behaviour. - - - - - 63825a8a by gambas at 2021-05-22T04:00:03+02:00 Search dialog: Replace message boxes by a label, and fix title update. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: Replace message boxes by a label. * BUG: Search dialog: The title now correctly follows the current tab title. - - - - - fe7c7db8 by gambas at 2021-05-22T04:01:32+02:00 Translation dialog: The "copy all translations" menu works correctly now. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: The "copy all translations" menu works correctly now. * BUG: Translation dialog: Use an explicit background for the untranslated string TextArea, because transparent background does not work with GTK+.. - - - - - 5fe4c4a2 by gambas at 2021-05-22T04:01:45+02:00 Translation dialog: Do not use sorted ComboBoxes for choosing languages. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: Do not use sorted ComboBoxes for choosing languages, as Qt and GTK+ do not sort the same way, and it breaks the behaviour of the dialog when using GTK+3. - - - - - e3e5d9dd by gambas at 2021-05-22T04:01:58+02:00 SpinBox: Take into account that the internal mouse timer may be cleared during its event handler. [GB.GUI.BASE] * BUG: SpinBox: Take into account that the internal mouse timer may be cleared during its event handler. - - - - - b8db26bc by gambas at 2021-05-22T04:02:09+02:00 Remove useless 'gb.gsl' from project components. [GB.FORM.DIALOG] * BUG: Remove useless 'gb.gsl' from project components. - - - - - eebea168 by gambas at 2021-05-22T04:02:19+02:00 Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. [GB.GTK] * BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. [GB.GTK3] * BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting. - - - - - 830603a9 by gambas at 2021-05-22T04:03:56+02:00 Display the warning about calling the event loop during a keyboard event once. [GB.GTK] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.GTK3] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.QT4] * NEW: Display the warning about calling the event loop during a keyboard event once. [GB.QT5] * NEW: Display the warning about calling the event loop during a keyboard event once. - - - - - 50566d7b by gambas at 2021-05-22T04:04:19+02:00 Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD. [CONFIGURATION] * NEW: Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD. - - - - - c5adc5f6 by gambas at 2021-05-22T04:04:30+02:00 Don't use 'rmdir --ignore-fail-on-non-empty' again. [CONFIGURATION] * NEW: Don't use 'rmdir --ignore-fail-on-non-empty' again. - - - - - 2 changed files: - app/Makefile.am - app/src/gambas3/.lang/de.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e0888efbb690a0461b7f9aa5aee8f5503540fc3d...c5adc5f6c1844cfbe74434079577273249ba2ad3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e0888efbb690a0461b7f9aa5aee8f5503540fc3d...c5adc5f6c1844cfbe74434079577273249ba2ad3 You're 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 May 22 04:16:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 02:16:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Update French translation. Message-ID: <60a8697a87116_103b58853074@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-gkd7v.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 135493a8 by gambas at 2021-05-22T04:16:20+02:00 Update French translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. - - - - - 2 changed files: - app/src/gambas3/.lang/de.po - app/src/gambas3/.lang/fr.po View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/135493a884e1defdfa038960b89552f9ea1963c2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/135493a884e1defdfa038960b89552f9ea1963c2 You're 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 May 22 16:05:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 14:05:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix deletion of empty directories. Message-ID: <60a90f983a269_fdd33a822513@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-tgvmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: af0509e3 by gambas at 2021-05-22T16:04:41+02:00 Fix deletion of empty directories. [CONFIGURATION] * BUG: Fix deletion of empty directories. - - - - - 3 changed files: - app/Makefile.am - component.am - main/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/af0509e372e602972bccbf4a22059b9a6440d281 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/af0509e372e602972bccbf4a22059b9a6440d281 You're 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 May 22 16:09:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 14:09:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Fix deletion of empty directories. Message-ID: <60a9108b815e7_f5edba84817aa@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-jgwpd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 27b3299a by gambas at 2021-05-22T16:09:06+02:00 Fix deletion of empty directories. [CONFIGURATION] * BUG: Fix deletion of empty directories. - - - - - 3 changed files: - app/Makefile.am - component.am - main/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/27b3299a579b5fa7a02904514a285ebc96528924 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/27b3299a579b5fa7a02904514a285ebc96528924 You're 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 May 22 17:32:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 15:32:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml file Message-ID: <60a9241f91b5d_f6492f0414743e@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-87blh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1adb2728 by Beno?t Minisini at 2021-05-22T15:32:45+00:00 Update .gitlab-ci.yml file - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1adb27285f0449bd38d1056ed451fd73dc4da9e2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1adb27285f0449bd38d1056ed451fd73dc4da9e2 You're 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 May 22 17:36:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 15:36:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml file Message-ID: <60a9250b29255_10282870871079@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-gkd7v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b5bfc543 by Beno?t Minisini at 2021-05-22T15:36:40+00:00 Update .gitlab-ci.yml file - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b5bfc543fba394492e0bc6b3595d8ebc027c1680 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b5bfc543fba394492e0bc6b3595d8ebc027c1680 You're 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 May 22 17:59:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 15:59:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <60a92a56a2249_f2cd1a0c90089@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-p7bnm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ff58cb2a by Beno?t Minisini at 2021-05-22T15:59:16+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff58cb2a26fdf2003b2359f2442613e376f31a86 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff58cb2a26fdf2003b2359f2442613e376f31a86 You're 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 May 22 18:17:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 16:17:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <60a92ea2d16b4_105f8ea80134235@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-445fh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f067f9df by Beno?t Minisini at 2021-05-22T16:17:37+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f067f9df006753a5aca10dac8fb44f4dd1546c22 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f067f9df006753a5aca10dac8fb44f4dd1546c22 You're 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 May 22 18:22:07 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 16:22:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Split package installation for archlinux, otherwise the pipeline crashes (out of memory?) Message-ID: <60a92fb04507f_f235dfc0251c6@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-tgvmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4a363155 by Beno?t Minisini at 2021-05-22T16:22:04+00:00 Split package installation for archlinux, otherwise the pipeline crashes (out of memory?) - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4a363155c990d15697a2866e9b091b9fc97b2c5f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4a363155c990d15697a2866e9b091b9fc97b2c5f You're 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 May 22 18:29:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 16:29:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <60a9318730c4c_10282870873199@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-gkd7v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ef78581 by Beno?t Minisini at 2021-05-22T16:29:57+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ef78581fec7ed6cdd5027afd20d33ebf6ee7e68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ef78581fec7ed6cdd5027afd20d33ebf6ee7e68 You're 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 May 22 19:30:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 17:30:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: SpinBox: Update the current value before returning it with the Value or the Text property. Message-ID: <60a93f998de5f_f116d7d4265ed@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-tgvmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 74acc3d1 by gambas at 2021-05-22T18:48:04+02:00 SpinBox: Update the current value before returning it with the Value or the Text property. [GB.GUI.BASE] * BUG: SpinBox: Update the current value before returning it with the Value or the Text property. - - - - - 4a62e5ba by gambas at 2021-05-22T18:48:39+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0ef78581fec7ed6cdd5027afd20d33ebf6ee7e68...4a62e5ba70c6c17d36dbb00211ae41f9e556ce7d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0ef78581fec7ed6cdd5027afd20d33ebf6ee7e68...4a62e5ba70c6c17d36dbb00211ae41f9e556ce7d You're 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 May 22 20:07:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 May 2021 18:07:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 2 commits: SpinBox: Update the current value before returning it with the Value or the Text property. Message-ID: <60a948533e7be_11e5ec50453c1@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-zlgjn.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: d8af82bc by gambas at 2021-05-22T20:06:24+02:00 SpinBox: Update the current value before returning it with the Value or the Text property. [GB.GUI.BASE] * BUG: SpinBox: Update the current value before returning it with the Value or the Text property. - - - - - 76bd2d16 by gambas at 2021-05-22T20:06:50+02:00 Split package installation for archlinux, otherwise the pipeline crashes (out of memory?). - - - - - 2 changed files: - .gitlab-ci.yml - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/27b3299a579b5fa7a02904514a285ebc96528924...76bd2d163f70378aeec747d71005ba4e6359a351 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/27b3299a579b5fa7a02904514a285ebc96528924...76bd2d163f70378aeec747d71005ba4e6359a351 You're 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 May 23 23:51:45 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 23 May 2021 21:51:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised... Message-ID: <60aace72bb661_1060fdb0011367b@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-gkd7v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 151da734 by gambas at 2021-05-23T23:50:54+02:00 WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised before the 'acceptationRequest' method is called.. [GB.QT5.WEBVIEW] * BUG: WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised before the 'acceptationRequest' method is called. - - - - - 1 changed file: - gb.qt5/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/151da73415d350289fb1515095f8dd0e05223f86 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/151da73415d350289fb1515095f8dd0e05223f86 You're 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 May 23 23:56:51 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 23 May 2021 21:56:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Welcome window: Fix the drawing of the close button of project boxes displayed in single column. Message-ID: <60aacfa4e81df_f6046fe0140672@gitlab-sidekiq-low-urgency-cpu-bound-v1-54b6588bfc-p7bnm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: db5e7bb9 by gambas at 2021-05-23T23:56:46+02:00 Welcome window: Fix the drawing of the close button of project boxes displayed in single column. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome window: Fix the drawing of the close button of project boxes displayed in single column. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Project/ProjectBox.class - app/src/gambas3/img/32/do-not-translate.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/db5e7bb907252fe6abc58914f90c7162e81a870c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/db5e7bb907252fe6abc58914f90c7162e81a870c You're 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 May 24 15:39:04 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 13:39:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: The debugger now can watch expressions, and stop when their value changes. Message-ID: <60abac7926f8a_f5a6d15073346@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffccd5b-5w4x6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 65eff9e7 by gambas at 2021-05-24T15:34:37+02:00 The debugger now can watch expressions, and stop when their value changes.. [INTERPRETER] * NEW: Support for expression watches. [GB.DEBUG] * NEW: Add new command for watching expressions, i.e. stopping the debugger when the value of an expressions changes. - - - - - e105acb8 by gambas at 2021-05-24T15:38:07+02:00 Debugger: The debugger now can stop when the value of a watched expression changes. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: The debugger now can stop when the value of a watched expression changes. * NEW: Debugger: Modified expressions are now displayed with an highlighted background. * NEW: Debugger: Add a button to explicitly remove all watched expressions. * NEW: Update French translation. - - - - - e1073f8b by gambas at 2021-05-24T15:38:32+02:00 The 'language' stock icon is now orange. [GB.FORM.STOCK] * NEW: The 'language' stock icon is now orange. - - - - - 12 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - comp/src/gb.form.stock/gambas/32/language.png - main/gbx/gbx_exec_loop.c - main/lib/debug/debug.c - main/lib/debug/debug.h - main/lib/debug/gb.debug.h - main/lib/debug/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/db5e7bb907252fe6abc58914f90c7162e81a870c...e1073f8b80a87230719c4be5f3e526049128c5ef -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/db5e7bb907252fe6abc58914f90c7162e81a870c...e1073f8b80a87230719c4be5f3e526049128c5ef You're 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 May 24 16:26:10 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 14:26:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Switch to version 3.16.1 Message-ID: <60abb7832ccea_113b1287349f@gitlab-sidekiq-low-urgency-cpu-bound-v1-77dffccd5b-tskdl.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9c320793 by gambas at 2021-05-24T16:25:48+02:00 Switch to version 3.16.1 - - - - - 2 changed files: - VERSION - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9c320793f37b7c6299c7faf4267b93ac27bff0a2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9c320793f37b7c6299c7faf4267b93ac27bff0a2 You're 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 May 24 16:42:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 14:42:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 2 commits: WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised... Message-ID: <60abbb56d5445_102510488342f@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-qffw7.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: e1f71772 by gambas at 2021-05-24T16:26:38+02:00 WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised before the 'acceptationRequest' method is called.. [GB.QT5.WEBVIEW] * BUG: WebView: Clear the internal 'cancel' flag if the 'Finish' event is raised before the 'acceptationRequest' method is called. - - - - - b95f8467 by gambas at 2021-05-24T16:42:11+02:00 Welcome window: Fix the drawing of the close button of project boxes displayed in single column. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome window: Fix the drawing of the close button of project boxes displayed in single column. - - - - - 3 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Project/ProjectBox.class - gb.qt5/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9c320793f37b7c6299c7faf4267b93ac27bff0a2...b95f8467060cc740a8bb748b4f518e4387f1d054 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9c320793f37b7c6299c7faf4267b93ac27bff0a2...b95f8467060cc740a8bb748b4f518e4387f1d054 You're 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 May 24 17:20:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 15:20:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.16.1 Message-ID: <60abc42dd4563_f3b54c96c5@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-nhhlv.mail> Beno?t Minisini pushed new tag 3.16.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.16.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 Mon May 24 19:48:26 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 17:48:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListBox: Use a natural sort for sorting the ListBox contents. Message-ID: <60abe6eaa6dad_f3b204905e7@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-2mj65.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c11b8d54 by gambas at 2021-05-24T19:48:19+02:00 ListBox: Use a natural sort for sorting the ListBox contents. [GB.GUI.BASE] * BUG: ListBox: Use a natural sort for sorting the ListBox contents. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/ListBox/ListBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c11b8d54e060ceb2a561647abdc4b18b5f4682f7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c11b8d54e060ceb2a561647abdc4b18b5f4682f7 You're 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 May 24 19:49:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 17:49:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.16.1 Message-ID: <60abe711b8a4f_f3b2909084@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-2mj65.mail> Beno?t Minisini deleted tag 3.16.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 Mon May 24 21:46:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 19:46:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. Message-ID: <60ac02859b9a_f5d89648291@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-hjbpt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 866b512e by gambas at 2021-05-24T21:33:57+02:00 Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. [GB.GTK3.WEBVIEW] * BUG: Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. [GB.QT5.WEBVIEW] * BUG: Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. - - - - - 769bd18c by gambas at 2021-05-24T21:43:03+02:00 Help browser: Handle the "wiki://" links through the Error event. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Handle the "wiki://" links through the Error event. - - - - - ee51a4a1 by gambas at 2021-05-24T21:45:54+02:00 Spinner: Make the "Circle" spinner less dark. [GB.FORM] * NEW: Spinner: Make the "Circle" spinner less dark. - - - - - 9 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Help/HelpView.class - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/Spinner.class - comp/src/gb.form/.src/Test/FTestSpinner.form - gb.gtk3/src/webview/c_websettings.c - gb.gtk3/src/webview/c_webview.c - gb.qt5/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c11b8d54e060ceb2a561647abdc4b18b5f4682f7...ee51a4a1cfa20602bd7d0878f800faa91e676387 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c11b8d54e060ceb2a561647abdc4b18b5f4682f7...ee51a4a1cfa20602bd7d0878f800faa91e676387 You're 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 May 24 21:54:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 19:54:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot to comment a debugging variable declaration. Message-ID: <60ac047eb0d44_103b0c4117e8@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-w6mxf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 212d0bdc by gambas at 2021-05-24T21:53:59+02:00 Forgot to comment a debugging variable declaration. [GB.GTK3.WEBVIEW] * BUG: Forgot to comment a debugging variable declaration. - - - - - 1 changed file: - gb.gtk3/src/webview/c_webview.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/212d0bdcb53a4d16e502f09fb5699f3ccfc89d5c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/212d0bdcb53a4d16e502f09fb5699f3ccfc89d5c You're 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 May 24 21:56:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 19:56:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 4 commits: ListBox: Use a natural sort for sorting the ListBox contents. Message-ID: <60ac04f7a0a5c_10125f174138aa@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-v75sc.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: f7d19026 by gambas at 2021-05-24T21:51:45+02:00 ListBox: Use a natural sort for sorting the ListBox contents. [GB.GUI.BASE] * BUG: ListBox: Use a natural sort for sorting the ListBox contents. - - - - - 24d149c7 by gambas at 2021-05-24T21:52:11+02:00 Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. [GB.GTK3.WEBVIEW] * BUG: Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. [GB.QT5.WEBVIEW] * BUG: Try to make Qt5 and GTK+3 webview raise their events the same way when loading pages. - - - - - 1c9f70e6 by gambas at 2021-05-24T21:52:23+02:00 Help browser: Handle the "wiki://" links through the Error event. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Handle the "wiki://" links through the Error event. - - - - - 00e745a7 by gambas at 2021-05-24T21:55:41+02:00 Forgot to comment a debugging variable declaration. [GB.GTK3.WEBVIEW] * BUG: Forgot to comment a debugging variable declaration. - - - - - 5 changed files: - app/src/gambas3/.src/Help/HelpView.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - gb.gtk3/src/webview/c_websettings.c - gb.gtk3/src/webview/c_webview.c - gb.qt5/src/webview/c_webview.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b95f8467060cc740a8bb748b4f518e4387f1d054...00e745a76893a4ef71a630b4d8e0fb61531e6a8e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b95f8467060cc740a8bb748b4f518e4387f1d054...00e745a76893a4ef71a630b4d8e0fb61531e6a8e You're 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 May 24 21:57:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 19:57:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.16.1 Message-ID: <60ac052dcf155_103c0647740@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-7m6h9.mail> Beno?t Minisini pushed new tag 3.16.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.16.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 May 25 01:16:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 May 2021 23:16:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a "save as" action to text and image editors. Message-ID: <60ac33de49932_f3b13c360d0@gitlab-sidekiq-low-urgency-cpu-bound-v1-79c5f64c98-n7n2g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0bf8f99f by gambas at 2021-05-25T01:16:38+02:00 Add a "save as" action to text and image editors. [DEVELOPMENT ENVIRONMENT] * NEW: Text editor: Add a "save as" action. * NEW: Image editor: Add a "save as" action. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Save.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0bf8f99f28789a39bd6a94451acadc9424317f22 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0bf8f99f28789a39bd6a94451acadc9424317f22 You're 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 May 25 22:26:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 20:26:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.16.1 Message-ID: <60ad5d8cdb1f1_f1f66b60901c0@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-fgwbj.mail> Beno?t Minisini deleted tag 3.16.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 May 25 22:40:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 20:40:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Do not crash if a control in "_Similar" does not exist, and fix... Message-ID: <60ad60ad9bad7_113b1143334a@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-m7klc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8cf76955 by gambas at 2021-05-25T22:40:05+02:00 Form editor: Do not crash if a control in "_Similar" does not exist, and fix the coherency test on "_DrawWith" property. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Do not crash if a control in "_Similar" does not exist. * BUG: Form editor: Fix the coherency test on "_DrawWith" property. - - - - - 2 changed files: - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Editor/Form/CControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8cf76955ffd517af305e89c9d7f4853d1e664eb1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8cf76955ffd517af305e89c9d7f4853d1e664eb1 You're 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 May 25 22:41:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 20:41:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Form editor: Do not crash if a control in "_Similar" does not exist, and fix... Message-ID: <60ad60f8245da_f1f66b60910e6@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-fgwbj.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 271afbe4 by gambas at 2021-05-25T22:41:19+02:00 Form editor: Do not crash if a control in "_Similar" does not exist, and fix the coherency test on "_DrawWith" property. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Do not crash if a control in "_Similar" does not exist. * BUG: Form editor: Fix the coherency test on "_DrawWith" property. - - - - - 2 changed files: - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Editor/Form/CControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/271afbe44325e08c2c116ec862042b06f602bb25 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/271afbe44325e08c2c116ec862042b06f602bb25 You're 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 May 25 22:42:59 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 20:42:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.16.1 Message-ID: <60ad615372ad8_f248ca549151d@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-fgwbj.mail> Beno?t Minisini pushed new tag 3.16.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.16.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 May 25 23:13:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 21:13:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ListBox: Use a case insensitive natural sort, so that it sorts like ListView. Message-ID: <60ad688ce4c3a_103b178530cd@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-hqwv4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f5e09340 by gambas at 2021-05-25T23:13:41+02:00 ListBox: Use a case insensitive natural sort, so that it sorts like ListView. [GB.GUI.BASE] * BUG: ListBox: Use a case insensitive natural sort, so that it sorts like ListView. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f5e093408947a2b33c02ab9f2875f6ac4c6fd8c8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f5e093408947a2b33c02ab9f2875f6ac4c6fd8c8 You're 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 May 25 23:35:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 21:35:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] ListBox: Use a case insensitive natural sort, so that it sorts like ListView. Message-ID: <60ad6d9b4ea92_10294b298653c8@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-2pm5h.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 6f4ac6d6 by gambas at 2021-05-25T23:35:13+02:00 ListBox: Use a case insensitive natural sort, so that it sorts like ListView. [GB.GUI.BASE] * BUG: ListBox: Use a case insensitive natural sort, so that it sorts like ListView. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6f4ac6d6ba7010bfdad1c1b84fe58b37efe68d9e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6f4ac6d6ba7010bfdad1c1b84fe58b37efe68d9e You're 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 May 25 23:35:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 21:35:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.16.1 Message-ID: <60ad6dafab8fb_f1cb77ac1096b6@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-x7qcv.mail> Beno?t Minisini deleted tag 3.16.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 May 25 23:36:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 May 2021 21:36:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.16.1 Message-ID: <60ad6dced359d_113b9fc29484@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-p4qq2.mail> Beno?t Minisini pushed new tag 3.16.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.16.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 Wed May 26 03:47:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 May 2021 01:47:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add new command-line option '--system-information' for displaying system... Message-ID: <60ada8959dad0_f3b484782b9@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-9b5sk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9d07511 by gambas at 2021-05-26T03:46:55+02:00 Add new command-line option '--system-information' for displaying system information on the standard output. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Draw values that change the same way in the debug panel and in the debug windows. * NEW: Add new command-line option '--system-information' for displaying system information on the standard output. - - - - - 4 changed files: - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Welcome/FSystemInfo.class - app/src/gambas3/usage View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9d0751166296e7985797503a80405680dd1c8eb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9d0751166296e7985797503a80405680dd1c8eb You're 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 May 26 03:47:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 May 2021 01:47:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [Scripter] Message-ID: <60ada8c5d6f1a_f1878f749066c@gitlab-sidekiq-low-urgency-cpu-bound-v1-84555548c4-z89pc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 970e527a by Brian G at 2021-05-25T17:00:18-07:00 [Scripter] * FIX: Gambas parameter to class changed to datatype from symbol, support both now - - - - - ad2c2046 by Beno?t Minisini at 2021-05-26T01:47:47+00:00 Merge branch 'FixIssueWithClassNotRecognized' into 'master' [Scripter] Update to support class parameter as datatype not symbol See merge request gambas/gambas!231 - - - - - 2 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/Reader.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9d0751166296e7985797503a80405680dd1c8eb...ad2c2046e869a6e4be810953a002c9ad68fb2f60 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9d0751166296e7985797503a80405680dd1c8eb...ad2c2046e869a6e4be810953a002c9ad68fb2f60 You're 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 May 27 02:15:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 May 2021 00:15:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Fix display of breakpoints and watched expressions icons. Message-ID: <60aee4a85496_f413390453be@gitlab-sidekiq-low-urgency-cpu-bound-v1-594b9666f-mgst4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e7a91689 by gambas at 2021-05-27T02:15:29+02:00 Debugger: Fix display of breakpoints and watched expressions icons. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Fix display of breakpoints and watched expressions icons.. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - + app/src/gambas3/img/32/breakpoint.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e7a91689c34adfccdb01e72623f8f7cd91ce4789 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e7a91689c34adfccdb01e72623f8f7cd91ce4789 You're 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 May 27 04:15:45 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 May 2021 02:15:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SystemTray: Update example to follow the new behaviour of X11Systray class. Message-ID: <60af00d1ad26b_f3b088153d5@gitlab-sidekiq-low-urgency-cpu-bound-v1-594b9666f-9fmfh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 627afc0c by gambas at 2021-05-27T04:15:39+02:00 SystemTray: Update example to follow the new behaviour of X11Systray class. [EXAMPLES] * BUG: SystemTray: Update example to follow the new behaviour of X11Systray class. - - - - - 3 changed files: - app/examples/Misc/SystemTray/.icon.png - app/examples/Misc/SystemTray/.project - app/examples/Misc/SystemTray/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/627afc0c90f5827cf6692671338195bfe0c59abd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/627afc0c90f5827cf6692671338195bfe0c59abd You're 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 May 28 01:59:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 May 2021 23:59:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly handle compiler output now it compiles several files at the same time. Message-ID: <60b032521e02a_f7e49d1c56368@gitlab-sidekiq-low-urgency-cpu-bound-v1-589b8fd6d9-jpq4w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e22ccad2 by gambas at 2021-05-28T01:59:07+02:00 Correctly handle compiler output now it compiles several files at the same time. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly handle compiler output now it compiles several files at the same time. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e22ccad29ad319812b6de218af2cf97c58ba1cf5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e22ccad29ad319812b6de218af2cf97c58ba1cf5 You're 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 May 31 23:25:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 31 May 2021 21:25:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] And, Or and Xor operators now correctly raise an error if they deal with Single or Float values. Message-ID: <60b554668032e_f3b100870b7@gitlab-sidekiq-low-urgency-cpu-bound-v1-7b5cd8c4cc-59ssv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e4dffc8a by gambas at 2021-05-31T23:25:03+02:00 And, Or and Xor operators now correctly raise an error if they deal with Single or Float values. [INTERPRETER] * BUG: And, Or and Xor operators now correctly raise an error if they deal with Single or Float values. * OPT: And, Or and Xor operators should be a bit faster. - - - - - 1 changed file: - main/gbx/gbx_subr_math.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4dffc8ae8e2219cad43f37fc60fa12828a99cc8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4dffc8ae8e2219cad43f37fc60fa12828a99cc8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: