From gitlab at mg.gitlab.com Fri Feb 1 11:54:19 2019 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Fri, 01 Feb 2019 10:54:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] gb.xml: declaration is case-insensitive Message-ID: <5c54255bb00bd_57843fcbab4cbdbc127974@sidekiq-asap-04-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: 579c9e1f by Tobias Boege at 2019-02-01T10:57:09Z gb.xml: <!DOCTYPE> declaration is case-insensitive [GB.XML] * BUG: <!DOCTYPE> declaration is case-insensitive. - - - - - 1 changed file: - gb.xml/src/document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/579c9e1fc7b826fd426feb5fd8bafea7ceebdd29 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/579c9e1fc7b826fd426feb5fd8bafea7ceebdd29 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 1 22:26:09 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Fri, 01 Feb 2019 21:26:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Circle mapItem now really have the good radius and MapPoint.Distance is now a static function Message-ID: <5c54b9721bcf0_1e1b3fe600e18b08473832@sidekiq-asap-05-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 0a6b9ff3 by gambix at 2019-02-01T21:23:52Z Circle mapItem now really have the good radius and MapPoint.Distance is now a static function [GB.MAP] * BUG: Circle map item now a really the good radius * OPT: MapPoint.Distance is now a static public Function - - - - - 13120e91 by gambix at 2019-02-01T21:24:58Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 3 changed files: - comp/src/gb.map/.src/Tests/Form4.class - comp/src/gb.map/.src/Types/MapPoint.class - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/579c9e1fc7b826fd426feb5fd8bafea7ceebdd29...13120e91b6638af06fb329b761a508c701f12db8 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/579c9e1fc7b826fd426feb5fd8bafea7ceebdd29...13120e91b6638af06fb329b761a508c701f12db8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 00:55:09 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 01 Feb 2019 23:55:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Workspace: Sometimes closing a tab with the middle button is triggered twice, ... Message-ID: <5c54dc5e2b491_5ba63fa04e78c78c4001f0@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 92a09ad1 by gambas at 2019-02-01T23:37:54Z Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround. [GB.FORM.MDI] * BUG: Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround. - - - - - c875f00a by gambas at 2019-02-01T23:40:30Z TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good. [GB.FORM] * NEW: TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good. - - - - - f812d812 by gambas at 2019-02-01T23:41:36Z Enhance the SpinBox control. [GB.GUI.BASE] * NEW: SpinBox: Alignment is a new property that allows to define the alignment of the control inner text. * NEW: SpinBox: ShowZero is a new property that tells to pad the displayed number with zeros. * NEW: SpinBox: Limit is a new event that is raised when the user tries to move past the maximum value, or beofre the minimum value. * BUG: SpinBox: The value entered with the keyboard is now always taken into account by the next use of the mouse. - - - - - 3a8b6873 by gambas at 2019-02-01T23:49:44Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 11 changed files: - comp/src/gb.form.mdi/.component - comp/src/gb.form.mdi/.lang/de.mo - comp/src/gb.form.mdi/.lang/it.mo - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class - + comp/src/gb.form/.hidden/control/timebox.png - comp/src/gb.form/.project - + comp/src/gb.form/.src/Date/TimeBox.class - + comp/src/gb.form/.src/Test/FTestTimeBox.class - + comp/src/gb.form/.src/Test/FTestTimeBox.form - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 01:07:10 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 02 Feb 2019 00:07:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Now that *.mo files are automatically generated by the compiler, do not put... Message-ID: <5c54df2f8ff21_4cca3ff990908728818738@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a7bbfbfb by gambas at 2019-02-01T23:55:16Z Now that *.mo files are automatically generated by the compiler, do not put them in the git repository. [CONFIGURATION] * NEW: Now that *.mo files are automatically generated by the compiler, do not put them in the git repository. - - - - - f9311313 by gambas at 2019-02-02T00:06:42Z Update French translation. [WIKI] * NEW: Update French translation. - - - - - 5 changed files: - .gitignore - app/src/gambas-wiki/.lang/fr.po - app/src/gambas-wiki/.lang/it.mo - app/src/gambas-wiki/.lang/it.po - app/src/gambas-wiki/.project View it on GitLab: https://gitlab.com/gambas/gambas/compare/3a8b687376f931794efa3235924d81dc4fc2be33...f931131317e6a4b9ec3173173e8373348b58e7a0 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/3a8b687376f931794efa3235924d81dc4fc2be33...f931131317e6a4b9ec3173173e8373348b58e7a0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 01:09:19 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 02 Feb 2019 00:09:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove '*.mo' files now automatically generated by the compiler, and other... Message-ID: <5c54dfafe8aea_15c63fe823340558451564@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5bb2f41b by gambas at 2019-02-02T00:07:37Z Remove '*.mo' files now automatically generated by the compiler, and other filed that should be ignored too. - - - - - 30 changed files: - ? .gitignore - ? app/examples/Basic/Blights/.lang/ca.mo - ? app/examples/Basic/Blights/.lang/cs.mo - ? app/examples/Basic/Blights/.lang/de.mo - ? app/examples/Basic/Blights/.lang/es.mo - ? app/examples/Basic/Blights/.lang/nl.mo - ? app/examples/Basic/Blights/.lang/sv.mo - ? app/examples/Basic/Collection/.lang/ca.mo - ? app/examples/Basic/Collection/.lang/cs.mo - ? app/examples/Basic/Collection/.lang/de.mo - ? app/examples/Basic/Collection/.lang/es.mo - ? app/examples/Basic/Collection/.lang/nl.mo - ? app/examples/Basic/Object/.lang/ca.mo - ? app/examples/Basic/Object/.lang/cs.mo - ? app/examples/Basic/Object/.lang/de.mo - ? app/examples/Basic/Object/.lang/es.mo - ? app/examples/Basic/Object/.lang/nl.mo - ? app/examples/Basic/Timer/.lang/ca.mo - ? app/examples/Basic/Timer/.lang/cs.mo - ? app/examples/Basic/Timer/.lang/de.mo - ? app/examples/Basic/Timer/.lang/es.mo - ? app/examples/Basic/Timer/.lang/nl.mo - ? app/examples/Control/ArrayOfControls/.lang/ca.mo - ? app/examples/Control/ArrayOfControls/.lang/cs.mo - ? app/examples/Control/ArrayOfControls/.lang/de.mo - ? app/examples/Control/ArrayOfControls/.lang/nl.mo - ? app/examples/Control/Embedder/.lang/ca.mo - ? app/examples/Control/Embedder/.lang/cs.mo - ? app/examples/Control/Embedder/.lang/de.mo - ? app/examples/Control/Embedder/.lang/es.mo View it on GitLab: https://gitlab.com/gambas/gambas/commit/5bb2f41b21b72a7747e4c0af5b6efd964488482a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5bb2f41b21b72a7747e4c0af5b6efd964488482a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 01:11:15 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 02 Feb 2019 00:11:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add the root '.gitignore' file, the only one that should be kept in the repository. Message-ID: <5c54e023c23c5_15c63fe82a5ab46c453881@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6c7837ec by gambas at 2019-02-02T00:10:46Z Add the root '.gitignore' file, the only one that should be kept in the repository. - - - - - 1 changed file: - + .gitignore View it on GitLab: https://gitlab.com/gambas/gambas/commit/6c7837ec0d99ed37f361a05bf2ec77315f8065f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6c7837ec0d99ed37f361a05bf2ec77315f8065f8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 02:01:21 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 02 Feb 2019 01:01:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] * Remove other '*.mo' files from the repository. Message-ID: <5c54ebe2906a8_4cca3ff96b69a1648619ee@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: efee886d by gambas at 2019-02-02T01:00:58Z * Remove other '*.mo' files from the repository. - - - - - 30 changed files: - ? app/src/gambas-farm-server/.gitignore - ? app/src/gambas-wiki/.lang/ar.mo - ? app/src/gambas-wiki/.lang/ca.mo - ? app/src/gambas-wiki/.lang/cs.mo - ? app/src/gambas-wiki/.lang/de.mo - ? app/src/gambas-wiki/.lang/es.mo - ? app/src/gambas-wiki/.lang/es_ES.mo - ? app/src/gambas-wiki/.lang/fa.mo - ? app/src/gambas-wiki/.lang/fr.mo - ? app/src/gambas-wiki/.lang/it.mo - ? app/src/gambas-wiki/.lang/nl.mo - ? app/src/gambas-wiki/.lang/pt_BR.mo - ? app/src/gambas-wiki/.lang/ru.mo - ? app/src/gambas-wiki/.lang/sv.mo - ? app/src/gambas-wiki/.lang/zh.mo - ? app/src/gambas3/.lang/ar.mo - ? app/src/gambas3/.lang/ca.mo - ? app/src/gambas3/.lang/cs.mo - ? app/src/gambas3/.lang/cy.mo - ? app/src/gambas3/.lang/de.mo - ? app/src/gambas3/.lang/el.mo - ? app/src/gambas3/.lang/es.mo - ? app/src/gambas3/.lang/es_ES.mo - ? app/src/gambas3/.lang/fa.mo - ? app/src/gambas3/.lang/fr.mo - ? app/src/gambas3/.lang/gl_ES.mo - ? app/src/gambas3/.lang/hr.mo - ? app/src/gambas3/.lang/hu.mo - ? app/src/gambas3/.lang/id.mo - ? app/src/gambas3/.lang/it.mo View it on GitLab: https://gitlab.com/gambas/gambas/commit/efee886dabb4b42e10e6de73062e9da608a39187 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/efee886dabb4b42e10e6de73062e9da608a39187 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 2 18:06:36 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Sat, 02 Feb 2019 17:06:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add the require of gb.eval and force the gb.eval componant loading if not done Message-ID: <5c55ce1c83d65_27843fc1b00f993c58885f@sidekiq-asap-05-sv-gprd.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 3482e7dd by gambix at 2019-02-02T17:06:31Z Add the require of gb.eval and force the gb.eval componant loading if not done [GB.REPORT] * BUG: Add the require for gb.eval in component info and force the loading of it. - - - - - 4 changed files: - comp/src/gb.report2/.component - comp/src/gb.report2/.icon.png - comp/src/gb.report2/.src/Report.class - comp/src/gb.report2/.src/Viewer/ReportView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/3482e7dda0ee388c71487ce86c0b31d1ce54b9b8 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3482e7dda0ee388c71487ce86c0b31d1ce54b9b8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 5 02:25:18 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 05 Feb 2019 01:25:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Translation dialog: Add two buttons to move between translated strings and... Message-ID: <5c58e5ff5f78d_7edf3fd76ed7c7a8283ec@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4226f329 by gambas at 2019-02-05T01:23:12Z Translation dialog: Add two buttons to move between translated strings and redesign the dialog a bit. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: Move the current translation related buttons to their own toolbars juste above the translation field. * NEW: Translation dialog: Add two buttons to move between translated strings. - - - - - 66a4368b by gambas at 2019-02-05T01:25:07Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - app/src/gambas3/.lang/es_ES.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/compare/3482e7dda0ee388c71487ce86c0b31d1ce54b9b8...66a4368ba05518b1fba515a768c2be75ab33996a -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/3482e7dda0ee388c71487ce86c0b31d1ce54b9b8...66a4368ba05518b1fba515a768c2be75ab33996a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 6 19:03:21 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 06 Feb 2019 18:03:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix packager creates component name with leading dot Message-ID: <5c5b216a5568e_56063fa86f8d2fc827258d@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4dae37d4 by christof at 2019-01-21T13:54:34Z Fix packager creates component name with leading dot this happend if vendorname = Null - - - - - a5ec01c2 by Beno?t Minisini at 2019-02-06T18:03:19Z Merge branch 'componentwithoutdot' into 'master' Fix packager creates component name with leading dot See merge request gambas/gambas!61 - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/compare/66a4368ba05518b1fba515a768c2be75ab33996a...a5ec01c2523c97edd3e57bcacef4de455961baba -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/66a4368ba05518b1fba515a768c2be75ab33996a...a5ec01c2523c97edd3e57bcacef4de455961baba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 6 22:18:54 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 06 Feb 2019 21:18:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: fix slackware package genreation Message-ID: <5c5b4f4078989_51ae3fc2e88f457c711577@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d2ed9a43 by Tim Dickson at 2019-02-06T20:57:04Z fix slackware package genreation [DEVELOPMENT ENVIRONMENT] * BUG: generate missing doinst.sh file for desktop packages * BUG: make requires file point at correct package for slapt-get * BUG: generate one package for slackware, as dep packages are not used. - - - - - 4770a192 by Beno?t Minisini at 2019-02-06T21:18:53Z Merge branch 'master' into 'master' fix slackware package genreation See merge request gambas/gambas!65 - - - - - 2 changed files: - app/src/gambas3/.src/Packager/Package.module - + app/src/gambas3/.src/Packager/Package.module.orig View it on GitLab: https://gitlab.com/gambas/gambas/compare/a5ec01c2523c97edd3e57bcacef4de455961baba...4770a192f85b78c4811f850e61f47eca8a77e58c -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/a5ec01c2523c97edd3e57bcacef4de455961baba...4770a192f85b78c4811f850e61f47eca8a77e58c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 6 23:25:08 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 06 Feb 2019 22:25:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Cosmetic enhancement of the fix on package names with a leading dot. Message-ID: <5c5b5ec5ea98c_69493fdb18ecb78c2200256@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6d12e87a by gambas at 2019-02-06T21:24:35Z Cosmetic enhancement of the fix on package names with a leading dot. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Cosmetic enhancement of the fix on package names with a leading dot. - - - - - 8d04122c by gambas at 2019-02-06T21:25:44Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - c0eab6b4 by gambas at 2019-02-06T22:23:18Z Don't crash if a component use NULL as error message argument. Replace it by a void string. [INTERPRETER] * BUG: Don't crash if a component use NULL as error message argument. Replace it by a void string. - - - - - 466a5704 by gambas at 2019-02-06T22:24:08Z Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly. [GB.DB] * BUG: Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly. - - - - - 6 changed files: - app/src/gambas3/.src/Packager/Package.module - main/gbx/gb_error.c - main/lib/db/CTable.c - main/lib/db/gb.db/.component - main/lib/db/gb.db/.project - main/lib/db/gb.db/.src/Connection.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/4770a192f85b78c4811f850e61f47eca8a77e58c...466a570451a556eab4f649a12f64ee458c4f0901 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/4770a192f85b78c4811f850e61f47eca8a77e58c...466a570451a556eab4f649a12f64ee458c4f0901 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 7 14:22:26 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 07 Feb 2019 13:22:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Support for automatic translation based on 'translate-shell' tool. Message-ID: <5c5c3113c0a33_75ce3ffc50ee35f4456150@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2a8ebf36 by gambas at 2019-02-07T13:20:43Z Support for automatic translation based on 'translate-shell' tool. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: Support for automatic translation based on 'translate-shell' tool. * NEW: Option dialog: Support for automatic translation based on 'translate-shell' tool. * BUG: Mark some strings in forms as not to be translated. * NEW: Update the Spanish translation. - - - - - 5 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.lang/es.po - app/src/gambas3/.lang/es_ES.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/id.po View it on GitLab: https://gitlab.com/gambas/gambas/commit/2a8ebf365970057153b62db3c222239abb2d07c8 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/2a8ebf365970057153b62db3c222239abb2d07c8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 8 00:43:09 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 07 Feb 2019 23:43:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: Deleting a translation correctly removes it from the translation combo box. Message-ID: <5c5cc28def5f9_5c073fd1f5dd067410868e6@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 019bae27 by gambas at 2019-02-07T23:42:20Z Translation dialog: Deleting a translation correctly removes it from the translation combo box. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: Deleting a translation correctly removes it from the translation combo box. - - - - - 1 changed file: - app/src/gambas3/.src/Translation/FTranslate.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/019bae27897903b9ffb65b545f83b28c181c075b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/019bae27897903b9ffb65b545f83b28c181c075b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 8 01:07:23 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 08 Feb 2019 00:07:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains fix and new Italian translations Message-ID: <5c5cc83c450aa_2e973fe13439c088111086@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 80cc24b6 by GianluigiOr at 2019-02-07T22:51:59Z Contains fix and new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now complete and correct. - - - - - 66b357dc by Beno?t Minisini at 2019-02-08T00:07:21Z Merge branch 'italian-translations' into 'master' Contains fix and new Italian translations See merge request gambas/gambas!66 - - - - - 1 changed file: - app/src/gambas3/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/019bae27897903b9ffb65b545f83b28c181c075b...66b357dcf392963c4476a5d300b6374e924f14e4 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/019bae27897903b9ffb65b545f83b28c181c075b...66b357dcf392963c4476a5d300b6374e924f14e4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 8 23:08:48 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 08 Feb 2019 22:08:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Unused function warnings now point at the beginning of the function. Message-ID: <5c5dfdf0d7428_68613f9ae81b5db057945c@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f729896 by gambas at 2019-02-08T22:07:47Z Unused function warnings now point at the beginning of the function. [COMPILER] * BUG: Unused function warnings now point at the beginning of the function. - - - - - 66253171 by gambas at 2019-02-08T22:08:34Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - main/gbc/gbc_class.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/66b357dcf392963c4476a5d300b6374e924f14e4...66253171fd083697257452bf7b0825361ae75b85 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/66b357dcf392963c4476a5d300b6374e924f14e4...66253171fd083697257452bf7b0825361ae75b85 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 9 15:05:49 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 09 Feb 2019 14:05:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: URLLabel: Rewrite the control as a child of Label. Message-ID: <5c5ede3edcde5_70dc3f87238747ec33055f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 24c2f184 by gambas at 2019-02-09T13:26:47Z URLLabel: Rewrite the control as a child of Label. [GB.FORM] * NEW: URLLabel: Rewrite the control as a child of Label. - - - - - a5660d9b by gambas at 2019-02-09T13:27:31Z Fix how format on load & save option is taken into account. [DEVELOPMENT ENVIRONMENT] * BUG: Format on load & save option now mark the files as modified, so that search does not become silly. * BUG: Format on load & save option is now taken into account by the text editor, not just by code editor. * NEW: URLLabel.Padding now works correctly in form editor. - - - - - 20 changed files: - app/src/gambas3/.src/Component/CPropertyInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/img/background/christ.png - comp/src/gb.form/.lang/ar.po - comp/src/gb.form/.lang/cs.po - comp/src/gb.form/.lang/es.po - comp/src/gb.form/.lang/es_ES.po - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.src/Date/FCalendar.form - comp/src/gb.form/.src/File/Bookmark/FEditBookmark.form - comp/src/gb.form/.src/File/Properties/FFileProperties.form - comp/src/gb.form/.src/Test/FSwitchButton.form - comp/src/gb.form/.src/Test/FTestMessageView.form - comp/src/gb.form/.src/Test/FTestWizard.form - comp/src/gb.form/.src/Test/Form2.form - comp/src/gb.form/.src/ToolPanel/FToolBar.form - comp/src/gb.form/.src/URLLabel.class - comp/src/gb.form/.src/Wizard/FWizard.form View it on GitLab: https://gitlab.com/gambas/gambas/compare/66253171fd083697257452bf7b0825361ae75b85...a5660d9ba89c4f75d4640d0c572b7e395cbb26ee -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/66253171fd083697257452bf7b0825361ae75b85...a5660d9ba89c4f75d4640d0c572b7e395cbb26ee You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 9 16:08:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 09 Feb 2019 15:08:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix corrupted test form. Message-ID: <5c5eecd2cd5fd_70dc3f87238747ec3605c@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ab745c2 by gambas at 2019-02-09T15:07:17Z Fix corrupted test form. [GB.FORM] * BUG: Fix corrupted test form. - - - - - 1 changed file: - comp/src/gb.form/.src/Test/FSwitchButton.form View it on GitLab: https://gitlab.com/gambas/gambas/commit/8ab745c21a129814f115f1080ba6fcbdabd657a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8ab745c21a129814f115f1080ba6fcbdabd657a7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 11 01:22:36 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 11 Feb 2019 00:22:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Option dialog: Add new snippets and display custom snippets in bold. Message-ID: <5c60c04d424f9_a743fe4931244c490617d@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5318c1db by gambas at 2019-02-11T00:21:44Z Option dialog: Add new snippets and display custom snippets in bold. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Add new snippets. * NEW: Option dialog: Display custom snippets in bold. - - - - - 2 changed files: - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/snippets View it on GitLab: https://gitlab.com/gambas/gambas/commit/5318c1db60ed55eb14d8feb4563f99b3aee63f1a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5318c1db60ed55eb14d8feb4563f99b3aee63f1a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 11 14:47:29 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 11 Feb 2019 13:47:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations Message-ID: <5c617cf2a35a8_4fd13f7f518f931818123e@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f3d0e359 by GianluigiOr at 2019-02-09T15:51:51Z Contains new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now complete. - - - - - 8b825452 by Beno?t Minisini at 2019-02-11T13:47:16Z Merge branch 'italian-translations' into 'master' Update Italian translation. See merge request gambas/gambas!67 - - - - - 1 changed file: - app/src/gambas3/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/5318c1db60ed55eb14d8feb4563f99b3aee63f1a...8b825452693a6d0d505a2b289c56d0a3ebe64705 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/5318c1db60ed55eb14d8feb4563f99b3aee63f1a...8b825452693a6d0d505a2b289c56d0a3ebe64705 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 11 14:48:00 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 11 Feb 2019 13:48:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Replace pt_BR.po, updated translation. Message-ID: <5c617d10c69e1_1fb03fc8cc9ddd78113447@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b565ce87 by Gen Braga at 2019-02-11T13:16:24Z Replace pt_BR.po, updated translation. - - - - - a761404a by Beno?t Minisini at 2019-02-11T13:47:58Z Merge branch 'undefined' into 'master' Replace pt_BR.po, updated translation. See merge request gambas/gambas!68 - - - - - 1 changed file: - app/src/gambas3/.lang/pt_BR.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/8b825452693a6d0d505a2b289c56d0a3ebe64705...a761404ac972ca32684e31fae7e18288951299e3 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/8b825452693a6d0d505a2b289c56d0a3ebe64705...a761404ac972ca32684e31fae7e18288951299e3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 11 14:55:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 11 Feb 2019 13:55:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5c617eb71c491_66d23f832d4cd638947c5@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 24574407 by Beno?t Minisini at 2019-02-11T13:54:58Z Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/2457440701c5c6cc596f62d39147285829373197 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/2457440701c5c6cc596f62d39147285829373197 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 14 18:10:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 14 Feb 2019 17:10:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: WebTextArea: The Text property works correctly again. Message-ID: <5c65a101ae7c9_66d23fbd698d94a42181fe@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1bf58ddd by gambas at 2019-02-14T17:08:31Z WebTextArea: The Text property works correctly again. [GB.WEB.FORM] * BUG: WebTextArea: The Text property works correctly again. - - - - - 25226915 by gambas at 2019-02-14T17:09:41Z Support for integrated playground. [WIKI] * NEW: Support for integrated playground. - - - - - 98c6018e by gambas at 2019-02-14T17:10:09Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 12 changed files: - app/src/gambas-wiki/.lang/de.po - app/src/gambas-wiki/.lang/fr.po - + app/src/gambas-wiki/.public/playground.js - app/src/gambas-wiki/.public/style.css - + app/src/gambas-wiki/.public/waiting.gif - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.webpage - comp/src/gb.web.form/.component - comp/src/gb.web.form/.project - comp/src/gb.web.form/.src/Test/Webform6.class - comp/src/gb.web.form/.src/Test/Webform6.webform - comp/src/gb.web.form/.src/WebTextArea.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/2457440701c5c6cc596f62d39147285829373197...98c6018e186827a9c18789101a1ae32933465a3f -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/2457440701c5c6cc596f62d39147285829373197...98c6018e186827a9c18789101a1ae32933465a3f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 14 18:11:13 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 14 Feb 2019 17:11:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Curl.DefaultProxy is a new property that allows to define the default proxy of... Message-ID: <5c65a13234433_7b743fa435294adc1212bf@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a4fb029f by gambas at 2019-02-14T17:10:34Z Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. [GB.NET.CURL] * NEW: Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. - - - - - 6 changed files: - gb.net.curl/src/CCurl.c - gb.net.curl/src/CCurl.h - gb.net.curl/src/CProxy.c - gb.net.curl/src/CProxy.h - gb.net.curl/src/gbcurl.c - gb.net.curl/src/gbcurl.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/a4fb029fbff6d3946b17e2bd1fc4912caf5f9cf5 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/a4fb029fbff6d3946b17e2bd1fc4912caf5f9cf5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 14 23:21:25 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 14 Feb 2019 22:21:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: The inner shadow now covers the margin. Message-ID: <5c65e9e58ea80_2e653fec48e95100894448@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 315eb81d by gambas at 2019-02-14T22:21:18Z TextEditor: The inner shadow now covers the margin. [GB.FORM.EDITOR] * BUG: TextEditor: The inner shadow now covers the margin. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/315eb81d0f0223b5ae7b25c33105331f1491921d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/315eb81d0f0223b5ae7b25c33105331f1491921d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 14 23:26:07 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 14 Feb 2019 22:26:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Map.Proxy is a new property that allows to define the proxy used by all HTTP... Message-ID: <5c65eaff87979_7b743fa4352d93807111ad@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 757af8c1 by Gen Braga at 2019-02-14T22:26:05Z Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles. [GB.MAP] * NEW: Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles. - - - - - 40798a79 by Beno?t Minisini at 2019-02-14T22:26:05Z Merge branch 'master' into 'master' Added HTTP Proxy support. See merge request gambas/gambas!72 - - - - - 5 changed files: - comp/src/gb.map/.src/Map.class - comp/src/gb.map/.src/MapView.class - comp/src/gb.map/.src/Tests/Form4.class - + comp/src/gb.map/.src/Tools/_MapProxy.class - comp/src/gb.map/.src/_MapTile.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/315eb81d0f0223b5ae7b25c33105331f1491921d...40798a79182a8584d5e9d940d7b41db1a81831a5 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/315eb81d0f0223b5ae7b25c33105331f1491921d...40798a79182a8584d5e9d940d7b41db1a81831a5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 14 23:27:03 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 14 Feb 2019 22:27:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Make 'gb.pdf' compile with poppler-0.72 Message-ID: <5c65eb37a3a68_7b743fa4386ba8847126e0@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a03ffa0c by Bernhard M. Wiedemann at 2019-02-14T09:32:37Z Make 'gb.pdf' compile with poppler-0.72 completes commit a576b687dbf4c081cb7935c1698dad8f6ddb224a Without this change, it would complain about missing getCString because the POPPLER_VERSION_0_72 was not there. - - - - - 905e7c51 by Beno?t Minisini at 2019-02-14T22:27:01Z Merge branch 'poppler' into 'master' Make 'gb.pdf' compile with poppler-0.72 See merge request gambas/gambas!73 - - - - - 1 changed file: - gb.pdf/src/main.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/40798a79182a8584d5e9d940d7b41db1a81831a5...905e7c5160d7e1db4ee1960385b3cdf03980e596 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/40798a79182a8584d5e9d940d7b41db1a81831a5...905e7c5160d7e1db4ee1960385b3cdf03980e596 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 15 16:07:16 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 15 Feb 2019 15:07:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Do not reset CFLAGS or CXXFLAGS Message-ID: <5c66d5a538c4_18043f7db7091d2415769c5@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ee0b38be by bgermann at 2018-10-27T12:56:13Z Do not reset CFLAGS or CXXFLAGS Do not reset CFLAGS or CXXFLAGS so one can overwrite them. - - - - - b7a9af45 by Beno?t Minisini at 2019-02-15T15:07:14Z Merge branch 'flags' into 'master' Do not reset CFLAGS or CXXFLAGS See merge request gambas/gambas!50 - - - - - 1 changed file: - acinclude.m4 View it on GitLab: https://gitlab.com/gambas/gambas/compare/905e7c5160d7e1db4ee1960385b3cdf03980e596...b7a9af45c6f407b9ea13a1c580047511c40f3b3f -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/905e7c5160d7e1db4ee1960385b3cdf03980e596...b7a9af45c6f407b9ea13a1c580047511c40f3b3f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 16 02:01:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 16 Feb 2019 01:01:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix string to floating point conversion routine. Message-ID: <5c6760d7ac462_5f1c3fc64a8dae8c11349e@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b4a8adf2 by gambas at 2019-02-16T01:00:17Z Fix string to floating point conversion routine. [INTERPRETER] * BUG: Fix string to floating point conversion routine. - - - - - 1 changed file: - main/gbx/gbx_number.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b4a8adf22286f0e10170504e8804ffd98bbf0f90 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b4a8adf22286f0e10170504e8804ffd98bbf0f90 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 23 00:16:50 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 22 Feb 2019 23:16:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Windows without any active child control correctly catch keyboard events now. Message-ID: <5c7082e320256_6d783f883fb975d81516468@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa66e9bc by gambas at 2019-02-22T23:15:35Z Windows without any active child control correctly catch keyboard events now. [GB.GTK] * BUG: Windows without any active child control correctly catch keyboard events now. [GB.GTK3] * BUG: Windows without any active child control correctly catch keyboard events now. - - - - - 2 changed files: - gb.gtk/src/gapplication.cpp - gb.gtk/src/gkey.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/aa66e9bcd5f10719428d77014fda3c6df2093f26 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/aa66e9bcd5f10719428d77014fda3c6df2093f26 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 24 22:39:34 2019 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sun, 24 Feb 2019 21:39:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch gb.joystick Message-ID: <5c730f1751510_608b3fb751ee0dfc77957e@sidekiq-asap-03-sv-gprd.mail> Tobias Boege pushed new branch gb.joystick at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/gb.joystick You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 25 00:20:57 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 24 Feb 2019 23:20:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Put 'gbh3' back into the git repository. Message-ID: <5c7326da5e8db_6ef63ff6d19b997c89789d@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1f739469 by gambas at 2019-02-24T23:20:43Z Put 'gbh3' back into the git repository. [CONFIGURATION] * BUG: Don't put main/tools in .gitignore. [HELPER] * BUG: Put 'gbh3' back into the git repository. - - - - - 10 changed files: - .gitignore - + main/tools/gbh3/.directory - + main/tools/gbh3/.icon.png - + main/tools/gbh3/.project - + main/tools/gbh3/.src/MMain.module - + main/tools/gbh3/.src/MOldMain.module - + main/tools/gbh3/README - + main/tools/gbh3/icon.png - + main/tools/gbh3/license - + main/tools/gbh3/usage View it on GitLab: https://gitlab.com/gambas/gambas/commit/1f73946947fcc80a3e6fd15035f46434d801565f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/1f73946947fcc80a3e6fd15035f46434d801565f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 26 21:02:10 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 26 Feb 2019 20:02:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Allocate custom language environment variables statically, because environment... Message-ID: <5c759b4454bb5_3ca93f89b36cee8c178709a@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3cd80f11 by gambas at 2019-02-26T19:59:03Z Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed. [INTERPRETER] * BUG: Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed. - - - - - 7c808bbb by gambas at 2019-02-26T20:01:18Z Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes. [INTERPRETER] * NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes. - - - - - 2 changed files: - main/gbx/gbx_local.c - main/share/gb_limit.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/1f73946947fcc80a3e6fd15035f46434d801565f...7c808bbba3ea9a61cde81615f8f673367200cd3e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/1f73946947fcc80a3e6fd15035f46434d801565f...7c808bbba3ea9a61cde81615f8f673367200cd3e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 02:58:44 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 01:58:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File.RealPath() is a new statis method that returns the the canonicalized... Message-ID: <5c7740554e534_6cc23ffdda2896ec96214@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd7ae28a by gambas at 2019-02-28T01:57:25Z File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside. [INTERPRETER] * NEW: File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside. - - - - - 1 changed file: - main/gbx/gbx_c_file.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/fd7ae28ac9b59fa485ff3d55c6cd5f79b96511f9 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/fd7ae28ac9b59fa485ff3d55c6cd5f79b96511f9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 17:42:33 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 16:42:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The page title now starts with the page path. Message-ID: <5c780f7a9a3ff_432e3f8221ba09f4541934@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4840818e by gambas at 2019-02-28T16:41:55Z The page title now starts with the page path. [WIKI] * NEW: The page title now starts with the page path. - - - - - 2 changed files: - app/src/gambas-wiki/.public/playground.js - app/src/gambas-wiki/.src/Wiki.webpage View it on GitLab: https://gitlab.com/gambas/gambas/commit/4840818e04dc57e3e4c8b63da0d965651910845d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4840818e04dc57e3e4c8b63da0d965651910845d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 17:46:21 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 16:46:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Do not crash when using the erase tool while pressing SHIFT key. Message-ID: <5c78105d51c45_a383fe31fb2452078012@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2d11bf54 by gambas at 2019-02-28T16:45:26Z Image editor: Do not crash when using the erase tool while pressing SHIFT key. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support. * BUG: Image editor: Do not crash when using the erase tool while pressing SHIFT key. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Project/FCreateFile.class - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/commit/2d11bf54efab3a0d2d4c64bb960fe19064105687 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/2d11bf54efab3a0d2d4c64bb960fe19064105687 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 17:47:34 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 16:47:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Sometimes the contents was not correctly refreshed. Message-ID: <5c7810a78f38d_77ad3fc7d2f3f3701160c7@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6eedf188 by gambas at 2019-02-28T16:46:53Z FileView: Sometimes the contents was not correctly refreshed. [GB.FORM] * BUG: FileView: Sometimes the contents was not correctly refreshed. - - - - - 2 changed files: - comp/src/gb.form/.src/Button/SwitchButton.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/6eedf18811396da4b52880edb53b87ffe9f03314 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6eedf18811396da4b52880edb53b87ffe9f03314 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 19:42:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 18:42:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch evdev Message-ID: <5c782b852d253_548e3f85a9e0cb803816cb@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed new branch evdev at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/evdev You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 28 19:43:19 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 28 Feb 2019 18:43:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][evdev] Add a new void component 'gb.input'. Message-ID: <5c782bc87762_77ad3fc7d6a5a9dc423956@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch evdev at Gambas / gambas Commits: f4e63994 by gambas at 2019-02-28T18:42:36Z Add a new void component 'gb.input'. - - - - - 24 changed files: - Makefile.am - + TEMPLATE/conf/gb.input.conf - TEMPLATE/template/make-component - configure.ac - + gb.input/AUTHORS - + gb.input/COPYING - + gb.input/ChangeLog - + gb.input/INSTALL - + gb.input/Makefile.am - + gb.input/NEWS - + gb.input/README - + gb.input/acinclude.m4 - + gb.input/component.am - + gb.input/configure.ac - + gb.input/gambas.h - + gb.input/gb_common.h - + gb.input/m4 - + gb.input/reconf - + gb.input/src/Makefile.am - + gb.input/src/evdev.c - + gb.input/src/evdev.h - + gb.input/src/gb.input.component - + gb.input/src/main.c - + gb.input/src/main.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/f4e63994080d661563065d4d705fae9f96f3b810 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f4e63994080d661563065d4d705fae9f96f3b810 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: