From gitlab at mg.gitlab.com Sun Jul 2 23:58:27 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 02 Jul 2023 21:58:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DBusConnection: 'Exist()' and 'Start()' methods now use the... Message-ID: <64a1f303eb162_28a1c846159f@gitlab-sidekiq-low-urgency-cpu-bound-v2-db7d49d6c-c76bh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2965dc08 by Beno?t Minisini at 2023-07-02T23:58:21+02:00 DBusConnection: 'Exist()' and 'Start()' methods now use the '/org/freedesktop/DBus' object path, because DBus on Fedora does not use the '/' object path. [GB.DBUS] * BUG: DBusConnection: 'Exist()' and 'Start()' methods now use the '/org/freedesktop/DBus' object path, because DBus on Fedora does not use the '/' object path. - - - - - 1 changed file: - gb.dbus/src/gb.dbus/.src/DBusConnection.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2965dc0886b229a64b9c3767ef9e9c4de8d09479 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2965dc0886b229a64b9c3767ef9e9c4de8d09479 You're 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 Jul 6 00:05:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jul 2023 22:05:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Desktop.PickColor() does not try to use the freedesktop portal on X11. Message-ID: <64a5e90cb2df0_28312924475470@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f655474d6-2jx26.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 39d979f8 by Beno?t Minisini at 2023-07-06T00:04:54+02:00 Desktop.PickColor() does not try to use the freedesktop portal on X11. [GB.DESKTOP] * BUG: Desktop.PickColor() does not try to use the freedesktop portal on X11. - - - - - 1 changed file: - comp/src/gb.desktop/.src/Desktop.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/39d979f804ebe4e6506f00ccd54efd86cdf37e06 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/39d979f804ebe4e6506f00ccd54efd86cdf37e06 You're 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 Jul 6 00:13:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jul 2023 22:13:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SpinBox: Fix the behaviour when 'ReadOnly' is True. Message-ID: <64a5eaf85cbb7_28a1d9c812b9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f655474d6-7hf2k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 03939bbd by Beno?t Minisini at 2023-07-06T00:13:04+02:00 SpinBox: Fix the behaviour when 'ReadOnly' is True. [GB.GUI.BASE] * BUG: SpinBox: Fix the behaviour when 'ReadOnly' is True. - - - - - 3 changed files: - comp/src/gb.gui.base/.src/SpinBox.class - + comp/src/gb.gui.base/.src/Test/FTestGridViewRtl.class - + comp/src/gb.gui.base/.src/Test/FTestGridViewRtl.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/03939bbd768c3a78966e036bbe2312e356d29b1c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/03939bbd768c3a78966e036bbe2312e356d29b1c You're 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 Jul 6 18:21:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 16:21:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw modules icons. Message-ID: <64a6ea0339a47_28a1db087575@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-2rdtn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0bd55a14 by Beno?t Minisini at 2023-07-06T18:21:17+02:00 Redraw modules icons. [DEVELOPMENT ENVIRONMENT] * NEW: Redraw modules icons. - - - - - 9 changed files: - app/src/gambas3/.src/Project/FOpenProject.class - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/form.png - app/src/gambas3/img/module/module.png - app/src/gambas3/img/module/report.png - app/src/gambas3/img/module/termform.png - app/src/gambas3/img/module/test.png - app/src/gambas3/img/module/webform.png - app/src/gambas3/img/module/webpage.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0bd55a14e9fe79f0cd444cef0ebd388494a44f41 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0bd55a14e9fe79f0cd444cef0ebd388494a44f41 You're 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 Jul 6 20:59:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 18:59:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't trash the current selection when filling the project tree while expanding a parent directory. Message-ID: <64a70f1794a7b_28a1d6016935@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-zpsbx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 550a5e7c by Beno?t Minisini at 2023-07-06T20:59:25+02:00 Don't trash the current selection when filling the project tree while expanding a parent directory. [DEVELOPMENT ENVIRONMENT] * BUG: Don't trash the current selection when filling the project tree while expanding a parent directory. - - - - - 3 changed files: - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/img/module/form.png - app/src/gambas3/img/module/termform.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550a5e7cdce2ae4db82bc9951f3e83373a294d00 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550a5e7cdce2ae4db82bc9951f3e83373a294d00 You're 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 Jul 6 21:02:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 19:02:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't trash the current selection when filling the project tree while... Message-ID: <64a70fbdd0a8e_28320288c2247f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-7qw9w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7965963 by Beno?t Minisini at 2023-07-06T21:02:17+02:00 Don't trash the current selection when filling the project tree while expanding a parent directory (continue). [DEVELOPMENT ENVIRONMENT] * BUG: Don't trash the current selection when filling the project tree while expanding a parent directory (continue). - - - - - 1 changed file: - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f796596378a23ee0a76ee28ea4293500e4169026 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f796596378a23ee0a76ee28ea4293500e4169026 You're 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 Jul 6 23:11:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 21:11:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.18.3 Message-ID: <64a72e07c83a7_28a1d9c44348@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-qvmts.mail> Beno?t Minisini deleted tag 3.18.3 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 Thu Jul 6 23:16:43 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 21:16:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 4 commits: TextEditor: Correctly handle quotes at the beginning of the line without crashing. Message-ID: <64a72f3b710e3_28a1dd8-271@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-v9prn.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: d417b0db by Beno?t Minisini at 2023-07-06T21:04:37+02:00 TextEditor: Correctly handle quotes at the beginning of the line without crashing. [GB.FORM.EDITOR] * BUG: TextEditor: Correctly handle quotes at the beginning of the line without crashing. - - - - - 366ab2b4 by Beno?t Minisini at 2023-07-06T21:04:53+02:00 SpinBox: Keep the normal background when setting 'ReadOnly' property to TRUE. [GB.GUI.BASE] * BUG: SpinBox: Keep the normal background when setting 'ReadOnly' property to TRUE. * OPT: TreeView: Don't check item spans until the item 'Span' property is used. - - - - - 2ed154ae by Beno?t Minisini at 2023-07-06T21:05:06+02:00 SpinBox: Fix the behaviour when 'ReadOnly' is True. [GB.GUI.BASE] * BUG: SpinBox: Fix the behaviour when 'ReadOnly' is True. - - - - - 75a12503 by Beno?t Minisini at 2023-07-06T23:16:38+02:00 Don't trash the current selection when filling the project tree while expanding a parent directory. [DEVELOPMENT ENVIRONMENT] * BUG: Don't trash the current selection when filling the project tree while expanding a parent directory. * NEW: Update translations from master. - - - - - 3 changed files: - app/src/gambas3/.lang/ar.po - app/src/gambas3/.lang/ca.po - app/src/gambas3/.lang/cs.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/41c0c88caf747afdcb49f13e8068368cc88eb775...75a1250301aedde087bbd10683013673b4561799 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/41c0c88caf747afdcb49f13e8068368cc88eb775...75a1250301aedde087bbd10683013673b4561799 You're 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 Jul 6 23:23:18 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jul 2023 21:23:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.18.3 Message-ID: <64a730c69c1e6_281ea07f84837f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5985b49cc9-dxrt9.mail> Beno?t Minisini pushed new tag 3.18.3 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.18.3 You're 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 Jul 7 22:08:55 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jul 2023 20:08:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Use absolute Debian versions in CI configuration file. Message-ID: <64a870d7d787e_28a1978471ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-66d85b5dc6-4dzw8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 51292081 by Bruce Steers at 2023-07-07T20:08:52+00:00 Use absolute Debian versions in CI configuration file. - - - - - bc2578df by Beno?t Minisini at 2023-07-07T20:08:53+00:00 Merge branch 'deb-named' into 'master' Deb named See merge request gambas/gambas!307 - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f796596378a23ee0a76ee28ea4293500e4169026...bc2578dfd0378cdb0aa35e08cdfb26b9c1be5387 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f796596378a23ee0a76ee28ea4293500e4169026...bc2578dfd0378cdb0aa35e08cdfb26b9c1be5387 You're 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 Jul 9 19:36:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 09 Jul 2023 17:36:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New component switcher for choosing between QT4 or QT5 extension component. Message-ID: <64aaf02e58e19_28a198c483e5@gitlab-sidekiq-low-urgency-cpu-bound-v2-d6888c7d9-xbxwc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d431251e by Beno?t Minisini at 2023-07-09T19:35:54+02:00 New component switcher for choosing between QT4 or QT5 extension component. [DEVELOPMENT ENVIRONMENT] * NEW: Support for 'gb.gui.qt.ext' component. [GB.GUI.QT.EXT] * NEW: New component switcher for choosing between QT4 or QT5 extension component. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CDocumentation.class - main/configure.ac - main/lib/Makefile.am - + main/lib/gui.qt.ext/Makefile.am - + main/lib/gui.qt.ext/gb.gui.qt.ext.component - + main/lib/gui.qt.ext/main.c - + main/lib/gui.qt.ext/main.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d431251e2c06698d3cfce48fad80b7bb882711fd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d431251e2c06698d3cfce48fad80b7bb882711fd You're 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 Jul 12 21:11:01 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jul 2023 19:11:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'Find()' and 'FindNext()' methods in DataSource and DataView, and add them to DataBrowser. Message-ID: <64aefac55afc_28a2f9482489@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f5f855ff8-bhdmw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 13e65fa0 by Beno?t Minisini at 2023-07-12T21:10:53+02:00 Fix 'Find()' and 'FindNext()' methods in DataSource and DataView, and add them to DataBrowser. [GB.DB.FORM] * NEW: DataView: 'Find()' searches the entire view, whereas the new 'FindNext()' searches from the current index. * NEW: DataBrowser: Add 'Find()' and 'FindNext()' method from DataView. * BUG: DataSource: 'Find()' and 'FindNext()' methods now correctly detect the current connection. - - - - - 5 changed files: - comp/src/gb.db.form/.src/DataBrowser.class - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.db.form/.src/Test/FMain2.class - comp/src/gb.db.form/.src/Test/FMain2.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13e65fa01dcf315357bf1d2f3577f0fa9d06b3ea -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13e65fa01dcf315357bf1d2f3577f0fa9d06b3ea You're 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 Jul 12 23:47:55 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jul 2023 21:47:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] When a new record is created, move to the newly created record. Fix combo... Message-ID: <64af1f8ba5fbb_28a2fd0547aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bc7f658f6-5wtfv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2ace8af8 by Beno?t Minisini at 2023-07-12T23:47:47+02:00 When a new record is created, move to the newly created record. Fix combo selection of DataView cells. [GB.DB.FORM] * NEW: DataSource: When a new record is created, move the index to the newly created record. * NEW: DataBrowser: When a new record is created, move the view to the newly created record. * BUG: DataView: Selecting a combo on a cell of the new record line does not refresh the DataSource controls incorrectly. - - - - - 4 changed files: - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.db.form/.src/FBrowser.class - comp/src/gb.db.form/.src/Test/FMain2.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ace8af89c137766083d05c345aa81d26b163432 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ace8af89c137766083d05c345aa81d26b163432 You're 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 Jul 13 19:36:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 13 Jul 2023 17:36:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Creating a new project does not copy the template icon anymore Message-ID: <64b0361147b4f_29a2df066353@gitlab-sidekiq-low-urgency-cpu-bound-v2-db56db498-wk55c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d7259e14 by Beno?t Minisini at 2023-07-13T19:35:39+02:00 Creating a new project does not copy the template icon anymore [DEVELOPMENT ENVIRONMENT] * BUG: Creating a new project does not copy the template icon anymore. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FOpenProject.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d7259e14322333ce916b0dddb1c410e1384d18a0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d7259e14322333ce916b0dddb1c410e1384d18a0 You're 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 Jul 14 12:10:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 10:10:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for returning the newly inserted record. Add 'Connection.FullVersion' property. Message-ID: <64b11f048e709_28534ee5065417@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cc78ff58-2z2cg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 257bd622 by Beno?t Minisini at 2023-07-14T12:08:11+02:00 Support for returning the newly inserted record. Add 'Connection.FullVersion' property. [GB.DB] * NEW: Connection: 'Create()' now has an optional 'Return' boolean argument to tell if the 'Result.Update()' method will fill the Result with the contents of the newly inserted record. It is based on the optional 'INSERT INTO ... RETURNING' SQL feature. * NEW: Connection: The 'FullVersion' property now return the full version string of the database server. * NEW: Database drivers can tell if they do not support the 'RETURNING' keyword. * NEW: Database drivers now must provide the full version string of they database server they connect to. - - - - - 72971105 by Beno?t Minisini at 2023-07-14T12:08:51+02:00 Support for new 'Connection.FullVersion' property in database drivers. Tells if 'RETURNING' keyword is implemented. [GB.DB.MYSQL] * NEW: Support for new 'Connection.FullVersion' property. * NEW: Tells if 'RETURNING' keyword is implemented. [GB.DB.ODBC] * NEW: Support for new 'Connection.FullVersion' property. * NEW: Tells if 'RETURNING' keyword is implemented. [GB.DB.POSTGRESQL] * NEW: Support for new 'Connection.FullVersion' property. * NEW: Tells if 'RETURNING' keyword is implemented. [GB.DB.SQLITE2] * NEW: Support for new 'Connection.FullVersion' property. * NEW: Tells if 'RETURNING' keyword is implemented. [GB.DB.SQLITE3] * NEW: Support for new 'Connection.FullVersion' property. * NEW: Tells if 'RETURNING' keyword is implemented. - - - - - 9 changed files: - gb.db.mysql/src/main.c - gb.db.odbc/src/main.c - gb.db.postgresql/src/main.c - gb.db.sqlite2/src/main.cpp - gb.db.sqlite3/src/main.c - main/lib/db/CConnection.c - main/lib/db/CResult.c - main/lib/db/CResult.h - main/lib/db/gb.db.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7259e14322333ce916b0dddb1c410e1384d18a0...72971105ef065bbc3ce4a4054699509e88488c75 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7259e14322333ce916b0dddb1c410e1384d18a0...72971105ef065bbc3ce4a4054699509e88488c75 You're 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 Jul 14 12:11:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 10:11:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly tell if 'RETURNING' keyword is implemented. Message-ID: <64b11f45343a3_28a2d6410354@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cc78ff58-ptkfd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: df3c8566 by Beno?t Minisini at 2023-07-14T12:10:35+02:00 Correctly tell if 'RETURNING' keyword is implemented. [GB.DB.SQLITE3] * BUG: Correctly tell if 'RETURNING' keyword is implemented. - - - - - 1 changed file: - gb.db.sqlite3/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df3c85661617cd129ee375c7d5eded70d7034738 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df3c85661617cd129ee375c7d5eded70d7034738 You're 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 Jul 14 12:12:06 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 10:12:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataSource: When a new record is created, moving the index to the newly... Message-ID: <64b11f765d509_28a2db496867@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cc78ff58-lrffb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7ad40f4c by Beno?t Minisini at 2023-07-14T12:12:00+02:00 DataSource: When a new record is created, moving the index to the newly created record works when some fields are serial. [GB.DB.FORM] * BUG: DataSource: When a new record is created, moving the index to the newly created record works when some fields are serial. - - - - - 3 changed files: - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/Test/FMain2.form - comp/src/gb.db.form/.src/Test/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7ad40f4c3e6ea972618da0a591e4e5ba8c8747ae -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7ad40f4c3e6ea972618da0a591e4e5ba8c8747ae You're 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 Jul 14 12:28:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 10:28:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make the component compile. Message-ID: <64b1233cb6681_28a2da08932b@gitlab-sidekiq-low-urgency-cpu-bound-v2-f56cf8895-tpxbh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3c2aa47 by Beno?t Minisini at 2023-07-14T12:27:48+02:00 Make the component compile. [GB.DB.SQLITE2] * BUG: Make the component compile. - - - - - 1 changed file: - gb.db.sqlite2/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3c2aa476796fef584149859c5564076a0bdee4c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3c2aa476796fef584149859c5564076a0bdee4c You're 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 Jul 14 13:06:19 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 11:06:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make the component really compile. Message-ID: <64b12c2bccf4b_28a2d8c571f4@gitlab-sidekiq-low-urgency-cpu-bound-v2-f56cf8895-p6t8n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 00d507b7 by Beno?t Minisini at 2023-07-14T13:05:47+02:00 Make the component really compile. [GB.DB.SQLITE2] * BUG: Make the component really compile. - - - - - 1 changed file: - gb.db.sqlite2/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00d507b7a97774eade3dc49bcad8a06d27e0dad4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/00d507b7a97774eade3dc49bcad8a06d27e0dad4 You're 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 Jul 14 19:43:00 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 17:43:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot to release tmeporary buffer and result when using RETURNING. Message-ID: <64b1892412aa5_28a3084576@gitlab-sidekiq-low-urgency-cpu-bound-v2-58b6699c4c-tstm5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e5ce58b3 by Beno?t Minisini at 2023-07-14T19:42:09+02:00 Forgot to release tmeporary buffer and result when using RETURNING. [GB.DB] * BUG: Forgot to release tmeporary buffer and result when using RETURNING. - - - - - 1 changed file: - main/lib/db/CResult.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5ce58b3668925e352eb961aa71b200cc2edee09 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5ce58b3668925e352eb961aa71b200cc2edee09 You're 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 Jul 14 20:01:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jul 2023 18:01:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: SQLRequest can return part of SQL requests without action or table. Message-ID: <64b18d8abc0fd_28a2ff8744d8@gitlab-sidekiq-low-urgency-cpu-bound-v2-58b6699c4c-bxcqn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9c1e73a9 by Beno?t Minisini at 2023-07-14T19:57:37+02:00 SQLRequest can return part of SQL requests without action or table. [GB.DB] * NEW: SQLRequest can return part of SQL requests without action or table. - - - - - 10db0652 by Beno?t Minisini at 2023-07-14T20:01:04+02:00 DataSource: Find() method now takes the ascending / descending sort order into account. [GB.DB.FORM] * BUG: DataSource: Find() method now takes the ascending / descending sort order into account. * BUG: DataView: The MoveTo() method raises the Activate event when it was in creation mode before moving. * NEW: DataView: MovePrevious() moves to the last record if we are in creation mode. * NEW: DataView: MoveNext() has no effect if we are in creation mode. - - - - - 6 changed files: - comp/src/gb.db.form/.src/DataTable.class - comp/src/gb.db.form/.src/DataView.class - main/lib/db/gb.db/.component - main/lib/db/gb.db/.project - main/lib/db/gb.db/.src/Main.module - main/lib/db/gb.db/.src/SQLRequest.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5ce58b3668925e352eb961aa71b200cc2edee09...10db065201286d5637701041141558965053090e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5ce58b3668925e352eb961aa71b200cc2edee09...10db065201286d5637701041141558965053090e You're 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 Jul 26 17:10:43 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 Jul 2023 15:10:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not always clear the libcurl handle, reuse it as much as possible. Message-ID: <64c13773c0e08_28a353440761@gitlab-sidekiq-low-urgency-cpu-bound-v2-659b5cb569-wq4jn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c23d80a0 by Beno?t Minisini at 2023-07-26T17:10:28+02:00 Do not always clear the libcurl handle, reuse it as much as possible. [GB.NET.CURL] * OPT: Do not always clear the libcurl handle, reuse it as much as possible. * BUG: Correctly check if user or password changes. - - - - - 5 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CCurl.h - gb.net.curl/src/CFtpClient.c - gb.net.curl/src/CHttpClient.c - gb.net.curl/src/gbcurl.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c23d80a04f03540a0ad46f2fa255150dfb7dc5c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c23d80a04f03540a0ad46f2fa255150dfb7dc5c4 You're 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 Jul 26 17:15:52 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 Jul 2023 15:15:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Do not always clear the libcurl handle, reuse it as much as possible. Message-ID: <64c138a86582a_29a34d03163c@gitlab-sidekiq-low-urgency-cpu-bound-v2-677899f75-p95pw.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9dabc1fa by Beno?t Minisini at 2023-07-26T17:12:21+02:00 Do not always clear the libcurl handle, reuse it as much as possible. [GB.NET.CURL] * OPT: Do not always clear the libcurl handle, reuse it as much as possible. * BUG: Correctly check if user or password changes. - - - - - 5 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CCurl.h - gb.net.curl/src/CFtpClient.c - gb.net.curl/src/CHttpClient.c - gb.net.curl/src/gbcurl.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9dabc1fa6bd27add6098a0fcfae91507691a4887 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9dabc1fa6bd27add6098a0fcfae91507691a4887 You're 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 Jul 26 19:36:14 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 Jul 2023 17:36:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] FtpClient: Correctly initialize curl options before reusing a connection. Message-ID: <64c1598e43be1_28a35d498187@gitlab-sidekiq-low-urgency-cpu-bound-v2-677899f75-t29xx.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: feb7a59d by Beno?t Minisini at 2023-07-26T19:35:59+02:00 FtpClient: Correctly initialize curl options before reusing a connection. [GB.NET.CURL] * BUG: FtpClient: Correctly initialize curl options before reusing a connection. - - - - - 2 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CFtpClient.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/feb7a59d7abe135bf61f6b0b1547e7a9592f3dcf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/feb7a59d7abe135bf61f6b0b1547e7a9592f3dcf You're 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 Jul 26 19:35:12 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 26 Jul 2023 17:35:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FtpClient: Correctly initialize curl options before reusing a connection. Message-ID: <64c15950b6070_29a35708448@gitlab-sidekiq-low-urgency-cpu-bound-v2-677899f75-v5m8r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dfbbebe0 by Beno?t Minisini at 2023-07-26T19:34:32+02:00 FtpClient: Correctly initialize curl options before reusing a connection. [GB.NET.CURL] * BUG: FtpClient: Correctly initialize curl options before reusing a connection. - - - - - 2 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CFtpClient.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfbbebe0506f888a84a1b4732940ba39ba155168 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfbbebe0506f888a84a1b4732940ba39ba155168 You're 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 Jul 28 00:08:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jul 2023 22:08:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatically compile the project when it is opened if it has never been compiled. Message-ID: <64c2eade67721_28f4c608598d9@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c46fd6979-jgb64.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 80285456 by Beno?t Minisini at 2023-07-28T00:07:46+02:00 Automatically compile the project when it is opened if it has never been compiled. [DEVELOPMENT ENVIRONMENT] * NEW: Automatically compile the project when it is opened if it has never been compiled. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8028545612b757d688e1b30cb9bf619d58d48489 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8028545612b757d688e1b30cb9bf619d58d48489 You're 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 Jul 28 00:11:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jul 2023 22:11:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE. Message-ID: <64c2eba169654_28a355c918f@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c46fd6979-kp86r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 519bfa5a by Beno?t Minisini at 2023-07-28T00:11:38+02:00 TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE. [GB.GUI.BASE] * BUG: TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/519bfa5a1ddd88895a2142ad721ffbc0687986dc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/519bfa5a1ddd88895a2142ad721ffbc0687986dc You're 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 Jul 28 00:31:18 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jul 2023 22:31:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update Gambas fonts. Message-ID: <64c2f036203e_28a35d48759a@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c46fd6979-92x86.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ee23c346 by Beno?t Minisini at 2023-07-28T00:29:44+02:00 Update Gambas fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. - - - - - 158a4f5f by Beno?t Minisini at 2023-07-28T00:31:12+02:00 Debugger windows: Display errors only in the second column. Better colors for errors and changes. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger windows: Display errors only in the second column. * NEW: Debugger windows: Better colors for errors and changes. - - - - - 12 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/GambasRoundRegular.sfd - app/src/gambas3/.hidden/font/gambasb12.otb - app/src/gambas3/.hidden/font/gambasb13.otb - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr12.otb - app/src/gambas3/.hidden/font/gambasr13.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.src/Debug/FDebugExpr.class - app/src/gambas3/.src/Debug/FDebugExpr.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/519bfa5a1ddd88895a2142ad721ffbc0687986dc...158a4f5f4534fdee69cbf6f11e9f49c39aefd75f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/519bfa5a1ddd88895a2142ad721ffbc0687986dc...158a4f5f4534fdee69cbf6f11e9f49c39aefd75f You're 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 Jul 29 13:18:21 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jul 2023 11:18:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Desktop.Type: Always use 'Env["DESKTOP_SESSION"]' is set, when... Message-ID: <64c4f57d9a2d9_28a377888712@gitlab-sidekiq-low-urgency-cpu-bound-v2-56c47df84f-fpxmj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9591402 by Beno?t Minisini at 2023-07-29T13:18:15+02:00 Desktop.Type: Always use 'Env["DESKTOP_SESSION"]' is set, when 'Env["XDG_CURRENT_DESKTOP"]' is not set. [GB.GUI.BASE] * NEW: Desktop.TYpe: Always use 'Env["DESKTOP_SESSION"]' is set, when 'Env["XDG_CURRENT_DESKTOP"]' is not set. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Desktop.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9591402a1d85b3977e8837fdfeae446f7108a38 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9591402a1d85b3977e8837fdfeae446f7108a38 You're 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 Jul 29 15:46:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jul 2023 13:46:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Style: Add 'Default' constant. It tells the Style routine to use the current... Message-ID: <64c51836534a4_28a37b456455@gitlab-sidekiq-low-urgency-cpu-bound-v2-56c47df84f-6d4bt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f563dd05 by Beno?t Minisini at 2023-07-29T15:43:17+02:00 Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. [GB.DRAW] * NEW: Support for 'Style.Default' constant. [GB.GTK] * NEW: Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. [GB.GTK3] * NEW: Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. * BUG: Style: Painting the backgroud correctly takes the background color into account, unless for active state (i.e. pressed buttons). [GB.QT4] * NEW: Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. * NEW: 'Style.StateOf()' always adds the 'Style.Default' constant. [GB.QT5] * NEW: Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. * NEW: 'Style.StateOf()' always adds the 'Style.Default' constant. - - - - - 3 changed files: - gb.gtk/src/CStyle.cpp - gb.qt4/src/CStyle.cpp - main/lib/draw/gb.draw.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f563dd0557afc654ed92f679b14f599074dbfef0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f563dd0557afc654ed92f679b14f599074dbfef0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: