From gitlab at mg.gitlab.com Fri Oct 1 22:22:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Oct 2021 20:22:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't store the "add branch to version" flag into the project file. Update the Gambas fonts. Message-ID: <61576e0c22252_22d447fc1269a@gitlab-sidekiq-low-urgency-cpu-bound-v1-68fb6d67f6-dgvz7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7a69c68e by gambas at 2021-10-01T22:22:30+02:00 Don't store the "add branch to version" flag into the project file. Update the Gambas fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. * NEW: Don't store the "add branch to version" flag into the project file. Just check that the version string has a branch name between braces at the end. If the branch is unknown, use the brach name "?". - - - - - 9 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/GambasRoundRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.project - app/src/gambas3/.src/Project.module - app/src/gambas3/layout/$compact.layout View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a69c68e5015d8cdbb3598a361f83d31c38e696d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7a69c68e5015d8cdbb3598a361f83d31c38e696d 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 Oct 1 22:27:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Oct 2021 20:27:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise an error if we try use an object that is not an array or a collection as setting value. Message-ID: <61576f2b42101_23654cd0291c0@gitlab-sidekiq-low-urgency-cpu-bound-v1-68fb6d67f6-n244g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 863630b4 by gambas at 2021-10-01T22:27:17+02:00 Raise an error if we try use an object that is not an array or a collection as setting value. [GB.SETTINGS] * BUG: Raise an error if we try use an object that is not an array or a collection as setting value. - - - - - 1 changed file: - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/863630b4249d6026eaf2fab0ba924d35d0095893 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/863630b4249d6026eaf2fab0ba924d35d0095893 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 Oct 1 23:07:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Oct 2021 21:07:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'csv' and 'library' stock icons. Message-ID: <615778a8c6203_225986fc163bc@gitlab-sidekiq-low-urgency-cpu-bound-v1-68fb6d67f6-7ljlp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 43393730 by gambas at 2021-10-01T23:06:59+02:00 Add 'csv' and 'library' stock icons. [GB.FORM] * NEW: Add 'csv' and 'library' stock icons. - - - - - 84e8bfd7 by gambas at 2021-10-01T23:07:46+02:00 Add 'csv' and 'library' icons. Update some icons. [GB.FORM.STOCK] * NEW: Update some icons. * NEW: Add 'csv' and 'library' icons. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/c.png - comp/src/gb.form.stock/gambas-mono/32/cpp.png - + comp/src/gb.form.stock/gambas-mono/32/csv.png - comp/src/gb.form.stock/gambas-mono/32/exec.png - comp/src/gb.form.stock/gambas-mono/32/h.png - comp/src/gb.form.stock/gambas-mono/32/js.png - comp/src/gb.form.stock/gambas-mono/32/json.png - + comp/src/gb.form.stock/gambas-mono/32/library.png - comp/src/gb.form.stock/gambas-mono/32/md.png - comp/src/gb.form.stock/gambas-mono/32/office-calc.png - comp/src/gb.form.stock/gambas-mono/32/office-draw.png - comp/src/gb.form.stock/gambas-mono/32/office-presentation.png - comp/src/gb.form.stock/gambas-mono/32/office.png - comp/src/gb.form.stock/gambas-mono/32/program.png - comp/src/gb.form.stock/gambas/128/c.png - comp/src/gb.form.stock/gambas/128/cpp.png - + comp/src/gb.form.stock/gambas/128/csv.png - comp/src/gb.form.stock/gambas/128/exec.png - comp/src/gb.form.stock/gambas/128/h.png - comp/src/gb.form.stock/gambas/128/js.png - comp/src/gb.form.stock/gambas/128/json.png - + comp/src/gb.form.stock/gambas/128/library.png - comp/src/gb.form.stock/gambas/128/md.png - comp/src/gb.form.stock/gambas/128/office-calc.png - comp/src/gb.form.stock/gambas/128/office-draw.png - comp/src/gb.form.stock/gambas/128/office-presentation.png - comp/src/gb.form.stock/gambas/128/office.png - comp/src/gb.form.stock/gambas/128/program.png - comp/src/gb.form.stock/gambas/128/xml.png - comp/src/gb.form.stock/gambas/32/c.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/863630b4249d6026eaf2fab0ba924d35d0095893...84e8bfd74286e7de5423c1fd0f83ff9a7b2033de -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/863630b4249d6026eaf2fab0ba924d35d0095893...84e8bfd74286e7de5423c1fd0f83ff9a7b2033de 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 Oct 4 19:27:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 04 Oct 2021 17:27:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: When a container has "full" arrangement, keep the z-order of its... Message-ID: <615b399396a8b_2233752088656@gitlab-sidekiq-low-urgency-cpu-bound-v1-64fc548c6d-r4xks.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c767105e by gambas at 2021-10-04T19:27:10+02:00 Form editor: When a container has "full" arrangement, keep the z-order of its children as defined by the user. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: When a container has "full" arrangement, keep the z-order of its children as defined by the user. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Form/FForm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c767105ebbdbce893f3b546967692f29b81fed46 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c767105ebbdbce893f3b546967692f29b81fed46 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 Oct 4 21:25:07 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 04 Oct 2021 19:25:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] he "Show menubar" menu is now a toggle. Message-ID: <615b551367f66_227d07a8390aa@gitlab-sidekiq-low-urgency-cpu-bound-v1-555b5b64b8-7npds.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc4e4574 by gambas at 2021-10-04T21:24:58+02:00 he "Show menubar" menu is now a toggle. [DEVELOPMENT ENVIRONMENT] * NEW: The "Show menubar" menu is now a toggle. * NEW: Redraw the "module" and "class" icons. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/module.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc4e457402a2daaf6be6b2e50801798be2a98f39 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc4e457402a2daaf6be6b2e50801798be2a98f39 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 Oct 4 22:19:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 04 Oct 2021 20:19:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to support both webkit2gtk 4.0 and 4.1. Message-ID: <615b61c0bb71_23293d8380b6@gitlab-sidekiq-low-urgency-cpu-bound-v1-555b5b64b8-xsl6r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 73c22c50 by gambas at 2021-10-04T22:18:05+02:00 Try to support both webkit2gtk 4.0 and 4.1. [GB.GTK3] * BUG: Try to support both webkit2gtk 4.0 and 4.1. - - - - - 1 changed file: - gb.gtk3/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73c22c50386c9c6222cceb7d4114ee196b736255 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73c22c50386c9c6222cceb7d4114ee196b736255 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 Oct 7 01:19:04 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 06 Oct 2021 23:19:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger panel: make the error label more readable. Message-ID: <615e2eea19c9e_22293609618a@gitlab-sidekiq-low-urgency-cpu-bound-v1-6555f4dd44-qjn4j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 65d485e3 by gambas at 2021-10-07T01:19:00+02:00 Debugger panel: make the error label more readable. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger panel: make the error label more readable. * NEW: The editor message label and the debugger panel error label now follow the color theme. - - - - - 4 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Exported/TextEditor.class - + app/src/gambas3/img/32/error.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/65d485e3149a94e57dcc38d9e81df4c3592768e5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/65d485e3149a94e57dcc38d9e81df4c3592768e5 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 Oct 8 14:30:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 12:30:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Collection.Keys is a new property that returns a string array of all collection keys. Message-ID: <616039e0e502b_256a61e1c6977d@gitlab-sidekiq-low-urgency-cpu-bound-v1-6db59b997f-mnlxj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 95e6d4a9 by gambas at 2021-10-08T14:29:51+02:00 Collection.Keys is a new property that returns a string array of all collection keys. [INTERPRETER] * NEW: Collection.Keys is a new property that returns a string array of all collection keys. - - - - - 1 changed file: - main/gbx/gbx_c_collection.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/95e6d4a9bb107b34da3defafba5bd630a4f80cbf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/95e6d4a9bb107b34da3defafba5bd630a4f80cbf 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 Oct 8 16:39:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 14:39:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try again to support both webkit2gtk 4.0 and 4.1. Message-ID: <6160583ce7ba5_242936078ed@gitlab-sidekiq-low-urgency-cpu-bound-v1-6664cbf975-fph9b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6565b5e1 by gambas at 2021-10-08T16:39:20+02:00 Try again to support both webkit2gtk 4.0 and 4.1. [GB.GTK3] * BUG: Try again to support both webkit2gtk 4.0 and 4.1. - - - - - 2 changed files: - acinclude.m4 - gb.gtk3/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6565b5e1316565e9e37d3c096bd819f9811f4afb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6565b5e1316565e9e37d3c096bd819f9811f4afb 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 Oct 8 17:26:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 15:26:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disabled Label and TextLabel are drawn correctly now. Message-ID: <616063393ad41_241de2d5c84432@gitlab-sidekiq-low-urgency-cpu-bound-v1-6664cbf975-5mv7x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 25f89436 by gambas at 2021-10-08T17:25:54+02:00 Disabled Label and TextLabel are drawn correctly now. [GB.GUI.BASE] * BUG: Disabled Label and TextLabel are drawn correctly now. - - - - - 4 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/Test/FLabel.form - comp/src/gb.gui.base/.src/Test/FTreeView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25f89436dbf46a8bf6aaab9506169be598332095 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25f89436dbf46a8bf6aaab9506169be598332095 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 Oct 8 19:24:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 17:24:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint.Begin() now correctly initializes the text drawing color. Message-ID: <61607eb4789ca_24292349625e@gitlab-sidekiq-low-urgency-cpu-bound-v1-754b68b7b7-dljmr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8d886792 by gambas at 2021-10-08T19:23:18+02:00 Paint.Begin() now correctly initializes the text drawing color. [GB.QT4] * BUG: Paint.Begin() now correctly initializes the text drawing color. [GB.QT5] * BUG: Paint.Begin() now correctly initializes the text drawing color. - - - - - 1 changed file: - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d886792d485c81a9624d2fb8971d6a388904a4e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d886792d485c81a9624d2fb8971d6a388904a4e 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 Oct 9 00:36:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 22:36:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add a few stock icons. Message-ID: <6160c7fbd4c5_24292c01025@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d4f9f4c75-pxnv2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 82979492 by gambas at 2021-10-09T00:35:48+02:00 Add a few stock icons. [GB.FORM] * NEW: Add a few stock icons. - - - - - 135082f5 by gambas at 2021-10-09T00:36:32+02:00 Add some new icons and update some old ones. [GB.FORM.STOCK] * NEW: Add some new icons. * NEW: Update some icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/gambas-mono/32/column-after.png - + comp/src/gb.form.stock/gambas-mono/32/column-before.png - + comp/src/gb.form.stock/gambas-mono/32/column-remove.png - comp/src/gb.form.stock/gambas-mono/32/formula.png - + comp/src/gb.form.stock/gambas-mono/32/mount.png - comp/src/gb.form.stock/gambas-mono/32/rename.png - comp/src/gb.form.stock/gambas-mono/32/replace.png - + comp/src/gb.form.stock/gambas-mono/32/row-after.png - + comp/src/gb.form.stock/gambas-mono/32/row-before.png - + comp/src/gb.form.stock/gambas-mono/32/row-remove.png - comp/src/gb.form.stock/gambas-mono/32/save-as.png - comp/src/gb.form.stock/gambas-mono/32/save.png - + comp/src/gb.form.stock/gambas-mono/32/text-outline.png - + comp/src/gb.form.stock/gambas-mono/32/text-shadow.png - comp/src/gb.form.stock/gambas-mono/32/text-sub.png - comp/src/gb.form.stock/gambas-mono/32/text-super.png - comp/src/gb.form.stock/gambas/128/rename.png - + comp/src/gb.form.stock/gambas/32/column-after.png - + comp/src/gb.form.stock/gambas/32/column-before.png - + comp/src/gb.form.stock/gambas/32/column-remove.png - comp/src/gb.form.stock/gambas/32/formula.png - + comp/src/gb.form.stock/gambas/32/mount.png - comp/src/gb.form.stock/gambas/32/rename.png - comp/src/gb.form.stock/gambas/32/replace.png - + comp/src/gb.form.stock/gambas/32/row-after.png - + comp/src/gb.form.stock/gambas/32/row-before.png - + comp/src/gb.form.stock/gambas/32/row-remove.png - comp/src/gb.form.stock/gambas/32/save-as.png - + comp/src/gb.form.stock/gambas/32/text-outline.png - + comp/src/gb.form.stock/gambas/32/text-shadow.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8d886792d485c81a9624d2fb8971d6a388904a4e...135082f552dc62b9dc5e9051dd9a2f47ac38b759 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8d886792d485c81a9624d2fb8971d6a388904a4e...135082f552dc62b9dc5e9051dd9a2f47ac38b759 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 Oct 9 01:13:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Oct 2021 23:13:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some little enhancements in the form editor. The image editor grid properties can now be locked. Message-ID: <6160d097c31e_24166e1e826951@gitlab-sidekiq-low-urgency-cpu-bound-v1-7d4f9f4c75-922kq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3b83a4b6 by gambas at 2021-10-09T01:13:20+02:00 Some little enhancements in the form editor. The image editor grid properties can now be locked. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: The frame drawn when a control is hovered is now darker, and drawn inside the control if possible. * NEW: Form editor: The frame drawn when a control is hovered is now dotted if the control is a multi-container. * NEW: Form editor: The "embed into a container" and "remove container only" functions now have their toolbar buttons. * NEW: Image editor: The grid properties can be locked, so that they persist if the active image editor changes. - - - - - 9 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form - ? app/src/gambas3/img/16/delete-container.png - ? app/src/gambas3/img/16/embed-container.png - + app/src/gambas3/img/32/delete-container.png - + app/src/gambas3/img/32/embed-container.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3b83a4b642cb1d36c7e9d8858a19979b60f9a046 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3b83a4b642cb1d36c7e9d8858a19979b60f9a046 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 Oct 11 19:31:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 11 Oct 2021 17:31:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. Message-ID: <6164750e3a16a_26c04450472ec@gitlab-sidekiq-low-urgency-cpu-bound-v1-67b9f7b69-9vdmf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e5d38cb7 by gambas at 2021-10-11T19:31:29+02:00 Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. [GB.FORM.DIALOG] * NEW: Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. [GB.GTK] * NEW: Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. [GB.GTK3] * NEW: Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. [GB.QT4] * NEW: Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. [GB.QT5] * NEW: Dialog.FilterIndex is a new property that returns or defines the current filter of the file dialog. - - - - - 7 changed files: - comp/src/gb.form.dialog/.src/Dialog.class - comp/src/gb.form.dialog/.src/FFileDialog.class - comp/src/gb.form.dialog/.src/Main.module - gb.gtk/src/CDialog.cpp - gb.gtk/src/gdialog.cpp - gb.gtk/src/gdialog.h - gb.qt4/src/CDialog.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5d38cb7cbc3cc04e664eccf17b9ff92623f9a29 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5d38cb7cbc3cc04e664eccf17b9ff92623f9a29 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 Oct 12 13:36:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Oct 2021 11:36:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Now integer constants can be simple integer expressions in array, constant and... Message-ID: <6165734546eb4_25292201041c7@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c597bfc49-ngw6z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d651287c by gambas at 2021-10-12T13:33:45+02:00 Now integer constants can be simple integer expressions in array, constant and enumeration declarations. [COMPILER] * NEW: Shr, Shl, Asr, Asl, Lsl, Lsr, Rol and Ror can now be used as operators. * NEW: Now integer constants can be simple integer expressions in array, constant and enumeration declarations. [GB.EVAL] * BUG: Fix a compiler warning. - - - - - 20 changed files: - main/gbc/Makefile.am - main/gbc/gb_error.c - main/gbc/gb_error.h - main/gbc/gbc_header.c - main/gbc/gbc_trans.c - main/gbc/gbc_trans.h - + main/gbc/gbc_trans_const.c - main/gbc/gbc_trans_expr.c - main/gbc/gbc_trans_tree.c - main/gbc/gbc_type.c - main/gbc/gbc_type.h - main/gbx/gbx_subr_test.c - main/lib/eval/eval_analyze.c - main/lib/eval/eval_trans_expr.c - main/lib/test/gb.test/.test - main/share/gb_pcode.h - main/share/gb_reserved.h - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h - main/share/gbc_trans_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d651287c43f98b496bb759235d1a4f9dcdadea2d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d651287c43f98b496bb759235d1a4f9dcdadea2d 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 Oct 12 20:35:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Oct 2021 18:35:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: the translation menu now allows to select the translation engine. Message-ID: <6165d5855eeab_252940048095@gitlab-sidekiq-low-urgency-cpu-bound-v1-96bb8c8b5-skj5l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 74f0797f by gambas at 2021-10-12T20:35:42+02:00 Translation dialog: the translation menu now allows to select the translation engine. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: the translation menu now allows to select the translation engine. * BUG: Searching for a string now stores the search position in the history. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74f0797f7bccc515e36ade62b0e5d0f849006c33 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74f0797f7bccc515e36ade62b0e5d0f849006c33 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 Oct 13 17:35:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 13 Oct 2021 15:35:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a colored label on top of the project tree that displays the current branch. Message-ID: <6166fcdbcea30_2436e91c485ec@gitlab-sidekiq-low-urgency-cpu-bound-v1-68c59d99b9-fzwfn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6795f418 by gambas at 2021-10-13T17:35:50+02:00 Add a colored label on top of the project tree that displays the current branch. [DEVELOPMENT ENVIRONMENT] * NEW: Add a colored label on top of the project tree that displays the current branch. The background color of the label is automatically computed from an hash of the branch name. The 'master' branch is always black. - - - - - 11 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectInfo.class - app/src/gambas3/.src/Translation/FTranslate.form - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6795f418fd874e4fd3ac09bb8ec8a2830982505f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6795f418fd874e4fd3ac09bb8ec8a2830982505f 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 Oct 14 03:01:04 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 01:01:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Picture[] now gets an optional argument that specifies the picture size like Stock.GetSize(). Message-ID: <6167815125f2f_24298b0899bb@gitlab-sidekiq-low-urgency-cpu-bound-v1-5677b977f7-l8kqh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: be3772f0 by gambas at 2021-10-14T02:15:23+02:00 Picture[] now gets an optional argument that specifies the picture size like Stock.GetSize(). [GB.GUI.BASE] * NEW: Picture[] now gets an optional argument that specifies the picture size like Stock.GetSize(). - - - - - 8a692b18 by gambas at 2021-10-14T02:16:02+02:00 Add 'added', 'modified' and 'conflict' icons. [GB.FORM.STOCK] * NEW: Add 'added', 'modified' and 'conflict' icons. - - - - - c897a81d by gambas at 2021-10-14T02:17:11+02:00 ButtonBox: Add the Placeholder property. Add 'added', 'modified' and 'conflict' icons. [GB.FORM] * NEW: ButtonBox: Add the Placeholder property. * NEW: Add 'added', 'modified' and 'conflict' icons. * NEW: Document the Spinner control. - - - - - c21afafd by gambas at 2021-10-14T02:59:51+02:00 Project tree: Add version control buttons next to the branch label, and a popup menu to change the current branch. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Add version control buttons next to the branch label, and a popup menu to change the current branch. * NEW: Use the new version control status stock icons. * OPT: Getting the current branch from a directory is now a lot faster. * NEW: Update French translation. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectInfo.class - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/ProjectBox.class - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/.src/Welcome/FWelcome.form - ? app/src/gambas3/img/32/added.png - ? app/src/gambas3/img/32/conflict.png - ? app/src/gambas3/img/32/modified.png - + comp/src/gb.form.stock/gambas-mono/32/added.png - + comp/src/gb.form.stock/gambas-mono/32/conflict.png - + comp/src/gb.form.stock/gambas-mono/32/modified.png - + comp/src/gb.form.stock/gambas/32/added.png - + comp/src/gb.form.stock/gambas/32/conflict.png - comp/src/gb.form.stock/gambas/32/error.png - + comp/src/gb.form.stock/gambas/32/modified.png - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/.src/Spinner.class - comp/src/gb.form/map/icon.map - comp/src/gb.gui.base/.src/Picture.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6795f418fd874e4fd3ac09bb8ec8a2830982505f...c21afafd566b76cc3f59b1bc8fcb6f7d9e25eb85 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6795f418fd874e4fd3ac09bb8ec8a2830982505f...c21afafd566b76cc3f59b1bc8fcb6f7d9e25eb85 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 Oct 14 03:05:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 01:05:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The parser now does not store integer numbers in its global symbol table... Message-ID: <6167825fed7c5_24776f0582a8@gitlab-sidekiq-low-urgency-cpu-bound-v1-5677b977f7-4w52f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc806a18 by gambas at 2021-10-14T03:01:14+02:00 The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. [COMPILER] * OPT: The parser now does not store integer numbers in its global symbol table anymore. * OPT: Some other little optimizations here and here. The compiler is now about 5% faster. [ARCHIVER] * NEW: Compile with '-O3' optimization flag. [INFORMER] * NEW: Compile with '-O3' optimization flag. [GB.EVAL] * OPT: The parser now does not store integer numbers in its global symbol table anymore. - - - - - 26 changed files: - main/gbc/Makefile.am - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_code.c - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h - main/gbc/gbc_output.c - main/gbc/gbc_preprocess.c - main/gbc/gbc_read.c - main/gbc/gbc_read.h - main/gbc/gbc_trans.c - main/gbc/gbc_trans.h - main/gbc/gbc_trans_const.c - main/gbc/gbc_trans_expr.c - main/gbc/gbc_trans_tree.c - main/lib/eval/c_highlight.c - main/lib/eval/eval_analyze.c - main/lib/eval/eval_code.c - main/lib/eval/eval_read.c - main/lib/eval/eval_trans_expr.c - main/lib/eval/eval_trans_tree.c - main/lib/eval/gb.eval.h - main/share/gb_code.h - main/share/gb_code_temp.h - main/share/gbc_read_common.h - main/share/gbc_read_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc806a189b4c50eaf3054164ff65771f69289d97 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc806a189b4c50eaf3054164ff65771f69289d97 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 Oct 14 03:15:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 01:15:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property: Ignore void lines when computing the number of code lines. Message-ID: <616784cbb915f_252e0cc576aa@gitlab-sidekiq-low-urgency-cpu-bound-v1-5677b977f7-799l6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7f047d1a by gambas at 2021-10-14T03:15:48+02:00 Project property: Ignore void lines when computing the number of code lines. [DEVELOPMENT ENVIRONMENT] * BUG: Project property: Ignore void lines when computing the number of code lines. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f047d1a15e638e7f46f3eaa755ef8e25bdc5168 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7f047d1a15e638e7f46f3eaa755ef8e25bdc5168 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 Oct 14 13:19:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 11:19:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Fix the version control synchronize button, and add a confirmation message. Message-ID: <61681231d1f94_252948c8514f@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-6rchm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2262a2d9 by gambas at 2021-10-14T13:19:09+02:00 Version control: Fix the version control synchronize button, and add a confirmation message. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Fix the version control synchronize button, and add a confirmation message. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2262a2d98ac2a559e6dc6b326790e37dd53f9876 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2262a2d98ac2a559e6dc6b326790e37dd53f9876 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 Oct 14 22:37:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 20:37:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Take the NoTabFocus property into account. Message-ID: <6168951ecaeab_25671ebb0899b6@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-lmf7l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 31c990a2 by gambas at 2021-10-14T22:37:11+02:00 Take the NoTabFocus property into account. [GB.QT4] * BUG: Take the NoTabFocus property into account. [GB.QT5] * BUG: Take the NoTabFocus property into account. - - - - - 2 changed files: - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/31c990a2a994a2e562042128b23858d3133840e3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/31c990a2a994a2e562042128b23858d3133840e3 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 Oct 15 01:37:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Oct 2021 23:37:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CsvFile: Add a 'NoDiacritics' optional argument to automatically remove... Message-ID: <6168bf2895402_24e2df09c112779@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-dr5wt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9116b1c4 by gambas at 2021-10-15T01:37:04+02:00 CsvFile: Add a 'NoDiacritics' optional argument to automatically remove diacritics from column names. [GB.UTIL] * NEW: CsvFile: Add a 'NoDiacritics' optional argument to automatically remove diacritics from column names. - - - - - 4 changed files: - comp/src/gb.util/.component - comp/src/gb.util/.project - comp/src/gb.util/.src/CsvFile.class - comp/src/gb.util/.src/String.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9116b1c4a0d49c06e41e259b95bcf3cdbcf8d9a4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9116b1c4a0d49c06e41e259b95bcf3cdbcf8d9a4 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 Oct 15 19:50:00 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 15 Oct 2021 17:50:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix some typo in the stock icons map file. Message-ID: <6169bf488d796_2529428139b8@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-vpp85.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6deb70c9 by gambas at 2021-10-15T19:49:52+02:00 Fix some typo in the stock icons map file. [GB.FORM] * BUG: Fix some typo in the stock icons map file. - - - - - 1 changed file: - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6deb70c95fd9c7c20aae525627613dc3b38647d4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6deb70c95fd9c7c20aae525627613dc3b38647d4 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 Oct 15 19:51:51 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 15 Oct 2021 17:51:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TrayIcon: Fix the menu refresh problems inside the system tray. Message-ID: <6169bfb8afd4_2559f581c602a1@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-h9xnh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 02faf036 by gambas at 2021-10-15T19:51:45+02:00 TrayIcon: Fix the menu refresh problems inside the system tray. [GB.DBUS.TRAYICON] * BUG: TrayIcon: Do not raise the 'LayoutUpdated' DBus signal anymore. Instead, just return TRUE in the 'AboutToShow' event handler. That should fix the menu refresh problems inside the system tray. - - - - - 6 changed files: - comp/src/gb.dbus.trayicon/.project - comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class - + comp/src/gb.dbus.trayicon/.src/FMain1.class - + comp/src/gb.dbus.trayicon/.src/FMain1.form - comp/src/gb.dbus.trayicon/.src/FTest.form - comp/src/gb.dbus.trayicon/.src/TrayIcon.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02faf036f1fa6ce84dc44f59ceb5f02f6b3d8633 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02faf036f1fa6ce84dc44f59ceb5f02f6b3d8633 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 Oct 15 23:10:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 15 Oct 2021 21:10:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add an hidden API to install the stock icons as system icon theme in '~/.local/share/icons'. Message-ID: <6169ee50ec8d4_2440610681113e7@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-2qfbt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 26e16151 by gambas at 2021-10-15T23:05:16+02:00 Add an hidden API to install the stock icons as system icon theme in '~/.local/share/icons'. [GB.FORM.STOCK] * NEW: Add an hidden API to install the stock icons as system icon theme in '~/.local/share/icons'. * NEW: Add icon for special home folders. * NEW: Redraw the 'watch' icon. - - - - - e510b758 by gambas at 2021-10-15T23:06:10+02:00 Add stock icons for special folders. Fix stock icon map. [GB.FORM] * NEW: Add stock icons for special folders. * BUG: Fix stock icon map. - - - - - 71b811e3 by gambas at 2021-10-15T23:10:14+02:00 Fix git directory detection. Centralize error message management. [DEVELOPMENT ENVIRONMENT] * NEW: Centralize error message management. * NEW: Update French translation * BUG: Fix a possible crash in cursor history. * NEW: Replace some balloons by message boxes. * BUG: Version control: Fix git directory detection. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Connection/FExportData.class - app/src/gambas3/.src/Connection/FNewConnection.class - app/src/gambas3/.src/Connection/FPasteTable.class - app/src/gambas3/.src/Connection/MConnection.module - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FCrash.class - app/src/gambas3/.src/Debug/FProfile.class - app/src/gambas3/.src/Debug/FTestSuite.class - app/src/gambas3/.src/Dialog/Database/FFieldChooser.class - app/src/gambas3/.src/Dialog/Database/FTableChooser.class - app/src/gambas3/.src/Editor/CPosition.class - app/src/gambas3/.src/Editor/Code/FPasteSpecial.class - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/MCompressFile.module - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Help/FTips.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Project/FCreateFile.class - app/src/gambas3/.src/Project/FCreateProject.class - app/src/gambas3/.src/Project/FImportFile.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FSaveProjectAs.class - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02faf036f1fa6ce84dc44f59ceb5f02f6b3d8633...71b811e335ce044d36c8d0b5d2b76dd7889f7cec -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02faf036f1fa6ce84dc44f59ceb5f02f6b3d8633...71b811e335ce044d36c8d0b5d2b76dd7889f7cec 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 Oct 15 23:11:36 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 15 Oct 2021 21:11:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Fix possible crashes in undo management. The cursor label background is now opaque. Message-ID: <6169ee8926bd5_24413e38c63592@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-npnt9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f008d4a2 by gambas at 2021-10-15T23:11:31+02:00 TextEditor: Fix possible crashes in undo management. The cursor label background is now opaque. [GB.FORM.EDITOR] * BUG: TextEditor: Fix possible crashes in undo management. * NEW: TextEditor: The cursor label background is now opaque. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f008d4a2a213eaf90c031bce4936af6d5f132433 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f008d4a2a213eaf90c031bce4936af6d5f132433 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 Oct 15 23:57:07 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 15 Oct 2021 21:57:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Gambas icon theme installation routine. Message-ID: <6169f9346f17d_2461d0c891063@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-rf9c6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 61aae0c6 by gambas at 2021-10-15T23:56:48+02:00 Fix Gambas icon theme installation routine. [GB.FORM.STOCK] * BUG: Fix Gambas icon theme installation routine. - - - - - 3 changed files: - comp/src/gb.form.stock/.src/Main.module - comp/src/gb.form.stock/.src/MakeIconTheme.module - comp/src/gb.form.stock/links View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61aae0c60656b473b5a27060bc49f5adac1c6428 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/61aae0c60656b473b5a27060bc49f5adac1c6428 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 Oct 16 12:53:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 16 Oct 2021 10:53:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Compressed files icons are now darker through brightness modification. Message-ID: <616aaf3fc5f16_24c8af5001227c9@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-2jddx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 175d64b9 by gambas at 2021-10-16T12:53:42+02:00 Project tree: Compressed files icons are now darker through brightness modification. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Compressed files icons are now darker through brightness modification. - - - - - 1 changed file: - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/175d64b9fd6a1f7bc92a936df9419cf2974e20c2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/175d64b9fd6a1f7bc92a936df9419cf2974e20c2 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 Oct 16 12:56:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 16 Oct 2021 10:56:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'view-preview' and some special folders icons. Message-ID: <616aafe449004_25a7864442b3@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-gcwc9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4e04c233 by gambas at 2021-10-16T12:55:09+02:00 Add 'view-preview' and some special folders icons. [GB.FORM] * NEW: Add 'view-preview' and some special folders icons. - - - - - 0d697fbf by gambas at 2021-10-16T12:56:30+02:00 Add some icons, redraw other ones, and fix mimetypes for Gambas icon theme. [GB.FORM.STOCK] * NEW: Add 'view-preview' and some special folders icons. * NEW: Redraw some icons. * NEW: Add mimetype associations. - - - - - 28 changed files: - comp/src/gb.form.stock/.src/MakeIconTheme.module - comp/src/gb.form.stock/gambas-mono/32/book.png - comp/src/gb.form.stock/gambas-mono/32/clock.png - comp/src/gb.form.stock/gambas-mono/32/database.png - comp/src/gb.form.stock/gambas-mono/32/image.png - + comp/src/gb.form.stock/gambas-mono/32/view-preview.png - comp/src/gb.form.stock/gambas-mono/32/wrap.png - comp/src/gb.form.stock/gambas/128/book.png - comp/src/gb.form.stock/gambas/128/clock.png - comp/src/gb.form.stock/gambas/128/database.png - + comp/src/gb.form.stock/gambas/128/folder-home.png - + comp/src/gb.form.stock/gambas/128/folder-network.png - + comp/src/gb.form.stock/gambas/128/folder-recent.png - comp/src/gb.form.stock/gambas/128/image.png - + comp/src/gb.form.stock/gambas/128/network.png - comp/src/gb.form.stock/gambas/32/book.png - comp/src/gb.form.stock/gambas/32/clock.png - comp/src/gb.form.stock/gambas/32/database.png - comp/src/gb.form.stock/gambas/32/image.png - comp/src/gb.form.stock/gambas/32/network.png - comp/src/gb.form.stock/gambas/32/view-normal.png - + comp/src/gb.form.stock/gambas/32/view-preview.png - comp/src/gb.form.stock/gambas/32/view-split-h.png - comp/src/gb.form.stock/gambas/32/view-split-v.png - comp/src/gb.form.stock/gambas/32/wrap.png - comp/src/gb.form.stock/links - comp/src/gb.form/.src/File/Chooser/FDirChooser.form - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/175d64b9fd6a1f7bc92a936df9419cf2974e20c2...0d697fbf1e5cbd637c3c709b7a9091f29b498bcb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/175d64b9fd6a1f7bc92a936df9419cf2974e20c2...0d697fbf1e5cbd637c3c709b7a9091f29b498bcb 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 Oct 16 21:01:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 16 Oct 2021 19:01:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add other icons. Message-ID: <616b219d105fe_26294f0148f@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-bps6l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 814e9238 by gambas at 2021-10-16T21:00:36+02:00 Add other icons. [GB.FORM] * NEW: Add other icons. - - - - - 4ac3e20d by gambas at 2021-10-16T21:01:38+02:00 Add other icons. [GB.FORM.STOCK] * NEW: Add other icons. - - - - - 30 changed files: - comp/src/gb.form.stock/.src/MakeIconTheme.module - + comp/src/gb.form.stock/gambas-mono/128/directory.png - + comp/src/gb.form.stock/gambas-mono/128/folder-document.png - + comp/src/gb.form.stock/gambas-mono/128/folder-download.png - + comp/src/gb.form.stock/gambas-mono/128/folder-home.png - + comp/src/gb.form.stock/gambas-mono/128/folder-image.png - + comp/src/gb.form.stock/gambas-mono/128/folder-music.png - + comp/src/gb.form.stock/gambas-mono/128/folder-network.png - + comp/src/gb.form.stock/gambas-mono/128/folder-recent.png - + comp/src/gb.form.stock/gambas-mono/128/folder-remote.png - + comp/src/gb.form.stock/gambas-mono/128/folder-root.png - + comp/src/gb.form.stock/gambas-mono/128/folder-video.png - + comp/src/gb.form.stock/gambas-mono/32/folder-document.png - + comp/src/gb.form.stock/gambas-mono/32/folder-download.png - + comp/src/gb.form.stock/gambas-mono/32/folder-home.png - + comp/src/gb.form.stock/gambas-mono/32/folder-image.png - + comp/src/gb.form.stock/gambas-mono/32/folder-music.png - + comp/src/gb.form.stock/gambas-mono/32/folder-network.png - + comp/src/gb.form.stock/gambas-mono/32/folder-recent.png - + comp/src/gb.form.stock/gambas-mono/32/folder-remote.png - + comp/src/gb.form.stock/gambas-mono/32/folder-root.png - + comp/src/gb.form.stock/gambas-mono/32/folder-video.png - comp/src/gb.form.stock/gambas-mono/32/group.png - + comp/src/gb.form.stock/gambas-mono/32/harddisk-root.png - + comp/src/gb.form.stock/gambas-mono/32/hibernate.png - + comp/src/gb.form.stock/gambas-mono/32/lock-screen.png - + comp/src/gb.form.stock/gambas-mono/32/logout.png - + comp/src/gb.form.stock/gambas-mono/32/shutdown.png - + comp/src/gb.form.stock/gambas-mono/32/suspend.png - + comp/src/gb.form.stock/gambas-mono/32/switch-user.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0d697fbf1e5cbd637c3c709b7a9091f29b498bcb...4ac3e20d70133213d954f7efbac0596f5f2e83c1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0d697fbf1e5cbd637c3c709b7a9091f29b498bcb...4ac3e20d70133213d954f7efbac0596f5f2e83c1 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 Oct 17 01:09:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 16 Oct 2021 23:09:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix generation of floating point constants whose value is an integer. Message-ID: <616b5bc0949c9_24bac57281450c4@gitlab-sidekiq-low-urgency-cpu-bound-v1-578f4c4ccc-2qfbt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 165e680d by gambas at 2021-10-17T01:08:30+02:00 Fix generation of floating point constants whose value is an integer. [COMPILER] * BUG: Fix generation of floating point constants whose value is an integer. * BUG: Fix a possible memory corruption after the end of the compilation of the first class. - - - - - 3 changed files: - main/gbc/gbc_class.c - main/gbc/gbc_output.c - main/share/gb_code_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/165e680dce6689fdca4797d38c5732adf39828c9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/165e680dce6689fdca4797d38c5732adf39828c9 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 Oct 18 13:40:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 11:40:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: The "shapes" tab of the image property panel is now the... Message-ID: <616d5d15e5d00_242bc64887ef@gitlab-sidekiq-low-urgency-cpu-bound-v1-5dcc6cdf49-z8tf6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c8e6e38d by gambas at 2021-10-18T13:39:57+02:00 Image editor: The "shapes" tab of the image property panel is now the "selections" tab, and it allows to save and recall selections. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: The "shapes" tab of the image property panel is now the "selections" tab, and it allows to save and recall selections. * NEW: Update French translation. - - - - - 13 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Image/CImageSelection.class - app/src/gambas3/.src/Editor/Image/CImageShape.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/Editor/Image/FImageProperty.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form - + app/src/gambas3/.src/Editor/Image/ImageSelectionBox.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/img/draw/move.png - + app/src/gambas3/img/draw/save-selection.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c8e6e38d1617004ac151618fb668d779d3eb16b0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c8e6e38d1617004ac151618fb668d779d3eb16b0 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 Oct 18 18:13:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 16:13:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix crash in URL class. Message-ID: <616d9d3d7289_26294641695a@gitlab-sidekiq-low-urgency-cpu-bound-v1-b84844965-n2pqz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 73801f2e by gambas at 2021-10-18T18:13:43+02:00 Fix crash in URL class. [DEVELOPMENT ENVIRONMENT] * BUG: Fix crash in URL class. - - - - - 1 changed file: - app/src/gambas3/.src/Help/Wiki/URL.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73801f2e5e64bf51665df240821ac43ca1acda9d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/73801f2e5e64bf51665df240821ac43ca1acda9d 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 Oct 18 23:05:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 21:05:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Add the "Add everything to repository" button. Message-ID: <616de19f72eba_2513cc84310d2@gitlab-sidekiq-low-urgency-cpu-bound-v1-b84844965-5tr7w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cf1343d5 by gambas at 2021-10-18T23:05:26+02:00 Project tree: Add the "Add everything to repository" button. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Add the "Add everything to repository" button. - - - - - 2 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf1343d5591795a21a33cebb0c51732c5e201669 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf1343d5591795a21a33cebb0c51732c5e201669 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 Oct 18 23:10:19 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 21:10:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ButtonBox: Add password property. Add 'java' icon. Message-ID: <616de2bc1ee02_24283c1041152da@gitlab-sidekiq-low-urgency-cpu-bound-v1-b84844965-7x6nc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 017f4366 by gambas at 2021-10-18T23:09:38+02:00 ButtonBox: Add password property. Add 'java' icon. [GB.FORM] * NEW: Add 'java' icon. * NEW: ButtonBox: Add password property. - - - - - 2 changed files: - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/017f43667177190aaf72bc5add35c89951e86073 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/017f43667177190aaf72bc5add35c89951e86073 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 Oct 18 23:11:04 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 21:11:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File dialog geometry is now correctly saved when Dialog.Key is not set. Message-ID: <616de2e8bc687_24533a46486427@gitlab-sidekiq-low-urgency-cpu-bound-v1-b84844965-r585w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 09fd54c8 by gambas at 2021-10-18T23:10:55+02:00 File dialog geometry is now correctly saved when Dialog.Key is not set. [GB.FORM.DIALOG] * NEW: Ask password dialog: Add a button to toggle password visibility. - - - - - 2 changed files: - comp/src/gb.form.dialog/.src/FAskPassword.class - comp/src/gb.form.dialog/.src/FAskPassword.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/09fd54c82cbf89abdae2323d5ed44fbb37dc24ed -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/09fd54c82cbf89abdae2323d5ed44fbb37dc24ed 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 Oct 18 23:13:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Oct 2021 21:13:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'java' icon. Redraw 'watch' icon. Add other mimetypes associations for Gambas icon theme. Message-ID: <616de38f67b6_244fed9c8103766@gitlab-sidekiq-low-urgency-cpu-bound-v1-b84844965-lzx6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8fda4bfc by gambas at 2021-10-18T23:13:45+02:00 Add 'java' icon. Redraw 'watch' icon. Add other mimetypes associations for Gambas icon theme. [GB.FORM.STOCK] * NEW: Add 'java' icon. * NEW: Redraw 'watch' icon. * NEW: Add other mimetypes associations for Gambas icon theme. - - - - - 6 changed files: - + comp/src/gb.form.stock/gambas-mono/32/java.png - comp/src/gb.form.stock/gambas-mono/32/watch.png - + comp/src/gb.form.stock/gambas/128/java.png - + comp/src/gb.form.stock/gambas/32/java.png - comp/src/gb.form.stock/gambas/32/watch.png - comp/src/gb.form.stock/links View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8fda4bfccedec2d8590c1bf2a7f05178716fa995 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8fda4bfccedec2d8590c1bf2a7f05178716fa995 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 Oct 20 02:37:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 00:37:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for debugging a process not run by the IDE. Message-ID: <616f64d7dee4d_24295187478e@gitlab-sidekiq-low-urgency-cpu-bound-v1-76f96bbbc7-c28tm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 85cbb946 by gambas at 2021-10-20T02:28:22+02:00 Support for debugging a process not run by the IDE. [INTERPRETER] * NEW: Support for "remote" debugging, i.e. debugging a process not run by the IDE. It is activated by the existence of a symbolic link named '/tmp/gambas-<project name>.debug' pointing at the IDE temporary directory. The symbolic link is destroyed by the debuggee, so that no other process of the same project can use it. * BUG: Remove support of two deprecated parameters in '.startup' file. * NEW: The internal common string buffer size is now equal to 'PATH_MAX'. [GB.DEBUG] * NEW: Support for "remote" debugging. * OPT: The debugger process now opens the output fifo in blocking mode when needed, and the debugged process opens the output fifo for reading when needed too. - - - - - 1b5b92da by gambas at 2021-10-20T02:37:36+02:00 Support for "remote" debugging. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: A new debugger feature that allows to debug "remotely", i.e. debug a process not run by the IDE, provided of course that it comes from the same project. - - - - - 14 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - main/gbx/gbx_debug.c - main/gbx/gbx_project.c - main/lib/debug/CDebug.c - main/lib/debug/debug.c - main/lib/debug/gb.debug.h - main/share/gb_common_buffer.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fda4bfccedec2d8590c1bf2a7f05178716fa995...1b5b92da725fcf91fb380d71166d72eccd3ce2da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fda4bfccedec2d8590c1bf2a7f05178716fa995...1b5b92da725fcf91fb380d71166d72eccd3ce2da 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 Oct 20 02:44:45 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 00:44:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'android' and 'windows' stock icons. Message-ID: <616f667f163aa_24296308178c@gitlab-sidekiq-low-urgency-cpu-bound-v1-76f96bbbc7-c5xwp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 815b24b7 by gambas at 2021-10-20T02:44:13+02:00 Add 'android' and 'windows' stock icons. [GB.FORM] * NEW: Add 'android' and 'windows' stock icons. - - - - - aa23a81e by gambas at 2021-10-20T02:44:40+02:00 Add 'android' and 'windows' icons. Add other mimetypes associations for Gambas icon theme. [GB.FORM.STOCK] * NEW: Add 'android' and 'windows' icons. * NEW: Add other mimetypes associations for Gambas icon theme. - - - - - 8 changed files: - + comp/src/gb.form.stock/gambas-mono/32/android.png - + comp/src/gb.form.stock/gambas-mono/32/windows.png - + comp/src/gb.form.stock/gambas/128/android.png - + comp/src/gb.form.stock/gambas/128/windows.png - + comp/src/gb.form.stock/gambas/32/android.png - + comp/src/gb.form.stock/gambas/32/windows.png - comp/src/gb.form.stock/links - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1b5b92da725fcf91fb380d71166d72eccd3ce2da...aa23a81ec7453879ae2118992f9f195c28e922c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1b5b92da725fcf91fb380d71166d72eccd3ce2da...aa23a81ec7453879ae2118992f9f195c28e922c3 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 Oct 20 14:20:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 12:20:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Some debugger fixes. Message-ID: <617009a845912_242943c26736@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4464fd5c-dsnp9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 303fbd18 by gambas at 2021-10-20T14:16:58+02:00 Some debugger fixes. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger actions are now correctly enabled or disabled according to the current debugger state. * BUG: Breakpoints really cannot be set when the debugger program is running. * NEW: Display the process id of the debugged process. * BUG: Console immediate evaluation now works as expected with remote debugging. * NEW: Update French translation. - - - - - 438deab9 by gambas at 2021-10-20T14:17:22+02:00 The '!' command does not write on the standard output anymore, but now works like the '?' command. [GB.DEBUG] * NEW: The '!' command does not write on the standard output anymore, but now works like the '?' command. - - - - - 8f4e709d by gambas at 2021-10-20T14:19:26+02:00 Add 'cpu' stock icon. Add some mimetypes associations for Gambas icon theme. [GB.FORM] * NEW: Add 'cpu' stock icon. [GB.FORM.STOCK] * NEW: Add 'cpu' stock icon, and fix some icons. * NEW: Add some mimetypes associations for Gambas icon theme. - - - - - 19 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/.src/Debug/FOutput.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/FMain.form - + comp/src/gb.form.stock/gambas-mono/32/cpu.png - comp/src/gb.form.stock/gambas-mono/32/crop.png - + comp/src/gb.form.stock/gambas/128/cpu.png - + comp/src/gb.form.stock/gambas/128/vpn.png - + comp/src/gb.form.stock/gambas/32/cpu.png - comp/src/gb.form.stock/gambas/32/crop.png - comp/src/gb.form.stock/links - comp/src/gb.form/map/icon.map - main/lib/debug/debug.c - main/lib/debug/print.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aa23a81ec7453879ae2118992f9f195c28e922c3...8f4e709dcf6bc0b4b1de58c11be1d4144d3482bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/aa23a81ec7453879ae2118992f9f195c28e922c3...8f4e709dcf6bc0b4b1de58c11be1d4144d3482bc 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 Oct 20 14:22:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 12:22:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The '
' markup that encloses all tables has a class "table" now. Message-ID: <617009fd95b5d_2516489c3396c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4464fd5c-r2bgn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a800f3e9 by gambas at 2021-10-20T14:21:29+02:00 The '<div>' markup that encloses all tables has a class "table" now. [GB.MARKDOWN] * NEW: The '<div>' markup that encloses all tables has a class "table" now. - - - - - 3 changed files: - comp/src/gb.markdown/.component - comp/src/gb.markdown/.project - comp/src/gb.markdown/.src/Markup.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a800f3e942b1a404c3835860630b924f807786c4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a800f3e942b1a404c3835860630b924f807786c4 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 Oct 20 16:42:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 14:42:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update control icons. Message-ID: <61702ad35f7ed_241c914948316@gitlab-sidekiq-low-urgency-cpu-bound-v1-6b7fc56c8f-vz89n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d24d7d69 by gambas at 2021-10-20T16:42:19+02:00 Update control icons. [GB.DB.FORM] * NEW: Update control icons. - - - - - 10 changed files: - comp/src/gb.db.form/.component - comp/src/gb.db.form/.hidden/control/databrowser.png - comp/src/gb.db.form/.hidden/control/datacheckbox.png - comp/src/gb.db.form/.hidden/control/datacombo.png - comp/src/gb.db.form/.hidden/control/datacomboview.png - comp/src/gb.db.form/.hidden/control/datacontrol.png - comp/src/gb.db.form/.hidden/control/datasource.png - comp/src/gb.db.form/.hidden/control/dataview.png - comp/src/gb.db.form/.hidden/icon.png - comp/src/gb.db.form/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d24d7d690fdcf933dcd5a03fbbc37473d9ccb9a1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d24d7d690fdcf933dcd5a03fbbc37473d9ccb9a1 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 Oct 20 17:41:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 15:41:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'EXEC / SHELL ... TO ... WITH ERROR' is a new syntax that redirects both the... Message-ID: <617038aebce21_262b89ab411781@gitlab-sidekiq-low-urgency-cpu-bound-v1-6b7fc56c8f-bvhfd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e138b8f0 by gambas at 2021-10-20T17:39:52+02:00 'EXEC / SHELL ... TO ... WITH ERROR' is a new syntax that redirects both the standard output and the standard error of a process to a string. [COMPILER] * NEW: 'EXEC / SHELL ... TO ... WITH ERROR' is a new syntax that redirects both the standard output and the standard error of a process to a string. The support for that feature was already present inside the interpreter! - - - - - 1 changed file: - main/gbc/gbc_trans_subr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e138b8f0e5ec2d8e77ef9b1ba5aa087c2b30d141 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e138b8f0e5ec2d8e77ef9b1ba5aa087c2b30d141 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 Oct 20 18:00:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 16:00:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Use EXEC instead of SHELL to speed-up version control detection. Message-ID: <61703d3976d5e_25294a0263bc@gitlab-sidekiq-low-urgency-cpu-bound-v1-94cc95985-dp5cv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3771b2df by gambas at 2021-10-20T18:00:46+02:00 Version control: Use EXEC instead of SHELL to speed-up version control detection. [DEVELOPMENT ENVIRONMENT] * OPT: Version control: Use EXEC instead of SHELL to speed-up version control detection. - - - - - 3 changed files: - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3771b2df3015e7c0bf69097027e4954bf9eb21f6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3771b2df3015e7c0bf69097027e4954bf9eb21f6 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 Oct 21 01:04:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 20 Oct 2021 23:04:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: If remote debugging is activated, lock a file to tell the IDE we are alive. Message-ID: <6170a08f9b03_25294c8397f9@gitlab-sidekiq-low-urgency-cpu-bound-v1-6f4cbd568f-sf59k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46811428 by gambas at 2021-10-21T01:02:07+02:00 If remote debugging is activated, lock a file to tell the IDE we are alive. [INTERPRETER] * NEW: If remote debugging is activated, lock a file to tell the IDE we are alive. - - - - - a40d11b5 by gambas at 2021-10-21T01:04:42+02:00 Fix how remotely debugged process end is detected. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Watch a remotely debugged process through the lock file it creates, instead of relying on '/proc' which is not reliable and Linux-specific. * BUG: Save the cursor position in the history when the procedure list is used. - - - - - 6 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - main/gbx/gbx_debug.c - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3771b2df3015e7c0bf69097027e4954bf9eb21f6...a40d11b528b2a54d4a75c758d01892f253a60300 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3771b2df3015e7c0bf69097027e4954bf9eb21f6...a40d11b528b2a54d4a75c758d01892f253a60300 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 Oct 21 14:02:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Oct 2021 12:02:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Display information on debugged process. Fix git repository detection. Message-ID: <617156d113b67_26294a01116b@gitlab-sidekiq-low-urgency-cpu-bound-v1-8bd7f79d5-zb459.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1474d6ce by gambas at 2021-10-21T13:54:44+02:00 Display information on debugged process. Fix git repository detection. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Debugger: Display the memory used by the debugged process (actually the PSS returned by Linux), and the number of its open file descriptors.. * BUG: Version control: Fix git repository detection. - - - - - d9aa4e19 by gambas at 2021-10-21T14:00:38+02:00 Format file sizes with no more than three digits. FileView: Use the directory cache instead of Stat() when drawing the items. [GB.FORM] * NEW: Format file sizes with no more than three digits. * BUG: Stock: Don't duplicate 'Gambas' and 'Gambas-Mono' icon themes in Stock.Themes property. * OPT: FileView: Use the directory cache instead of Stat() when drawing the items. - - - - - 4331940e by gambas at 2021-10-21T14:01:54+02:00 IconView: Use an internal cache to speed up item text formatting. [GB.GUI.BASE] * OPT: IconView: Use an internal cache to speed up item text formatting. - - - - - 18 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - ? comp/src/gb.form.stock/.hidden/map - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/File/Properties/FFileProperties.class - comp/src/gb.form/.src/Main.module - comp/src/gb.form/.src/Stock.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FIconView.class ? comp/src/gb.gui.base/.src/Test/FTestIconView.class - comp/src/gb.gui.base/.src/Test/FIconView.form ? comp/src/gb.gui.base/.src/Test/FTestIconView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40d11b528b2a54d4a75c758d01892f253a60300...4331940e9e91df229afdfbf721125898539f5fab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40d11b528b2a54d4a75c758d01892f253a60300...4331940e9e91df229afdfbf721125898539f5fab 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 Oct 21 14:04:19 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Oct 2021 12:04:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix File.FormatSize() so that no more than three significant digits are returned. Message-ID: <61715743d376f_242948c50db@gitlab-sidekiq-low-urgency-cpu-bound-v1-8bd7f79d5-blbbg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a845b3f by gambas at 2021-10-21T14:03:54+02:00 Fix File.FormatSize() so that no more than three significant digits are returned. [GB.UTIL] * BUG: Fix File.FormatSize() so that no more than three significant digits are returned. - - - - - 2 changed files: - comp/src/gb.util/.src/File.class - comp/src/gb.util/.src/Process.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a845b3feb0069309897c83496fffff9d8b1fa8d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a845b3feb0069309897c83496fffff9d8b1fa8d 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 Oct 22 04:27:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 02:27:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix list generation, by removing a strange insertion of void paragraph. Message-ID: <617221ad739b1_25b9b8d850150@gitlab-sidekiq-low-urgency-cpu-bound-v1-697568dd65-jbgb6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88579780 by gambas at 2021-10-22T04:27:50+02:00 Fix list generation, by removing a strange insertion of void paragraph. [GB.MARKDOWN] * BUG: Fix list generation, by removing a strange insertion of void paragraph. - - - - - 3 changed files: - comp/src/gb.markdown/.src/MTest.module - comp/src/gb.markdown/.src/Markup.module - + comp/src/gb.markdown/test2.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88579780e27183c0bf45566d641b1e94fb72b3fa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88579780e27183c0bf45566d641b1e94fb72b3fa 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 Oct 22 21:21:41 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 19:21:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix drag and drop management, especially in GTK+ components. Message-ID: <61730f46abda1_25fd5674776c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-h6lwl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d97f8dd7 by gambas at 2021-10-22T21:18:45+02:00 Fix drag and drop management, especially in GTK+ components. [GB.GTK] * BUG: Fix drag and drop action constants. * BUG: The three drag and drop actions are supported now. * BUG: The SHIFT and CONTROL key modifiers define the current drag and drop action. [GB.GTK3] * BUG: Fix drag and drop action constants. * BUG: The three drag and drop actions are supported now. * BUG: The SHIFT and CONTROL key modifiers define the current drag and drop action. [GB.QT4] * BUG: Fix drag and drop action constants. * BUG: The three drag and drop actions are supported now. * BUG: The SHIFT and CONTROL key modifiers define the current drag and drop action. [GB.QT5] * BUG: Fix drag and drop action constants. * BUG: The three drag and drop actions are supported now. * BUG: The SHIFT and CONTROL key modifiers define the current drag and drop action. - - - - - 8 changed files: - gb.gtk/src/CClipboard.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gdrag.cpp - gb.gtk/src/gdrag.h - gb.gtk/src/gsignals.cpp - gb.qt4/share/gb.form.const.h - gb.qt4/src/CClipboard.cpp - gb.qt4/src/CClipboard.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d97f8dd764f786ab920a04ef22f43a677f817b88 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d97f8dd764f786ab920a04ef22f43a677f817b88 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 Oct 22 21:22:55 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 19:22:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Allow move action only when dragging a source code file. Message-ID: <61730f8f83d9d_24212d37c85377@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-jvlz9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: da50778f by gambas at 2021-10-22T21:22:48+02:00 Project tree: Allow move action only when dragging a source code file. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Allow move action only when dragging a source code file. - - - - - 2 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da50778ffaea11d7abf5f58e8be377ea073969da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da50778ffaea11d7abf5f58e8be377ea073969da 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 Oct 22 22:45:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 20:45:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix propagation of drag and drop events by the highlighting frame. Message-ID: <617322dd8bf_2429400756b@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-ln22s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c70de03c by gambas at 2021-10-22T22:44:29+02:00 Fix propagation of drag and drop events by the highlighting frame. [GB.GUI.BASE] * BUG: Fix propagation of drag and drop events by the highlighting frame. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c70de03c09bf0d05ec862af770767e2f1a43d71c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c70de03c09bf0d05ec862af770767e2f1a43d71c 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 Oct 22 23:03:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 21:03:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allows GridView automatic scrolling behaviour to be overriden easily. Message-ID: <617327173732c_2542132d097031@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-tfdvg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6322a874 by gambas at 2021-10-22T23:03:10+02:00 Allows GridView automatic scrolling behaviour to be overriden easily. [GB.GUI.BASE] * NEW: ScrollArea: The EnsureVisible() method now takes an extra optional argument, that tells which scroll direction is allowed. * NEW: GridView: GridView.Rows[].EnsureVisible() is a new method that ensures that a specific row is visible by scrolling vertically only. * NEW: GridView: GridView.Columns[].EnsureVisible() is a new method that ensures that a specific column is visible by scrolling horizontally only. * NEW: TreeView: Automatic scrolling on item change is now vertical only. - - - - - 7 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/GridView/_GridView_Column.class - comp/src/gb.gui.base/.src/GridView/_GridView_Row.class - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6322a874c20fe3a31f21a8c6842ee8c56ef4b2bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6322a874c20fe3a31f21a8c6842ee8c56ef4b2bc 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 Oct 22 23:29:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 21:29:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: CursorStyle is a new property that allows to define how the cursor is drawn. Message-ID: <61732d2acc1cc_251446938982b3@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-qpwq8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46998317 by gambas at 2021-10-22T23:29:07+02:00 TerminalView: CursorStyle is a new property that allows to define how the cursor is drawn. [GB.FORM.TERMINAL] * NEW: TerminalView: CursorStyle is a new property that allows to define how the cursor is drawn. * NEW: TerminalView: CursorBlock, CursorUnderline and CursorText are three new constants that represents how the cursor is drawn. - - - - - 3 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46998317cf859cf47cbf170c51f5ff320a466257 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/46998317cf859cf47cbf170c51f5ff320a466257 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 Oct 22 23:38:17 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Oct 2021 21:38:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Rename cursor style constants as 'Block', 'Underline' and 'VerticalLine'. Message-ID: <61732f4a59b78_243b84f048538a@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-zxntg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1d37b24c by gambas at 2021-10-22T23:38:12+02:00 TerminalView: Rename cursor style constants as 'Block', 'Underline' and 'VerticalLine'. [GB.FORM.TERMINAL] * NEW: TerminalView: Rename cursor style constants as 'Block', 'Underline' and 'VerticalLine'. - - - - - 3 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d37b24c9dd22d5a6d3608f090b933b22e9ee859 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1d37b24c9dd22d5a6d3608f090b933b22e9ee859 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 Oct 23 03:32:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Oct 2021 01:32:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove debugging messages. Message-ID: <6173664a3c764_242957c57519@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-lq4jm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 186d96bc by gambas at 2021-10-23T03:32:32+02:00 Remove debugging messages. [GB.QT4] * BUG: Remove debugging messages. [GB.QT5] * BUG: Remove debugging messages. - - - - - 1 changed file: - gb.qt4/src/CClipboard.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/186d96bc2337c8d31e2a84cff3e0302219e18f00 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/186d96bc2337c8d31e2a84cff3e0302219e18f00 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 Oct 23 13:02:20 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Oct 2021 11:02:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'speaker' and 'update' icons. More icons for Gambas icon theme. Message-ID: <6173ebbce63a3_24c77d97011401f@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-kn6qj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 23f338c1 by gambas at 2021-10-23T13:01:26+02:00 Add 'speaker' and 'update' icons. More icons for Gambas icon theme. [GB.FORM] * NEW: Add 'speaker' and 'update' icons. * NEW: More icons for Gambas icon theme. - - - - - f8265366 by gambas at 2021-10-23T13:02:14+02:00 Add 'speaker' and 'update' icons. Update some icons. [GB.FORM.STOCK] * NEW: Add 'speaker' and 'update' icons. Update some icons. - - - - - 30 changed files: - comp/src/gb.form.stock/.src/MakeIconTheme.module - comp/src/gb.form.stock/gambas-mono/32/lock-screen.png - comp/src/gb.form.stock/gambas-mono/32/logout.png - comp/src/gb.form.stock/gambas-mono/32/people.png - comp/src/gb.form.stock/gambas-mono/32/restart.png - comp/src/gb.form.stock/gambas-mono/32/shutdown.png - + comp/src/gb.form.stock/gambas-mono/32/speaker.png - comp/src/gb.form.stock/gambas-mono/32/suspend.png - comp/src/gb.form.stock/gambas-mono/32/switch-user.png - + comp/src/gb.form.stock/gambas-mono/32/update.png - comp/src/gb.form.stock/gambas-mono/32/user-group.png - comp/src/gb.form.stock/gambas-mono/32/user.png - + comp/src/gb.form.stock/gambas/128/find.png - comp/src/gb.form.stock/gambas/128/identity.png - comp/src/gb.form.stock/gambas/128/lock-screen.png - comp/src/gb.form.stock/gambas/128/logout.png - comp/src/gb.form.stock/gambas/128/people.png - comp/src/gb.form.stock/gambas/128/restart.png - comp/src/gb.form.stock/gambas/128/shutdown.png - + comp/src/gb.form.stock/gambas/128/speaker.png - comp/src/gb.form.stock/gambas/128/suspend.png - comp/src/gb.form.stock/gambas/128/switch-user.png - + comp/src/gb.form.stock/gambas/128/update.png - comp/src/gb.form.stock/gambas/128/user-group.png - comp/src/gb.form.stock/gambas/128/user.png - comp/src/gb.form.stock/gambas/32/identity.png - comp/src/gb.form.stock/gambas/32/lock-screen.png - comp/src/gb.form.stock/gambas/32/logout.png - comp/src/gb.form.stock/gambas/32/people.png - comp/src/gb.form.stock/gambas/32/restart.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/186d96bc2337c8d31e2a84cff3e0302219e18f00...f8265366664703a12eb595ce47405e632d2027e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/186d96bc2337c8d31e2a84cff3e0302219e18f00...f8265366664703a12eb595ce47405e632d2027e7 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 Oct 23 21:48:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Oct 2021 19:48:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add 'pointer' and 'theme' stock icons. More icons for Gambas icon theme. Message-ID: <61746723549e8_242be30308d5@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-nl46f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4ce2e30d by gambas at 2021-10-23T21:47:05+02:00 Add 'pointer' and 'theme' stock icons. More icons for Gambas icon theme. [GB.FORM] * NEW: Add 'pointer' and 'theme' stock icons. * NEW: More icons for Gambas icon theme. - - - - - 4a46283b by gambas at 2021-10-23T21:48:44+02:00 Add 'pointer' and 'theme' icons. Redraw some icons. 360 different icons is a nice count. [GB.FORM.STOCK] * BUG: Set "FollowsColorScheme" flag back into Gambas icon theme generation description file. * NEW: Add 'pointer' and 'theme' icons. Redraw some icons. 360 different icons is a nice count. - - - - - 13 changed files: - comp/src/gb.form.stock/.src/MakeIconTheme.module - comp/src/gb.form.stock/gambas-mono/32/options.png - + comp/src/gb.form.stock/gambas-mono/32/pointer.png - comp/src/gb.form.stock/gambas-mono/32/terminal.png - + comp/src/gb.form.stock/gambas-mono/32/theme.png - comp/src/gb.form.stock/gambas/128/options.png - comp/src/gb.form.stock/gambas/128/terminal.png - + comp/src/gb.form.stock/gambas/128/theme.png - comp/src/gb.form.stock/gambas/32/options.png - + comp/src/gb.form.stock/gambas/32/pointer.png - comp/src/gb.form.stock/gambas/32/terminal.png - + comp/src/gb.form.stock/gambas/32/theme.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f8265366664703a12eb595ce47405e632d2027e7...4a46283b2e8c6212441bd48f7fd220228e82ae98 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f8265366664703a12eb595ce47405e632d2027e7...4a46283b2e8c6212441bd48f7fd220228e82ae98 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 Oct 24 01:10:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Oct 2021 23:10:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Stock: Silently ignore standard icon theme directories without access authorization. Message-ID: <61749661315eb_25d2a0f145831e@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-7xx5b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 07885061 by gambas at 2021-10-24T01:10:18+02:00 Stock: Silently ignore standard icon theme directories without access authorization. [GB.FORM] * BUG: Stock: Silently ignore standard icon theme directories without access authorization. * NEW: More icons for Gambas icon theme. - - - - - 1 changed file: - comp/src/gb.form/.src/Stock.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/07885061f2a2781d31c80a5722cf2a254f2a395b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/07885061f2a2781d31c80a5722cf2a254f2a395b 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 Oct 24 19:59:18 2021 From: gitlab at mg.gitlab.com (BODARD Fabien (@gambix)) Date: Sun, 24 Oct 2021 17:59:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correct Shape Icon centering Message-ID: <61759ef75a99_2430610812a@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-cpd6w.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 235649b6 by gambix at 2021-10-24T19:59:15+02:00 Correct Shape Icon centering [GB.MAP] * Correct Shape Icon centering - - - - - 4 changed files: - comp/src/gb.map/.component - comp/src/gb.map/.project - comp/src/gb.map/.src/Tests/Form6.class - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/235649b686523e3998ce818ba338224cb9dd60a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/235649b686523e3998ce818ba338224cb9dd60a9 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 Oct 25 00:15:59 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 24 Oct 2021 22:15:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Make the file descriptor watches and timers priority less than the GTK+ window refresh priority. Message-ID: <6175db1f8f191_2442c2c4488130@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-cpd6w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e8496e3c by gambas at 2021-10-25T00:13:04+02:00 Make the file descriptor watches and timers priority less than the GTK+ window refresh priority. [GB.GTK] * BUG: Make the file descriptor watches and timers priority less than the GTK+ window refresh priority. [GB.GTK3] * BUG: Make the file descriptor watches and timers priority less than the GTK+ window refresh priority. - - - - - 575acd45 by gambas at 2021-10-25T00:15:50+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - gb.gtk/src/main.cpp - gb.gtk/src/watcher.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/235649b686523e3998ce818ba338224cb9dd60a9...575acd4562d186e029b77d1f46bea346f2a0b5fb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/235649b686523e3998ce818ba338224cb9dd60a9...575acd4562d186e029b77d1f46bea346f2a0b5fb 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 Oct 25 03:20:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 25 Oct 2021 01:20:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Some debugger fixes. Message-ID: <61760642a43e0_23dcbb300164024@gitlab-sidekiq-low-urgency-cpu-bound-v1-7664b5cd8f-z84l2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fdc47c87 by gambas at 2021-10-25T02:57:04+02:00 Some debugger fixes. [GB.DEBUG] * BUG: Fix debugger fifo opening process. * BUG: The result of an evaluated expression is not truncated anymore. - - - - - 8d064e7c by gambas at 2021-10-25T03:19:57+02:00 Some debugger fixes. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Use underline cursor style for version control terminal. * OPT: Debugger: Do not refresh local and object variables if they are not collapsed. * BUG: Debugger: Take into account that the debugger answer is unlimited now. - - - - - 10 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FOutput.form - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Options/FOption.form - main/lib/debug/CDebug.c - main/lib/debug/debug.c - main/lib/debug/print.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/575acd4562d186e029b77d1f46bea346f2a0b5fb...8d064e7cfce1b03b6d0270421a9fc600d3d78a90 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/575acd4562d186e029b77d1f46bea346f2a0b5fb...8d064e7cfce1b03b6d0270421a9fc600d3d78a90 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 Oct 25 23:11:09 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 25 Oct 2021 21:11:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw mimetypes icons. Add 128 pixels monochrom versions of mimetypes icons. Message-ID: <61771d6d8c0d9_252946438062@gitlab-sidekiq-low-urgency-cpu-bound-v1-597748cc77-d2ch9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f863ef43 by gambas at 2021-10-25T23:10:58+02:00 Redraw mimetypes icons. Add 128 pixels monochrom versions of mimetypes icons. [GB.FORM.STOCK] * NEW: Redraw mimetypes icons. * NEW: Add 128 pixels monochrom versions of mimetypes icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/gambas-mono/128/c.png - + comp/src/gb.form.stock/gambas-mono/128/cpp.png - + comp/src/gb.form.stock/gambas-mono/128/css.png - + comp/src/gb.form.stock/gambas-mono/128/h.png - + comp/src/gb.form.stock/gambas-mono/128/html.png - + comp/src/gb.form.stock/gambas-mono/128/java.png - + comp/src/gb.form.stock/gambas-mono/128/js.png - + comp/src/gb.form.stock/gambas-mono/128/json.png - + comp/src/gb.form.stock/gambas-mono/128/md.png - + comp/src/gb.form.stock/gambas-mono/128/script.png - + comp/src/gb.form.stock/gambas-mono/128/xml.png - comp/src/gb.form.stock/gambas-mono/32/c.png - comp/src/gb.form.stock/gambas-mono/32/cpp.png - comp/src/gb.form.stock/gambas-mono/32/css.png - comp/src/gb.form.stock/gambas-mono/32/h.png - comp/src/gb.form.stock/gambas-mono/32/html.png - comp/src/gb.form.stock/gambas-mono/32/java.png - comp/src/gb.form.stock/gambas-mono/32/js.png - comp/src/gb.form.stock/gambas-mono/32/json.png - comp/src/gb.form.stock/gambas-mono/32/md.png - comp/src/gb.form.stock/gambas-mono/32/script.png - comp/src/gb.form.stock/gambas-mono/32/text-sub.png - comp/src/gb.form.stock/gambas-mono/32/text-super.png - comp/src/gb.form.stock/gambas-mono/32/xml.png - comp/src/gb.form.stock/gambas/128/c.png - comp/src/gb.form.stock/gambas/128/cpp.png - comp/src/gb.form.stock/gambas/128/css.png - comp/src/gb.form.stock/gambas/128/h.png - comp/src/gb.form.stock/gambas/128/html.png - comp/src/gb.form.stock/gambas/128/java.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f863ef437e24480572334c1a99a5f60e732696a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f863ef437e24480572334c1a99a5f60e732696a8 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 Oct 27 16:43:02 2021 From: gitlab at mg.gitlab.com (BODARD Fabien (@gambix)) Date: Wed, 27 Oct 2021 14:43:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add a new function to the shape layer that return a _shapeitems array contained in a mapbound. Message-ID: <61796576a18f5_2429478232e@gitlab-sidekiq-low-urgency-cpu-bound-v1-6b56d6db5-t7q2k.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 6e86ad72 by gambix at 2021-10-27T16:42:57+02:00 Add a new function to the shape layer that return a _shapeitems array contained in a mapbound. [GB.MAP] * BUG: The MapBound.Contain function really return if a bound can be contained. * NEW: Add a new function to the shape layer that return an array of _ShapeItems contained in a mapbound. - - - - - 4 changed files: - comp/src/gb.map/.project - comp/src/gb.map/.src/Tests/MMain.module - comp/src/gb.map/.src/Types/MapBounds.class - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e86ad7218a4e52f78c758ea7c78d6e91b38d69f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e86ad7218a4e52f78c758ea7c78d6e91b38d69f 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 Oct 27 17:08:29 2021 From: gitlab at mg.gitlab.com (BODARD Fabien (@gambix)) Date: Wed, 27 Oct 2021 15:08:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a forgotten debug line Message-ID: <61796b6d404b2_263041c696a5@gitlab-sidekiq-low-urgency-cpu-bound-v1-6b56d6db5-b6zcv.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: e5cc7a9e by gambix at 2021-10-27T17:08:24+02:00 Remove a forgotten debug line [GB.MAP] * BUG: Remove a forgotten debug line - - - - - 1 changed file: - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd 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 Oct 27 18:38:24 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 16:38:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: New component that aims at implementing an HtmlView based on the litehtml library. Message-ID: <617980806653f_252951880367@gitlab-sidekiq-low-urgency-cpu-bound-v1-dc54454df-n6nwr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f8edd21e by gambas at 2021-10-27T02:46:30+02:00 New component that aims at implementing an HtmlView based on the litehtml library. [GB.FORM.HTMLVIEW] * NEW: New component that aims at implementing an HtmlView based on the litehtml library. - - - - - 5830ece4 by gambas at 2021-10-27T18:34:51+02:00 Some debugger fixes again. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Local variables come back. * BUG: Debugger: Fix error label layout. * NEW: Declare the new upcoming 'gb.form.htmlview' component. - - - - - bad974f6 by gambas at 2021-10-27T18:36:17+02:00 Redraw 'text' icon. Add some mimetypes associations for Gambas icon theme. [GB.FORM.STOCK] * NEW: Redraw 'text' icon. * NEW: Add some mimetypes associations for Gambas icon theme. - - - - - e759bfd8 by gambas at 2021-10-27T18:36:48+02:00 HtmlView: Start implementing control. It can display text only at the moment. [GB.FORM.HTMLVIEW] * NEW: HtmlView: Start implementing control. It can display text only at the moment. - - - - - 3cf4f3a2 by gambas at 2021-10-27T18:38:14+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - + comp/src/gb.form.stock/gambas-mono/128/text.png - comp/src/gb.form.stock/gambas-mono/32/text.png - comp/src/gb.form.stock/gambas/128/text.png - comp/src/gb.form.stock/gambas/32/text.png - comp/src/gb.form.stock/links - + gb.form.htmlview/AUTHORS - + gb.form.htmlview/COPYING - + gb.form.htmlview/ChangeLog - + gb.form.htmlview/INSTALL - + gb.form.htmlview/Makefile.am - + gb.form.htmlview/NEWS - + gb.form.htmlview/README - + gb.form.htmlview/acinclude.m4 - + gb.form.htmlview/component.am - + gb.form.htmlview/configure.ac - + gb.form.htmlview/gambas.h - + gb.form.htmlview/gb.draw.h - + gb.form.htmlview/gb.geom.h - + gb.form.htmlview/gb.image.h - + gb.form.htmlview/gb.paint.h - + gb.form.htmlview/gb_common.h - + gb.form.htmlview/m4 - + gb.form.htmlview/reconf - + gb.form.htmlview/src/Makefile.am - + gb.form.htmlview/src/c_htmldocument.cpp - + gb.form.htmlview/src/c_htmldocument.h - + gb.form.htmlview/src/gb.form.htmlview.component View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd...3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd...3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4 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 Oct 27 18:40:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 16:40:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix signature of GB.GetProperty() API. Message-ID: <617980fc77bc6_2560a5cc40089@gitlab-sidekiq-low-urgency-cpu-bound-v1-dc54454df-ftqzd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c1d255d3 by gambas at 2021-10-27T18:39:30+02:00 Fix signature of GB.GetProperty() API. [INTERPRETER] * BUG: Fix signature of GB.GetProperty() API. - - - - - 5eba86cf by gambas at 2021-10-27T18:40:05+02:00 Enable compilation of 'gb.form.htmlview' component. [CONFIGURATION] * NEW: Enable compilation of 'gb.form.htmlview' component. - - - - - 3 changed files: - Makefile.am - configure.ac - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4...5eba86cf403393a2e50072efe63ba8c7ba44e79c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4...5eba86cf403393a2e50072efe63ba8c7ba44e79c 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 Oct 27 19:14:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 17:14:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Enable compilation of 'gb.form.htmlview' only for ubuntu at the moment. Message-ID: <617988f55d557_25294a0100898@gitlab-sidekiq-low-urgency-cpu-bound-v1-dc54454df-ll8v5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fc5de053 by gambas at 2021-10-27T19:13:55+02:00 Enable compilation of 'gb.form.htmlview' only for ubuntu at the moment. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc5de0532afb6f82dc64e4a15044e54b73646f03 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc5de0532afb6f82dc64e4a15044e54b73646f03 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 Oct 27 19:30:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 17:30:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix gitlab CI configuration file. Message-ID: <61798cc4d8b2a_252948c-1ca@gitlab-sidekiq-low-urgency-cpu-bound-v1-dc54454df-lfg27.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08d21b5d by gambas at 2021-10-27T19:30:16+02:00 Fix gitlab CI configuration file. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08d21b5d7510825174865ee0eb4a028b253584a8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08d21b5d7510825174865ee0eb4a028b253584a8 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 Oct 27 23:55:23 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 21:55:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update gitlab CI configuration file. Message-ID: <6179cacbe27f2_25412238813d@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-xz6mc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3e4ea6be by gambas at 2021-10-27T23:55:02+02:00 Update gitlab CI configuration file. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3e4ea6be5367bf8e3058f855f1b231b1d9b7ddb9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3e4ea6be5367bf8e3058f855f1b231b1d9b7ddb9 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 Oct 28 00:32:06 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 22:32:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update gitlab CI configuration file. Message-ID: <6179d366853e9_24295186726@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-4ttmr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 27154ec2 by gambas at 2021-10-28T00:31:47+02:00 Update gitlab CI configuration file. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/27154ec2c0ba70c42d70219c962ac6a89de3c199 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/27154ec2c0ba70c42d70219c962ac6a89de3c199 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 Oct 28 00:52:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 22:52:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Integrate litehtml source code inside the component. Only use the gumbo shared library. Message-ID: <6179d837e7fcf_25222991067291@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-jc4gh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 056b7617 by gambas at 2021-10-28T00:51:54+02:00 Integrate litehtml source code inside the component. Only use the gumbo shared library. [GB.FORM.HTMLVIEW] * NEW: Integrate litehtml source code inside the component. Only use the gumbo shared library. - - - - - 30 changed files: - gb.form.htmlview/configure.ac - gb.form.htmlview/src/Makefile.am - gb.form.htmlview/src/c_htmldocument.h - + gb.form.htmlview/src/litehtml/LICENSE - + gb.form.htmlview/src/litehtml/README.md - + gb.form.htmlview/src/litehtml/attributes.h - + gb.form.htmlview/src/litehtml/background.cpp - + gb.form.htmlview/src/litehtml/background.h - + gb.form.htmlview/src/litehtml/borders.h - + gb.form.htmlview/src/litehtml/box.cpp - + gb.form.htmlview/src/litehtml/box.h - + gb.form.htmlview/src/litehtml/context.cpp - + gb.form.htmlview/src/litehtml/context.h - + gb.form.htmlview/src/litehtml/css_length.cpp - + gb.form.htmlview/src/litehtml/css_length.h - + gb.form.htmlview/src/litehtml/css_margins.h - + gb.form.htmlview/src/litehtml/css_offsets.h - + gb.form.htmlview/src/litehtml/css_position.h - + gb.form.htmlview/src/litehtml/css_selector.cpp - + gb.form.htmlview/src/litehtml/css_selector.h - + gb.form.htmlview/src/litehtml/document.cpp - + gb.form.htmlview/src/litehtml/document.h - + gb.form.htmlview/src/litehtml/el_anchor.cpp - + gb.form.htmlview/src/litehtml/el_anchor.h - + gb.form.htmlview/src/litehtml/el_base.cpp - + gb.form.htmlview/src/litehtml/el_base.h - + gb.form.htmlview/src/litehtml/el_before_after.cpp - + gb.form.htmlview/src/litehtml/el_before_after.h - + gb.form.htmlview/src/litehtml/el_body.cpp - + gb.form.htmlview/src/litehtml/el_body.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/056b7617ee8824a3dd35692031bee862b00f37b2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/056b7617ee8824a3dd35692031bee862b00f37b2 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 Oct 28 00:54:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 22:54:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update gitlab CI configuration file. Message-ID: <6179d8afc7e98_24294f08226c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-46mzn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ea1c3a27 by gambas at 2021-10-28T00:54:25+02:00 Update gitlab CI configuration file. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ea1c3a27150dfc13ded27bdedeeeaea5380dd6e6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ea1c3a27150dfc13ded27bdedeeeaea5380dd6e6 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 Oct 28 01:31:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 23:31:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Integrate 'gumbo' library inside the component. Message-ID: <6179e137bd7fa_24b1bac497a@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-6rcsq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f5db84f9 by gambas at 2021-10-28T01:27:55+02:00 Integrate 'gumbo' library inside the component. [GB.FORM.HTMLVIEW] * NEW: Integrate 'gumbo' library inside the component, so that the component has no depency anymore and compile on all systems. Consequently, the component source code moved to the '/main/lib' directory. - - - - - 4b2d0548 by gambas at 2021-10-28T01:29:53+02:00 Forgot to commit the fix about window refresh priority. [GB.GTK3] * BUG: Forgot to commit the fix about window refresh priority. - - - - - 30 changed files: - Makefile.am - configure.ac - ? gb.form.htmlview/AUTHORS - ? gb.form.htmlview/COPYING - ? gb.form.htmlview/ChangeLog - ? gb.form.htmlview/INSTALL - ? gb.form.htmlview/Makefile.am - ? gb.form.htmlview/NEWS - ? gb.form.htmlview/README - ? gb.form.htmlview/acinclude.m4 - ? gb.form.htmlview/component.am - ? gb.form.htmlview/configure.ac - ? gb.form.htmlview/gambas.h - ? gb.form.htmlview/gb.draw.h - ? gb.form.htmlview/gb.geom.h - ? gb.form.htmlview/gb.image.h - ? gb.form.htmlview/gb.paint.h - ? gb.form.htmlview/gb_common.h - ? gb.form.htmlview/m4 - ? gb.form.htmlview/reconf - gb.gtk3/src/main.cpp - main/configure.ac - main/lib/Makefile.am - gb.form.htmlview/src/Makefile.am ? main/lib/form.htmlview/Makefile.am - gb.form.htmlview/src/c_htmldocument.cpp ? main/lib/form.htmlview/c_htmldocument.cpp - gb.form.htmlview/src/c_htmldocument.h ? main/lib/form.htmlview/c_htmldocument.h - + main/lib/form.htmlview/gb.draw.h - gb.form.htmlview/src/gb.form.htmlview.component ? main/lib/form.htmlview/gb.form.htmlview.component - gb.form.htmlview/src/gb.form.htmlview/.component ? main/lib/form.htmlview/gb.form.htmlview/.component - gb.form.htmlview/src/gb.form.htmlview/.directory ? main/lib/form.htmlview/gb.form.htmlview/.directory View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ea1c3a27150dfc13ded27bdedeeeaea5380dd6e6...4b2d0548a83c910021051119a02b03037c586cec -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ea1c3a27150dfc13ded27bdedeeeaea5380dd6e6...4b2d0548a83c910021051119a02b03037c586cec 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 Oct 28 01:32:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Oct 2021 23:32:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update gitlab CI configuration file. Message-ID: <6179e196577d0_272cb12ac2514@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-p5pmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 459a434b by gambas at 2021-10-28T01:32:24+02:00 Update gitlab CI configuration file. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/459a434b5207fb24af842229b2811d08dc5e3579 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/459a434b5207fb24af842229b2811d08dc5e3579 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 Oct 28 02:09:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Oct 2021 00:09:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add gcc flag for c++11 standard. Message-ID: <6179ea27ecc39_242952c6e0@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-nbk9s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5c8b49b6 by gambas at 2021-10-28T02:08:31+02:00 Add gcc flag for c++11 standard. [GB.FORM.HTMLVIEW] * BUG: Add gcc flag for c++11 standard. - - - - - 1 changed file: - main/lib/form.htmlview/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5c8b49b601c716438d4bf4044ca2f98d8a705a3d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5c8b49b601c716438d4bf4044ca2f98d8a705a3d 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 Oct 28 02:27:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Oct 2021 00:27:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the C compiler for compiling 'gumbo'. Message-ID: <6179ee5f9b6b2_24295a4749c@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-htvgm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 58f47d68 by gambas at 2021-10-28T02:26:36+02:00 Use the C compiler for compiling 'gumbo'. [GB.FORM.HTMLVIEW] * BUG: Use the C compiler for compiling 'gumbo'. - - - - - 1 changed file: - main/lib/form.htmlview/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/58f47d68ad257639891c4eeb072ded81ee0b774a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/58f47d68ad257639891c4eeb072ded81ee0b774a 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 Oct 28 03:08:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Oct 2021 01:08:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use '-std=c99' for compilation of 'gumbo'. Message-ID: <6179f80666c9e_26294a05357d@gitlab-sidekiq-low-urgency-cpu-bound-v1-7c4dc7fbf7-w9zjs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 57916c60 by gambas at 2021-10-28T03:07:33+02:00 Use '-std=c99' for compilation of 'gumbo'. [GB.FORM.HTMLVIEW] * BUG: Use '-std=c99' for compilation of 'gumbo'. - - - - - 1 changed file: - main/lib/form.htmlview/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/57916c60c310ad5736386d154ccca6182a629a04 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/57916c60c310ad5736386d154ccca6182a629a04 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 Oct 29 02:46:10 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Oct 2021 00:46:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add an API to set the current paint background color. Message-ID: <617b445248582_2529590536de@gitlab-sidekiq-low-urgency-cpu-bound-v1-766559bd8f-9gnkz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fe27af0d by gambas at 2021-10-28T03:29:13+02:00 Add an API to set the current paint background color. [GB.DRAW] * NEW: Add an API to set the current paint background color. - - - - - 1c2063cb by gambas at 2021-10-29T02:46:05+02:00 Debugger: Process ressource watch should not crash anymore when the process is dead. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Process ressource watch should not crash anymore when the process is dead. - - - - - 5 changed files: - app/src/gambas3/.src/Debug/Design.module - main/lib/draw/cpaint.c - main/lib/draw/cpaint.h - main/lib/draw/gb.draw.h - main/lib/draw/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/57916c60c310ad5736386d154ccca6182a629a04...1c2063cbecc14069062f11c9ed8e796d0c46a03c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/57916c60c310ad5736386d154ccca6182a629a04...1c2063cbecc14069062f11c9ed8e796d0c46a03c 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 Oct 29 02:51:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Oct 2021 00:51:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add two API for translating and scaling the current painter. Message-ID: <617b45a8142c8_24294c8256bf@gitlab-sidekiq-low-urgency-cpu-bound-v1-766559bd8f-qg7rh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c2052e42 by gambas at 2021-10-29T02:49:34+02:00 Add two API for translating and scaling the current painter. [GB.DRAW] * NEW: Add two API for translating and scaling the current painter. - - - - - 894e73d1 by gambas at 2021-10-29T02:51:00+02:00 Work continues on the new HtmlView control. [GB.FORM.HTMLVIEW] * NEW: Work continues on the new HtmlView control. - - - - - 30 changed files: - main/lib/draw/cpaint.c - main/lib/draw/cpaint.h - main/lib/draw/gb.draw.h - main/lib/draw/main.c - main/lib/form.htmlview/Makefile.am - main/lib/form.htmlview/c_htmldocument.cpp - main/lib/form.htmlview/c_htmldocument.h - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.class - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.form - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlDocument.class - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlView.class - main/lib/form.htmlview/master.css ? main/lib/form.htmlview/gb.form.htmlview/master.css - + main/lib/form.htmlview/gb.form.htmlview/style.css - + main/lib/form.htmlview/gb.form.htmlview/test2.html - + main/lib/form.htmlview/gb.form.htmlview/test3.html - + main/lib/form.htmlview/gb.paint.h - + main/lib/form.htmlview/gumbo/LICENSE - main/lib/form.htmlview/gumbo/char_ref.c - main/lib/form.htmlview/gumbo/error.c - main/lib/form.htmlview/gumbo/error.h - main/lib/form.htmlview/gumbo/gumbo.h - main/lib/form.htmlview/gumbo/parser.c - main/lib/form.htmlview/gumbo/tag.c - main/lib/form.htmlview/gumbo/tokenizer.c - main/lib/form.htmlview/gumbo/utf8.c - main/lib/form.htmlview/gumbo/utf8.h - main/lib/form.htmlview/gumbo/util.h - main/lib/form.htmlview/gumbo/vector.c - main/lib/form.htmlview/litehtml/borders.h - + main/lib/form.htmlview/litehtml/codepoint.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1c2063cbecc14069062f11c9ed8e796d0c46a03c...894e73d1c67ab8b57868719ffbca2a91ad3554d8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1c2063cbecc14069062f11c9ed8e796d0c46a03c...894e73d1c67ab8b57868719ffbca2a91ad3554d8 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 Oct 29 03:34:12 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Oct 2021 01:34:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to fix compilation. Message-ID: <617b4f946f01_24295e0362a7@gitlab-sidekiq-low-urgency-cpu-bound-v1-766559bd8f-28gww.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ed430b56 by gambas at 2021-10-29T03:33:44+02:00 Try to fix compilation. [GB.FORM.HTMLVIEW] * BUG: Try to fix compilation. - - - - - 5 changed files: - main/lib/form.htmlview/Makefile.am - main/lib/form.htmlview/c_htmldocument.cpp - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.form - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlView.class - main/lib/form.htmlview/gb.form.htmlview/master.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ed430b5656e6c9ac9bf0230d1ee67906550e7b19 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ed430b5656e6c9ac9bf0230d1ee67906550e7b19 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 Oct 29 17:45:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Oct 2021 15:45:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The mouse cursor type constants are now defined in the Cursor class. Add more... Message-ID: <617c1723ba1e8_252957c32493@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cf49699cc-f7lqq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9789a7bc by gambas at 2021-10-29T16:32:38+02:00 The mouse cursor type constants are now defined in the Cursor class. Add more mouse cursor constants. [GB.GTK] * NEW: The mouse cursor type constants are now defined in the Cursor class. * NEW: Add more mouse cursor constants. [GB.GTK3] * NEW: The mouse cursor type constants are now defined in the Cursor class. * NEW: Add more mouse cursor constants. [GB.QT4] * NEW: The mouse cursor type constants are now defined in the Cursor class. * NEW: Add more mouse cursor constants. [GB.QT5] * NEW: The mouse cursor type constants are now defined in the Cursor class. * NEW: Add more mouse cursor constants. - - - - - 9 changed files: - gb.gtk/src/CMouse.cpp - gb.gtk/src/gcontrol.cpp - gb.qt4/share/gb.form.const.h - gb.qt4/share/gb.form.properties.h - gb.qt4/src/CMouse.cpp - gb.qt4/src/CMouse.h - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9789a7bc93d1d9d5616d51763f7ed60b47a7dfaa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9789a7bc93d1d9d5616d51763f7ed60b47a7dfaa 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 Oct 30 02:16:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Oct 2021 00:16:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Work continues... Message-ID: <617c8ec5e4987_2529540977a2@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-mzqrx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fa3921b0 by gambas at 2021-10-30T02:15:43+02:00 Work continues... [GB.FORM.HTMLVIEW] * NEW: Work continues... - - - - - 17 changed files: - main/lib/form.htmlview/c_htmldocument.cpp - main/lib/form.htmlview/c_htmldocument.h - main/lib/form.htmlview/gb.form.htmlview/.project - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.class - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.form - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlDocument.class - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlView.class - + main/lib/form.htmlview/gb.form.htmlview/desert.jpg - main/lib/form.htmlview/gb.form.htmlview/master.css - main/lib/form.htmlview/gb.form.htmlview/style.css - main/lib/form.htmlview/gb.form.htmlview/test3.html - + main/lib/form.htmlview/gb.form.htmlview/test4.html - + main/lib/form.htmlview/gb.form.htmlview/test5.html - + main/lib/form.htmlview/gb.form.htmlview/test6.html - main/lib/form.htmlview/litehtml/os_types.h - + main/lib/form.htmlview/litehtml_patch.h - main/lib/form.htmlview/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fa3921b056496a9e7120f7550b2662e71c1e2fc9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fa3921b056496a9e7120f7550b2662e71c1e2fc9 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 Oct 30 20:39:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Oct 2021 18:39:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: HtmlView: The control is now usable. Message-ID: <617d914fd4fb0_255f8ae58574f7@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-s74pl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d8a203f8 by gambas at 2021-10-30T20:37:44+02:00 HtmlView: The control is now usable. [GB.FORM.HTMLVIEW] * NEW: HtmlView: The control is now usable. - - - - - 0e808a63 by gambas at 2021-10-30T20:38:29+02:00 Use the new HtmlView control to display automatic completion help and form editor property help. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new HtmlView control to display automatic completion help and form editor property help. You will notice they become faster. - - - - - 30 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Help/MHelp.module - ? app/src/gambas3/help/wiki/critical.png - + app/src/gambas3/help/wiki/critical.png - ? app/src/gambas3/help/wiki/info.png - + app/src/gambas3/help/wiki/info.png - app/src/gambas3/help/wiki/style-custom.css - + app/src/gambas3/help/wiki/style-offline-htmlview.css - ? app/src/gambas3/help/wiki/tip.png - + app/src/gambas3/help/wiki/tip.png - ? app/src/gambas3/help/wiki/vb.png - + app/src/gambas3/help/wiki/vb.png - ? app/src/gambas3/help/wiki/warning.png - + app/src/gambas3/help/wiki/warning.png - main/lib/form.htmlview/c_htmldocument.cpp - main/lib/form.htmlview/c_htmldocument.h - main/lib/form.htmlview/gb.form.htmlview.component - main/lib/form.htmlview/gb.form.htmlview/.component - main/lib/form.htmlview/gb.form.htmlview/.project - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.class - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.form - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlDocument.class - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlView.class - + main/lib/form.htmlview/gb.form.htmlview/fail.png - main/lib/form.htmlview/gb.form.htmlview/master.css View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fa3921b056496a9e7120f7550b2662e71c1e2fc9...0e808a63d204aec77afdabf10e0edfe550de5a8b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fa3921b056496a9e7120f7550b2662e71c1e2fc9...0e808a63d204aec77afdabf10e0edfe550de5a8b 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 Oct 30 20:40:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Oct 2021 18:40:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'String.Capitalize()' is now a synonymous and better name for 'String.UCaseFirst()'. Message-ID: <617d918bf3fbe_245675264729de@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-vhhgv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1ceadb3c by gambas at 2021-10-30T20:39:28+02:00 'String.Capitalize()' is now a synonymous and better name for 'String.UCaseFirst()'. [INTERPRETER] * NEW: 'String.Capitalize()' is now a synonymous and better name for 'String.UCaseFirst()'. - - - - - 1 changed file: - main/gbx/gbx_c_string.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ceadb3c285f618d5046e61884f45cfa5999ebcb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1ceadb3c285f618d5046e61884f45cfa5999ebcb 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 Oct 30 22:24:26 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Oct 2021 20:24:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] HtmlView: The control can get focus now, and react to arrow keys. Message-ID: <617da9fa57c9d_2454fa524751b8@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-vhhgv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bfddf7d4 by gambas at 2021-10-30T22:22:47+02:00 HtmlView: The control can get focus now, and react to arrow keys. [GB.FORM.HTMLVIEW] * NEW: HtmlView: The control can get focus now, and react to arrow keys. * NEW: HtmlView: Fix litehtml instead of patching it for string and conversion functions that must ignore the current locale. - - - - - 10 changed files: - main/lib/form.htmlview/gb.form.htmlview/.src/FTest.class - main/lib/form.htmlview/gb.form.htmlview/.src/HtmlView.class - main/lib/form.htmlview/gb.form.htmlview/test3.html - main/lib/form.htmlview/litehtml/document.cpp - main/lib/form.htmlview/litehtml/document.h - main/lib/form.htmlview/litehtml/html.cpp - main/lib/form.htmlview/litehtml/html.h - main/lib/form.htmlview/litehtml/os_types.h - ? main/lib/form.htmlview/litehtml_patch.h - main/lib/form.htmlview/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfddf7d407e669d3e4d0e8fbb19a02ff123f5200 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfddf7d407e669d3e4d0e8fbb19a02ff123f5200 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 Oct 31 02:11:21 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Oct 2021 00:11:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not make the project depends on 'gb.form', it break compilation. Message-ID: <617ddf298afbd_24567526477717@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-vhhgv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b456ffc by gambas at 2021-10-31T02:11:15+02:00 Do not make the project depends on 'gb.form', it break compilation. [GB.FORM.HTMLVIEW] * BUG: Do not make the project depends on 'gb.form', it break compilation. - - - - - 1 changed file: - main/lib/form.htmlview/gb.form.htmlview/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b456ffc0bb2bcf5d43a6c37c7fde917fd6eeb93 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b456ffc0bb2bcf5d43a6c37c7fde917fd6eeb93 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 Oct 31 17:59:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Oct 2021 16:59:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Move 'gb.form.htmlview' source code directory at the top, so it is compiled... Message-ID: <617ecb7f6b6e2_2598c423c16337e@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-mzqrx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 01a1df3b by gambas at 2021-10-31T17:55:55+01:00 Move 'gb.form.htmlview' source code directory at the top, so it is compiled after the components its project requires. [CONFIGURATION] * BUG: Move 'gb.form.htmlview' source code directory at the top, so it is compiled after the components its project requires. - - - - - ed842e25 by gambas at 2021-10-31T17:57:54+01:00 Add the template configuration file used for initializing the 'gb.form.htmlview' directory. [CONFIGURATION] * NEW: Add the template configuration file used for initializing the 'gb.form.htmlview' directory. - - - - - 3ac4484d by gambas at 2021-10-31T17:58:44+01:00 Fix stylesheet of help pages generated for classes inside the project. [DEVELOPMENT ENVIRONMENT] * BUG: Fix stylesheet of help pages generated for classes inside the project. - - - - - 30 changed files: - Makefile.am - + TEMPLATE/conf/gb.form.htmlview.conf - app/src/gambas3/help/wiki/style-custom.css - configure.ac - + gb.form.htmlview/AUTHORS - + gb.form.htmlview/COPYING - + gb.form.htmlview/ChangeLog - + gb.form.htmlview/INSTALL - + gb.form.htmlview/Makefile.am - + gb.form.htmlview/NEWS - + gb.form.htmlview/README - + gb.form.htmlview/acinclude.m4 - + gb.form.htmlview/component.am - + gb.form.htmlview/configure.ac - + gb.form.htmlview/gambas.h - + gb.form.htmlview/gb.draw.h - + gb.form.htmlview/gb.geom.h - + gb.form.htmlview/gb.image.h - + gb.form.htmlview/gb.paint.h - + gb.form.htmlview/gb_common.h - + gb.form.htmlview/m4 - + gb.form.htmlview/reconf - main/lib/form.htmlview/Makefile.am ? gb.form.htmlview/src/Makefile.am - main/lib/form.htmlview/c_htmldocument.cpp ? gb.form.htmlview/src/c_htmldocument.cpp - main/lib/form.htmlview/c_htmldocument.h ? gb.form.htmlview/src/c_htmldocument.h - + gb.form.htmlview/src/gb.form.htmlview.component - main/lib/form.htmlview/gb.form.htmlview/.component ? gb.form.htmlview/src/gb.form.htmlview/.component - main/lib/form.htmlview/gb.form.htmlview/.directory ? gb.form.htmlview/src/gb.form.htmlview/.directory - main/lib/form.htmlview/gb.form.htmlview/.hidden/control/htmlview.png ? gb.form.htmlview/src/gb.form.htmlview/.hidden/control/htmlview.png - main/lib/form.htmlview/gb.form.htmlview/.icon.png ? gb.form.htmlview/src/gb.form.htmlview/.icon.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7b456ffc0bb2bcf5d43a6c37c7fde917fd6eeb93...3ac4484d4f9b269dcc44581c2f16cfbac4da203c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7b456ffc0bb2bcf5d43a6c37c7fde917fd6eeb93...3ac4484d4f9b269dcc44581c2f16cfbac4da203c 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 Oct 31 19:06:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Oct 2021 18:06:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to compile 'gb.form.htmlview' after 'gb.form'. Message-ID: <617edb0a3d1a6_26808699070694@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-dgdl2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e7357a8e by gambas at 2021-10-31T19:05:26+01:00 Try to compile 'gb.form.htmlview' after 'gb.form'. [CONFIGURATION] * BUG: Try to compile 'gb.form.htmlview' after 'gb.form'. - - - - - 1 changed file: - Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e7357a8e35b6fa3f8822d57df249c1a09a5a3781 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e7357a8e35b6fa3f8822d57df249c1a09a5a3781 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 Oct 31 23:46:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Oct 2021 22:46:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Features and fixes for HtmlView. Message-ID: <617f1ccbaafc_249d1d4141200b1@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-tfpgd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 810b2f9a by gambas at 2021-10-31T23:41:46+01:00 Features and fixes for HtmlView. [GB.FORM.HTMLVIEW] * NEW: Support of the 'on_mouse_leave' interface. * NEW: Automatic management of anchors. * NEW: HtmlView: History management. Add Back() and Forward() method to move along the history. * NEW: HtmlView: Add Url property. Setting the Url property fills the history, whereas the Load() method loads the html contents from a file. * NEW: HtmlView: The Link event is raised to manage links that HtmlView cannot understand. The link is valid and enters the history if the Load() method is called from the Link event handler. * NEW: True implementations of 'strcasecmp' and 'strncasecmp' in litehtml. * - - - - - 10 changed files: - gb.form.htmlview/src/c_htmldocument.cpp - gb.form.htmlview/src/gb.form.htmlview/.project - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.class - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.form - gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class - gb.form.htmlview/src/gb.form.htmlview/master.css - gb.form.htmlview/src/gb.form.htmlview/test3.html - gb.form.htmlview/src/litehtml/html.cpp - gb.form.htmlview/src/litehtml/html.h - gb.form.htmlview/src/litehtml/os_types.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/810b2f9aa5edd7fde52eded279b55b0e784da29b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/810b2f9aa5edd7fde52eded279b55b0e784da29b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: