From gitlab at mg.gitlab.com Sun Nov 3 23:43:10 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 03 Nov 2019 22:43:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Compile with PostgreSQL 12 Message-ID: <5dbf57ff70189_5f313f8bd9c728fc139387@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9603c32 by bgermann at 2019-11-02T18:24:58Z Compile with PostgreSQL 12 [GB.DB.POSTGRESQL] * Compile with PostgreSQL 12 - - - - - 1c396964 by Beno?t Minisini at 2019-11-03T22:43:08Z Merge branch 'master' into 'master' Compile with PostgreSQL 12 See merge request gambas/gambas!116 - - - - - 1 changed file: - gb.db.postgresql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/3f099c9b835dbf54e4e41beb415c684513f076ba...1c396964e0b45ec65cf7b47c8b98c90caded2d38 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/3f099c9b835dbf54e4e41beb415c684513f076ba...1c396964e0b45ec65cf7b47c8b98c90caded2d38 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 Nov 8 15:03:16 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 08 Nov 2019 14:03:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Display the current branch in the IDE window title. Message-ID: <5dc575a674adf_5aa23fc80e961cc851143@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 115e2e6b by gambas at 2019-11-08T13:58:56Z Display the current branch in the IDE window title. [DEVELOPMENT ENVIROMENT] * NEW: Display the current branch in the IDE window title. * NEW: Use a long dash to separate the application name in the IDE window title. - - - - - ba541950 by gambas at 2019-11-08T14:00:55Z Fix author and translator page. [WIKI] * BUG: Fix author and translator page. - - - - - 1e962846 by gambas at 2019-11-08T14:01:22Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 7 changed files: - app/src/gambas-wiki/.project - app/src/gambas-wiki/.src/CAuthor.class - app/src/gambas-wiki/.src/Main.module - + app/src/gambas-wiki/AUTHORS - ? app/src/gambas-wiki/authors.txt - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/compare/1c396964e0b45ec65cf7b47c8b98c90caded2d38...1e962846ac80a1520de6f296054a3b6956808858 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1c396964e0b45ec65cf7b47c8b98c90caded2d38...1e962846ac80a1520de6f296054a3b6956808858 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 Nov 9 11:35:39 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 09 Nov 2019 10:35:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Find() method on Float, Single, and Long arrays. Message-ID: <5dc6967c470c8_77c63fd5497053241528a@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b02810d0 by gambas at 2019-11-09T10:34:43Z Fix Find() method on Float, Single, and Long arrays. [INTERPRETER] * BUG: Fix Find() method on Float, Single, and Long arrays. - - - - - 1 changed file: - main/gbx/gbx_c_array.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b02810d0250ae2c73cbe6c987826fa24c073fa97 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b02810d0250ae2c73cbe6c987826fa24c073fa97 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 Nov 9 12:01:34 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 09 Nov 2019 11:01:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix compilation of function calls with variable arguments passing. Message-ID: <5dc69c8fd0651_77c63fd5747bd4a816415@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 20a345ce by gambas at 2019-11-09T10:58:57Z Fix compilation of function calls with variable arguments passing. [COMPILER] * BUG: Fix compilation of function calls with variable arguments passing. * BUG: Remove some useless structure packing directives. [INTERPRETER] * BUG: Fix compilation of function calls with variable arguments passing. - - - - - c81ec61b by gambas at 2019-11-09T11:00:59Z Switch bytecode version from 3.8 to 3.15. [CONFIGURATION] * NEW: Switch bytecode version 3.8 to 3.15. - - - - - 12 changed files: - main/gbc/gbc_class.h - main/gbc/gbc_trans_expr.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_exec_loop.c - main/share/gb_code.h - main/share/gb_code_temp.h - main/share/gb_pcode.h - main/share/gb_pcode_temp.h - main/share/gb_table.h - main/share/gbc_trans_common.h - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5 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 Nov 9 22:10:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 09 Nov 2019 21:10:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix the help browser and add a button that clears the version control terminal output. Message-ID: <5dc72b50b9b86_77c83fb84240ae9028899@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 594e8679 by gambas at 2019-11-09T21:07:39Z Fix the help browser and add a button that clears the version control terminal output. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Fix behavior on offline documentation. * NEW: Help browser: Support for the new '@{help}' wiki command. * OPT: Refresh the IDE window title only if necessary. * NEW: Version control: Add a button that clears the version control terminal output. - - - - - 6 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/Wiki/Wiki.module - app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/594e8679839f60c0b1508e277c43672e1b6e841a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/594e8679839f60c0b1508e277c43672e1b6e841a 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 Nov 10 23:31:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 10 Nov 2019 22:31:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Message: The ENTER key now selects the button having the focus, not the... Message-ID: <5dc88fa6801fa_77c23fea3caecbb01158f@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 20443dad by gambas at 2019-11-10T22:29:42Z Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt. [GB.GUI.BASE] * NEW: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt. - - - - - 2 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/20443dad2489bed12f3bd78a6558780ebe26980f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/20443dad2489bed12f3bd78a6558780ebe26980f 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 Nov 13 20:07:49 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 13 Nov 2019 19:07:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow initialization of variables associated with property declaration. Message-ID: <5dcc548710329_6db13fe84e5f84285376f@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 55d7f20d by gambas at 2019-11-13T19:06:41Z Allow initialization of variables associated with property declaration. [COMPILER] * NEW: Allow initialization of variables associated with property declaration. * BUG: Correctly detect help comments in all cases. - - - - - 3 changed files: - main/gbc/gbc_header.c - main/gbc/gbc_help.h - main/gbc/gbc_read.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/55d7f20d80192df8e533fb517364d7c48a662b9d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/55d7f20d80192df8e533fb517364d7c48a662b9d 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 Nov 15 22:25:44 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 21:25:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 8 commits: Fix compiler warning in gb.qt5 about deprecation of QFontMetrics::width() Message-ID: <5dcf17d97250f_141c3ff8a59b31b470010@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: daf012a2 by Laurent Carlier at 2019-11-02T17:52:49Z Fix compiler warning in gb.qt5 about deprecation of QFontMetrics::width() QFontMetrics::width() is deprecated since Qt 5.11 - - - - - 082eb5b7 by Laurent Carlier at 2019-11-02T17:53:00Z Fix compiler warning in gb.qt5 about deprecation of QString::null QString::null is deprecated since Qt 5.9 Use QString() instead for both qt4 and qt5 components as it constructs a null string. - - - - - 2e1dd1a2 by Laurent Carlier at 2019-11-02T17:53:00Z Fix compiler warning in gb.qt5 about deprecation of QString::sprintf() QString::sprintf() is deprecated since Qt 5.14 Use QString().arg() instead for both qt4 and qt5 components. - - - - - 07f35841 by Laurent Carlier at 2019-11-02T17:53:00Z Fix compiler warning in gb.qt5 about deprecation of QPainter::initFrom() QPainter::initFrom() is deprecated since Qt 5.13 Use QPainter::begin() instead for both qt4 and qt5 components v2: remove pf.begin() to avoid warning message "QPainter::begin: Painter already active" - - - - - a5836ec5 by Laurent Carlier at 2019-11-02T17:53:00Z Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::availableGeometry() and QDesktopWidget::screenGeometry() Both are deprecated since Qt 5.11 Use QGuiApplication::screens() instead. - - - - - 3d9f5cc9 by Laurent Carlier at 2019-11-02T17:53:00Z Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::primaryScreen() QApplication::desktop()->primaryScreen() is deprecated since Qt 5.11 Use QGuiApplication::primaryScreen() instead. - - - - - 9e958b2c by Laurent Carlier at 2019-11-02T17:53:00Z Fix warning about converting a packed CWIDGET pointer.....may result in an unaligned pointer value Remove PACKED attribute - it doesn't change the size of CWIDGET (56 on x86_64) - - - - - aab0d937 by Beno?t Minisini at 2019-11-15T21:25:42Z Merge branch 'qt-warning-fixes' into 'master' Qt warning fixes See merge request gambas/gambas!115 - - - - - 9 changed files: - gb.qt4/src/CDialog.cpp - gb.qt4/src/CDraw.cpp - gb.qt4/src/CDrawingArea.cpp - gb.qt4/src/CScreen.cpp - gb.qt4/src/CStyle.cpp - gb.qt4/src/CTabStrip.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/CWindow.cpp - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065 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 Nov 15 22:33:56 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 21:33:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: new component gb.test Message-ID: <5dcf19c630e85_141c3ff862d30c8070391@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6beaefbe by Christof Thalhofer at 2019-11-15T21:33:54Z new component gb.test [GB.TEST] * NEW: component for unittesting - - - - - b15934b2 by Beno?t Minisini at 2019-11-15T21:33:55Z Merge branch 'gb.test-new' into 'master' new component gb.test See merge request gambas/gambas!111 - - - - - 23 changed files: - + comp/src/gb.test/.component - + comp/src/gb.test/.directory - + comp/src/gb.test/.hidden/CHANGELOG - + comp/src/gb.test/.icon.png - + comp/src/gb.test/.lang/de.po - + comp/src/gb.test/.project - + comp/src/gb.test/.src/TestMe.module - + comp/src/gb.test/.src/TestMyself/TestAllAsserts.class - + comp/src/gb.test/.src/TestMyself/TestError.class - + comp/src/gb.test/.src/TestMyself/TestFailures.class - + comp/src/gb.test/.src/TestMyself/TestSetup.class - + comp/src/gb.test/.src/TestMyself/TestSetupCrash.class - + 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/gb.test/LICENSE - + comp/src/gb.test/README.md - + comp/src/gb.test/test.sh - + comp/src/gb.test/unittesthelloworld-0.0.3.tar.gz View it on GitLab: https://gitlab.com/gambas/gambas/compare/aab0d93763f445421b5f7947bdfba978063bb065...b15934b2b6ea58dd7f6689c8180931e10172e6fd -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/aab0d93763f445421b5f7947bdfba978063bb065...b15934b2b6ea58dd7f6689c8180931e10172e6fd 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 Nov 15 23:52:39 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 22:52:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'gb.test' to the 'comp/src/order' component list file. Message-ID: <5dcf2c3764afa_5ae83fe4dccc9e5c5002f@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 575bdb30 by gambas at 2019-11-15T22:51:53Z Add 'gb.test' to the 'comp/src/order' component list file. [CONFIGURATION] * Add 'gb.test' to the 'comp/src/order' component list file. - - - - - 1 changed file: - comp/src/order View it on GitLab: https://gitlab.com/gambas/gambas/commit/575bdb30d752c1be8627af2df1e1163dc57cc9fd -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/575bdb30d752c1be8627af2df1e1163dc57cc9fd 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 Nov 15 23:55:08 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 22:55:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable some compiler warnings and remove unnecessary PACKED directives. Message-ID: <5dcf2ccd2889e_141e3fe8a882064c2889f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61af5405 by gambas at 2019-11-15T22:53:25Z Disable some compiler warnings and remove unnecessary PACKED directives. [INTERPRETER] * BUG: Disable some compiler warnings that generate false positives. [GB.GEOM] * BUG: Remove unnecessary PACKED directives. - - - - - 3 changed files: - main/gbx/Makefile.am - main/lib/geom/gb.geom.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/61af540536823c91489e91d2d3ecae23a56e10e8 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/61af540536823c91489e91d2d3ecae23a56e10e8 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 Nov 15 23:59:06 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 22:59:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Implement '@{help}' command that inserts help defined in source code comments. Message-ID: <5dcf2dbbb48ee_5ae83fe4d1d948ec507ac@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47ccde0e by gambas at 2019-11-15T22:58:03Z Implement '@{help}' command that inserts help defined in source code comments. [WIKI] * NEW: Use the full page width. * NEW: Implement '@{help}' command that inserts help defined in source code comments. - - - - - 7 changed files: - app/src/gambas-wiki/.public/style-nh.css - app/src/gambas-wiki/.public/style.css - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/OldWiki.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas-wiki/.src/WikiMarkdown.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/47ccde0e2ec7ee2dbf9d49e7b7a5b4b0cd736ccb -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/47ccde0e2ec7ee2dbf9d49e7b7a5b4b0cd736ccb 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 Nov 16 00:00:21 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 23:00:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Document the component with help comments. Message-ID: <5dcf2e05d837d_4cf43fedf2de781065848@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 410d8e8b by gambas at 2019-11-15T22:59:32Z Document the component with help comments. [GB.FORM.TERMINAL] * NEW: Document the component with help comments. - - - - - 6 changed files: - comp/src/gb.form.terminal/.component - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.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 View it on GitLab: https://gitlab.com/gambas/gambas/commit/410d8e8b5b0daf88d0bfb3ec89121ad979dc9b33 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/410d8e8b5b0daf88d0bfb3ec89121ad979dc9b33 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 Nov 16 00:00:54 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Nov 2019 23:00:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the VERSION file for component version. Message-ID: <5dcf2e275ca3e_141a3fc700276c747897b@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3bbb4c4b by gambas at 2019-11-15T23:00:33Z Use the VERSION file for component version. [GB.TEST] * NEW: Use the VERSION file for component version. - - - - - 3 changed files: - comp/src/gb.test/.component - comp/src/gb.test/.icon.png - comp/src/gb.test/.project View it on GitLab: https://gitlab.com/gambas/gambas/commit/3bbb4c4b8d1664bac03c2567ea482b75d229ae7f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3bbb4c4b8d1664bac03c2567ea482b75d229ae7f 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 Nov 17 19:09:55 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 17 Nov 2019 18:09:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 4 commits: Compile with PostgreSQL 12 Message-ID: <5dd18cf365dd4_4cfe3fa0c5f67ee46347d@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9c36522d by bgermann at 2019-11-17T17:11:19Z Compile with PostgreSQL 12 [GB.DB.POSTGRESQL] * Compile with PostgreSQL 12 - - - - - 483ffdba by gambas at 2019-11-17T17:12:46Z Fix Find() method on Float, Single, and Long arrays. [INTERPRETER] * BUG: Fix Find() method on Float, Single, and Long arrays. - - - - - d06b3346 by gambas at 2019-11-17T17:13:11Z Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt. [GB.GUI.BASE] * NEW: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt. - - - - - 048ea5c5 by gambas at 2019-11-17T18:09:18Z Switch version to 3.14.2. [CONFIGURATION] * NEW: Switch version to 3.14.2. - - - - - 6 changed files: - VERSION - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class - gb.db.postgresql/src/main.c - main/gbx/gbx_c_array.c - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/compare/02738f128dc7f8c3aa6ada806deb777a69a35f96...048ea5c5d7bb1c0af390da18f4e6648ebd844251 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/02738f128dc7f8c3aa6ada806deb777a69a35f96...048ea5c5d7bb1c0af390da18f4e6648ebd844251 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 Nov 17 19:10:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 17 Nov 2019 18:10:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.14.2 Message-ID: <5dd18d267dec2_5aec3f8802a13ba4853dc@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed new tag 3.14.2 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.14.2 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 Nov 19 22:31:56 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 19 Nov 2019 21:31:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix quoted-printable encoding of headers and mime part boundaries. Message-ID: <5dd45f4de7df5_8e63fe3e7f23b0891422@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9e078197 by gambas at 2019-11-19T21:31:48Z Fix quoted-printable encoding of headers and mime part boundaries. [GB.NET.SMTP] * BUG: Fix quoted-printable encoding of headers containing e-mail addresses. * BUG: Add '_=' sequence in mime part boundaries, as this sequence should not be present in encoded data. - - - - - 6 changed files: - comp/src/gb.net.smtp/.component - comp/src/gb.net.smtp/.project - comp/src/gb.net.smtp/.src/Encode.module - comp/src/gb.net.smtp/.src/SmtpClient.class - comp/src/gb.net.smtp/.src/SmtpPart.class - comp/src/gb.net.smtp/.src/SmtpSession.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/9e0781971964dc9a088e683547209976877867cf -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9e0781971964dc9a088e683547209976877867cf 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 Nov 21 18:39:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 21 Nov 2019 17:39:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly deal with '&' in bookmark names and MenuButton shortcuts. Message-ID: <5dd6cbd4e4f7c_4fe53fcbd158a124102b9@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c9461d9 by gambas at 2019-11-21T17:37:48Z Correctly deal with '&' in bookmark names and MenuButton shortcuts. [GB.FORM] * BUG: MenuButton: Correctly deal with '&' shortcut character. * BUG: FileChooser: Correctly deal with '&' in bookmark names. - - - - - 2 changed files: - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/0c9461d974a9141cc589edf631c90b3cad7c07e3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0c9461d974a9141cc589edf631c90b3cad7c07e3 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 Nov 21 18:40:56 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 21 Nov 2019 17:40:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add '_ready' to the list of special methods. Message-ID: <5dd6cc28c45a0_43793fba7227ae1825043@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4509c61b by gambas at 2019-11-21T17:40:30Z Add '_ready' to the list of special methods. [DEVELOPMENT ENVIRONMENT] * BUG: Add '_ready' to the list of special methods. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Code/FCompletion.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/4509c61b31f7e8a0c9838fbad3f14d75baa40df9 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4509c61b31f7e8a0c9838fbad3f14d75baa40df9 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 Nov 24 22:09:34 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 24 Nov 2019 21:09:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] JSONCollection.Copy() now correctly returns a JSONCollection object. Message-ID: <5ddaf18e9b42b_e8c3fe663ea4550751d2@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5bd12ffe by gambas at 2019-11-24T21:09:25Z JSONCollection.Copy() now correctly returns a JSONCollection object. [GB.UTIL.WEB] * BUG: JSONCollection.Copy() now correctly returns a JSONCollection object. - - - - - 3 changed files: - comp/src/gb.util.web/.component - comp/src/gb.util.web/.project - comp/src/gb.util.web/.src/JSONCollection.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/5bd12ffeae796801a2eb8cf41ca8b4d317708a18 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5bd12ffeae796801a2eb8cf41ca8b4d317708a18 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 Nov 25 22:05:23 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 25 Nov 2019 21:05:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix Archlinux package generation Message-ID: <5ddc42153985_69a13ff9d1c98f14100519@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c698c319 by Laurent Carlier at 2019-11-25T17:36:00Z Fix Archlinux package generation [DEVELOPMENT ENVIRONMENT] * BUG: Fix archlinux package generation. * NEW: Update French translation. Fixes bug report 1682 - - - - - 308282d2 by Beno?t Minisini at 2019-11-25T21:05:21Z Merge branch 'archlinux-package-fix' into 'master' Fix Archlinux package generation See merge request gambas/gambas!118 - - - - - 2 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/compare/5bd12ffeae796801a2eb8cf41ca8b4d317708a18...308282d2daa0cfb1738452792df1446dc41c8878 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/5bd12ffeae796801a2eb8cf41ca8b4d317708a18...308282d2daa0cfb1738452792df1446dc41c8878 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 Nov 26 00:11:58 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 25 Nov 2019 23:11:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix management of dynamically created popups. Message-ID: <5ddc5fbfea7f5_2fe3fd635ff062c105979@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 77af8368 by gambas at 2019-11-25T23:10:36Z Fix management of dynamically created popups. [GB.WEB.FORM] * BUG: Fix management of dynamically created popups. - - - - - 1e507837 by gambas at 2019-11-25T23:11:48Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 17 changed files: - comp/src/gb.web.form/.project - comp/src/gb.web.form/.src/Arrange.class - + comp/src/gb.web.form/.src/Test/Embed1.class - + comp/src/gb.web.form/.src/Test/Embed1.webform - + comp/src/gb.web.form/.src/Test/Embed2.class - + comp/src/gb.web.form/.src/Test/Embed2.webform - comp/src/gb.web.form/.src/Test/FTestWebUploader.class - comp/src/gb.web.form/.src/Test/Webform2.webform - comp/src/gb.web.form/.src/Test/Webform7.class - comp/src/gb.web.form/.src/Test/Webform8.class - comp/src/gb.web.form/.src/WebButton.class - comp/src/gb.web.form/.src/WebCheckBox.class - comp/src/gb.web.form/.src/WebComboBox.class - comp/src/gb.web.form/.src/WebContainer.class - comp/src/gb.web.form/.src/WebControl.class - comp/src/gb.web.form/.src/WebForm.class - comp/src/gb.web.form/.src/WebWindow.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/308282d2daa0cfb1738452792df1446dc41c8878...1e507837a107ad95f60e3a89dd8bb078cff973be -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/308282d2daa0cfb1738452792df1446dc41c8878...1e507837a107ad95f60e3a89dd8bb078cff973be 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 Nov 26 00:17:27 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 25 Nov 2019 23:17:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: The '@help' command now can retrieve class help comments. Message-ID: <5ddc61076a4d6_4f153fa8c270e3ec50029@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61e9f2d0 by gambas at 2019-11-25T23:12:47Z The '@help' command now can retrieve class help comments. [WIKI] * NEW: The '@help' command now can retrieve class help comments. - - - - - 0f8b929e by gambas at 2019-11-25T23:15:23Z Project properties dialog: Add an option to add the current git branch to the project version number. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Project properties dialog: Add an option to add the current git branch to the project version number. - - - - - 12 changed files: - app/src/gambas-wiki/.src/CClassInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas-wiki/.src/WikiMarkdown.class - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/1e507837a107ad95f60e3a89dd8bb078cff973be...0f8b929e855a5307a7a4b352f076b139fa3bee73 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1e507837a107ad95f60e3a89dd8bb078cff973be...0f8b929e855a5307a7a4b352f076b139fa3bee73 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 Nov 29 11:07:38 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 29 Nov 2019 10:07:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add '.startup', '.list' and '.info' to projet default gitignore file. Message-ID: <5de0edebb5579_5e953ff24f3bc8e814225@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 32ff6f4b by gambas at 2019-11-29T10:06:33Z Add '.startup', '.list' and '.info' to projet default gitignore file. [DEVELOPMENT ENVIRONMENT] * NEW: Add '.startup', '.list' and '.info' to projet default gitignore file. - - - - - 2 changed files: - app/src/gambas3/.src/Project.module - app/src/gambas3/gitignore View it on GitLab: https://gitlab.com/gambas/gambas/commit/32ff6f4b3609f6fc0856aade9bdfaa6b67500eef -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/32ff6f4b3609f6fc0856aade9bdfaa6b67500eef 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 Nov 30 06:33:45 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 30 Nov 2019 05:33:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix static array management. Message-ID: <5de1ff3a20b5a_58be3fc44ebcb2fc770cd@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b092a951 by gambas at 2019-11-30T05:29:17Z Fix static array management. [COMPILER] * BUG: Allow static arrays to be used with the point operator. [INTERPRETER] * BUG: Fix static array management. They are not read-only anymore. Only methods that want to modify the size of the array are forbidden, as well as the ReadOnly property. - - - - - 3 changed files: - main/gbc/gbc_trans_expr.c - main/gbx/gbx_c_array.c - main/gbx/gbx_c_array.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/b092a951322cf3bdd1b016801946dd72908014d6 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b092a951322cf3bdd1b016801946dd72908014d6 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 Nov 30 07:03:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 30 Nov 2019 06:03:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Window: set the window size at creation to 1x1, so that there is no default size. Message-ID: <5de2064395c03_1ea63ff9cb072f6070377@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f353623 by gambas at 2019-11-30T06:02:46Z Window: set the window size at creation to 1x1, so that there is no default size. [GB.QT4] * BUG: Window: set the window size at creation to 1x1, so that there is no default size. [GB.QT5] * BUG: Window: set the window size at creation to 1x1, so that there is no default size. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/8f35362387083d796ed94bd6ef3b43e94ee101cf -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8f35362387083d796ed94bd6ef3b43e94ee101cf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: