From gitlab at mg.gitlab.com Thu Aug 1 01:14:45 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 31 Jul 2019 23:14:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: GridView: Rich-text in centered cells with no text wrapping is correctly drawn now. Message-ID: <5d4220e65f663_7dfb3fdb843513cc335098fd@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 11bd8cca by gambas at 2019-07-31T23:12:25Z GridView: Rich-text in centered cells with no text wrapping is correctly drawn now. [GB.GUI.BASE] * BUG: GridView: Rich-text in centered cells with no text wrapping is correctly drawn now. - - - - - 5b7842e7 by gambas at 2019-07-31T23:13:37Z About dialog: Display financial support again. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support file. * NEW: About dialog: Display financial support again. - - - - - 4 changed files: - ? app/src/gambas3/.hidden/font/GambasMedium-14.sfd - app/src/gambas3/.src/Welcome/FAbout.class - app/src/gambas3/support.txt - comp/src/gb.gui.base/.src/GridView/GridView.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/8134f37eccf577569d81604d51ecac9bc4186444...5b7842e76c9e757dd3ad48e01a3e630b802b3ebc -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/8134f37eccf577569d81604d51ecac9bc4186444...5b7842e76c9e757dd3ad48e01a3e630b802b3ebc 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 Aug 2 02:43:18 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Aug 2019 00:43:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix links inside symbol syntax, so that they keep the current language. Message-ID: <5d438727f08c1_49893fde3c09978c25876c@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c3b4a13a by gambas at 2019-08-02T00:42:12Z Fix links inside symbol syntax, so that they keep the current language. [WIKI CGI SCRIPT] * BUG: Fix links inside symbol syntax, so that they keep the current language. - - - - - 1 changed file: - app/src/gambas-wiki/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/c3b4a13aac12fdd41f333a1d3695931eff6a6907 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c3b4a13aac12fdd41f333a1d3695931eff6a6907 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 Aug 2 02:41:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Aug 2019 00:41:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Request: Fix Language property and add ContentType and ContentLength properties. Message-ID: <5d4386cbaf40f_597b3f938982112424974@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c8d94ef9 by gambas at 2019-08-02T00:36:16Z Request: Fix Language property and add ContentType and ContentLength properties. [GB.WEB] * NEW: Request.ContentType is a new property that returns the Content-Type HTTP header. * NEW: Request.ContentLength is a new property that returns the Content-Length HTTP header, or -1 if the header is not present. * BUG: Request.Language now uses an internal dictionary to convert the Accept-Language HTTP header to a correct system language. * BUG: Request.Language now takes the priority of languages specified in the Accept-Language HTTP header into account. * BUG: If the request exceeds the maximum size defined by Request.MaxFileSize, a "Request too big" error is raised instead of "Response too big". - - - - - 4 changed files: - comp/src/gb.web/.src/Main.module - comp/src/gb.web/.src/Request.module - comp/src/gb.web/.src/_Request_Post.class - + comp/src/gb.web/lang.cache View it on GitLab: https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a 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 Aug 3 00:14:39 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Aug 2019 22:14:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Static class initializer are now always correctly run in the context of their component. Message-ID: <5d44b5d0b5063_72593fb7550056d081005f6@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: db50637b by gambas at 2019-08-02T22:13:56Z Static class initializer are now always correctly run in the context of their component. [INTERPRETER] * BUG: Static class initializer are now always correctly run in the context of their component. - - - - - 1 changed file: - main/gbx/gbx_class_load.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/db50637bf4a789bdcb92f24963137ede0d7923db -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/db50637bf4a789bdcb92f24963137ede0d7923db 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 Aug 3 00:27:10 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Aug 2019 22:27:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The defaut country of language collection has been replaced by a string, faster to initialize. Message-ID: <5d44b8be71947_e2f3fbfb42dcea079177b5@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 57d9196c by gambas at 2019-08-02T22:25:57Z The defaut country of language collection has been replaced by a string, faster to initialize. [GB.WEB] * OPT: The defaut country of language collection has been replaced by a string, faster to initialize. - - - - - 1 changed file: - comp/src/gb.web/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/57d9196c90e514f6cacb116d21b4c197d168bdf4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/57d9196c90e514f6cacb116d21b4c197d168bdf4 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 Aug 3 00:34:15 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Aug 2019 22:34:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update default font with latest version of Gambas font. Message-ID: <5d44ba6927a7_49893fde3dc22ee0810097d@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7292f3b by gambas at 2019-08-02T22:33:46Z Update default font with latest version of Gambas font. [GB.SDL2] * NEW: Update default font with latest version of Gambas font. - - - - - 1 changed file: - gb.sdl2/src/default_font_data.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/f7292f3be8601d4134d2e5604aaf06e416d6f634 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f7292f3be8601d4134d2e5604aaf06e416d6f634 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 Aug 20 01:25:41 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 19 Aug 2019 23:25:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix incorrect datatype of some driver function arguments. Message-ID: <5d5b2ff71cb39_46c83f9ad67142a09110ac@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3364074b by gambas at 2019-08-19T23:23:59Z Fix incorrect datatype of some driver function arguments. [GB.COMPRESS.BZLIB2] * BUG: Fix incorrect datatype of some driver function arguments. * BUG: Fix a few error messages. [GB.COMPRESS.ZLIB] * BUG: Fix a few error messages. - - - - - 2 changed files: - gb.compress.bzlib2/src/main.c - gb.compress.zlib/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/3364074b48b61e180a3989fa331c410ac0ad05fc -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3364074b48b61e180a3989fa331c410ac0ad05fc 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 Aug 21 01:23:49 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 20 Aug 2019 23:23:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix boolean datatype management. Message-ID: <5d5c8105deee7_43cb3fa141a5b49c930289c@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4d59c606 by gambas at 2019-08-20T23:23:12Z Fix boolean datatype management. [GB.JIT] * BUG: Fix boolean datatype management. - - - - - 1 changed file: - main/lib/jit/gb.jit/jit.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/4d59c6062d11a69cebf9b7c31bce3438bf913d87 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4d59c6062d11a69cebf9b7c31bce3438bf913d87 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 Aug 21 02:41:20 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Aug 2019 00:41:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Fix a possible crash when dragging a toolbox control on a form. Message-ID: <5d5c93313ab50_43cb3fa137848efc9436763@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9bd4691b by gambas at 2019-08-21T00:40:29Z Form editor: Fix a possible crash when dragging a toolbox control on a form. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix a possible crash when dragging a toolbox control on a form. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/MPrint.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/9bd4691ba6e26e7bc59bb5c0c3871e0819b0bb9c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9bd4691ba6e26e7bc59bb5c0c3871e0819b0bb9c 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 Aug 21 21:20:33 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Aug 2019 19:20:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebForm: Forms embedded into other forms work correctly now. Message-ID: <5d5d998267589_68e63f821971b0f8731169d@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 791ca46d by gambas at 2019-08-21T19:18:34Z WebForm: Forms embedded into other forms work correctly now. [GB.WEB.FORM] * BUG: WebForm: Forms embedded into other forms work correctly now. * BUG: WebForm: An error is raised now when trying to show an embedded form. * BUG: WebForm: Fix message box icons pre-loading. - - - - - 7 changed files: - comp/src/gb.web.form/.project - + comp/src/gb.web.form/.src/Test/Webform7.class - + comp/src/gb.web.form/.src/Test/Webform7.webform - + comp/src/gb.web.form/.src/Test/Webform8.class - + comp/src/gb.web.form/.src/Test/Webform8.webform - comp/src/gb.web.form/.src/WebControl.class - comp/src/gb.web.form/.src/WebForm.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/791ca46db68f90cafc3868cff288b4e54398a2d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/791ca46db68f90cafc3868cff288b4e54398a2d0 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 Aug 21 21:21:48 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Aug 2019 19:21:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: Fix constructor signature computation. Message-ID: <5d5d99cc6eb5d_46033fc7a018f0cc167062a5@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 69231c5a by gambas at 2019-08-21T19:20:45Z Automatic completion: Fix constructor signature computation. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix constructor signature computation. - - - - - 1 changed file: - app/src/gambas3/.src/Component/CSymbolInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/69231c5ab6c830fb0c10da563da7867cca587563 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/69231c5ab6c830fb0c10da563da7867cca587563 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 Aug 21 22:09:49 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Aug 2019 20:09:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix JIT compilation when there are a lot of functions. Message-ID: <5d5da50e2034_46c83f9ab90f006c178419f0@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 411ee75e by gambas at 2019-08-21T20:08:45Z Fix JIT compilation when there are a lot of functions. [INTERPRETER] * BUG: Fix JIT compilation when there are a lot of functions. - - - - - 1 changed file: - main/gbx/gbx_jit.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/411ee75e7dfd4a79d303627652b32902942e5146 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/411ee75e7dfd4a79d303627652b32902942e5146 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 Aug 21 22:37:30 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Aug 2019 20:37:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] '&/' operator now automatically converts its arguments to strings. Message-ID: <5d5dab8a97c35_46033fc795197fc017052946@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b74fec6 by gambas at 2019-08-21T20:36:54Z '&/' operator now automatically converts its arguments to strings. [INTERPRETER] * NEW: '&/' operator now automatically converts its arguments to strings. - - - - - 1 changed file: - main/gbx/gbx_subr_string.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/7b74fec6cc70af95721d0e0ce2cdf24e8be52b86 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/7b74fec6cc70af95721d0e0ce2cdf24e8be52b86 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 Aug 22 03:19:14 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Aug 2019 01:19:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: PROPERTY...USE... is a new syntax to declare a property automatically... Message-ID: <5d5ded936e68f_145d3f96e3011bfc19484578@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: abf4dfb1 by gambas at 2019-08-22T01:13:58Z PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable. [COMPILER] * NEW: PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable. - - - - - b6900124 by gambas at 2019-08-22T01:18:37Z Update error messages. [DEVELOPMENT ENVIRONMENT] * NEW: Update error messages. * NEW: Update French translation. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Util/MErrorMessage.module - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_compile.c - main/gbc/gbc_header.c - main/gbc/gbc_output.c - main/gbc/gbc_trans_code.c - main/gbc/gbc_type.h - main/share/gbc_trans_common.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/7b74fec6cc70af95721d0e0ce2cdf24e8be52b86...b6900124a0be9810f641ad01510cabc63f3bda78 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/7b74fec6cc70af95721d0e0ce2cdf24e8be52b86...b6900124a0be9810f641ad01510cabc63f3bda78 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 Aug 22 03:20:14 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Aug 2019 01:20:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Take the window menu bar into account when drawing drag and drop frame. Message-ID: <5d5dedcf77ac2_68e63f82312a4da4839532e@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 445784e8 by gambas at 2019-08-22T01:19:40Z Take the window menu bar into account when drawing drag and drop frame. [GB.GUI.BASE] * BUG: Take the window menu bar into account when drawing drag and drop frame. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/445784e8205df3b29902c2adefbffbbfa03e6bb0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/445784e8205df3b29902c2adefbffbbfa03e6bb0 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 Aug 22 12:37:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Aug 2019 10:37:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix '&/' operator. Message-ID: <5d5e70659ecc5_43cb3fa138724534205821c1@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 51e271f1 by gambas at 2019-08-22T10:36:52Z Fix '&/' operator. [INTERPRETER] * BUG: Fix '&/' operator. - - - - - 1 changed file: - main/gbx/gbx_subr_string.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/51e271f107581f1b22684470aa6556e3caddce60 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/51e271f107581f1b22684470aa6556e3caddce60 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 Aug 24 01:58:02 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 23 Aug 2019 23:58:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot a comma in the error message list, making the raise of the last error message crash. Message-ID: <5d607d8a92442_46c83f9ae7175af4339070f4@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 56b7b9e3 by gambas at 2019-08-23T23:57:16Z Forgot a comma in the error message list, making the raise of the last error message crash. [INTERPRETER] * BUG: Forgot a comma in the error message list, making the raise of the last error message crash. - - - - - 1 changed file: - main/gbx/gb_error.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/56b7b9e3228312d5d037c473d027fbdf2e10b758 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/56b7b9e3228312d5d037c473d027fbdf2e10b758 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 Aug 26 00:27:51 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 25 Aug 2019 22:27:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update French translation. Message-ID: <5d630b6837122_46033fc795626b7c34314881@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d1948373 by gambas at 2019-08-25T22:27:29Z Update French translation. [GB.UTIL] * NEW: Update French translation. - - - - - 4 changed files: - comp/src/gb.util/.lang/fr.po - comp/src/gb.util/.project - comp/src/gb.util/.src/MMain.module - comp/src/gb.util/.src/MPhonetic_English.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/d1948373395efb45e259c183163f7731567d8f00 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d1948373395efb45e259c183163f7731567d8f00 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 Aug 27 13:00:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Aug 2019 11:00:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: TextEditor: Draw multi-line markers darker. Message-ID: <5d650d5ebd7c0_46c83f9ad3ce22fc4688586c@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7ad9db74 by gambas at 2019-08-27T10:55:07Z TextEditor: Draw multi-line markers darker. [GB.FORM.EDITOR] * NEW: TextEditor: Draw multi-line markers darker. - - - - - 649d3cd9 by gambas at 2019-08-27T10:56:12Z Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. - - - - - cf5be5b6 by gambas at 2019-08-27T10:57:25Z Some minus signs reformatting. [GB.REPORT2] * NEW: Some minus signs reformatting. - - - - - f7d07bae by gambas at 2019-08-27T10:58:51Z Component version is now taken from the VERSION file. [GB.XML] * BUG: Component version is now taken from the VERSION file. - - - - - 1cc44adf by gambas at 2019-08-27T11:00:03Z Update component version. [GB.NET.SMTP] * NEW: Update component version. [GB.SETTINGS] * NEW: Update component version. - - - - - 13 changed files: - app/src/gambas3/.src/FMain.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.net.smtp/.component - comp/src/gb.net.smtp/.project - comp/src/gb.report2/.component - comp/src/gb.report2/.project - comp/src/gb.report2/.src/ReportFrame.class - comp/src/gb.report2/.src/ReportLabel.class - comp/src/gb.settings/.component - comp/src/gb.settings/.project - gb.xml/src/gb.xml/.component - gb.xml/src/gb.xml/.icon.png - gb.xml/src/gb.xml/.project View it on GitLab: https://gitlab.com/gambas/gambas/compare/d1948373395efb45e259c183163f7731567d8f00...1cc44adf7901442c170f67eb6559a08f87345b90 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d1948373395efb45e259c183163f7731567d8f00...1cc44adf7901442c170f67eb6559a08f87345b90 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 Aug 28 00:02:58 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Aug 2019 22:02:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Contains new Italian translations Message-ID: <5d65a8934f60e_43cb3fa147e734ac50745779@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5193e79d by GianluigiOr at 2019-08-03T20:55:19Z Contains new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now complete. - - - - - 1a41272c by GianluigiOr at 2019-08-27T14:20:56Z Merge branch 'master' of https://gitlab.com/gambas/gambas into italian-translations - - - - - 6a0540a7 by GianluigiOr at 2019-08-27T16:01:24Z Contains fix and new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now fix and complete. [GB.UTIL] * NEW: The translation is now complete. - - - - - cce5b3eb by Beno?t Minisini at 2019-08-27T22:02:56Z Merge branch 'italian-translations' into 'master' Contains new Italian translations See merge request gambas/gambas!108 - - - - - 2 changed files: - app/src/gambas3/.lang/it.po - comp/src/gb.util/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/1cc44adf7901442c170f67eb6559a08f87345b90...cce5b3eb4274b6a4eadc29647d9bee80fddd5efb -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1cc44adf7901442c170f67eb6559a08f87345b90...cce5b3eb4274b6a4eadc29647d9bee80fddd5efb 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 Aug 28 00:40:59 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Aug 2019 22:40:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Menu editor: Double-clicking on a menu entry now automatically closes the menu... Message-ID: <5d65b17cd6b81_145d3f96eac0ebec5540698a@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46c63624 by gambas at 2019-08-27T22:39:08Z Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. [DEVELOPMENT ENVIRONMENT] * NEW: Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. * NEW: Translation dialog: The automatic translation now stops as soon as the translation program fails. * NEW: Update common Spanish translation. - - - - - 6 changed files: - app/src/gambas3/.lang/es.po - app/src/gambas3/.lang/es_ES.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FMenu.class - app/src/gambas3/.src/Translation/FTranslate.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/46c63624f9424f852dc6217b18de08eb2a795136 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/46c63624f9424f852dc6217b18de08eb2a795136 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 Aug 29 22:23:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 29 Aug 2019 20:23:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a 16 point size version of the medium Gambas font. Message-ID: <5d683430d9cf4_4fa73fcc2b7350503105c3@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 30b1912f by gambas at 2019-08-29T20:21:52Z Add a 16 point size version of the medium Gambas font. [DEVELOPMENT ENVIRONMENT] * NEW: Add a 16 point size version of the medium Gambas font. - - - - - 4 changed files: - + app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - + app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/commit/30b1912ffaec541c14f53f5bee6cd4a369b216d3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/30b1912ffaec541c14f53f5bee6cd4a369b216d3 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 Aug 29 23:33:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 29 Aug 2019 21:33:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Gambas medium size 16 font. Message-ID: <5d6844a6afb9_c183fb72f76d614631524@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 17d57a71 by gambas at 2019-08-29T21:32:43Z Update Gambas medium size 16 font. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas medium size 16 font. - - - - - 2 changed files: - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/commit/17d57a712a18db5490a9004596048e8a9d6d83c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/17d57a712a18db5490a9004596048e8a9d6d83c6 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 Aug 30 09:10:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Aug 2019 07:10:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] [GB.DB] Message-ID: <5d68cbf75e07c_3e293fa75e348bdc18781ad@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 234c2c69 by gambas at 2019-08-30T07:09:16Z [GB.DB] * NEW: Add a driver API that handles debugging messages. * NEW: Print the current date/time before any debugging message. [GB.DB.MYSQL] * NEW: Use the new driver API to print debugging messages. [GB.DB.ODBC] * NEW: Use the new driver API to print debugging messages. [GB.DB.POSTGRESQL] * NEW: Use the new driver API to print debugging messages. [GB.DB.SQLITE2] * NEW: Use the new driver API to print debugging messages. [GB.DB.SQLITE3] * NEW: Use the new driver API to print debugging messages. - - - - - 9 changed files: - gb.db.mysql/src/main.c - gb.db.odbc/src/main.c - gb.db.postgresql/src/main.c - gb.db.sqlite2/src/main.cpp - gb.db.sqlite3/src/main.c - main/gbx/gbx_local.c - main/lib/db/gb.db.h - main/lib/db/main.c - main/lib/db/main.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/234c2c690a934a2146cccd9b7c9665be931a1abb -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/234c2c690a934a2146cccd9b7c9665be931a1abb 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 Aug 30 18:38:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Aug 2019 16:38:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Gambas fonts. Message-ID: <5d69510749fa2_3e293fa75f7d8c286812899@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a116861d by gambas at 2019-08-30T16:37:49Z Update Gambas fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas Medium size 13 font. * NEW: Update Gambas Medium size 16 font. - - - - - 3 changed files: - app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/font/GambasMedium-13.bdf View it on GitLab: https://gitlab.com/gambas/gambas/commit/a116861d8e41db0badb488022dbbc363f543e175 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/a116861d8e41db0badb488022dbbc363f543e175 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: