From gitlab at mg.gitlab.com Sun Mar 1 00:06:53 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Feb 2020 23:06:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ScrollArea: Do not show the shadows in some cases when they should not be visible. Message-ID: <5e5aee8e1611e_6b813fe8155004c81030e4@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e1fbc01f by gambas at 2020-03-01T00:04:46+01:00 ScrollArea: Do not show the shadows in some cases when they should not be visible. [GB.GUI.BASE] * BUG: ScrollArea: Do not show the shadows in some cases when they should not be visible. - - - - - 7a377eba by gambas at 2020-03-01T00:05:59+01:00 TextEditor: Add F3 and SHIFT+F3 shortcuts for searching forward and backward in the text search popup. [GB.FORM.EDITOR] * NEW: TextEditor: Add F3 and SHIFT+F3 shortcuts for searching forward and backward in the text search popup. - - - - - 5 changed files: - comp/src/gb.form.editor/.src/FFind.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form - comp/src/gb.gui.base/.src/ScrollArea.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd...7a377ebabcb611920a2e6171344b452b0418cc10 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd...7a377ebabcb611920a2e6171344b452b0418cc10 You're 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 Mar 1 00:50:05 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Feb 2020 23:50:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] String.LeftPad() and String.RightPad() now align the padding pattern... Message-ID: <5e5af8afb75e_33a23fc4c7f4d668717da@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 401b04f5 by gambas at 2020-03-01T00:49:17+01:00 String.LeftPad() and String.RightPad() now align the padding pattern respectively to the left and to the right. [GB.UTIL] * NEW: String.LeftPad() and String.RightPad() now align the padding pattern respectively to the left and to the right. - - - - - 2 changed files: - comp/src/gb.util/.src/MMain.module - comp/src/gb.util/.src/String.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/401b04f5fcf2e1c4c1efe62f58c55141e0149967 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/401b04f5fcf2e1c4c1efe62f58c55141e0149967 You're 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 Mar 1 22:26:50 2020 From: gitlab at mg.gitlab.com (Christof Thalhofer) Date: Sun, 01 Mar 2020 21:26:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.test: Mv Flowchart into projects .hidden folder Message-ID: <5e5c289aa8d13_18173faceb1b4414936a2@sidekiq-asap-01-sv-gprd.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 3c09d709 by Christof Thalhofer at 2020-03-01T22:26:14+01:00 gb.test: Mv Flowchart into projects .hidden folder [GB.TEST] * BUG: Mv Flowchart into the projects hidden folder, alter flowchart a bit - - - - - 3 changed files: - comp/src/gb.test/flowchart.fodg ? comp/src/gb.test/.hidden/flowchart.fodg - + comp/src/gb.test/.hidden/flowchart.svg - ? comp/src/gb.test/flowchart.svg View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c09d70986a9564b88b4cdabaefbc16ee6bbba39 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c09d70986a9564b88b4cdabaefbc16ee6bbba39 You're 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 Mar 2 14:22:02 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Mar 2020 13:22:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Call the event loop just after the JIT compiler has aborted, so that its... Message-ID: <5e5d087bacb0e_5f3e3f95ecb4122c12461d@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd279461 by gambas at 2020-03-02T14:20:49+01:00 Call the event loop just after the JIT compiler has aborted, so that its processes are correctly freed. [INTERPRETER] * BUG: Call the event loop just after the JIT compiler has aborted, so that its processes are correctly freed. - - - - - 1d549ea2 by gambas at 2020-03-02T14:21:52+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - main/gbx/gbx_jit.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3c09d70986a9564b88b4cdabaefbc16ee6bbba39...1d549ea2f635a71b8b2ddfa3f168af9c8480d68b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3c09d70986a9564b88b4cdabaefbc16ee6bbba39...1d549ea2f635a71b8b2ddfa3f168af9c8480d68b You're 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 Mar 3 01:41:53 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 03 Mar 2020 00:41:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Relative paths on command-line are now assumed to be relative to the current working directory. Message-ID: <5e5da7d1ed330_6b813fe7efb787181676ac@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 766b327e by gambas at 2020-03-03T01:41:46+01:00 Relative paths on command-line are now assumed to be relative to the current working directory. [DEVELOPMENT ENVIRONMENT] * BUG: Relative paths on command-line are now assumed to be relative to the current working directory. - - - - - 2 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/766b327e6198389a53a384f1c33268e4c831cd77 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/766b327e6198389a53a384f1c33268e4c831cd77 You're 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 Mar 3 23:35:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 03 Mar 2020 22:35:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Update project titles. Message-ID: <5e5edba0cc213_5f3c3fa93f5701482095fe@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1f9364d1 by gambas at 2020-03-03T23:28:10+01:00 Update project titles. [GB.WEB.FORM] * NEW: Update project title. [GB.WEB.FORM2] * NEW: Update project title. - - - - - 58046bcf by gambas at 2020-03-03T23:29:12+01:00 TerminalView: Add the ReadOnly property, and add a 2 pixels margin around the terminal contents. [GB.FORM.TERMINAL] * NEW: TerminalView: Add a new popup menu entry to select all the text. * NEW: TerminalView: Add a 2 pixels margin around the terminal contents. * NEW: TerminalView: ReadOnly is a new property that makes the TerminalView ignore keyboard input. - - - - - 9c8a47ba by gambas at 2020-03-03T23:34:17+01:00 Add 'gb.web.form2' to the component list. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 font. * NEW: Add 'gb.web.form2' to the component list. * BUG: Ignore untranslated title and description when displaying project information. - - - - - c4db969c by gambas at 2020-03-03T23:34:37+01:00 Redraw the coloured 'halt' icon. [GB.FORM.STOCK] * NEW: Redraw the coloured 'halt' icon. - - - - - 22 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Project/CProjectInfo.class - app/src/gambas3/.src/VersionControl/FVersionError.class - app/src/gambas3/.src/VersionControl/FVersionError.form - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-16.bdf - comp/src/gb.form.stock/gambas/32/halt.png - comp/src/gb.form.terminal/.lang/fr.po - comp/src/gb.form.terminal/.lang/it.po - comp/src/gb.form.terminal/.lang/ru.po - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - comp/src/gb.web.form/.component - comp/src/gb.web.form/.icon.png - comp/src/gb.web.form/.lang/fr.po - comp/src/gb.web.form/.project - comp/src/gb.web.form2/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/766b327e6198389a53a384f1c33268e4c831cd77...c4db969cb6f4bab377815f80daf59a12de71e553 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/766b327e6198389a53a384f1c33268e4c831cd77...c4db969cb6f4bab377815f80daf59a12de71e553 You're 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 Mar 3 23:54:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 03 Mar 2020 22:54:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add WebSlider control. Message-ID: <5e5ee042d59d8_5f403fddb2b5acdc1794b8@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 066f919a by gambas at 2020-03-03T23:54:52+01:00 Add WebSlider control. [GB.WEB.FORM2] * NEW: Add WebSlider control. - - - - - 1 changed file: - + comp/src/gb.web.form2/.src/WebSlider.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/066f919a04be0e77ca62d2f71971b5eb18064f3f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/066f919a04be0e77ca62d2f71971b5eb18064f3f You're 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 Mar 4 01:38:34 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 04 Mar 2020 00:38:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not crash anymore by looking for help comments in form files when controls are public. Message-ID: <5e5ef88b34a08_57b53fa7856891442209d4@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc7d0fc7 by gambas at 2020-03-04T01:37:29+01:00 Do not crash anymore by looking for help comments in form files when controls are public. [COMPILER] * BUG: Do not crash anymore by looking for help comments in form files when controls are public. - - - - - 1 changed file: - main/gbc/gbc_help.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc7d0fc7df52a00d5b5832a4058162f0171063a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc7d0fc7df52a00d5b5832a4058162f0171063a9 You're 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 Mar 4 01:39:29 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 04 Mar 2020 00:39:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'gb.signal' as component dependency. Message-ID: <5e5ef8c243d4f_33a23fc4b3a422a418695a@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0d720dc6 by gambas at 2020-03-04T01:39:07+01:00 Add 'gb.signal' as component dependency. [GB.WEB.FORM2] * BUG: Add 'gb.signal' as component dependency. - - - - - 2 changed files: - comp/src/gb.web.form2/.component - comp/src/gb.web.form2/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d720dc6086a11df961f3dbfd35e6de19123d2d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0d720dc6086a11df961f3dbfd35e6de19123d2d7 You're 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 Mar 4 02:02:49 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 04 Mar 2020 01:02:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The output of the command run after executable has been generated is now put in the IDE console. Message-ID: <5e5efe397835b_5f3e3f95f86fcca02128c1@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 829fc971 by gambas at 2020-03-04T02:02:40+01:00 The output of the command run after executable has been generated is now put in the IDE console. [DEVELOPMENT ENVIRONMENT] * NEW: The output of the command run after executable has been generated is now put in the IDE console. * BUG: The first opening of the console waits a bit so that the arrangement of its container is made. - - - - - 7 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/829fc971c73b875b0560137215b822dc7224dcdb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/829fc971c73b875b0560137215b822dc7224dcdb You're 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 Mar 6 00:27:01 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Mar 2020 23:27:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Date.ToISO8601() is a new function that converts a date to ISO-8601 format. Message-ID: <5e618ac69fd67_3c433fa2993b07ec629cb@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b7c93322 by gambas at 2020-03-06T00:21:33+01:00 Date.ToISO8601() is a new function that converts a date to ISO-8601 format. [GB.UTIL] * NEW: Date.ToISO8601() is a new function that converts a date to ISO-8601 format. - - - - - 1e4b387a by gambas at 2020-03-06T00:26:53+01:00 TerminalView: Terminal output processing is now delayed until the control is visible and has been arranged, so that the terminal width is accurate.. [GB.FORM.TERMINAL] * BUG: TerminalView: Terminal output processing is now delayed until the control is visible and has been arranged, so that the terminal width is accurate. * BUG: Move XTerm files to the hidden project directory. * NEW: TerminalView: Automatic scrolling is disabled when the last terminal line is hidden. * OPT: TerminalView: Automatic scrolling is not smooth anymore. - - - - - 26 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - ? comp/src/gb.form.terminal/Text1 - ? comp/src/gb.form.terminal/XtermTests/16colors.sh - ? comp/src/gb.form.terminal/XtermTests/256colors.pl - ? comp/src/gb.form.terminal/XtermTests/256colors2.pl - ? comp/src/gb.form.terminal/XtermTests/88colors.pl - ? comp/src/gb.form.terminal/XtermTests/88colors2.pl - ? comp/src/gb.form.terminal/XtermTests/8colors.sh - ? comp/src/gb.form.terminal/XtermTests/acolors.sh - ? comp/src/gb.form.terminal/XtermTests/doublechars.sh - ? comp/src/gb.form.terminal/XtermTests/dynamic.pl - ? comp/src/gb.form.terminal/XtermTests/dynamic.sh - ? comp/src/gb.form.terminal/XtermTests/dynamic2.sh - ? comp/src/gb.form.terminal/XtermTests/fonts.sh - ? comp/src/gb.form.terminal/XtermTests/paste64.pl - ? comp/src/gb.form.terminal/XtermTests/query-color.pl - ? comp/src/gb.form.terminal/XtermTests/query-fonts.pl - ? comp/src/gb.form.terminal/XtermTests/resize.pl - ? comp/src/gb.form.terminal/XtermTests/resize.sh - ? comp/src/gb.form.terminal/XtermTests/tcapquery.pl - ? comp/src/gb.form.terminal/XtermTests/title.sh - comp/src/gb.util/.src/Date.module - comp/src/gb.util/.src/MMain.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/829fc971c73b875b0560137215b822dc7224dcdb...1e4b387a2a7f0f375c962070bddfd02308c9a177 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/829fc971c73b875b0560137215b822dc7224dcdb...1e4b387a2a7f0f375c962070bddfd02308c9a177 You're 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 Mar 6 00:28:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Mar 2020 23:28:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot the moved XTerm files. Message-ID: <5e618b04353e4_666e3f86fe2ac3c04069a@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7cc8a1d4 by gambas at 2020-03-06T00:27:59+01:00 Forgot the moved XTerm files. [GB.FORM.TERMINAL] * BUG: Forgot the moved XTerm files. - - - - - 20 changed files: - + comp/src/gb.form.terminal/.hidden/XtermTests/16colors.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/256colors.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/256colors2.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/88colors.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/88colors2.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/8colors.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/acolors.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/doublechars.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/dynamic.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/dynamic.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/dynamic2.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/fonts.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/paste64.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/query-color.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/query-fonts.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/resize.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/resize.sh - + comp/src/gb.form.terminal/.hidden/XtermTests/tcapquery.pl - + comp/src/gb.form.terminal/.hidden/XtermTests/title.sh - + comp/src/gb.form.terminal/.mc.menu View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7cc8a1d41f60f80d3154d02424630c036c650d15 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7cc8a1d41f60f80d3154d02424630c036c650d15 You're 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 Mar 6 00:30:44 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Mar 2020 23:30:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Fix command cancelling and command error dialog. Message-ID: <5e618ba4c3517_3c3f3fb05504145c92394@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa619632 by gambas at 2020-03-06T00:30:29+01:00 Version control: Fix command cancelling and command error dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Correctly cancel commands when password dialogs are cancelled. * BUG: Version control: The command error dialog now works correctly. - - - - - 6 changed files: - 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/FVersionError.class - app/src/gambas3/.src/VersionControl/FVersionError.form - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa6196323668beaadd9cabee075318f9130ac1fe -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa6196323668beaadd9cabee075318f9130ac1fe You're 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 Mar 6 02:10:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 06 Mar 2020 01:10:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 17 commits: gb.test.tap: New component for reading and writing TAP Message-ID: <5e61a31c8b1ae_666e3f871d6652044157@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 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. - - - - - 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. - - - - - d0650b8d by Beno?t Minisini at 2020-03-06T01:10:48+00:00 Merge branch 'gb.test.tap' into 'master' gb.test.tap See merge request gambas/gambas!137 - - - - - 29 changed files: - + comp/src/gb.test.tap/.component - + comp/src/gb.test.tap/.directory - + comp/src/gb.test.tap/.icon.png - + comp/src/gb.test.tap/.project - + comp/src/gb.test.tap/.src/Assert.class - + comp/src/gb.test.tap/.src/Main.module - + comp/src/gb.test.tap/.src/SampleTest.module - + comp/src/gb.test.tap/.src/Tap/Tap.module - + comp/src/gb.test.tap/.src/Tap/TapParser.class - + comp/src/gb.test.tap/.src/Tap/TapPrinter.class - + comp/src/gb.test.tap/.src/TestHarness.class - + comp/src/gb.test.tap/.src/TestStats.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/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 - ? comp/src/gb.test/.src/TestSuite/Track.module - comp/src/gb.test/.src/TestSuite/UnitTest.class - comp/src/order View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aa6196323668beaadd9cabee075318f9130ac1fe...d0650b8de21c0d6872565d4045f137502b921c7d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aa6196323668beaadd9cabee075318f9130ac1fe...d0650b8de21c0d6872565d4045f137502b921c7d You're 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 Mar 7 01:30:54 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Mar 2020 00:30:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for the Session class, and add WebForm.Current property to allow to... Message-ID: <5e62eb401c3f3_feb3fef06f53a2c465ee@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bfc45507 by gambas at 2020-03-07T01:30:44+01:00 Support for the Session class, and add WebForm.Current property to allow to change the application main form. [GB.WEB.FORM2] * NEW: DateBox: Open calendar popup on mouse down. * NEW: Override the Session class, so that its methods that do not have any sense with 'gb.web.form2' do nothing anymore. * NEW: WebForm.Current is a new property that allows to define the main form of the application that fills its HTML page. * NEW: Session.Dir is a new property that returns the session directory. It is now '/tmp/gambas.<userid>/session/gb.web.form2'. * NEW: Session.Timeout is taken into account by session processes. * BUG: Window titles do not wrap anymore. - - - - - 6 changed files: - + comp/src/gb.web.form2/.hidden/lib.js.copy - comp/src/gb.web.form2/.src/Calendar/WebDateBox.class - + comp/src/gb.web.form2/.src/Session.module - comp/src/gb.web.form2/.src/Test/Webform1.class - comp/src/gb.web.form2/.src/WebForm.class - comp/src/gb.web.form2/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfc455070e9b94dd77790afa7e789eefa5a1bc6d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfc455070e9b94dd77790afa7e789eefa5a1bc6d You're 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 Mar 7 13:25:54 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Mar 2020 12:25:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compatibility with replaced Session class. Message-ID: <5e6392d3e1d4e_10cc3f8f41ee84f47532@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 550900d8 by gambas at 2020-03-07T13:25:44+01:00 Fix compatibility with replaced Session class. [GB.WEB.FORM2] * NEW: Session: Fix compatibility with replaced Session class, with support for array accessor, Exist method and Prefix property. * NEW: Session: Remove Dir property. Session.Path was done for that. * BUG: Calling Session.Abandon now quits the session process immediately. * BUG: WebTimer: The Refresh() method now does nothing. - - - - - 6 changed files: - comp/src/gb.web.form2/.public/message/info.png - comp/src/gb.web.form2/.src/Session.module - comp/src/gb.web.form2/.src/Test/Webform1.class - comp/src/gb.web.form2/.src/Test/Webform1.webform - comp/src/gb.web.form2/.src/WebForm.class - comp/src/gb.web.form2/.src/WebTimer.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550900d8f220372ecd1076c881a53cdf6d7957c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/550900d8f220372ecd1076c881a53cdf6d7957c5 You're 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 Mar 7 14:40:30 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Mar 2020 13:40:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for switching the main form. Message-ID: <5e63a44e795b7_701e3fb9140aeae45904a@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2e02a644 by gambas at 2020-03-07T14:40:26+01:00 Support for switching the main form. [GB.WEB.FORM2] * NEW: WebForm: Current is a new static property that return or set the main form. * NEW: WebForm: Goto() is a new static method that switch the Current property. * NEW: WebForm: Reload() is a new method that reload the form if it is the main one. Otherwise it calls Refresh(). - - - - - 1 changed file: - comp/src/gb.web.form2/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e02a644c2df0fcc05cb9c828a5cf9b5b5b16a1b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e02a644c2df0fcc05cb9c828a5cf9b5b5b16a1b You're 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 Mar 7 23:23:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Mar 2020 22:23:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Use version stored in VERSION file. Message-ID: <5e641edeb9f90_701e3fb90ed869e863633@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 42a3da75 by gambas at 2020-03-07T23:18:37+01:00 Use version stored in VERSION file. [GB.TEST.TAP] * NEW: Use version stored in VERSION file. - - - - - 30cde24a by gambas at 2020-03-07T23:23:16+01:00 Version control dialog: Hide the modification tab if there is no changes. [DEVELOPMENT ENVIRONMENT] * NEW: Add 'gb.test.tap' to the list of components. * NEW: Version control dialog: Hide the modification tab if there is no changes. - - - - - 4 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - comp/src/gb.test.tap/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2e02a644c2df0fcc05cb9c828a5cf9b5b5b16a1b...30cde24a5acca6f81a517926ffbb3f9aa02395ba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/2e02a644c2df0fcc05cb9c828a5cf9b5b5b16a1b...30cde24a5acca6f81a517926ffbb3f9aa02395ba You're 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 Mar 9 02:25:01 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 09 Mar 2020 01:25:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for debugger. Message-ID: <5e659aee4da0b_10cc3f8f457bd93c8868a@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7933e4ed by gambas at 2020-03-09T02:23:09+01:00 Support for debugger. [GB.WEB.FORM2] * BUG: Use SIGUSR2 for synchronizing session process with CGI process, as SIGUSR1 is used by the debugger. * NEW: Support for debugger. * NEW: THe HTML body now uses sans-serif font by default. - - - - - 1a080909 by gambas at 2020-03-09T02:23:41+01:00 Debug.Fifo is a new property that returns the name of the FIFO used for communication with the IDE. [GB.DEBUG] * NEW: Debug.Fifo is a new property that returns the name of the FIFO used for communication with the IDE. - - - - - 6 changed files: - comp/src/gb.web.form2/.src/Test/Webform1.webform - comp/src/gb.web.form2/.src/WebForm.class - comp/src/gb.web.form2/style.css - main/lib/debug/CDebug.c - main/lib/debug/debug.c - main/lib/debug/debug.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/30cde24a5acca6f81a517926ffbb3f9aa02395ba...1a08090954764847bd1fe33395a6411ae453c21d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/30cde24a5acca6f81a517926ffbb3f9aa02395ba...1a08090954764847bd1fe33395a6411ae453c21d You're 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 Mar 10 00:41:37 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 09 Mar 2020 23:41:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly handle unary minus operator. Message-ID: <5e66d4324e1fe_36fe3fa829edd2ec662e5@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b83205f5 by gambas at 2020-03-10T00:41:05+01:00 Correctly handle unary minus operator. [GB.JIT] * BUG: Correctly handle unary minus operator. - - - - - 2 changed files: - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b83205f539ffbe8248088bd40014863cb3a71e15 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b83205f539ffbe8248088bd40014863cb3a71e15 You're 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 Mar 10 01:40:46 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 00:40:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for Poppler 0.86. Message-ID: <5e66e20f2d9f2_7c3a3f9e9d472d88111551@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bdb58016 by gambas at 2020-03-10T01:40:24+01:00 Support for Poppler 0.86. [GB.PDF] * BUG: Support for Poppler 0.86. - - - - - 3 changed files: - gb.pdf/configure.ac - gb.pdf/src/CPdfDocument.cpp - gb.pdf/src/CPdfDocument.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bdb5801687c597e12ef505dabb5274f6027956a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bdb5801687c597e12ef505dabb5274f6027956a8 You're 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 Mar 10 01:47:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 00:47:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for poppler 0.86, trial 2. Message-ID: <5e66e388efcad_47c83fa537a2b1e41128b4@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7f549758 by gambas at 2020-03-10T01:45:55+01:00 Support for poppler 0.86, trial 2. [GB.PDF] * BUG: Support for poppler 0.86, trial 2. - - - - - 2 changed files: - gb.pdf/src/CPdfDocument.cpp - gb.pdf/src/CPdfDocument.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f549758f85ae9c32540b285840e166de60a6d69 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f549758f85ae9c32540b285840e166de60a6d69 You're 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 Mar 10 02:13:21 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 01:13:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for poppler 0.86, trial 3. Message-ID: <5e66e9b242bc2_3d603fb293e9cee4134128@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4a39bd40 by gambas at 2020-03-10T02:12:54+01:00 Support for poppler 0.86, trial 3. [GB.PDF] * BUG: Support for poppler 0.86, trial 3. - - - - - 1 changed file: - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4a39bd40fa03fce0cf4fbb10853db70d71e8dca9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4a39bd40fa03fce0cf4fbb10853db70d71e8dca9 You're 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 Mar 10 02:38:30 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 01:38:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for poppler 0.86, trial 4. Message-ID: <5e66ef9726c4a_33633fe2c6119c64110880@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22b44313 by gambas at 2020-03-10T02:37:57+01:00 Support for poppler 0.86, trial 4. [GB.PDF] * BUG: Support for poppler 0.86, trial 4. - - - - - 1 changed file: - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b44313144a4f3f11fe2e0e1049d7249a878eac -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b44313144a4f3f11fe2e0e1049d7249a878eac You're 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 Mar 10 02:58:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 01:58:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for poppler 0.86, trial 5. Message-ID: <5e66f4321b408_7b9a3fba70091b08118645@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 36f46ac8 by gambas at 2020-03-10T02:57:46+01:00 Support for poppler 0.86, trial 5. [GB.PDF] * BUG: Support for poppler 0.86, trial 5. - - - - - 1 changed file: - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/36f46ac8b4c7a962dd0d43a99c228d9d23116b65 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/36f46ac8b4c7a962dd0d43a99c228d9d23116b65 You're 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 Mar 10 03:43:29 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 02:43:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for poppler 0.86, trial 6. Message-ID: <5e66fed1e05f9_47bf3feb1411cd7881195@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 916b866b by gambas at 2020-03-10T03:42:49+01:00 Support for poppler 0.86, trial 6. [GB.PDF] * BUG: Support for poppler 0.86, trial 6. - - - - - 1 changed file: - gb.pdf/src/CPdfDocument.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/916b866b69b3849e09dbecdbe90df519bb243eb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/916b866b69b3849e09dbecdbe90df519bb243eb6 You're 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 Mar 10 04:06:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 03:06:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'gettext' package to archlinux builds Message-ID: <5e670421bbcc0_7c3a3f9e99f47bb8113953@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a8ef5e9 by Beno?t Minisini at 2020-03-10T03:06:06+00:00 Add 'gettext' package to archlinux builds - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a8ef5e9c635d09ff50647c98a472a9b3d51669a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a8ef5e9c635d09ff50647c98a472a9b3d51669a You're 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 Mar 10 18:30:24 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 10 Mar 2020 17:30:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix WebTabPanel.Count and add WebTabPanel.Remove(). Message-ID: <5e67ceb1f10a6_5a243fa745357df8785d3@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8e241d98 by gambas at 2020-03-10T15:22:21+01:00 Fix WebTabPanel.Count and add WebTabPanel.Remove(). [GB.WEB.FORM2] * BUG: WebTabPanel: Count property can be made smaller. * NEW: WebTabPanel: Remove() is a new method that removes a tab from its index. - - - - - 2b9e18a1 by gambas at 2020-03-10T18:29:05+01:00 Fix detection of GUI components. [GB.GUI] * BUG: Fix detection of GUI components and share some code with 'gb.gui.qt'. [GB.GUI.QT] * BUG: Fix detection of GUI components and share some code with 'gb.gui'. - - - - - 607ea493 by gambas at 2020-03-10T18:30:11+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 9 changed files: - comp/src/gb.web.form2/.src/Test/Webform1.class - comp/src/gb.web.form2/.src/Test/Webform1.webform - comp/src/gb.web.form2/.src/WebTabPanel.class - main/lib/gui.qt/Makefile.am - + main/lib/gui.qt/gb_gui_test_temp.h - main/lib/gui.qt/main.c - main/lib/gui/Makefile.am - + main/lib/gui/gb_gui_test_temp.h - main/lib/gui/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1a8ef5e9c635d09ff50647c98a472a9b3d51669a...607ea493d417a7692f2dd83e4bbde19ab734330e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1a8ef5e9c635d09ff50647c98a472a9b3d51669a...607ea493d417a7692f2dd83e4bbde19ab734330e You're 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 Mar 11 01:51:24 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 11 Mar 2020 00:51:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: New option to add the project major version number to the package name. Message-ID: <5e68360cc0813_20173fcb34d46a04111765@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 39ace33d by gambas at 2020-03-11T01:51:14+01:00 Packager: New option to add the project major version number to the package name. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Packager: New option to add the project major version number to the package name. * BUG: Packager: Fix refresh of extra dependencies and additional files tables. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Packager/FMakeInstall.class - app/src/gambas3/.src/Packager/FMakeInstall.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/39ace33d5ef41e3dff4eff4349d0747826e81905 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/39ace33d5ef41e3dff4eff4349d0747826e81905 You're 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 Mar 12 00:44:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 11 Mar 2020 23:44:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove INSTALL.html file. It was including deprecated links that now points at spam. Message-ID: <5e6977c9d00bb_20153fd0feead1e8159225@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 10cfe348 by gambas at 2020-03-12T00:42:48+01:00 Remove INSTALL.html file. It was including deprecated links that now points at spam. [CONFIGURATION] * BUG: Remove INSTALL.html file. It was including deprecated links that now points at spam. - - - - - 1 changed file: - ? INSTALL.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/10cfe348acbb0423fb1b3cc46d3d443fdce31764 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/10cfe348acbb0423fb1b3cc46d3d443fdce31764 You're 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 Mar 13 21:36:19 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 13 Mar 2020 20:36:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CSVFile: Charset now can be specified. Message-ID: <5e6beec426862_768c3fe4a393c14c43166@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a59dfb16 by gambas at 2020-03-13T21:36:11+01:00 CSVFile: Charset now can be specified. [GB.UTIL] * NEW: CSVFile: Charset now can be specified. If not specified, the first line of the files is used to guess if it could be WINDOWS-1252, or otherwise UTF-8. - - - - - 2 changed files: - comp/src/gb.util/.src/CsvFile.class - comp/src/gb.util/.src/Date.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a59dfb169c4da7a2e8da2e869f76da6dcb2ad3a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a59dfb169c4da7a2e8da2e869f76da6dcb2ad3a8 You're 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 Mar 16 18:35:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 16 Mar 2020 17:35:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Underscores are now allowed in extra dependencies package names. Message-ID: <5e6fb8d9b61b1_79003f7f3c6c25501080c8@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e52fc136 by gambas at 2020-03-16T18:34:15+01:00 Packager: Underscores are now allowed in extra dependencies package names.. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Underscores are now allowed in extra dependencies package names. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/FMakeInstall.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e52fc136d15a8c67ff46aef344c131b89ea8a578 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e52fc136d15a8c67ff46aef344c131b89ea8a578 You're 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 Mar 21 04:53:02 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Mar 2020 03:53:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: The 'gb.web.form2' component has been renamed as 'gb.web.gui'. Support for... Message-ID: <5e758f9f55b5a_5aae3fc19b0cd48c1990fb@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 37db818d by gambas at 2020-03-21T04:27:05+01:00 The 'gb.web.form2' component has been renamed as 'gb.web.gui'. Support for popup menus and stock icons were added. [GB.WEB.GUI] * NEW: This is the new name of 'gb.web.form2'. * NEW: Support for popup menus. * NEW: Support for stock icons. [GB.WEB.FORM2] * NEW: Rename the component as 'gb.web.gui'. - - - - - 66f2b07c by gambas at 2020-03-21T04:29:46+01:00 Response.SendFile() now correctly deals with relative paths. [GB.WEB] * NEW: Response.SendFile() now correctly deals with relative paths. - - - - - 677403b3 by gambas at 2020-03-21T04:35:59+01:00 Support for custom stock icon sizes depending on form family, and allow any form family to use the menu editor. [DEVELOPMENT ENVIRONMENT] * NEW: Support for 'gb.web.gui' component. * NEW: Support for custom stock icons sizes depending on the form family. * NEW: Allow any form family to use the menu editor. - - - - - fb1ee7d9 by gambas at 2020-03-21T04:36:49+01:00 Fix a typo in WebMenu properties declaration. [GB.WEB.FORM] * BUG: Fix a typo in WebMenu properties declaration. - - - - - fb27bf33 by gambas at 2020-03-21T04:52:31+01:00 Update mail address in appdata xml file. [CONFIGURATION] * BUG: Update mail address in appdata xml file. - - - - - 30 changed files: - app/desktop/gambas3.appdata.xml - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Dialog/FSelectIcon.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Editor/Form/FMenu.form - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Family/Form/CFamilyForm.class - app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class - app/src/gambas3/.src/Project.module - comp/src/gb.web.form/.project - comp/src/gb.web.form/.src/Test/Webform1.webform - comp/src/gb.web.form/.src/WebMenu.class - ? comp/src/gb.web.form2/.public/gw-arrow-down.png - ? comp/src/gb.web.form2/.public/gw-arrow-left.png - ? comp/src/gb.web.form2/.public/gw-arrow-right.png - ? comp/src/gb.web.form2/.public/gw-arrow-up.png - ? comp/src/gb.web.form2/.public/gw-close.png - comp/src/gb.web.form2/.component ? comp/src/gb.web.gui/.component - comp/src/gb.web.form2/.directory ? comp/src/gb.web.gui/.directory - comp/src/gb.web.form2/.hidden/control/webbutton.png ? comp/src/gb.web.gui/.hidden/control/webbutton.png - comp/src/gb.web.form2/.hidden/control/webcheckbox.png ? comp/src/gb.web.gui/.hidden/control/webcheckbox.png - comp/src/gb.web.form2/.hidden/control/webcombobox.png ? comp/src/gb.web.gui/.hidden/control/webcombobox.png - comp/src/gb.web.form2/.hidden/control/webcontainer.png ? comp/src/gb.web.gui/.hidden/control/webcontainer.png - comp/src/gb.web.form2/.hidden/control/webdatebox.png ? comp/src/gb.web.gui/.hidden/control/webdatebox.png - comp/src/gb.web.form2/.hidden/control/webdatechooser.png ? comp/src/gb.web.gui/.hidden/control/webdatechooser.png - comp/src/gb.web.form2/.hidden/control/webexpander.png ? comp/src/gb.web.gui/.hidden/control/webexpander.png - comp/src/gb.web.form2/.hidden/control/webhbox.png ? comp/src/gb.web.gui/.hidden/control/webhbox.png - comp/src/gb.web.form2/.hidden/control/webhtml.png ? comp/src/gb.web.gui/.hidden/control/webhtml.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e52fc136d15a8c67ff46aef344c131b89ea8a578...fb27bf3309e87d726b03f16706b77661f1e78b3e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e52fc136d15a8c67ff46aef344c131b89ea8a578...fb27bf3309e87d726b03f16706b77661f1e78b3e You're 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 Mar 27 02:21:56 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 27 Mar 2020 01:21:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add and update some stock icons. Message-ID: <5e7d553524b1f_5ab23fb9958baba8418587@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c2794f53 by gambas at 2020-03-27T02:20:30+01:00 Add and update some stock icons. [GB.FORM] * NEW: Add 'layout', 'new-tag' and 'tag' stock icons. [GB.FORM.STOCK] * NEW: Add 'layout', 'new-tag' and 'tag' stock icons. * NEW: Update 'jump', 'make' and 'make-all' icons.. - - - - - 15 changed files: - + comp/src/gb.form.stock/gambas-mono/32/layout.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/new-tag.png - + comp/src/gb.form.stock/gambas-mono/32/tag.png - comp/src/gb.form.stock/gambas/32/development.png - comp/src/gb.form.stock/gambas/32/jump.png - + comp/src/gb.form.stock/gambas/32/layout.png - comp/src/gb.form.stock/gambas/32/make-all.png - comp/src/gb.form.stock/gambas/32/make.png - + comp/src/gb.form.stock/gambas/32/new-tag.png - + comp/src/gb.form.stock/gambas/32/tag.png - comp/src/gb.form/.hidden/CHANGELOG - comp/src/gb.form/.project - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c2794f536c74bacb13df147ed5ea255252c595c1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c2794f536c74bacb13df147ed5ea255252c595c1 You're 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 Mar 27 02:23:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 27 Mar 2020 01:23:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Fix a possible infinite recursion when refreshing the clipboard tab. Message-ID: <5e7d557cc208a_7ef83f89d6ca81788124@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0714bf7d by gambas at 2020-03-27T02:22:58+01:00 Image editor: Fix a possible infinite recursion when refreshing the clipboard tab. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix a possible infinite recursion when refreshing the clipboard tab. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Image/FImageProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0714bf7d7d10f9f1c486bccee03feeca8401a2b0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0714bf7d7d10f9f1c486bccee03feeca8401a2b0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: