From gitlab at mg.gitlab.com Sat Feb 1 20:36:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 01 Feb 2020 19:36:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Form editor: Support for diff mode. Message-ID: <5e35d329e17a6_5e843f86615b8250152c2@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8b8acaa4 by gambas at 2020-02-01T20:32:43+01:00 Form editor: Support for diff mode. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. * NEW: Form editor: Support for a diff mode that replaces the gui editor by a text editor showing the differences. - - - - - 272cef74 by gambas at 2020-02-01T20:35:50+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 14 changed files: - app/src/gambas3/.hidden/font/GambasBold-13.sfd - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Editor/Form/FFormStack.class - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/font/GambasBold-13.bdf View it on GitLab: https://gitlab.com/gambas/gambas/compare/fe6bdaa31356c12901affb9d0ee7b59d660712de...272cef747258a5480531252140c1fd9fc8858b06 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/fe6bdaa31356c12901affb9d0ee7b59d660712de...272cef747258a5480531252140c1fd9fc8858b06 You're 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 Feb 1 23:55:10 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 01 Feb 2020 22:55:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test Assert.Note complains about Null value Message-ID: <5e3601cf7eac7_5e843f863215520015513@sidekiq-asap-04-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 313ef71b by Christof Thalhofer at 2020-02-01T23:54:01+01:00 gb.test Assert.Note complains about Null value [GB.TEST] * NEW: Assert.Note complains about Null value - - - - - 3 changed files: - comp/src/gb.test/.src/TestMe.module - comp/src/gb.test/.src/TestMyself/TestAllAsserts.class - comp/src/gb.test/.src/TestSuite/Assert.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/313ef71b0f8da32f5a932cf61dfb4250f6ed312e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/313ef71b0f8da32f5a932cf61dfb4250f6ed312e You're 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 Feb 4 23:01:34 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Tue, 04 Feb 2020 22:01:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.openssl: Fix HMac Message-ID: <5e39e9bfad7d0_1b73fbeff84a7a8554a6@sidekiq-asap-06-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: b76e4001 by Tobias Boege at 2020-02-04T22:55:49+01:00 gb.openssl: Fix HMac [GB.OPENSSL] * BUG: An internal routine's return value was mismatched causing HMac to return without data whenever the digest method was found. (Bug#1725) - - - - - 1 changed file: - gb.openssl/src/c_hmac.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b76e4001bc119b7e59c76ce458b1454c83427a8f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b76e4001bc119b7e59c76ce458b1454c83427a8f You're 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 Feb 18 20:39:10 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 18 Feb 2020 19:39:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix VarPtr() behaviour. Message-ID: <5e4c3d5f8ece7_75d23fa266a783f01448ec@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7bedc9af by gambas at 2020-02-18T20:36:45+01:00 Fix VarPtr() behaviour. [INTERPRETER] * BUG: VarPtr() on local strings are forbidden again. * BUG: VarPtr() on variants now returns a pointer to the variant contents.. - - - - - 1 changed file: - main/gbx/gbx_subr_extern.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7bedc9af65c51968626ef334b118053086163f6a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7bedc9af65c51968626ef334b118053086163f6a You're 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 Feb 18 23:04:04 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 18 Feb 2020 22:04:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Converting a string to a pointer returns a pointer pointing at the beginning of the string. Message-ID: <5e4c5f5613fe3_6d7b3fddad06b2b8979dd@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 131653ab by gambas at 2020-02-18T23:03:24+01:00 Converting a string to a pointer returns a pointer pointing at the beginning of the string. [INTERPRETER] * NEW: Converting a string to a pointer returns a pointer pointing at the beginning of the string. - - - - - 1 changed file: - main/gbx/gbx_value.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/131653ab1f0ba32f4d8dbcad684504c1fbc685ab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/131653ab1f0ba32f4d8dbcad684504c1fbc685ab You're 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 Feb 19 00:10:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 18 Feb 2020 23:10:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5e4c6f01bfca8_6d793ff5f4fbcf64128650@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1dd18b39 by Beno?t Minisini at 2020-02-18T23:10:55+00:00 Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1dd18b392f9b146c82de9f2f7a5b51b1dcb3abce -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1dd18b392f9b146c82de9f2f7a5b51b1dcb3abce You're 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 Feb 19 03:01:26 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 19 Feb 2020 02:01:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: CsvFile: Support for creating CSV files, not just reading them. Message-ID: <5e4c96f668c49_b843f9c823468c810225@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a91545f by gambas at 2020-02-19T03:00:45+01:00 CsvFile: Support for creating CSV files, not just reading them. [GB.UTIL] * NEW: CsvFile: Open() is a new method for opening a CSV file for reading.. * NEW: CsvFile: Create() is a new method for opening a CSV file for writing. - - - - - c24a82a5 by gambas at 2020-02-19T03:01:10+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1dd18b392f9b146c82de9f2f7a5b51b1dcb3abce...c24a82a53d7955f1d18411c0d8f71920aa905755 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1dd18b392f9b146c82de9f2f7a5b51b1dcb3abce...c24a82a53d7955f1d18411c0d8f71920aa905755 You're 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 Feb 20 16:28:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 20 Feb 2020 15:28:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Correctly handle the drawing of the difference before the first line. Message-ID: <5e4ea5ba6a7f4_25783fb424c7019c4602e@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ba39f8ff by gambas at 2020-02-20T16:28:47+01:00 TextEditor: Correctly handle the drawing of the difference before the first line. [GB.FORM.EDITOR] * BUG: TextEditor: Correctly handle the drawing of the difference before the first line. * BUG: TextEditor: Correctly relayout differences when the Wrap property changes. - - - - - 4 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Rows.class - comp/src/gb.form.editor/.src/test/FTestEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba39f8ff727799d9ac5f29cc12eb943038afc5c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba39f8ff727799d9ac5f29cc12eb943038afc5c5 You're 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 Feb 21 02:36:18 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Feb 2020 01:36:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files. Message-ID: <5e4f34142199c_2e8b3fd7e0d33be4138bd@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a5819d25 by gambas at 2020-02-21T02:36:02+01:00 The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. * NEW: The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files. - - - - - 7 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/MPrettyCode.module - app/src/gambas3/.src/Project.module - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a5819d251161ea9b42b0e808ecc991aef3f16b3d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a5819d251161ea9b42b0e808ecc991aef3f16b3d You're 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 Feb 21 02:51:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Feb 2020 01:51:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Database editor: The record count is correctly updated now, when records are removed or added. Message-ID: <5e4f37bd80156_66f53fd9f4d5d190123bb@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f3277cb by gambas at 2020-02-21T02:51:53+01:00 Database editor: The record count is correctly updated now, when records are removed or added. [DEVELOPMENT ENVIRONMENT] * BUG: Database editor: The record count is correctly updated now, when records are removed or added. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f3277cbb76772e62792eed2dfbfbe5c2c810b8e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f3277cbb76772e62792eed2dfbfbe5c2c810b8e You're 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 Feb 21 02:52:38 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Feb 2020 01:52:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataView: Add SelectAll() and UnselectAll() methods. Message-ID: <5e4f37e71999e_5abb3fcfb5dccf20573f6@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 26b4327f by gambas at 2020-02-21T02:52:31+01:00 DataView: Add SelectAll() and UnselectAll() methods. [GB.DB.FORM] * NEW: DataView: Add SelectAll() and UnselectAll() methods. - - - - - 3 changed files: - comp/src/gb.db.form/.component - comp/src/gb.db.form/.project - comp/src/gb.db.form/.src/DataView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/26b4327f5251e10c09490818c6ae9ed314ccfd5f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/26b4327f5251e10c09490818c6ae9ed314ccfd5f You're 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 Feb 22 00:51:59 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Feb 2020 23:51:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Add distribution suffix in rpm support package dependencies. Message-ID: <5e506d20826f7_3983f8e2dc07128851ec@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b7c6d4cc by gambas at 2020-02-22T00:51:49+01:00 Packager: Add distribution suffix in rpm support package dependencies. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Add distribution suffix in rpm support package dependencies. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b7c6d4cca6f470a0663af645049a54c349e58db5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b7c6d4cca6f470a0663af645049a54c349e58db5 You're 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 Feb 22 15:59:50 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 22 Feb 2020 14:59:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add support for test modules. Message-ID: <5e5141e67629d_15a23f9bddc6fddc9575f@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e584ba67 by gambas at 2020-02-22T15:57:46+01:00 Add support for test modules. [COMPILER] * NEW: Support for test modules. [ARCHIVER] * NEW: Support for test modules. - - - - - 3adee3a4 by gambas at 2020-02-22T15:58:32+01:00 Add support for test modules. [DEVELOPMENT ENVIRONMENT] * NEW: Add support for test modules. - - - - - 22 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CModule.class - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FCreateFile.class - app/src/gambas3/.src/Project/FCreateFile.form - app/src/gambas3/.src/Project/FImportFile.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/VersionControl/FConflict.class - + app/src/gambas3/img/module/test-dark.png - + app/src/gambas3/img/module/test.png - main/gbc/gba.c - main/gbc/gbc.c - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h - main/gbc/gbc_dump.c - main/gbc/gbc_header.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b7c6d4cca6f470a0663af645049a54c349e58db5...3adee3a411cabf7f30e4fb90af551ea7e50c7b36 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b7c6d4cca6f470a0663af645049a54c349e58db5...3adee3a411cabf7f30e4fb90af551ea7e50c7b36 You're 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 Feb 22 22:09:33 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 22 Feb 2020 21:09:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add licence exception for OpenSSL. Message-ID: <5e51988ea3669_3f9d3ff0b56c02d89699e@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cf7027c4 by gambas at 2020-02-22T22:08:57+01:00 Add licence exception for OpenSSL. [GB.DB.POSTGRESQL] * NEW: Add licence exception for OpenSSL. - - - - - 5 changed files: - ? gb.db.postgresql/COPYING - + gb.db.postgresql/COPYING - + gb.db.postgresql/COPYING.GPL - gb.db.postgresql/src/main.c - gb.db.postgresql/src/main.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf7027c431ac207de0b30b42585cd9ed3904b1ee -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf7027c431ac207de0b30b42585cd9ed3904b1ee You're 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 Feb 22 22:19:33 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 22 Feb 2020 21:19:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not put explicit copyright holder name in the COPYING file. Message-ID: <5e519ae5dc069_39c3fa9c938233877158@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0387d945 by gambas at 2020-02-22T22:18:39+01:00 Do not put explicit copyright holder name in the COPYING file. [GB.DB.POSTGRESQL] * BUG: Do not put explicit copyright holder name in the COPYING file. - - - - - 1 changed file: - gb.db.postgresql/COPYING View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0387d9459b69f3cf434508f2e6ab0e76dd8397f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0387d9459b69f3cf434508f2e6ab0e76dd8397f3 You're 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 Feb 22 22:43:37 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 22 Feb 2020 21:43:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix an uninitialized local variable. Message-ID: <5e51a08979803_39c3fa9bc890ee077622@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd778d20 by gambas at 2020-02-22T22:43:11+01:00 Fix an uninitialized local variable. [COMPILER] * BUG: Fix an uninitialized local variable. - - - - - 1 changed file: - main/gbc/gbc.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd778d20c8c8fb180b037d97fcbbde6de736c28c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd778d20c8c8fb180b037d97fcbbde6de736c28c You're 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 Feb 23 12:41:54 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 23 Feb 2020 11:41:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test refactoring for use of test modules Message-ID: <5e526503586f0_18d3fb558918370640a1@sidekiq-asap-01-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: e4f06f66 by Christof Thalhofer at 2020-02-23T12:38:53+01:00 gb.test refactoring for use of test modules [GB.TEST] * NEW: Add support for test modules. - - - - - 16 changed files: - comp/src/gb.test/.src/TestMe.module - comp/src/gb.test/.src/TestMyself/TestAllAsserts.class ? comp/src/gb.test/.src/TestMyself/TestAllAsserts.test - comp/src/gb.test/.src/TestMyself/TestBailout.class ? comp/src/gb.test/.src/TestMyself/TestBailout.test - comp/src/gb.test/.src/TestMyself/TestElse.class ? comp/src/gb.test/.src/TestMyself/TestElse.test - comp/src/gb.test/.src/TestMyself/TestError.class ? comp/src/gb.test/.src/TestMyself/TestError.test - comp/src/gb.test/.src/TestMyself/TestFailures.class ? comp/src/gb.test/.src/TestMyself/TestFailures.test - ? comp/src/gb.test/.src/TestMyself/TestSetup.class - + comp/src/gb.test/.src/TestMyself/TestSetup.test - comp/src/gb.test/.src/TestMyself/TestSetupTeardown.class ? comp/src/gb.test/.src/TestMyself/TestSetupTeardown.test - comp/src/gb.test/.src/TestSuite/Assert.module - comp/src/gb.test/.src/TestSuite/ITestCase.class - comp/src/gb.test/.src/TestSuite/TestCase.class - comp/src/gb.test/.src/TestSuite/TestSuite.class - comp/src/gb.test/.src/TestSuite/Track.module - comp/src/gb.test/.src/TestSuite/UnitTest.class - + comp/src/gb.test/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4f06f6674dda47882af76f9eeee25086716e983 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4f06f6674dda47882af76f9eeee25086716e983 You're 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 Feb 23 12:53:44 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 23 Feb 2020 11:53:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: example unittesthelloworld with test module Message-ID: <5e5267c8e66c8_45403fc75403f740152a8@sidekiq-asap-05-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: f3413f15 by Christof Thalhofer at 2020-02-23T12:52:57+01:00 gb.test: example unittesthelloworld with test module - - - - - 2 changed files: - ? comp/src/gb.test/unittesthelloworld-0.0.6.tar.gz - + comp/src/gb.test/unittesthelloworld-0.0.7.tar.gz View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3413f1533827c3cdaee15ab7645855a8620d6bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3413f1533827c3cdaee15ab7645855a8620d6bc You're 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 Feb 23 17:58:33 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 23 Feb 2020 16:58:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gbt3 a Gambas program to test a project from commandline Message-ID: <5e52af3a1068_45403fc75810f914211c3@sidekiq-asap-05-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: f6acfff7 by Christof Thalhofer at 2020-02-23T17:53:01+01:00 gbt3 a Gambas program to test a project from commandline *[NEW] gbt3.gambas: runs tests from commandline - - - - - 4 changed files: - + app/src/gbt3/.directory - + app/src/gbt3/.icon.png - + app/src/gbt3/.project - + app/src/gbt3/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6acfff787f21f50fe4b383b5c1adb479ca5cfda -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f6acfff787f21f50fe4b383b5c1adb479ca5cfda You're 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 Feb 23 22:38:05 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 23 Feb 2020 21:38:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: BailOut if a testmodule is empty Message-ID: <5e52f0bebd0c9_57553fa1fc801d7046377@sidekiq-asap-02-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 06b405f2 by Christof Thalhofer at 2020-02-23T22:31:28+01:00 gb.test: BailOut if a testmodule is empty [GB.TEST] * NEW: BailOut if a testmodule is empty - - - - - 4 changed files: - comp/src/gb.test/.src/TestMe.module - + comp/src/gb.test/.src/TestMyself/TestEmpty.test - comp/src/gb.test/.src/TestSuite/TestSuite.class - comp/src/gb.test/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06b405f22d5933bb34a0548de98500bc81e2099b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06b405f22d5933bb34a0548de98500bc81e2099b You're 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 Feb 23 22:58:23 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 23 Feb 2020 21:58:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gbt3: fix bug: missing wait Message-ID: <5e52f5801bd86_18b3fe786580f54914ce@sidekiq-asap-01-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: ea260ee0 by Christof Thalhofer at 2020-02-23T22:50:38+01:00 gbt3: fix bug: missing wait [GBT3] * BUG: gbt3: Fix missing Wait. Now reliable testing. - - - - - 8 changed files: - app/src/gbt3/.project - app/src/gbt3/.src/Main.module - + app/src/gbt3/testexample/.directory - + app/src/gbt3/testexample/.icon.png - + app/src/gbt3/testexample/.project - + app/src/gbt3/testexample/.src/Main.module - + app/src/gbt3/testexample/.src/TestMain.test - + app/src/gbt3/testexample/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ea260ee017fd905296b74684225f73074918472d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ea260ee017fd905296b74684225f73074918472d You're 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 Feb 24 11:20:27 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Mon, 24 Feb 2020 10:20:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gbt3: refactoring, more stability, TAP stream Message-ID: <5e53a36bf341a_57513fa7ed3f6ec810356a@sidekiq-asap-02-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: a10a5db2 by Christof Thalhofer at 2020-02-24T11:15:09+01:00 gbt3: refactoring, more stability, TAP stream [GBT3] * NEW: gbt3 finds compiler and executor on the computer, TAP output as stream - - - - - 2 changed files: - app/src/gbt3/.project - app/src/gbt3/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a10a5db270f65e91eaf2dca5bc1358c415d1eb54 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a10a5db270f65e91eaf2dca5bc1358c415d1eb54 You're 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 Feb 24 12:22:26 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Mon, 24 Feb 2020 11:22:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch gb.test.tap Message-ID: <5e53b1f3beea2_8d43fe1f0d2a1b0894b9@sidekiq-asap-04-sv-gprd.mail> Tobias Boege pushed new branch gb.test.tap at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/gb.test.tap You're 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 Feb 24 14:09:01 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Mon, 24 Feb 2020 13:09:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gbt3: Fix cherrypicking Message-ID: <5e53caee17ce1_8d83f8934df4d80751e@sidekiq-asap-04-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 3752088d by Christof Thalhofer at 2020-02-24T14:08:40+01:00 gbt3: Fix cherrypicking [GBT3] * BUG: Fix selection of testmodule and testmethod - - - - - 3 changed files: - app/src/gbt3/.project - app/src/gbt3/.src/Main.module - comp/src/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3752088d37db2d6344409639b0fbc999c18ddf9f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3752088d37db2d6344409639b0fbc999c18ddf9f You're 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 Feb 24 18:21:29 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Mon, 24 Feb 2020 17:21:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.test.tap] 7 commits: gb.test.tap: Fix output stream handling Message-ID: <5e54061a726ec_45173fa72543289c12143@sidekiq-asap-06-sv-gprd.mail> Tobias Boege pushed to branch gb.test.tap at Gambas / gambas Commits: c0e12bb4 by Tobias Boege at 2020-02-24T14:11:10+01:00 gb.test.tap: Fix output stream handling [GB.TEST.TAP] * NEW: Allow to set the output stream of Assert. * BUG: Subtests inherit their parent's output stream. - - - - - 5e8d2cc7 by Tobias Boege at 2020-02-24T14:18:39+01:00 gb.test.tap: Don't set ExitCode when reading from a Stream [GB.TEST.TAP] * BUG: TestHarness cannot set ExitCode when there is no Process involved. - - - - - dc693bd9 by Tobias Boege at 2020-02-24T14:55:00+01:00 gb.test.tap: Allow Assert to be reset [GB.TEST.TAP] * NEW: Add Reset() method to Assert. Useful if you use the same (automatic) instance for multiple TAP streams. * BUG: Fix state handling in TapPrinter.Finished. - - - - - b18c4a27 by Tobias Boege at 2020-02-24T17:20:49+01:00 gb.test.tap: Fix subtest summary [GB.TEST.TAP] * BUG: Correctly summarize subtest. In particular empty tests fail. - - - - - e10a75f5 by Tobias Boege at 2020-02-24T17:54:58+01:00 gb.test.tap: Add SkipAll and don't lose stderr [GB.TEST.TAP] * NEW: Support skipping all tests. * BUG: DO intercept a test process' stderr but forward it verbatim to the TAP stream. - - - - - b80257fe by Tobias Boege at 2020-02-24T18:18:39+01:00 gb.test.tap: Add more diagnostics [GB.TEST.TAP] * NEW: Add more diagnostics when Assert methods fail. - - - - - f1868cdf by Tobias Boege at 2020-02-24T18:18:39+01:00 gb.test: Use gb.test.tap [GB.TEST] * NEW: Use gb.test. This removes the Assert and Track classes and uses gb.test.tap instead. Test methods are now executed inside subtests, plan lines are auto- matically emitted by the harness. Differences between gb.tests's and gb.test.tap's Assert module: - Instead of Assert.True and Assert.False, use Assert.Ok. - Instead of Assert.Equals* for every type, there is a generic Assert.Equals for Variants and a specific Assert.StringEquals for strings which prints diagnostics when the test fails. - Assert.BailOut does not terminate the entire program, just the TAP stream. - Assert.ErrorWithCode is called Assert.ErrorCode. All TAP printing is done through Assert now. Errors happening in the test code are not caught and spoofed in the TAP stream anymore, they cause a test failure. The system would be more robust if the testee would be in a different process from the tester. - - - - - 18 changed files: - comp/src/gb.test.tap/.src/Assert.class - comp/src/gb.test.tap/.src/Main.module - comp/src/gb.test.tap/.src/Tap/TapPrinter.class - comp/src/gb.test.tap/.src/TestHarness.class - comp/src/gb.test/.project - comp/src/gb.test/.src/TestMe.module - comp/src/gb.test/.src/TestMyself/TestAllAsserts.test - comp/src/gb.test/.src/TestMyself/TestBailout.test - comp/src/gb.test/.src/TestMyself/TestElse.test - comp/src/gb.test/.src/TestMyself/TestError.test - comp/src/gb.test/.src/TestMyself/TestFailures.test - comp/src/gb.test/.src/TestMyself/TestSetup.test - comp/src/gb.test/.src/TestMyself/TestSetupTeardown.test - ? comp/src/gb.test/.src/TestSuite/Assert.module - comp/src/gb.test/.src/TestSuite/TestCase.class - comp/src/gb.test/.src/TestSuite/TestSuite.class - ? comp/src/gb.test/.src/TestSuite/Track.module - comp/src/gb.test/.src/TestSuite/UnitTest.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d8c765e9b0203600613c0ddfc891dcdf5c5a4db2...f1868cdf2dce3a23cb9ace2e548be0f0667b4372 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d8c765e9b0203600613c0ddfc891dcdf5c5a4db2...f1868cdf2dce3a23cb9ace2e548be0f0667b4372 You're 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 Feb 25 03:19:47 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 25 Feb 2020 02:19:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update many icons. Message-ID: <5e54844440c4a_45403fc753e162c08247@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b8923a2b by gambas at 2020-02-25T03:19:16+01:00 Update many icons. [GB.FORM.STOCK] * NEW: Update many icons. - - - - - 0a63c136 by gambas at 2020-02-25T03:19:34+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/bottom.png - comp/src/gb.form.stock/gambas-mono/32/first.png - comp/src/gb.form.stock/gambas-mono/32/important.png - comp/src/gb.form.stock/gambas-mono/32/indent.png - comp/src/gb.form.stock/gambas-mono/32/last.png - comp/src/gb.form.stock/gambas-mono/32/make-all.png - comp/src/gb.form.stock/gambas-mono/32/make.png - comp/src/gb.form.stock/gambas-mono/32/question.png - comp/src/gb.form.stock/gambas-mono/32/replace.png - comp/src/gb.form.stock/gambas-mono/32/save-as.png - comp/src/gb.form.stock/gambas-mono/32/select-all.png - comp/src/gb.form.stock/gambas-mono/32/select.png - comp/src/gb.form.stock/gambas-mono/32/sort-ascent.png - comp/src/gb.form.stock/gambas-mono/32/sort-descent.png - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-center.png - comp/src/gb.form.stock/gambas-mono/32/text-fill.png - comp/src/gb.form.stock/gambas-mono/32/text-left.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - comp/src/gb.form.stock/gambas-mono/32/text-right.png - comp/src/gb.form.stock/gambas-mono/32/text-strike.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - comp/src/gb.form.stock/gambas-mono/32/text-underline.png - comp/src/gb.form.stock/gambas-mono/32/top.png - comp/src/gb.form.stock/gambas-mono/32/unindent.png - comp/src/gb.form.stock/gambas-mono/32/view-detail.png - comp/src/gb.form.stock/gambas-mono/32/view-normal.png - comp/src/gb.form.stock/gambas-mono/32/view-tree.png - comp/src/gb.form.stock/gambas/32/bottom.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3752088d37db2d6344409639b0fbc999c18ddf9f...0a63c136765a50bb92c9c37972f05a638dfed753 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3752088d37db2d6344409639b0fbc999c18ddf9f...0a63c136765a50bb92c9c37972f05a638dfed753 You're 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 Feb 27 20:35:22 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Thu, 27 Feb 2020 19:35:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.test.tap] 18 commits: gbt3: Fix cherrypicking Message-ID: <5e5819faae067_5f43f894e2bf888929f6@sidekiq-asap-03-sv-gprd.mail> Tobias Boege pushed to branch gb.test.tap at Gambas / gambas Commits: 3752088d by Christof Thalhofer at 2020-02-24T14:08:40+01:00 gbt3: Fix cherrypicking [GBT3] * BUG: Fix selection of testmodule and testmethod - - - - - b8923a2b by gambas at 2020-02-25T03:19:16+01:00 Update many icons. [GB.FORM.STOCK] * NEW: Update many icons. - - - - - 0a63c136 by gambas at 2020-02-25T03:19:34+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 787674f1 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: New component for reading and writing TAP [GB.TEST.TAP] * NEW: Add new component based on an old fork of gb.test. - - - - - 23516955 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: More Assert methods [GB.TEST.TAP] * NEW: More Assert methods for compatibility with gb.test. - - - - - b583aeae by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Support multiline diagnostics [GB.TEST.TAP] * NEW: Support multiline diagnostics. - - - - - 4d285e8a by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Fix "Expected" diagnostic in StringEquals [GB.TEST.TAP] * BUG: Fix "Expected" diagnostic in StringEquals. - - - - - 622bd355 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Support Stream input in TestHarness [GB.TEST.TAP] * NEW: Allow TestHarness to read from just a Stream. Unlike reading from a Process, this is eager instead of event-driven. - - - - - 185bbf57 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: TestStats class and don't capture stderr [GB.TEST.TAP] * NEW: Turn TestStats into a class. * NEW: Store TestStats.Failures as an Integer[]. * BUG: Do NOT intercept test's stderr and convert it to diagnostics. - - - - - 65da83b3 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Forgot Assert.BailOut [GB.TEST.TAP] * NEW: Add Assert.BailOut wrapper for the internal TapPrinter. - - - - - 13dd1d25 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Fix output stream handling [GB.TEST.TAP] * NEW: Allow to set the output stream of Assert. * BUG: Subtests inherit their parent's output stream. - - - - - 73eafee8 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Don't set ExitCode when reading from a Stream [GB.TEST.TAP] * BUG: TestHarness cannot set ExitCode when there is no Process involved. - - - - - 3fdfbe3b by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Allow Assert to be reset [GB.TEST.TAP] * NEW: Add Reset() method to Assert. Useful if you use the same (automatic) instance for multiple TAP streams. * BUG: Fix state handling in TapPrinter.Finished. - - - - - 27cc0504 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Fix subtest summary [GB.TEST.TAP] * BUG: Correctly summarize subtest. In particular empty tests fail. - - - - - 6c82b48a by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Add SkipAll and don't lose stderr [GB.TEST.TAP] * NEW: Support skipping all tests. * BUG: DO intercept a test process' stderr but forward it verbatim to the TAP stream. - - - - - 679cb645 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test.tap: Add more diagnostics [GB.TEST.TAP] * NEW: Add more diagnostics when Assert methods fail. - - - - - c9c99c00 by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test: Use gb.test.tap [GB.TEST] * NEW: Use gb.test. This removes the Assert and Track classes and uses gb.test.tap instead. Test methods are now executed inside subtests, plan lines are auto- matically emitted by the harness. Differences between gb.tests's and gb.test.tap's Assert module: - Instead of Assert.True and Assert.False, use Assert.Ok. - Instead of Assert.Equals* for every type, there is a generic Assert.Equals for Variants and a specific Assert.StringEquals for strings which prints diagnostics when the test fails. - Assert.BailOut does not terminate the entire program, just the TAP stream. - Assert.ErrorWithCode is called Assert.ErrorCode. All TAP printing is done through Assert now. Errors happening in the test code are not caught and spoofed in the TAP stream anymore, they cause a test failure. The system would be more robust if the testee would be in a different process from the tester. - - - - - 350d61cd by Tobias Boege at 2020-02-27T20:38:55+01:00 gb.test: Restore BailOut on uncaught errors [GB.TEST.TAP] * NEW: Assert.SubtestLevel is a new property that returns the number of nested subtests. * NEW: Assert.BailOut always unwinds the subtest stack and bails out of the entire TAP session. * BUG: Tests can bail out even if Finished was called. [GB.TEST] * NEW: Bail out again if errors from test methods are caught. * BUG: Don't call Finish on a subtest when it was already finished. After the Bail out message, we Quit with non-zero exit status to signal an abnormal termination to the harness. - - - - - 30 changed files: - app/src/gbt3/.project - app/src/gbt3/.src/Main.module - comp/src/gb.form.stock/gambas-mono/32/bottom.png - comp/src/gb.form.stock/gambas-mono/32/first.png - comp/src/gb.form.stock/gambas-mono/32/important.png - comp/src/gb.form.stock/gambas-mono/32/indent.png - comp/src/gb.form.stock/gambas-mono/32/last.png - comp/src/gb.form.stock/gambas-mono/32/make-all.png - comp/src/gb.form.stock/gambas-mono/32/make.png - comp/src/gb.form.stock/gambas-mono/32/question.png - comp/src/gb.form.stock/gambas-mono/32/replace.png - comp/src/gb.form.stock/gambas-mono/32/save-as.png - comp/src/gb.form.stock/gambas-mono/32/select-all.png - comp/src/gb.form.stock/gambas-mono/32/select.png - comp/src/gb.form.stock/gambas-mono/32/sort-ascent.png - comp/src/gb.form.stock/gambas-mono/32/sort-descent.png - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-center.png - comp/src/gb.form.stock/gambas-mono/32/text-fill.png - comp/src/gb.form.stock/gambas-mono/32/text-left.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - comp/src/gb.form.stock/gambas-mono/32/text-right.png - comp/src/gb.form.stock/gambas-mono/32/text-strike.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - comp/src/gb.form.stock/gambas-mono/32/text-underline.png - comp/src/gb.form.stock/gambas-mono/32/top.png - comp/src/gb.form.stock/gambas-mono/32/unindent.png - comp/src/gb.form.stock/gambas-mono/32/view-detail.png - comp/src/gb.form.stock/gambas-mono/32/view-normal.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f1868cdf2dce3a23cb9ace2e548be0f0667b4372...350d61cd8531921a869e98bf6ad324a7883e3f40 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f1868cdf2dce3a23cb9ace2e548be0f0667b4372...350d61cd8531921a869e98bf6ad324a7883e3f40 You're 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 Feb 27 20:55:07 2020 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Thu, 27 Feb 2020 19:55:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.test.tap] gb.test: Remove ITest, ITestCase leftovers Message-ID: <5e581e9b5e9df_5a023fa3222e23f4418a@sidekiq-asap-03-sv-gprd.mail> Tobias Boege pushed to branch gb.test.tap at Gambas / gambas Commits: 548d7da1 by Tobias Boege at 2020-02-27T20:58:27+01:00 gb.test: Remove ITest, ITestCase leftovers [GB.TEST] * OPT: Remove the inheritance hierarchy of ITest and ITestCase. They are no longer needed to identify tests. - - - - - 4 changed files: - ? comp/src/gb.test/.src/TestSuite/ITest.class - ? comp/src/gb.test/.src/TestSuite/ITestCase.class - comp/src/gb.test/.src/TestSuite/TestCase.class - comp/src/gb.test/.src/TestSuite/TestSuite.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/548d7da1cba1db52ce9500f583805244d8b862c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/548d7da1cba1db52ce9500f583805244d8b862c6 You're 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 Feb 28 18:35:00 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 28 Feb 2020 17:35:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File properties dialog: Display file history if version control is enabled. Message-ID: <5e594f4537fe9_6ec53f9753e1d7801004e9@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e57c7616 by gambas at 2020-02-28T18:33:32+01:00 File properties dialog: Display file history if version control is enabled. [DEVELOPMENT ENVIRONMENT] * NEW: File properties dialog: Display file history if version control is enabled. * NEW: Use bold text instead of shadows to display project titles. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/ProjectBox.class - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/.src/Welcome/CCoolButton.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e57c7616f035896340beed37f2cdd4e8300a0d20 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e57c7616f035896340beed37f2cdd4e8300a0d20 You're 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 Feb 28 18:37:56 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 28 Feb 2020 17:37:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw many icons. Message-ID: <5e594ff47a333_a753fcc87d4b4746403f@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cc70ae4f by gambas at 2020-02-28T18:37:31+01:00 Redraw many icons. [GB.FORM.STOCK] * NEW: Redraw many icons. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/align-bottom.png - comp/src/gb.form.stock/gambas-mono/32/align-center.png - comp/src/gb.form.stock/gambas-mono/32/align-height.png - comp/src/gb.form.stock/gambas-mono/32/align-left.png - comp/src/gb.form.stock/gambas-mono/32/align-middle.png - comp/src/gb.form.stock/gambas-mono/32/align-right.png - comp/src/gb.form.stock/gambas-mono/32/align-top.png - comp/src/gb.form.stock/gambas-mono/32/align-width.png - comp/src/gb.form.stock/gambas-mono/32/open-recent.png - comp/src/gb.form.stock/gambas/128/archive.png - comp/src/gb.form.stock/gambas/128/c.png - comp/src/gb.form.stock/gambas/128/cpp.png - comp/src/gb.form.stock/gambas/128/css.png - comp/src/gb.form.stock/gambas/128/exec.png - comp/src/gb.form.stock/gambas/128/file.png - comp/src/gb.form.stock/gambas/128/font.png - comp/src/gb.form.stock/gambas/128/h.png - comp/src/gb.form.stock/gambas/128/html.png - comp/src/gb.form.stock/gambas/128/image.png - comp/src/gb.form.stock/gambas/128/js.png - comp/src/gb.form.stock/gambas/128/program.png - comp/src/gb.form.stock/gambas/128/script.png - comp/src/gb.form.stock/gambas/128/vector.png - comp/src/gb.form.stock/gambas/32/align-bottom.png - comp/src/gb.form.stock/gambas/32/align-center.png - comp/src/gb.form.stock/gambas/32/align-height.png - comp/src/gb.form.stock/gambas/32/align-left.png - comp/src/gb.form.stock/gambas/32/align-middle.png - comp/src/gb.form.stock/gambas/32/align-right.png - comp/src/gb.form.stock/gambas/32/align-top.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc70ae4f83acceb36728824fbf753a63d32bdfc3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc70ae4f83acceb36728824fbf753a63d32bdfc3 You're 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 Feb 28 18:40:14 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 28 Feb 2020 17:40:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileProperties: Add Click event and Index property so that tab changes can be handled. Message-ID: <5e59507f7c84_6ec53f972e434130100783@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9e330235 by gambas at 2020-02-28T18:38:16+01:00 FileProperties: Add Click event and Index property so that tab changes can be handled. [GB.FORM] * NEW: FileProperties: Add() now returns the index of the added tab. * NEW: FileProperties: Index is a new property that returns or sets the current tab index. * NEW: FileProperties: Click is a new event that is raised when a tab is selected. - - - - - 2 changed files: - comp/src/gb.form/.src/File/Properties/FFileProperties.class - comp/src/gb.form/.src/File/Properties/FileProperties.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9e33023518b0157e672b56c60f2f47731a64f169 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9e33023518b0157e672b56c60f2f47731a64f169 You're 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 Feb 29 13:19:35 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sat, 29 Feb 2020 12:19:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: Flowchart Message-ID: <5e5a56d8e2556_6ec53f976341113c11723b@sidekiq-asap-01-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 583a0c87 by Christof Thalhofer at 2020-02-29T13:15:55+01:00 gb.test: Flowchart [GB.TEST] * NEW: Flowchart made by libre office draw and exported as svg This is a first try to show the interplay between gbt3, gb.test and gb.test.tap. - - - - - 2 changed files: - + comp/src/gb.test/flowchart.fodg - + comp/src/gb.test/flowchart.svg View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/583a0c872d06b3f9911c2f1eced049c3c7c17a80 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/583a0c872d06b3f9911c2f1eced049c3c7c17a80 You're 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 Feb 29 20:23:39 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Feb 2020 19:23:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Add String.PadLeft() and String.PadRight() methods. Message-ID: <5e5aba3c82b6_339e3f9531d0d8a024b9@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a703c7f2 by gambas at 2020-02-29T19:39:40+01:00 Add String.PadLeft() and String.PadRight() methods. [GB.UTIL] * NEW: String.PadLeft() is a new method that pad a string to the left up to a specified length using a string pattern. * NEW: String.PadRight() is a new method that pad a string to the right up to a specified length using a string pattern. - - - - - b865fa73 by gambas at 2020-02-29T20:05:16+01:00 Reserve one pixel less between characters for bold text. [GB.FORM.TERMINAL] * BUG: Reserve one pixel less between characters for bold text. - - - - - 639ca483 by gambas at 2020-02-29T20:06:27+01:00 TextEditor: CTRL+F opens a simple text search field inside the editor. [GB.FORM.EDITOR] * NEW: TextEditor: CTRL+F opens a simple text search field inside the editor. - - - - - 622c2510 by gambas at 2020-02-29T20:07:12+01:00 Redraw some icons. [GB.FORM.STOCK] * NEW: Redraw some icons. * NEW: Add a 128 pixels version of the colored 'directory' icon. - - - - - b6660709 by gambas at 2020-02-29T20:16:29+01:00 Add version control history tab in file properties dialog and version control dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Update some translations. * NEW: File properties dialog: Add a version control history tab. * NEW: Version control dialog: Add a version control history tab. * NEW: Version control dialog: Always open the dialog, even if there is nothing to commit. - - - - - 71d9c858 by gambas at 2020-02-29T20:16:56+01:00 String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings. [GB.UTIL] * BUG: String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings. - - - - - cf11f921 by gambas at 2020-02-29T20:21:08+01:00 File properties dialog: Undoing changes correctly refresh the changes tab again. [DEVELOPMENT ENVIRONMENT] * BUG: File properties dialog: Undoing changes correctly refresh the changes tab again. - - - - - 48e19298 by gambas at 2020-02-29T20:22:50+01:00 FileProperties: Adding a tab does not raise the Click event anymore. [GB.FORM] * BUG: FileProperties: Adding a tab does not raise the Click event anymore. - - - - - 342096ae by gambas at 2020-02-29T20:23:20+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - app/src/gambas3/.lang/de.po - app/src/gambas3/.lang/es.po - app/src/gambas3/.lang/es_ES.po - app/src/gambas3/.lang/fr.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: