From gitlab at mg.gitlab.com Mon Jun 1 16:31:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Jun 2020 14:31:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Running the project now uses the argument list selected in the "Run with arguments" dialog. Message-ID: <5ed51138b4192_1cab3fd1447c85a876633@sidekiq-low-urgency-cpu-bound-07-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 026dfb36 by gambas at 2020-06-01T16:31:13+02:00 Running the project now uses the argument list selected in the "Run with arguments" dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Running the project now uses the argument list selected in the "Run with arguments" dialog. - - - - - 5 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FArguments.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/026dfb369238d86dfe551c21a345aa84606aec3e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/026dfb369238d86dfe551c21a345aa84606aec3e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 1 22:01:34 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 01 Jun 2020 20:01:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix memory leak in Connection.LastInsertId implementation. Message-ID: <5ed55ea03d2a7_631d3fe9d2640fcc83734@sidekiq-low-urgency-cpu-bound-09-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd6d9881 by gambas at 2020-06-01T22:01:02+02:00 Fix memory leak in Connection.LastInsertId implementation. [GB.DB.SQLITE3] * BUG: Fix memory leak in Connection.LastInsertId implementation. - - - - - 1 changed file: - gb.db.sqlite3/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd6d9881657e8ee6743e4624d21507808d02b5ee -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd6d9881657e8ee6743e4624d21507808d02b5ee You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 2 10:59:58 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Tue, 02 Jun 2020 08:59:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: gb.test: Support for parsing subtests Message-ID: <5ed6150f79c7f_6ffd3fe820f483bc74278@sidekiq-low-urgency-cpu-bound-01-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: e6e9b4b1 by Tobias Boege at 2020-06-01T06:06:11+02:00 gb.test: Support for parsing subtests [GB.TEST] * NEW: TapParser can now parse subtests. Consequently, TestRunner assembles a tree of TestAssertions. * BUG: Remove trailing '\r' characters from TapStream lines. By our convention a subtest is opened by a "Test ..." line and closed by its summarizing "ok" / "not ok" assertion. This commit regresses on TInternals's reflection tests because I added tests for the parser and runner which need event handlers to do their testing. These are unintentionally detected as test methods. - - - - - 939397a7 by Tobias Boege at 2020-06-01T06:30:52+02:00 gb.test: Parse a skipping plan line [GB.TEST] * NEW: The parser can now parse a plan line which skips the entire test. - - - - - 2f56334d by Tobias Boege at 2020-06-01T06:33:45+02:00 TestRunner: Prefer Exec over Shell [GB.TEST] * OPT: TestRunner: do not assemble a Shell command string when Exec works. Also remove leftover TODOs. - - - - - 42065f8f by Tobias Boege at 2020-06-01T06:36:04+02:00 gb.test: TSkipAll now passes The test TSkipAll now passes with its intended implementation, so remove the Test.Todo. - - - - - efdc0722 by Tobias Boege at 2020-06-01T06:57:45+02:00 gb.test: document and fix Todo tests [GB.TEST] * NEW: Add tests for Assert.Match. * BUG: Assert: document Approximate and RelativeApproximate. * BUG: Special-case Expected = 0 in RelativeApproximate. - - - - - 3da17098 by Christof Thalhofer at 2020-06-02T08:56:45+00:00 Merge branch 'testing-system' into 'master' Complete the parser and assorted fixes See merge request gambas/gambas!149 - - - - - 13 changed files: - main/lib/test/gb.test/.src/Tap/TapParser.class - main/lib/test/gb.test/.src/Tap/TapPrinter.class - main/lib/test/gb.test/.src/TestAssertion.class - main/lib/test/gb.test/.src/TestMyself/TAllAsserts.test - main/lib/test/gb.test/.src/TestMyself/TInternals.test - + main/lib/test/gb.test/.src/TestMyself/TParser.test - main/lib/test/gb.test/.src/TestMyself/TSkipAll.test - main/lib/test/gb.test/.src/TestRunner.module - main/lib/test/gb.test/.src/TestStats.class - main/lib/test/gb.test/.src/TestSuite/Assert.module - main/lib/test/gb.test/.src/TestSuite/TestSuite.class - main/lib/test/gb.test/.test - main/lib/test/gb.test/taskell.md View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd6d9881657e8ee6743e4624d21507808d02b5ee...3da170981b6c9f05d7957bdf8a61496e61a909d1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd6d9881657e8ee6743e4624d21507808d02b5ee...3da170981b6c9f05d7957bdf8a61496e61a909d1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 2 11:08:53 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Tue, 02 Jun 2020 09:08:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test testmethod's names must not contain underscore Message-ID: <5ed617276047a_631d3fe9d4bdc2041174b3@sidekiq-low-urgency-cpu-bound-09-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 7068c6bb by Christof Thalhofer at 2020-06-02T11:04:06+02:00 gb.test testmethod's names must not contain underscore [GB.TEST] * NEW: testmethod's names must not contain underscore - - - - - 3 changed files: - main/lib/test/gb.test/.src/TestMyself/TInternals.test - main/lib/test/gb.test/.src/TestSuite/TestSuite.class - main/lib/test/gb.test/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7068c6bbca7761a8a97c448c66001df5de6da429 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7068c6bbca7761a8a97c448c66001df5de6da429 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 3 08:19:34 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Wed, 03 Jun 2020 06:19:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test taskell update Message-ID: <5ed740f72f7b3_78713fef6580a0b8892f5@sidekiq-low-urgency-cpu-bound-09-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: a26f2e6e by Christof Thalhofer at 2020-06-03T08:18:42+02:00 gb.test taskell update - - - - - 1 changed file: - main/lib/test/gb.test/taskell.md View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a26f2e6e46cfea1e3ff170947e077d627d2167cd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a26f2e6e46cfea1e3ff170947e077d627d2167cd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 3 16:15:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jun 2020 14:15:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Fix compilation of OPEN STRING instruction that sometimes failed. Message-ID: <5ed7b09845bdf_1fb13fe0bdcad25c1057d6@sidekiq-low-urgency-cpu-bound-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2d2cfc1b by gambas at 2020-06-03T14:53:43+02:00 Fix compilation of OPEN STRING instruction that sometimes failed. [COMPILER] * BUG: Fix compilation of OPEN STRING instruction that sometimes failed. - - - - - 37db5413 by gambas at 2020-06-03T15:48:14+02:00 Connection.ApplyTemplate() now updates existing tables. [GB.DB] * NEW: Connection.Url is a new property that returns the URL of the connection. * NEW: Connection.ApplyTemplate() now updates existing tables. - - - - - 4029d4c7 by gambas at 2020-06-03T15:49:42+02:00 ListBox: Click event is now raised when the Index property is modified. [GB.GUI.BASE] * BUG: ListBox: Click event is now raised when the Index property is modified. - - - - - 4650dacc by gambas at 2020-06-03T16:13:40+02:00 ListEditor: Add Index property, Find() and Remove() methods. [GB.FORM] * NEW: ListEditor: Text property now return or set the text currently edited. * NEW: ListEditor: Add Index property. * NEW: ListEditor: Add Find() method. * NEW: ListEditor: Add Remove() method. - - - - - b173d327 by gambas at 2020-06-03T16:15:07+02:00 Automatic completion: Fix completion of identifiers. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix completion of identifiers. * NEW: Remove dark versions of many icons, now they are automatically generated. - - - - - a6ada310 by gambas at 2020-06-03T16:15:43+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Project/FArguments.class - app/src/gambas3/.src/Project/ProjectBox.class - ? app/src/gambas3/img/32/comment-dark.png - ? app/src/gambas3/img/32/eol-dark.png - ? app/src/gambas3/img/32/startup-dark.png - ? app/src/gambas3/img/32/tab-dark.png - ? app/src/gambas3/img/32/uncomment-dark.png - ? app/src/gambas3/img/32/wrap-dark.png - ? app/src/gambas3/img/draw/cap-butt-dark.png - ? app/src/gambas3/img/draw/cap-round-dark.png - ? app/src/gambas3/img/draw/cap-square-dark.png - ? app/src/gambas3/img/draw/crop-dark.png - ? app/src/gambas3/img/draw/crop.png - ? app/src/gambas3/img/draw/desaturate-dark.png - ? app/src/gambas3/img/draw/desaturate.png - ? app/src/gambas3/img/draw/difference-dark.png - ? app/src/gambas3/img/draw/difference.png - ? app/src/gambas3/img/draw/duplicate-dark.png - ? app/src/gambas3/img/draw/ellipse-dark.png - ? app/src/gambas3/img/draw/ellipse.png - ? app/src/gambas3/img/draw/exclusive-dark.png - ? app/src/gambas3/img/draw/exclusive.png - ? app/src/gambas3/img/draw/grid-dark.png - ? app/src/gambas3/img/draw/grid.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a26f2e6e46cfea1e3ff170947e077d627d2167cd...a6ada310a7bbaedd28485a4bab8667e65fab179d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a26f2e6e46cfea1e3ff170947e077d627d2167cd...a6ada310a7bbaedd28485a4bab8667e65fab179d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 3 20:17:05 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jun 2020 18:17:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: The toggle button that switches between collection or array contents... Message-ID: <5ed7e921ae55d_5bbc3fefb28aaac0664e6@sidekiq-low-urgency-cpu-bound-10-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 15ef9612 by gambas at 2020-06-03T20:16:56+02:00 Debugger: The toggle button that switches between collection or array contents and their symbols does not disappear anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: The toggle button that switches between collection or array contents and their symbols does not disappear anymore. - - - - - 2 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugExpr.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/15ef9612a4b4552b7394590cc02b5c4953c16e4d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/15ef9612a4b4552b7394590cc02b5c4953c16e4d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jun 5 02:24:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Jun 2020 00:24:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Better default configuration. Message-ID: <5ed990db492b6_dbb3f7ec965bae42132f@sidekiq-low-urgency-cpu-bound-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22a84ff0 by gambas at 2020-06-05T02:23:34+02:00 Better default configuration. [DEVELOPMENT ENVIRONMENT] * NEW: Better default configuration. * BUG: Use 'text-lower' and 'text-upper' stock icons instead of now removed old icons. - - - - - 8 changed files: - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FConflictEditor.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/MTheme.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22a84ff0118264922debcfb658e8e9da8b74e326 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22a84ff0118264922debcfb658e8e9da8b74e326 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jun 5 10:57:44 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Fri, 05 Jun 2020 08:57:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test documentation Message-ID: <5eda090919cf4_9353fcf4279cec017113@sidekiq-low-urgency-cpu-bound-09-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: e1bfd668 by Christof Thalhofer at 2020-06-05T10:56:37+02:00 gb.test documentation [GB.TEST] * OPT: documentation - - - - - 5 changed files: - main/lib/test/gb.test/.src/TestMyself/TInternals.test - main/lib/test/gb.test/.src/TestSuite/Test.module - main/lib/test/gb.test/.src/TestSuite/TestCase.class - main/lib/test/gb.test/.src/TestSuite/TestCommand.class - main/lib/test/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e1bfd66808c945bd0bb8cd94a857940781c9db93 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e1bfd66808c945bd0bb8cd94a857940781c9db93 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 6 00:30:54 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 05 Jun 2020 22:30:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Update some icons and add 'rename' icon. Message-ID: <5edac79f4fc2d_47343fe26e9dbf0811645b@sidekiq-low-urgency-cpu-bound-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53efe0ad by gambas at 2020-06-06T00:25:08+02:00 Update some icons and add 'rename' icon. [GB.FORM.STOCK] * NEW: Update some icons. * NEW: Add 'rename' icon. - - - - - d65ba1fa by gambas at 2020-06-06T00:26:22+02:00 Use the new 'rename' stock icon. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new 'rename' stock icon. * BUG: Use the 'select' stock icon instead of the old one. - - - - - 9524aad6 by gambas at 2020-06-06T00:26:49+02:00 Add 'rename' stock icon. [GB.FORM] * NEW: Add 'rename' stock icon. - - - - - 80fb94ca by gambas at 2020-06-06T00:27:05+02:00 Add component icon. [GB.FORM.PRINT] * NEW: Add component icon. - - - - - 9e8692f8 by gambas at 2020-06-06T00:28:06+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/FMain.form - + comp/src/gb.form.print/.hidden/printer.png - comp/src/gb.form.print/.icon.png - comp/src/gb.form.print/.project - comp/src/gb.form.print/.src/FPreview.class - comp/src/gb.form.stock/gambas-mono/32/archive.png - comp/src/gb.form.stock/gambas-mono/32/disconnect.png - comp/src/gb.form.stock/gambas-mono/32/edit.png - comp/src/gb.form.stock/gambas-mono/32/monitor.png - comp/src/gb.form.stock/gambas-mono/32/preview.png - + comp/src/gb.form.stock/gambas-mono/32/rename.png - comp/src/gb.form.stock/gambas-mono/32/terminal.png - comp/src/gb.form.stock/gambas/128/archive.png - comp/src/gb.form.stock/gambas/128/edit.png - comp/src/gb.form.stock/gambas/128/monitor.png - + comp/src/gb.form.stock/gambas/128/rename.png - comp/src/gb.form.stock/gambas/128/wizard.png - comp/src/gb.form.stock/gambas/32/archive.png - comp/src/gb.form.stock/gambas/32/calendar.png - comp/src/gb.form.stock/gambas/32/copy.png - comp/src/gb.form.stock/gambas/32/disconnect.png - comp/src/gb.form.stock/gambas/32/edit.png - comp/src/gb.form.stock/gambas/32/monitor.png - comp/src/gb.form.stock/gambas/32/preview.png - + comp/src/gb.form.stock/gambas/32/rename.png - comp/src/gb.form.stock/gambas/32/terminal.png - comp/src/gb.form.stock/gambas/32/wizard.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e1bfd66808c945bd0bb8cd94a857940781c9db93...9e8692f823eb0ef1ca79bbaa314267be60c5f373 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e1bfd66808c945bd0bb8cd94a857940781c9db93...9e8692f823eb0ef1ca79bbaa314267be60c5f373 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 6 12:12:35 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 06 Jun 2020 10:12:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test plan selftests and taskell Message-ID: <5edb6c1391415_57f93fc2ca4f028c7893f@sidekiq-low-urgency-cpu-bound-08-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 09da14aa by Christof Thalhofer at 2020-06-06T12:08:14+02:00 gb.test plan selftests and taskell [GB.TEST] *NEW: plan selftests *NEW: forbid assertions in _Setup.. and _Teardown.. to ensure plan is always valid - - - - - 12 changed files: - main/lib/test/gb.test/.lang/de.po - main/lib/test/gb.test/.src/TestMyself/TElse.test - main/lib/test/gb.test/.src/TestMyself/TFailures.test - main/lib/test/gb.test/.src/TestMyself/TInternals.test - main/lib/test/gb.test/.src/TestMyself/TParser.test - main/lib/test/gb.test/.src/TestMyself/TSetup.test - main/lib/test/gb.test/.src/TestSuite/Assert.module - main/lib/test/gb.test/.src/TestSuite/Test.module - main/lib/test/gb.test/.src/TestSuite/TestCase.class - main/lib/test/gb.test/.src/TestSuite/TestSuite.class - main/lib/test/gb.test/.test - main/lib/test/gb.test/taskell.md View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/09da14aa6863f1c429f650463cb879cafa90b581 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/09da14aa6863f1c429f650463cb879cafa90b581 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 6 18:04:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Jun 2020 16:04:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Message: Add a button in message boxes to copy the message in the clipboard. Message-ID: <5edbbe8527acf_5faf3fa5f5d34ebc82354@sidekiq-low-urgency-cpu-bound-07-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 42bdddb4 by gambas at 2020-06-06T18:01:52+02:00 Message: Add a button in message boxes to copy the message in the clipboard. [GB.GUI.BASE] * BUG: Message: Add a button in message boxes to copy the message in the clipboard. - - - - - 46f1892d by gambas at 2020-06-06T18:03:15+02:00 Version control information and file information are now two distinc dialog boxes. [DEVELOPMENT ENVIRONMENT] * NEW: Version control information and file information are now two distinc dialog boxes. - - - - - ad955b65 by gambas at 2020-06-06T18:03:22+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 14095315 by gambas at 2020-06-06T18:03:52+02:00 Fix Gambas e-mail in configuration script. [CONFIGURATION] * BUG: Fix Gambas e-mail in configuration script. - - - - - 13 changed files: - app/src/gambas3/.lang/fr.po - + app/src/gambas3/.src/Dialog/FFileInfoVC.class - + app/src/gambas3/.src/Dialog/FFileInfoVC.form - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class - comp/src/gb.gui.base/.src/Message/FMessage.form - comp/src/gb.gui.base/.src/Test/TestMessage.module - + comp/src/gb.gui.base/message/copy.png - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 6 21:00:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 06 Jun 2020 19:00:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update some icons and add 128 pixels versions of 'lock' and 'unlock' icons. Message-ID: <5edbe7bd3525b_64353fe5c74b8e7058062@sidekiq-low-urgency-cpu-bound-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 909ea17f by gambas at 2020-06-06T20:57:12+02:00 Update some icons and add 128 pixels versions of 'lock' and 'unlock' icons. [GB.FORM.STOCK] * NEW: Update some icons. * NEW: Add 128 pixels versions of 'lock' and 'unlock' icons. - - - - - ca4cdf0c by gambas at 2020-06-06T20:57:50+02:00 Add translations. [GB.GUI.BASE] * NEW: Add translations. - - - - - 0eea48da by gambas at 2020-06-06T20:59:41+02:00 FileView: Display a lock icon when a directory is unreadable. [GB.FORM] * NEW: Update translations. * NEW: ListEditor: The insert button text is now "Add". * NEW: DirView: Do not display an error when a directory is unreadable. * NEW: FileView: Display a lock icon when a directory is unreadable. - - - - - 12 changed files: - + comp/src/gb.form.stock/gambas/128/lock.png - + comp/src/gb.form.stock/gambas/128/unlock.png - comp/src/gb.form.stock/gambas/32/monitor.png - comp/src/gb.form.stock/gambas/32/terminal.png - comp/src/gb.form.stock/gambas/32/unlock.png - comp/src/gb.form/.lang/ar.po - comp/src/gb.form/.lang/ca.po - comp/src/gb.form/.lang/cs.po - comp/src/gb.form/.lang/de.po - comp/src/gb.form/.lang/es.po - comp/src/gb.form/.lang/es_ES.po - comp/src/gb.form/.lang/fa.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/14095315933a5157817d77e74aa88a3eed0aef1f...0eea48da0698dcc9c8eed1518d1d67ace1d283e4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/14095315933a5157817d77e74aa88a3eed0aef1f...0eea48da0698dcc9c8eed1518d1d67ace1d283e4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jun 7 00:39:44 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sat, 06 Jun 2020 22:39:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: Show bad plans in summary Message-ID: <5edc1b3212f19_23553fc80b3062c854688@sidekiq-low-urgency-cpu-bound-09-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: 44a6c246 by Tobias Boege at 2020-06-07T00:43:44+02:00 gb.test: Show bad plans in summary [GB.TEST] * NEW: Show bad plans in summary. * BUG: Set recently added TestAssertion properties from TapPrinter as well. - - - - - 7 changed files: - main/lib/test/gb.test/.src/Tap/TapPrinter.class - main/lib/test/gb.test/.src/TestAssertion.class - main/lib/test/gb.test/.src/TestMyself/TInternals.test - main/lib/test/gb.test/.src/TestMyself/TSummary.test - main/lib/test/gb.test/.src/TestSuite/Test.module - main/lib/test/gb.test/.test - main/lib/test/gb.test/taskell.md View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44a6c2462a5148ebcb0a912ee90280580c8b9bc3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44a6c2462a5148ebcb0a912ee90280580c8b9bc3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jun 7 01:48:48 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sat, 06 Jun 2020 23:48:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: gb.openssl: Key Derivation Functions Message-ID: <5edc2b60b9970_5fad3fbd46bc8b745924b@sidekiq-low-urgency-cpu-bound-07-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: cb18ca4f by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Key Derivation Functions [GB.OPENSSL] * NEW: Add Pbkdf2 function. * NEW: Add Scrypt function. - - - - - d0c35df4 by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Extraneous Include [GB.OPENSSL] * BUG: Unnecessary kdf.h blocking Xenial. - - - - - 0e503c13 by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Group KDF [GB.OPENSSL] * NEW: KDF Functions under OpenSSL Class. - - - - - 3b675804 by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Parameter Limits [GB.OPENSSL] * BUG: RandomBytes length limit (1 - 0x7FFFEFF7). * BUG: Pbkdf2 iterations limit (>0). * BUG: Pbkdf2 keylength limit (1 - 0x7FFFEFF7). * BUG: Pbkdf2 buffer managed as GB String. * BUG: Scrypt keylength limit (1 - 0x7FFFEFF7). * BUG: Scrypt N limit (>1 & 2^n). * BUG: Scrypt r limit (1 - 0xFFFFFFFF). * BUG: Scrypt p limit (1 - 0xFFFFFFFF). * BUG: Scrypt bugger managed as GB String. * BUG: Declare longs as longs instead of integers. - - - - - 0eb47b25 by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Hash memory allocation [GB.OPENSSL] * BUG: Hash incorrectly allocated by sizeof a pointer. - - - - - b1fbac98 by Andy at 2020-06-07T01:06:01+02:00 gb.openssl: Dangling parenthesis. [GB.OPENSSL] * BUG: Remove dangling parenthesis. - - - - - f5ca983f by Tobias Boege at 2020-06-07T01:51:17+02:00 gb.openssl: Add tests for new Pbkdf2 and Scrypt methods [GB.OPENSSL] * NEW: Add beginning of a test suite. * OPT: Avoid doubles in integer power-of-two test. - - - - - 5 changed files: - + gb.openssl/openssl-test/.directory - + gb.openssl/openssl-test/.icon.png - + gb.openssl/openssl-test/.project - + gb.openssl/openssl-test/.src/Main.module - gb.openssl/src/c_openssl.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jun 7 17:52:06 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 07 Jun 2020 15:52:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: Taskell with new task to be done. Message-ID: <5edd0d265a302_42303f8a3941eaa81203@sidekiq-low-urgency-cpu-bound-06-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 28189309 by Christof Thalhofer at 2020-06-07T17:50:10+02:00 gb.test: Taskell with new task to be done. - - - - - 1 changed file: - main/lib/test/gb.test/taskell.md View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2818930937848c6920f29ac0505845717b0208b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2818930937848c6920f29ac0505845717b0208b3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 9 16:37:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jun 2020 14:37:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CsvFile: Quote() is a new method that quotes a value for the CSV format... Message-ID: <5edf9ea22159e_92afb6133bb345782@gitlab-sidekiq-low-urgency-cpu-bound-v1-5c966fb588-p6j9b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2aed7609 by gambas at 2020-06-09T16:37:12+02:00 CsvFile: Quote() is a new method that quotes a value for the CSV format according to its separator and escape characters. [GB.UTIL] * NEW: CsvFile: Quote() is a new method that quotes a value for the CSV format according to its separator and escape characters. - - - - - 1 changed file: - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2aed760943bb6f3b47ffa22d90777f59dbbbdf5b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2aed760943bb6f3b47ffa22d90777f59dbbbdf5b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 9 16:51:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jun 2020 14:51:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Primary Arch package version always equals 1 Message-ID: <5edfa2093c40_82b06b2754070371@gitlab-sidekiq-low-urgency-cpu-bound-v1-5c966fb588-6gt6v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 58472c21 by Andy at 2020-05-18T22:46:34-07:00 Primary Arch package version always equals 1 [Packager] * BUG: Primary Arch package version always equals 1 - - - - - 0cc5c554 by Andy at 2020-05-19T23:04:28-07:00 Merge branch 'master' into arch-pkgver - - - - - 2b2a2fc8 by Andy at 2020-05-22T00:46:40-07:00 Merge branch 'master' into arch-pkgver - - - - - 5fc971fd by Andy at 2020-05-23T16:59:03-07:00 Merge branch 'master' into arch-pkgver - - - - - 5bf54435 by Andy at 2020-05-27T02:21:11-07:00 Merge branch 'master' into arch-pkgver - - - - - 7e5bcea4 by Beno?t Minisini at 2020-06-09T14:51:49+00:00 Merge branch 'arch-pkgver' into 'master' Packager: Primary Arch package version always equals 1 See merge request gambas/gambas!147 - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2aed760943bb6f3b47ffa22d90777f59dbbbdf5b...7e5bcea4607fa04ab197b4d6d2dd40e2b9ee63ff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2aed760943bb6f3b47ffa22d90777f59dbbbdf5b...7e5bcea4607fa04ab197b4d6d2dd40e2b9ee63ff You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 9 17:03:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jun 2020 15:03:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: gb.markdown a couple of tests for common problems Message-ID: <5edfa4df4b90e_c2add8506d398160d@gitlab-sidekiq-low-urgency-cpu-bound-v1-5c966fb588-fvgmr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 23e297ce by Christof Thalhofer at 2020-05-27T21:22:45+02:00 gb.markdown a couple of tests for common problems [GB.MARKDOWN] * NEW: a couple of tests for common problems - - - - - d1ec361f by Beno?t Minisini at 2020-06-09T15:03:54+00:00 Merge branch 'markdowntest' into 'master' gb.markdown a couple of tests for common problems See merge request gambas/gambas!148 - - - - - 2 changed files: - + comp/src/gb.markdown/.src/TMarkdown.test - + comp/src/gb.markdown/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7e5bcea4607fa04ab197b4d6d2dd40e2b9ee63ff...d1ec361f4376f3b6583aa6ddbbe242e1880949ba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7e5bcea4607fa04ab197b4d6d2dd40e2b9ee63ff...d1ec361f4376f3b6583aa6ddbbe242e1880949ba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 9 22:25:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jun 2020 20:25:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch jit-with-c Message-ID: <5edff030c6ef9_92ad8bc5231a826547@gitlab-sidekiq-low-urgency-cpu-bound-v1-86d7664768-x85gb.mail> Beno?t Minisini deleted branch jit-with-c at Gambas / gambas -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jun 9 22:40:42 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jun 2020 20:40:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Packager: Create a function for checking components already included in the... Message-ID: <5edff3ca6be72_82b2a6de7956078848@gitlab-sidekiq-low-urgency-cpu-bound-v1-86d7664768-l95kr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a43cf674 by gambas at 2020-06-09T17:07:12+02:00 Packager: Create a function for checking components already included in the 'gamabs3-runtime' package. [DEVELOPMENT ENVIRONMENT] * NEW: Packager: Create a function for checking components already included in the 'gamabs3-runtime' package. - - - - - acf3f892 by gambas at 2020-06-09T17:07:19+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 08a574c2 by gambas at 2020-06-09T22:40:35+02:00 Version control: Git synchronization of local list of branches. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Git synchronization now updates the local list of branches. * NEW: Version control: All local and remote branches are now availble. - - - - - 17 changed files: - app/src/gambas3/.lang/cs.po - app/src/gambas3/.lang/de.po - app/src/gambas3/.lang/es.po - app/src/gambas3/.lang/es_ES.po - app/src/gambas3/.lang/fa.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/it.po - app/src/gambas3/.lang/ja.po - app/src/gambas3/.lang/nl.po - app/src/gambas3/.lang/pt.po - app/src/gambas3/.lang/ru.po - app/src/gambas3/.lang/sv.po - app/src/gambas3/.lang/zh.po - app/src/gambas3/.lang/zh_TW.po - app/src/gambas3/.src/Packager/FMakeInstall.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/VersionControl/CVersionControlGit.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d1ec361f4376f3b6583aa6ddbbe242e1880949ba...08a574c273965c1f773a17778f210fa35c532fe8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d1ec361f4376f3b6583aa6ddbbe242e1880949ba...08a574c273965c1f773a17778f210fa35c532fe8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 01:44:55 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jun 2020 23:44:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove now useless structure fields. Message-ID: <5ee1707854b3f_82b115022f1001312c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c77f664f8-82z59.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68af5ed6 by gambas at 2020-06-11T01:44:23+02:00 Remove now useless structure fields. [COMPILER] * OPT: Remove now useless structure fields. - - - - - 5 changed files: - main/gbc/gbc.c - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_compile.h - main/gbc/gbc_output.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68af5ed6c4c6f1cb90b365d174d2e674e090a96a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68af5ed6c4c6f1cb90b365d174d2e674e090a96a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 02:14:31 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 00:14:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Check for duplicated class files when opening a project. Message-ID: <5ee1776834a93_82acdd2eece6892039@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c77f664f8-crvft.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac21ef3e by gambas at 2020-06-11T02:14:26+02:00 Check for duplicated class files when opening a project. [DEVELOPMENT ENVIRONMENT] * NEW: Check for duplicated class files when opening a project. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FArguments.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac21ef3ea968b774af3f208941ffc7ab7a64060e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac21ef3ea968b774af3f208941ffc7ab7a64060e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 02:15:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 00:15:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] String.FromHTML() has better support for

,

    ,
  • and
      markups. Message-ID: <5ee1779838987_92b23070d478853959@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c77f664f8-vh2ds.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 74bedf32 by gambas at 2020-06-11T02:15:12+02:00 String.FromHTML() has better support for <p>, <ul>, <li> and <ol> markups. [GB.UTIL] * NEW: String.FromHTML() has better support for <p>, <ul>, <li> and <ol> markups. - - - - - 1 changed file: - comp/src/gb.util/.src/String.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74bedf3204d274b61cf55e2d31a911a8f11cb572 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74bedf3204d274b61cf55e2d31a911a8f11cb572 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 02:17:24 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 00:17:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] -Correctly- check for duplicated class files when opening a project. Message-ID: <5ee1781539882_82acdd2eed39092319@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c77f664f8-crvft.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9e52706a by gambas at 2020-06-11T02:17:18+02:00 -Correctly- check for duplicated class files when opening a project. [DEVELOPMENT ENVIRONMENT] * BUG: -Correctly- check for duplicated class files when opening a project. - - - - - 1 changed file: - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9e52706a8e038c24ef1c8886904f6b4ef8e563b4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9e52706a8e038c24ef1c8886904f6b4ef8e563b4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 10:17:06 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 08:17:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Running projects works again. Message-ID: <5ee1e88249a98_82b0b49ed8300763d2@gitlab-sidekiq-low-urgency-cpu-bound-v1-56ffc4984-pk4rw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a2d89cab by gambas at 2020-06-11T10:16:40+02:00 Running projects works again. [DEVELOPMENT ENVIRONMENT] * BUG: Running projects works again. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a2d89cab4cbc5b92d61c80dfa1255167bb972c20 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a2d89cab4cbc5b92d61c80dfa1255167bb972c20 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 10:56:45 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 08:56:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not set current project bookmark if opening the project fails. Message-ID: <5ee1f1cf156b4_92ad008f926b4238d@gitlab-sidekiq-low-urgency-cpu-bound-v1-56ffc4984-pk4rw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2db8864 by gambas at 2020-06-11T10:56:06+02:00 Do not set current project bookmark if opening the project fails. [DEVELOPMENT ENVIRONMENT] * BUG: Do not set current project bookmark if opening the project fails. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2db8864bca39682cb26a17b77ba7456a41a5a7f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2db8864bca39682cb26a17b77ba7456a41a5a7f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 11:25:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jun 2020 09:25:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Font size is now the same whatever the printer resolution. Message-ID: <5ee1f89c350e0_92b29cc4728d821341@gitlab-sidekiq-low-urgency-cpu-bound-v1-56ffc4984-5btnb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7ef182f4 by gambas at 2020-06-11T11:25:42+02:00 Font size is now the same whatever the printer resolution. [GB.REPORT2] * BUG: Font size is now the same whatever the printer resolution. - - - - - 1 changed file: - comp/src/gb.report2/.src/Viewer/FPreview.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7ef182f43df8147c0f9756c92643091fa3098a84 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7ef182f43df8147c0f9756c92643091fa3098a84 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 11 11:52:04 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Thu, 11 Jun 2020 09:52:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.markdown update tests for newer gb.test Message-ID: <5ee1fec64a99a_82ae13489c9804438d@gitlab-sidekiq-low-urgency-cpu-bound-v1-56ffc4984-vxpj5.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: c4dabf3a by Christof Thalhofer at 2020-06-11T11:49:26+02:00 gb.markdown update tests for newer gb.test [GB.MARKDOWN] *OPT: update tests for newer gb.test - - - - - 2 changed files: - comp/src/gb.markdown/.src/TMarkdown.test - comp/src/gb.markdown/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4dabf3a92a38e396f8940eb12f7413405222725 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4dabf3a92a38e396f8940eb12f7413405222725 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jun 12 22:13:48 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Jun 2020 20:13:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextEditor: Draw margin background and current line differently. Message-ID: <5ee3e1fc69576_92afa713bd73878671@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-8p6h2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87b69361 by gambas at 2020-06-12T22:12:32+02:00 TextEditor: Draw margin background and current line differently. [GB.FORM.EDITOR] * NEW: TextEditor: Draw margin background and current line differently. - - - - - de483d68 by gambas at 2020-06-12T22:13:18+02:00 Update project icon. [GB.FORM.PRINT] * NEW: Update project icon. - - - - - 9c2f725e by gambas at 2020-06-12T22:13:27+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.print/.hidden/printer.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c4dabf3a92a38e396f8940eb12f7413405222725...9c2f725e0189073badf2c0a0edb36d6af65c8317 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c4dabf3a92a38e396f8940eb12f7413405222725...9c2f725e0189073badf2c0a0edb36d6af65c8317 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 13 00:30:59 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Jun 2020 22:30:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Emit dependencies for component projects. Message-ID: <5ee40224cbafd_92aed1d8c7708645a9@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-v9brr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 836052c1 by gambas at 2020-06-13T00:30:51+02:00 Packager: Emit dependencies for component projects. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Emit dependencies for component projects. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/836052c18dd35c37223b064f0798de0a815266bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/836052c18dd35c37223b064f0798de0a815266bc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 13 01:02:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 12 Jun 2020 23:02:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property dialog: Redesign it using a white background (i.e. the text background color). Message-ID: <5ee4097b7616e_82aac1c5559cc2970@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-9vwv4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 05d896c5 by gambas at 2020-06-13T01:01:10+02:00 Project property dialog: Redesign it using a white background (i.e. the text background color). [DEVELOPMENT ENVIRONMENT] * NEW: Project property dialog: Redesign it using a white background (i.e. the text background color). - - - - - 2 changed files: - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/05d896c57b05b49d970aeff0f92130315287e7bf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/05d896c57b05b49d970aeff0f92130315287e7bf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 13 17:00:17 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Jun 2020 15:00:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Database editor: Creating, renaming or removing a table now correctly updates... Message-ID: <5ee4ea02e16b0_92ac7dc5dd2d861575@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-cwg6k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2ba54c6 by gambas at 2020-06-13T17:00:10+02:00 Database editor: Creating, renaming or removing a table now correctly updates the database template file. [DEVELOPMENT ENVIRONMENT] * BUG: Database editor: Creating, renaming or removing a table now correctly updates the database template file. * NEW: Packager: Package directory is now stored in the project configuration file. * NEW: Update financial support file. - - - - - 6 changed files: - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Packager/FMakeInstall.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Welcome/CWelcome.class - app/src/gambas3/.src/Welcome/FWelcome.class - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2ba54c6fa1d8a4563d3c61a9f69a3b2c94286df -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2ba54c6fa1d8a4563d3c61a9f69a3b2c94286df You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jun 14 00:51:35 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 13 Jun 2020 22:51:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Correctly disable 'gb.pdf' component if pkg-config fails. Message-ID: <5ee5587810e93_82ab82fd4231413993@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-nq4t7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f5a806e2 by gambas at 2020-06-14T00:49:41+02:00 Correctly disable 'gb.pdf' component if pkg-config fails. [GB.PDF] * BUG: Correctly disable 'gb.pdf' component if pkg-config fails. - - - - - 0406cdf4 by gambas at 2020-06-14T00:50:22+02:00 Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons. [GB.FORM.STOCK] * NEW: Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons. - - - - - 21 changed files: - acinclude.m4 - + comp/src/gb.form.stock/.hidden/CHANGELOG - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/gambas-mono/32/edit.png - comp/src/gb.form.stock/gambas-mono/32/mouse.png - comp/src/gb.form.stock/gambas-mono/32/pen.png - comp/src/gb.form.stock/gambas-mono/32/printer.png - comp/src/gb.form.stock/gambas-mono/32/trash.png - comp/src/gb.form.stock/gambas/128/edit.png - + comp/src/gb.form.stock/gambas/128/mouse.png - + comp/src/gb.form.stock/gambas/128/pen.png - comp/src/gb.form.stock/gambas/128/printer.png - comp/src/gb.form.stock/gambas/128/trash.png - comp/src/gb.form.stock/gambas/32/edit.png - comp/src/gb.form.stock/gambas/32/mouse.png - comp/src/gb.form.stock/gambas/32/pen.png - comp/src/gb.form.stock/gambas/32/preview.png - comp/src/gb.form.stock/gambas/32/printer.png - comp/src/gb.form.stock/gambas/32/terminal.png - comp/src/gb.form.stock/gambas/32/trash.png - gb.pdf/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2ba54c6fa1d8a4563d3c61a9f69a3b2c94286df...0406cdf4718107f6f392e959f75b309bdb6a813b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2ba54c6fa1d8a4563d3c61a9f69a3b2c94286df...0406cdf4718107f6f392e959f75b309bdb6a813b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 15 00:11:05 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 14 Jun 2020 22:11:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Rely on 'pkg-config' only to detect poppler library. Message-ID: <5ee6a079bf761_92ae91f0fa158698f4@gitlab-sidekiq-low-urgency-cpu-bound-v1-78dc674454-v9brr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4ad678ea by gambas at 2020-06-15T00:10:27+02:00 Rely on 'pkg-config' only to detect poppler library. [GB.PDF] * BUG: Rely on 'pkg-config' only to detect poppler library. - - - - - 1 changed file: - gb.pdf/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ad678ea9b09b93b904fae74dea6fc1c4e7447fb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ad678ea9b09b93b904fae74dea6fc1c4e7447fb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 17 18:29:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 17 Jun 2020 16:29:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Negative values are replaced by zero when setting Application.Busy. Message-ID: <5eea44fec9b20_92b19d74c93e097525@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c44467ddf-vhbtq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 57777996 by gambas at 2020-06-17T18:26:08+02:00 Negative values are replaced by zero when setting Application.Busy. [GB.GTK] * NEW: Negative values are replaced by zero when setting Application.Busy.. [GB.GTK3] * NEW: Negative values are replaced by zero when setting Application.Busy.. [GB.QT4] * NEW: Negative values are replaced by zero when setting Application.Busy.. [GB.QT5] * NEW: Negative values are replaced by zero when setting Application.Busy.. - - - - - 2 changed files: - gb.gtk/src/CScreen.cpp - gb.qt4/src/CScreen.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/577779961a0535e3864da091167f3dce5f00aeae -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/577779961a0535e3864da091167f3dce5f00aeae You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 18 00:14:14 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 17 Jun 2020 22:14:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: New 'gb.poppler' component that will replace 'gb.pdf'. Message-ID: <5eea95b825af9_92ac54419c8809333e@gitlab-sidekiq-low-urgency-cpu-bound-v1-5854b9b899-xv7hm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 94e6feaf by gambas at 2020-06-18T00:04:33+02:00 New 'gb.poppler' component that will replace 'gb.pdf'. [CONFIGURATION] * NEW: Fix component template generator. [GB.POPPLER] * NEW: New 'gb.poppler' component that will replace 'gb.pdf'. - - - - - 286e18ca by gambas at 2020-06-18T00:05:39+02:00 Mark 'gb.pdf' as deprecated. [GB.PDF] * NEW: Mark 'gb.pdf' as deprecated. - - - - - 3481b42b by gambas at 2020-06-18T00:07:40+02:00 Support for the new 'gb.poppler' component. [DEVELOPMENT ENVIRONMENT] * NEW: Support for the new 'gb.poppler' component. * NEW: Code editor: The 'THEN' keyword is now automatically inserted if missing. - - - - - 95c30918 by gambas at 2020-06-18T00:13:06+02:00 Version control: Fix the height of the error dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Fix the height of the error dialog. - - - - - 30 changed files: - Makefile.am - TEMPLATE/README - + TEMPLATE/conf/gb.poppler.conf - TEMPLATE/template/make-component - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/FVersionError.form - configure.ac - gb.pdf/src/gb.pdf.component - gb.pdf/src/main.cpp - + gb.poppler/AUTHORS - + gb.poppler/COPYING - + gb.poppler/ChangeLog - + gb.poppler/INSTALL - + gb.poppler/Makefile.am - + gb.poppler/NEWS - + gb.poppler/README - + gb.poppler/acinclude.m4 - + gb.poppler/component.am - + gb.poppler/configure.ac - + gb.poppler/gambas.h - + gb.poppler/gb.image.h - + gb.poppler/gb_common.h - + gb.poppler/m4 - + gb.poppler/reconf - + gb.poppler/src/Makefile.am - + gb.poppler/src/c_pdf_document.cpp - + gb.poppler/src/c_pdf_document.h - + gb.poppler/src/gb.poppler.component View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/577779961a0535e3864da091167f3dce5f00aeae...95c3091880bb768456a92e0b74b2e30041819663 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/577779961a0535e3864da091167f3dce5f00aeae...95c3091880bb768456a92e0b74b2e30041819663 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 18 14:07:38 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Jun 2020 12:07:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Switch to poppler-glib, that is more complete than poppler-cpp. Message-ID: <5eeb590a5ef15_82b0b94b710f47035a@gitlab-sidekiq-low-urgency-cpu-bound-v1-fdf89fc95-r8996.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4784c6c6 by gambas at 2020-06-18T14:06:22+02:00 Switch to poppler-glib, that is more complete than poppler-cpp. [GB.POPPLER] * NEW: Switch to poppler-glib, that is more complete than poppler-cpp. - - - - - 3 changed files: - gb.poppler/configure.ac - gb.poppler/src/c_pdf_document.cpp - gb.poppler/src/c_pdf_document.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4784c6c6a999a5d6e0e1b7c7980d3cfb07587031 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4784c6c6a999a5d6e0e1b7c7980d3cfb07587031 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 18 16:46:00 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Jun 2020 14:46:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add rendering based on poppler-splash. Message-ID: <5eeb7e29be882_82b0e451a975c753f4@gitlab-sidekiq-low-urgency-cpu-bound-v1-fdf89fc95-ztrs8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 98028acd by gambas at 2020-06-18T16:44:23+02:00 Add rendering based on poppler-splash. [GB.POPPLER] * NEW: Add rendering based on poppler-splash. - - - - - 2 changed files: - gb.poppler/src/c_pdf_document.cpp - gb.poppler/src/c_pdf_document.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/98028acd24eb90b7467f6b2bb240c97a7fcb99eb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/98028acd24eb90b7467f6b2bb240c97a7fcb99eb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jun 18 17:23:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 18 Jun 2020 15:23:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not a useless private datatype. Message-ID: <5eeb86df8005f_92b2196cd8ccc12156@gitlab-sidekiq-low-urgency-cpu-bound-v1-fdf89fc95-hqpqr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6ea7235e by gambas at 2020-06-18T17:22:38+02:00 Do not a useless private datatype. [GB.POPPLER] * BUG: Do not a useless private datatype. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6ea7235e1ab90d23c2570a1c9796229a5db39771 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6ea7235e1ab90d23c2570a1c9796229a5db39771 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jun 19 13:24:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 19 Jun 2020 11:24:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Fix cursor move down and string closing routine. Message-ID: <5eeca08b98584_a3fdd5439eb0067585@gitlab-sidekiq-low-urgency-cpu-bound-v1-5978d4d975-2zjn5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 42f32030 by gambas at 2020-06-19T13:24:50+02:00 TextEditor: Fix cursor move down and string closing routine. [GB.FORM.EDITOR] * BUG: TextEditor: Moving down now should work as expected on wrapped lines. * NEW: TextEditor: Draw wrapped lines with little arrows at the end. * NEW: TextEditor: String closing routine should be less stupid now. - - - - - 5 changed files: - + comp/src/gb.form.editor/.hidden/CHANGELOG - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorMode.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/42f32030e37d8ece626dfa74effa3c1d1d1635ab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/42f32030e37d8ece626dfa74effa3c1d1d1635ab You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 20 04:59:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Jun 2020 02:59:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add man pages. Message-ID: <5eed7b7dea8fb_92acab350a5d4402a3@gitlab-sidekiq-low-urgency-cpu-bound-v1-bbf5f5d45-qpntk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd5ec670 by gambas at 2020-06-20T04:56:22+02:00 Add man pages. [CONFIGURATION] * NEW: Add man pages. [INTERPRETER] * NEW: Use 'time_t' in GB.MakeDateFromTime API. [WIKI CGI SCRIPT] * NEW: Add a command-line option to print the package table. - - - - - 19 changed files: - app/Makefile.am - app/configure.ac - + app/man/Makefile.am - + app/man/gbs3.1 - + app/man/gbw3.1 - app/src/gambas-wiki/.src/Main.module - main/Makefile.am - main/configure.ac - main/lib/db/gb.db/.icon.png - main/lib/db/gb.db/.project - + main/man/Makefile.am - + main/man/gba3.1 - + main/man/gbc3.1 - + main/man/gbh3.1 - + main/man/gbi3.1 - + main/man/gbr3.1 - + main/man/gbx3.1 - main/share/gambas.h - main/tools/gbh3/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd5ec670e1754d3844b1da3d310304c20faa88e0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd5ec670e1754d3844b1da3d310304c20faa88e0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 20 05:10:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Jun 2020 03:10:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix man pages. Message-ID: <5eed7e374ea90_82aec5279329088360@gitlab-sidekiq-low-urgency-cpu-bound-v1-bbf5f5d45-fqk5r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4da85c26 by gambas at 2020-06-20T05:10:29+02:00 Fix man pages. [CONFIGURATION] * BUG: Fix man pages. - - - - - 8 changed files: - app/man/gbs3.1 - app/man/gbw3.1 - main/man/gba3.1 - main/man/gbc3.1 - main/man/gbh3.1 - main/man/gbi3.1 - main/man/gbr3.1 - main/man/gbx3.1 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4da85c26ddc8a002774ccaabf66b363656f60158 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4da85c26ddc8a002774ccaabf66b363656f60158 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 20 05:20:42 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Jun 2020 03:20:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add manpage for the IDE. Message-ID: <5eed808ac8d0f_92b08f9afc15c691c1@gitlab-sidekiq-low-urgency-cpu-bound-v1-bbf5f5d45-npklf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 697a9ead by gambas at 2020-06-20T05:20:24+02:00 Add manpage for the IDE. [CONFIGURATION] * NEW: Add manpage for the IDE. - - - - - 2 changed files: - app/man/Makefile.am - + app/man/gambas3.1 View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/697a9eade99877e1b894349c81a94a35a7453704 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/697a9eade99877e1b894349c81a94a35a7453704 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 20 20:12:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 20 Jun 2020 18:12:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not use '__DATE__' macro for reproducible builds. Message-ID: <5eee51a339dd7_82b1f1d2bdf88317d5@gitlab-sidekiq-low-urgency-cpu-bound-v1-bbf5f5d45-59sqg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2b831182 by gambas at 2020-06-20T20:12:10+02:00 Do not use '__DATE__' macro for reproducible builds. [GB.HTTPD] * BUG: Do not use '__DATE__' macro for reproducible builds. - - - - - 1 changed file: - gb.httpd/src/version.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2b831182ac5b45f1d072e605f09ca85e55ff3a30 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2b831182ac5b45f1d072e605f09ca85e55ff3a30 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 22 02:10:27 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 22 Jun 2020 00:10:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MediaView: Add Volume and Muted properties. Message-ID: <5eeff6f42182f_82abc93983a4496467@gitlab-sidekiq-low-urgency-cpu-bound-v1-bbf5f5d45-hflzt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dc0ad726 by gambas at 2020-06-22T02:10:20+02:00 MediaView: Add Volume and Muted properties. [GB.MEDIA.FORM] * NEW: MediaView: Volume is a new property to return or set the audio volume. * NEW: MediaView: Muted is a new property that defines if the audio is muted or not. - - - - - 6 changed files: - comp/src/gb.media.form/.component - comp/src/gb.media.form/.project - comp/src/gb.media.form/.src/FMediaPlayer.class - comp/src/gb.media.form/.src/FTest.class - comp/src/gb.media.form/.src/FTest.form - comp/src/gb.media.form/.src/MediaView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc0ad726129bc40386a7b4ac1145a0e82798d180 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc0ad726129bc40386a7b4ac1145a0e82798d180 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 22 13:35:22 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 22 Jun 2020 11:35:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Choosing "Desktop" icon theme works again. Message-ID: <5ef0977b52c06_82afaf40d1b5478523@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b44d9998c-k8222.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4d76f37d by gambas at 2020-06-22T13:35:11+02:00 Choosing "Desktop" icon theme works again. [DEVELOPMENT ENVIRONMENT] * BUG: Choosing "Desktop" icon theme works again. Consequently the default IDE icon theme is the "Desktop" theme too. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4d76f37d343a6fc235e3e2c2d9eac7d37af6ab30 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4d76f37d343a6fc235e3e2c2d9eac7d37af6ab30 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 00:09:26 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 23 Jun 2020 22:09:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Fix deb package 'clean' directive and do not use compiler absolute path in packages. Message-ID: <5ef27d96d2cb4_92b009ecb27209323@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-dpxdk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: af103180 by gambas at 2020-06-24T00:09:17+02:00 Packager: Fix deb package 'clean' directive and do not use compiler absolute path in packages. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Do not use compiler absolute path in packages. * BUG: Packager: Fix deb package 'clean' directive so that it only deletes the '.gambas' directory and the executable. - - - - - 2 changed files: - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/af103180a68716bfac172d18c5de8626bec6038e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/af103180a68716bfac172d18c5de8626bec6038e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 09:49:36 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 07:49:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add support for document index and actions. Message-ID: <5ef3059157e78_82ab4d684f9581212e@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-k7q8d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d10b211 by gambas at 2020-06-24T09:44:47+02:00 Add support for document index and actions. [GB.POPPLER] * NEW: Default resolution is now the same as the poppler library (72 DPI).. * NEW: PdfDocument: Add Max and Index.Max property. * NEW: PdfDocument: Add Keywords, CreationDate and ModificationDate properties. * NEW: PdfDocument: Add Linearized and Version properties. * NEW: PdfDocument: PdfDocument.Index returns the document index as an read-only array of PdfIndex objects. * NEW: PdfIndex: Action property returns the detail of the action associated with an index entry. - - - - - 5 changed files: - + gb.poppler/gb.geom.h - gb.poppler/src/c_pdf_document.cpp - gb.poppler/src/c_pdf_document.h - gb.poppler/src/main.cpp - gb.poppler/src/main.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d10b2117cd96db823759c351af7dad7b0c2bd6c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d10b2117cd96db823759c351af7dad7b0c2bd6c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 09:54:42 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 07:54:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] PdfDocument: Make Index property enumerable. Message-ID: <5ef306c427340_93f84b51f1c2811411@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-wl586.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41e1b9a0 by gambas at 2020-06-24T09:54:17+02:00 PdfDocument: Make Index property enumerable. [GB.POPPLER] * NEW: PdfDocument: Make Index property enumerable. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/41e1b9a0313b5e19dad91fc5f116fa543108ae01 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/41e1b9a0313b5e19dad91fc5f116fa543108ae01 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 17:32:18 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 15:32:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add new properties and methods. Message-ID: <5ef37202f1947_82acd6dc83e0c184da@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-zn7md.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61e010f1 by gambas at 2020-06-24T17:29:47+02:00 Add new properties and methods. [GB.POPPLER] * NEW: PdfDocument: Find() method finds a page index from its label. * NEW: PdfPage: Thumbnail property returns the thumbnail of a page if it exists. * NEW: PdfPage: Label property returns the label of the page. * NEW: PdfPage: Text property returns the text contents of the page. * NEW: PdfPage: GetText() method returns the text contents of part of the page. * NEW: PdfPage: Width and Height properties return the size of the page. * NEW: PdfPage: FindText() method searches for a specific text in the page and return all the bounding boxes found. - - - - - 3 changed files: - gb.poppler/src/c_pdf_document.cpp - gb.poppler/src/c_pdf_document.h - gb.poppler/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61e010f147888f0ff38fae0e3f046f0fda6b9a54 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61e010f147888f0ff38fae0e3f046f0fda6b9a54 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 18:49:18 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 16:49:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'POPPLER_FIND_IGNORE_DIACRITICS' exists since 0.73 version. Message-ID: <5ef3840f753fe_82adfba500720394c2@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-pgcdp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 340d282d by gambas at 2020-06-24T18:48:35+02:00 'POPPLER_FIND_IGNORE_DIACRITICS' exists since 0.73 version. [GB.POPPLER] * BUG: 'POPPLER_FIND_IGNORE_DIACRITICS' exists since 0.73 version.. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/340d282db9470aaf1a29bfc66154ccd2487a065f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/340d282db9470aaf1a29bfc66154ccd2487a065f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 19:02:59 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 17:02:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make executable: Add an option that excludes test modules, and ask for a... Message-ID: <5ef38745d08e7_92abd3f853eb091955@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d57d4d64f-jpzws.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0900d16f by gambas at 2020-06-24T19:02:55+02:00 Make executable: Add an option that excludes test modules, and ask for a confirmation when no change has been detected. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Ask for a confirmation when making executable if no change has been detected and project version should be incremented. * NEW: Make executable dialog: New design. * NEW: Make executable dialog: Add an option that excludes test modules from the executable. * BUG: Project property dialog: Use shorter labels so that translations are visible. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FMakeExecutable.class - app/src/gambas3/.src/Project/FMakeExecutable.form - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0900d16fe5d7d7d79f90e7f7b01b91507686cb81 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0900d16fe5d7d7d79f90e7f7b01b91507686cb81 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 19:29:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 17:29:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not use 'poppler_page_get_text_for_area()' API for older versions of poppler. Message-ID: <5ef38d663faaf_82ade1f70db5454598@gitlab-sidekiq-low-urgency-cpu-bound-v1-549f66bfcc-h8xrt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 24f131c3 by gambas at 2020-06-24T19:28:14+02:00 Do not use 'poppler_page_get_text_for_area()' API for older versions of poppler. [GB.POPPLER] * BUG: Do not use 'poppler_page_get_text_for_area()' API for older versions of poppler. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/24f131c35d95ee8cab92cd2a93e999fedc8715b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/24f131c35d95ee8cab92cd2a93e999fedc8715b3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jun 24 19:51:40 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jun 2020 17:51:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileChooser: Add a separator above the bottom filters when Border property is unset. Message-ID: <5ef392adf370d_83fbf634daa14570b9@gitlab-sidekiq-low-urgency-cpu-bound-v1-549f66bfcc-h8xrt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1ba3d0cb by gambas at 2020-06-24T19:50:36+02:00 FileChooser: Add a separator above the bottom filters when Border property is unset. [GB.FORM] * NEW: FileChooser: Add a separator above the bottom filters when Border property is unset. - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.form - comp/src/gb.form/.src/Test/FTestFileChooser.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ba3d0cb5ac5fda1cafae0e541929bba027ad9f4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ba3d0cb5ac5fda1cafae0e541929bba027ad9f4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jun 26 12:31:38 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 26 Jun 2020 10:31:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix component packaging and implement "save as" action for external files. Message-ID: <5ef5ce8a596ee_82ae5f731bd54503ce@gitlab-sidekiq-low-urgency-cpu-bound-v1-7bd98c65-256v2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e248a58c by gambas at 2020-06-26T12:28:41+02:00 Fix component packaging and implement "save as" action for external files. [DEVELOPMENT ENVIRONMENT] * BUG: Implement "save as" action for external files. * BUG: Packager: Packaging a component with no requirements does not crash anymore. - - - - - 4 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e248a58c9ed983407898caeb3a0f6091a4973900 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e248a58c9ed983407898caeb3a0f6091a4973900 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 27 11:40:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 27 Jun 2020 09:40:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] poppler >= 0.20 is now required. Message-ID: <5ef71423d967a_83faef1549248289ed@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bc65b667-lvn9k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 23f36d91 by gambas at 2020-06-27T11:40:14+02:00 poppler >= 0.20 is now required. [GB.POPPLER] * NEW: poppler >= 0.20 is now required. - - - - - 1 changed file: - gb.poppler/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/23f36d919ebf20de9c3346c805c99399a43de0a6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/23f36d919ebf20de9c3346c805c99399a43de0a6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 27 12:02:07 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 27 Jun 2020 10:02:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileChooser & DirChooser: ShowToolbar is a new property that toggles the toolbar. Message-ID: <5ef7192030c27_92adc1d3aba00163f4@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bc65b667-jlj7n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 445d8784 by gambas at 2020-06-27T12:01:59+02:00 FileChooser & DirChooser: ShowToolbar is a new property that toggles the toolbar. [GB.FORM] * NEW: FileChooser: ShowToolbar is a new property that toggles the toolbar. * NEW: DirChooser: ShowToolbar is a new property that toggles the toolbar.. * NEW: FileView: Display a text inside the view when a directory is empty.. - - - - - 7 changed files: - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Chooser/DirChooser.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.form - comp/src/gb.form/.src/File/Chooser/FileChooser.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/445d8784a8f75cba2de6ffac1f437a9a41157d44 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/445d8784a8f75cba2de6ffac1f437a9a41157d44 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jun 27 12:21:56 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 27 Jun 2020 10:21:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'Compress file' tooltip and a few GUI problems. Message-ID: <5ef71dc52d54f_92aefb517bd7469da@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bc65b667-qzcht.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5a2b06b2 by gambas at 2020-06-27T12:21:51+02:00 Fix 'Compress file' tooltip and a few GUI problems. [DEVELOPMENT ENVIRONMENT] * NEW: Text editor: The 'Compress file' button tooltip now show the actual compression ratio, not its inverse. * NEW: Do not use white background for dialogs. Let the user decide with the color configuration of its desktop. * BUG: Display the scrollbar in the test output terminal. * BUG: Project open dialog: Do not display the file chooser toolbar when selecting a project. - - - - - 11 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FTestSuite.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/FArguments.form - app/src/gambas3/.src/Project/FMakeExecutable.form - app/src/gambas3/.src/Project/FOpenProject.form - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a2b06b24766f6769b4c3e2f7d687a4c39fe457e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a2b06b24766f6769b4c3e2f7d687a4c39fe457e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jun 28 01:04:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 27 Jun 2020 23:04:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The informer now can deal with missing components whose information is included in other ones. Message-ID: <5ef7d09a6d692_92ac44c7c361c243eb@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bc65b667-rmp7d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4ed29059 by gambas at 2020-06-28T01:03:21+02:00 The informer now can deal with missing components whose information is included in other ones. [INFORMER] * BUG: If a component includes the information of one component among many, do not fail if the first one does not exist. Try the other ones. - - - - - 1 changed file: - main/gbc/gbi.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ed2905929a5b3778f4718a71495ec5599e409c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4ed2905929a5b3778f4718a71495ec5599e409c5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 29 13:46:22 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 29 Jun 2020 11:46:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Class duplication check now ignores backup files. Message-ID: <5ef9d490bd39_82ae84f03acfc242ad@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bc65b667-tv5nb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4adc8335 by gambas at 2020-06-29T13:46:13+02:00 Class duplication check now ignores backup files. [DEVELOPMENT ENVIRONMENT] * BUG: Class duplication check now ignores backup files. * BUG: Make executable dialog: Hide "ignore test modules" checkbox if the project has no test modules. - - - - - 3 changed files: - app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FMakeExecutable.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4adc83352a0ceb984bedd67bf7b0e202943a1b4c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4adc83352a0ceb984bedd67bf7b0e202943a1b4c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 29 20:18:44 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 29 Jun 2020 18:18:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix modal and popup window management. Message-ID: <5efa30845f095_a2ae68912105c1346@gitlab-sidekiq-low-urgency-cpu-bound-v1-7b8b878f4f-nrf72.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b469b83e by gambas at 2020-06-29T20:16:30+02:00 Fix modal and popup window management. [GB.QT4] * BUG: A modal window can be opened on top of a popup window without breaking the event loop. [GB.QT5] * BUG: A modal window can be opened on top of a popup window without breaking the event loop. - - - - - 3 changed files: - gb.qt4/src/CWidget.h - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b469b83e2b2e6810bc6a3fe26f837d9fb44be9a3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b469b83e2b2e6810bc6a3fe26f837d9fb44be9a3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 29 20:33:40 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 29 Jun 2020 18:33:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 8 commits: DesktopFile: Fix the case of the "exist" symbol that is used as a public method name. Message-ID: <5efa34059a666_82b29a6d8179c15053@gitlab-sidekiq-low-urgency-cpu-bound-v1-7b8b878f4f-htdtf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dcce2f9d by gambas at 2020-06-29T20:19:32+02:00 DesktopFile: Fix the case of the "exist" symbol that is used as a public method name. [GB.DESKTOP] * BUG: DesktopFile: Fix the case of the "exist" symbol that is used as a public method name. - - - - - dfd64cde by gambas at 2020-06-29T20:20:57+02:00 Display a better error message if the settings file directory disappeared.. [GB.SETTINGS] * NEW: Display a better error message if the settings file directory disappeared. - - - - - 17833086 by gambas at 2020-06-29T20:21:47+02:00 Opening a popup always raise it to the pop now. [GB.GTK] * BUG: Opening a popup always raises it to the pop now. [GB.GTK3] * BUG: Opening a popup always raises it to the pop now. - - - - - 4b2967df by gambas at 2020-06-29T20:23:07+02:00 Remove useless void lines. - - - - - b1cddd6c by gambas at 2020-06-29T20:23:37+02:00 Remove useless void line. - - - - - f8da3dbd by gambas at 2020-06-29T20:24:04+02:00 Minus sign reformatting. - - - - - 3b816634 by gambas at 2020-06-29T20:25:11+02:00 Update project version. - - - - - 5b6d3a1b by gambas at 2020-06-29T20:33:32+02:00 TextEditor: Inserting a string delimiter at the beginning of the line does not crash anymore. [GB.FORM.EDITOR] * BUG: TextEditor: Inserting a string delimiter at the beginning of the line does not crash anymore. - - - - - 17 changed files: - comp/src/gb.chart/.component - comp/src/gb.chart/.project - comp/src/gb.desktop/.icon.png - comp/src/gb.desktop/.src/DesktopFile.class - comp/src/gb.form.dialog/.component - comp/src/gb.form.dialog/.project - comp/src/gb.form.dialog/.src/FFileDialog.class - comp/src/gb.form.editor/.src/TextEditorMode.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Action.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.form - comp/src/gb.settings/.src/Settings.class - gb.dbus/src/gb.dbus/.project - gb.gtk/src/gmainwindow.cpp - gb.sdl2/src/c_image.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b469b83e2b2e6810bc6a3fe26f837d9fb44be9a3...5b6d3a1b2e1008532c5f22bcf8b6bb6238b1f239 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b469b83e2b2e6810bc6a3fe26f837d9fb44be9a3...5b6d3a1b2e1008532c5f22bcf8b6bb6238b1f239 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jun 29 22:02:06 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 29 Jun 2020 20:02:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove debugging message. Message-ID: <5efa48beb9523_92b11e0477cb072270@gitlab-sidekiq-low-urgency-cpu-bound-v1-7b8b878f4f-5qzdx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9a2df79a by gambas at 2020-06-29T22:01:39+02:00 Remove debugging message. [GB.QT4] * BUG: Remove debugging message. [GB.QT5] * BUG: Remove debugging message. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a2df79a5b8b1abc4eb34b10cb960719c7a5686e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a2df79a5b8b1abc4eb34b10cb960719c7a5686e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: