From gitlab at mg.gitlab.com Thu Oct 1 23:23:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 01 Oct 2020 21:23:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Ignore CVS and CVSROOT directories when searching for source files to compile. Message-ID: <5f7648bccd001_82b11614bd85c952dd@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fbd8f798-n5s9b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aefc635d by gambas at 2020-10-01T23:22:30+02:00 Ignore CVS and CVSROOT directories when searching for source files to compile. [COMPILER] * BUG: Ignore CVS and CVSROOT directories when searching for source files to compile. - - - - - 1 changed file: - main/gbc/gbc.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aefc635d54001e731a3b718c49ec063e273fd837 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aefc635d54001e731a3b718c49ec063e273fd837 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 1 23:25:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 01 Oct 2020 21:25:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Menu proxy management and Control.Refresh(). Message-ID: <5f76494555b95_82ab79b900448803a4@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fbd8f798-8ln4j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: df83543a by gambas at 2020-10-01T23:23:40+02:00 Fix Menu proxy management and Control.Refresh(). [GB.GTK] * BUG: Fix Menu proxy management. * BUG: Fix Control.Refresh() method when arguments are specified. * BUG: Fix an uninitalized internal control flag. [GB.GTK3] * BUG: Fix Menu proxy management. * BUG: Fix Control.Refresh() method when arguments are specified. * BUG: Fix an uninitalized internal control flag. - - - - - 6 changed files: - gb.gtk/src/CMenu.cpp - gb.gtk/src/CMenu.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmenu.cpp - gb.gtk/src/gmenu.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df83543ab325c40d5597bb925584f603c63746f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df83543ab325c40d5597bb925584f603c63746f5 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 2 09:54:43 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Oct 2020 07:54:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextArea: Fix both Font and Background property. Message-ID: <5f76dcc432903_92b20b1fff3785391a@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fbd8f798-lj5b6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2370d350 by gambas at 2020-10-02T09:53:57+02:00 TextArea: Fix both Font and Background property. [GB.GTK3] * BUG: TextArea: Fix both Font and Background property. - - - - - 4 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gtextarea.cpp - gb.gtk/src/gtextarea.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2370d3507a21730b70cb3edba73ef24e276a330c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2370d3507a21730b70cb3edba73ef24e276a330c 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 2 10:20:00 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 02 Oct 2020 08:20:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make '.project' format backward-compatible. Message-ID: <5f76e2b07e060_92b20b4ebc6fc56141@gitlab-sidekiq-low-urgency-cpu-bound-v1-78fbd8f798-lj5b6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 868b769e by gambas at 2020-10-02T10:19:52+02:00 Make '.project' format backward-compatible. [DEVELOPMENT ENVIRONMENT] * BUG: Make '.project' format backward-compatible. * NEW: Project argument dialog: Save dialog geometry. - - - - - 3 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FArguments.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/868b769e1cff4eb865f456b5517f2618d2b200d6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/868b769e1cff4eb865f456b5517f2618d2b200d6 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 3 02:49:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 03 Oct 2020 00:49:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Void tooltips do not display anything anymore. Message-ID: <5f77cab779794_82aac9a51dfd0175c7@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d9dbb55bb-7jt9v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0330156a by gambas at 2020-10-03T02:48:38+02:00 Void tooltips do not display anything anymore. [GB.GTK] * OPT: Moving or resizing a control with Ignore property set does not trigger a arrangment anymore. * BUG: Void tooltips do not display anything anymore. [GB.GTK3] * OPT: Moving or resizing a control with Ignore property set does not trigger a arrangment anymore. * BUG: Void tooltips do not display anything anymore. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0330156ab0375ac9770d9485b6efa216206f4f2c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0330156ab0375ac9770d9485b6efa216206f4f2c 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 5 19:04:17 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 05 Oct 2020 17:04:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Deal with possible missing GUI component information files. Message-ID: <5f7b521254caa_82add51dd2ad09844f@gitlab-sidekiq-low-urgency-cpu-bound-v1-788dfdc678-jfztt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc8334bd by gambas at 2020-10-05T19:04:10+02:00 Help browser: Deal with possible missing GUI component information files. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Deal with possible missing GUI component information files. * BUG: Do not warn when generating the executable twice without any change, if project version comes from a 'VERSION' file. - - - - - 3 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc8334bd92b692087bf3a3c8b2b11516e069ab58 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bc8334bd92b692087bf3a3c8b2b11516e069ab58 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 6 01:40:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 05 Oct 2020 23:40:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix management of Paint.Font. Underline and Strikeout properties are now correctly drawn. Message-ID: <5f7baedcef471_82adf76735ad4428d0@gitlab-sidekiq-low-urgency-cpu-bound-v1-6546497d76-pzvsv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fa65f45d by gambas at 2020-10-06T01:39:12+02:00 Fix management of Paint.Font. Underline and Strikeout properties are now correctly drawn. [GB.GTK] * BUG: Fix management of Paint.Font. Underline and Strikeout properties are now correctly drawn. [GB.GTK3] * BUG: Fix management of Paint.Font. Underline and Strikeout properties are now correctly drawn. - - - - - 1 changed file: - gb.gtk/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fa65f45d5d8542ec5e2f6644151a0fe197588aa1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fa65f45d5d8542ec5e2f6644151a0fe197588aa1 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 6 16:39:03 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 06 Oct 2020 14:39:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Take padding into account when computing the number of visible lines. Message-ID: <5f7c8188784c9_82aaf37f57c0417732@gitlab-sidekiq-low-urgency-cpu-bound-v1-9c7798dbd-77tq5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3392fabd by gambas at 2020-10-06T16:38:29+02:00 TerminalView: Take padding into account when computing the number of visible lines. [GB.FORM.TERMINAL] * BUG: TerminalView: Take padding into account when computing the number of visible lines. - - - - - 1 changed file: - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3392fabda2b9249f86d2235e51059c622742b7f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3392fabda2b9249f86d2235e51059c622742b7f5 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 6 16:39:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 06 Oct 2020 14:39:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MessageView: Speed animation up. Message-ID: <5f7c81bfc4087_92aebb121ad5042499@gitlab-sidekiq-low-urgency-cpu-bound-v1-9c7798dbd-nflb6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ba46ed80 by gambas at 2020-10-06T16:39:29+02:00 MessageView: Speed animation up. [GB.FORM] * NEW: MessageView: Speed animation up. - - - - - 3 changed files: - comp/src/gb.form/.component - comp/src/gb.form/.project - comp/src/gb.form/.src/Message/MessageView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba46ed80b722b58f48775fc67fd82e7c0efafe92 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ba46ed80b722b58f48775fc67fd82e7c0efafe92 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 6 16:43:31 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 06 Oct 2020 14:43:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Child processes do not inherit locks anymore. Workaround libraries that override SIGCHLD handler. Message-ID: <5f7c829536353_82ab75b8e4f5850062@gitlab-sidekiq-low-urgency-cpu-bound-v1-9c7798dbd-74shm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9df7f500 by gambas at 2020-10-06T16:40:58+02:00 Child processes do not inherit locks anymore. Workaround libraries that override SIGCHLD handler. [INTERPRETER] * BUG: Child processes do not inherit locks anymore. * BUG: Workaround libraries like 'glib' that override SIGCHLD handler by checking and reinstalling it at each process run. - - - - - 4 changed files: - main/gbx/gbx_c_process.c - main/gbx/gbx_signal.c - main/gbx/gbx_signal.h - main/gbx/gbx_stream_lock.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9df7f50047af2a5dfe41608818f4d6d3a864ef7b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9df7f50047af2a5dfe41608818f4d6d3a864ef7b 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 7 00:44:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 06 Oct 2020 22:44:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Control Lower(), Raise() and Refresh() methods. Message-ID: <5f7cf36b9cfe3_83ffaea88e788884de@gitlab-sidekiq-low-urgency-cpu-bound-v1-65c9dfcdd-txtng.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c4f7b69e by gambas at 2020-10-07T00:43:54+02:00 Fix Control Lower(), Raise() and Refresh() methods. [GB.GTK] * BUG: Fix Control.Lower() and Control.Raise() methods. * BUG: Fix Control.Refresh() method when the update area is specified. [GB.GTK3] * BUG: Fix Control.Lower() and Control.Raise() methods. * BUG: Fix Control.Refresh() method when the update area is specified. - - - - - 2 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4f7b69ee4f1cb226312cd0307320492c76885b1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4f7b69ee4f1cb226312cd0307320492c76885b1 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 7 01:33:23 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 06 Oct 2020 23:33:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Variant arrays sort when a mode is specified. Message-ID: <5f7cfec4c3069_82accca62d63c1386@gitlab-sidekiq-low-urgency-cpu-bound-v1-65c9dfcdd-lwr2j.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b37117b by gambas at 2020-10-07T01:32:44+02:00 Fix Variant arrays sort when a mode is specified. [INTERPRETER] * BUG: Fix Variant arrays sort when a mode is specified. - - - - - 1 changed file: - main/gbx/gbx_compare.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b37117b9dea02eb4af94409f70bbbbe729eeab1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7b37117b9dea02eb4af94409f70bbbbe729eeab1 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 7 14:51:20 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 07 Oct 2020 12:51:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Fix directory creation. Message-ID: <5f7db9c9866b3_82ab2f622e330369c@gitlab-sidekiq-low-urgency-cpu-bound-v1-55dc488676-bwdr5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b275b3a3 by gambas at 2020-10-07T14:51:14+02:00 Project tree: Fix directory creation. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix directory creation. - - - - - 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/b275b3a3580302ce16ebecd20fb039ae1dafb0aa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b275b3a3580302ce16ebecd20fb039ae1dafb0aa 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 8 01:27:55 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 07 Oct 2020 23:27:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix control arrangement, buttons appearance, ToolButton focus stealing, and... Message-ID: <5f7e4efc957c4_93feb6e28bab099241@gitlab-sidekiq-low-urgency-cpu-bound-v1-56886cf4bd-g77vz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 834ad5d8 by gambas at 2020-10-08T01:22:16+02:00 Fix control arrangement, buttons appearance, ToolButton focus stealing, and embedded windows resize event. [GB.GTK] * BUG: Control: Make MoveResize() method behave the same way as in QT components. * BUG: Container: Arrange contents only when mapped, as in QT components. * BUG: ToolButton: Do not steal the focus anymore when clicked. * NEW: Button & ToolButton: Draw buttons the same way as in QT components. [GB.GTK3] * BUG: Control: Make MoveResize() method behave the same way as in QT components. * BUG: Container: Arrange contents only when mapped, as in QT components. * BUG: ToolButton: Do not steal the focus anymore when clicked. * NEW: Button & ToolButton: Draw buttons the same way as in QT components. * BUG: Window: Embedded windows now correctly raise their Resize event. - - - - - 22 changed files: - gb.gtk/src/CWidget.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gbutton.cpp - gb.gtk/src/gbutton.h - gb.gtk/src/gcombobox.cpp - gb.gtk/src/gcombobox.h - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gdrawingarea.h - gb.gtk/src/gframe.cpp - gb.gtk/src/gframe.h - gb.gtk/src/glabel.cpp - gb.gtk/src/glabel.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.gtk/src/gscrollbar.h - gb.gtk/src/gslider.cpp - gb.gtk/src/gslider.h - gb.gtk/src/gtools.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/834ad5d8829482fff789a212cb154f2f051de64a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/834ad5d8829482fff789a212cb154f2f051de64a 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 10 16:21:38 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 10 Oct 2020 14:21:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Separator: Do not use widget theme for drawing. Message-ID: <5f81c372b3bfe_a2acf046fc6303214@gitlab-sidekiq-low-urgency-cpu-bound-v1-8448d49c55-6n9lx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 75f5a6f9 by gambas at 2020-10-10T14:55:55+02:00 Separator: Do not use widget theme for drawing. [GB.QT4] * NEW: Separator: Do not use widget theme for drawing. * OPT: Showing a control with Ignore property set does not trigger a parent arrangement anymore. [GB.QT5] * NEW: Separator: Do not use widget theme for drawing. * OPT: Showing a control with Ignore property set does not trigger a parent arrangement anymore. - - - - - 10427e7a by gambas at 2020-10-10T16:17:54+02:00 Many bug fixes in GTK components. [GB.GTK] * BUG: Button text is not truncated anymore. * BUG: Disabled button icons are now correctly desaturated. * BUG: Fix a memory leak in the Application.Restart property. * BUG: Window close management is now similar to QT components' one. * BUG: Form.Load() now behaves correctly if the static instance is already created. * NEW: Separators are drawn he same wat as in Qt components. [GB.GTK3] * BUG: Button text is not truncated anymore. * BUG: Disabled button icons are now correctly desaturated. * BUG: Fix a memory leak in the Application.Restart property. * BUG: Window close management is now similar to QT components' one. * BUG: Form.Load() now behaves correctly if the static instance is already created. * NEW: Separators are drawn he same wat as in Qt components. - - - - - 11 changed files: - gb.gtk/src/CScreen.cpp - gb.gtk/src/CWindow.cpp - gb.gtk/src/gbutton.cpp - gb.gtk/src/gfont.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.gtk/src/gseparator.cpp - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h - gb.qt4/src/CLabel.cpp - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/834ad5d8829482fff789a212cb154f2f051de64a...10427e7ac938a48edb5839c0d158e0153e113319 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/834ad5d8829482fff789a212cb154f2f051de64a...10427e7ac938a48edb5839c0d158e0153e113319 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 11 22:38:00 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 11 Oct 2020 20:38:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix GUI default layouts. Message-ID: <5f836d298c4f_82ad9d26cea18604d0@gitlab-sidekiq-low-urgency-cpu-bound-v1-8448d49c55-khq96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c3e224bd by gambas at 2020-10-11T22:37:52+02:00 Fix GUI default layouts. [DEVELOPMENT ENVIRONMENT] * BUG: Fix GUI default layouts. - - - - - 3 changed files: - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/layout/$compact.layout - app/src/gambas3/layout/$default.layout View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3e224bd76d7765782bb96bc4bd2a50f542158a4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3e224bd76d7765782bb96bc4bd2a50f542158a4 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 16 01:32:57 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 15 Oct 2020 23:32:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Path is a new read-only property that return the absolute path of... Message-ID: <5f88dc2a1d76e_92adc2e0f0b605016a@gitlab-sidekiq-low-urgency-cpu-bound-v1-86687db5b-gkzzb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dfa83a24 by gambas at 2020-10-16T01:32:52+02:00 FileView: Path is a new read-only property that return the absolute path of the current selected file. [GB.FORM] * NEW: FileView: Path is a new read-only property that return the absolute path of the current selected file. - - - - - 1 changed file: - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfa83a245496ed444e0c9cf2c010743f0b292510 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dfa83a245496ed444e0c9cf2c010743f0b292510 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 16 12:56:46 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 16 Oct 2020 10:56:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Some fixes in icons and mimetypes installation. Message-ID: <5f897c702854a_93ff153619354209f@gitlab-sidekiq-low-urgency-cpu-bound-v1-54f5db4db4-mjtbw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 726c0023 by gambas at 2020-10-16T02:36:50+02:00 Some fixes in icons and mimetypes installation. [CONFIGURATION] * NEW: Update Gambas IDE icons. * NEW: Install an icon for the Gambas IDE. * BUG: Uninstall mimetypes for Gambas script and server pages. - - - - - b26fe3a3 by gambas at 2020-10-16T12:56:22+02:00 Darker green color for 'apply' and 'call' icons. [GB.FORM.STOCK] * NEW: Darker green color for 'apply' and 'call' icons. - - - - - 8 changed files: - app/Makefile.am - app/desktop/gambas3.png - app/desktop/gambas3.svg - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/gambas/32/apply.png - comp/src/gb.form.stock/gambas/32/call.png - main/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dfa83a245496ed444e0c9cf2c010743f0b292510...b26fe3a32d072927b63456d7fef7360fb0e16d4c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dfa83a245496ed444e0c9cf2c010743f0b292510...b26fe3a32d072927b63456d7fef7360fb0e16d4c 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 17 18:08:42 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 17 Oct 2020 16:08:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix installation of IDE icons and menu. Message-ID: <5f8b170c2f2ad_92ae05e89583c744db@gitlab-sidekiq-low-urgency-cpu-bound-v1-685fb5f97d-r7mgj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 25373331 by gambas at 2020-10-17T18:08:08+02:00 Fix installation of IDE icons and menu. [CONFIGURATION] * BUG: Fix installation of IDE icons and menu. - - - - - 1 changed file: - app/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25373331b4f0181a2c0616484dcf9e19ba96bc85 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/25373331b4f0181a2c0616484dcf9e19ba96bc85 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 17 23:58:34 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 17 Oct 2020 21:58:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ToolBar: Layout is a new synonymous property of Settings. Message-ID: <5f8b690c77b9_83fd417ae7a881336fb@gitlab-sidekiq-low-urgency-cpu-bound-v1-685fb5f97d-fd5vz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d89a27e7 by gambas at 2020-10-17T23:30:50+02:00 ToolBar: Layout is a new synonymous property of Settings. [GB.FORM.MDI] * NEW: ToolBar: Layout is a new synonymous property of Settings. - - - - - 420e69a5 by gambas at 2020-10-17T23:57:34+02:00 Fix 'make install' that should now correctly remove all installed files. [CONFIGURATION] * BUG: Fix 'make install' that should now correctly remove all installed files. - - - - - 7 changed files: - app/Makefile.am - comp/Makefile.am - + comp/src/gb.form.mdi/.src/Tests/FTestBackground.class - + comp/src/gb.form.mdi/.src/Tests/FTestBackground.form - comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class - component.am - main/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/25373331b4f0181a2c0616484dcf9e19ba96bc85...420e69a5518916767cb36c2246e13ab2bff55eca -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/25373331b4f0181a2c0616484dcf9e19ba96bc85...420e69a5518916767cb36c2246e13ab2bff55eca 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 18 00:54:17 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 17 Oct 2020 22:54:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Workaround a bug in 'xdg-desktop-menu' that triggers on Alpine systems. Message-ID: <5f8b76196bfb2_83fa03c490234599f1@gitlab-sidekiq-low-urgency-cpu-bound-v1-685fb5f97d-l4bmj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4dea9a2c by gambas at 2020-10-18T00:53:15+02:00 Workaround a bug in 'xdg-desktop-menu' that triggers on Alpine systems. [CONFIGURATION] * BUG: Workaround a bug in 'xdg-desktop-menu' that triggers on Alpine systems. - - - - - 1 changed file: - app/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4dea9a2c75615e8ba5f175fa28bcb2772c43c17d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4dea9a2c75615e8ba5f175fa28bcb2772c43c17d 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 19 22:53:23 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 19 Oct 2020 20:53:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Some fixes on foreground color management. Message-ID: <5f8dfcc34b518_83f8ce89aa114646a@gitlab-sidekiq-low-urgency-cpu-bound-v1-b8bcf5978-v46x9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b2fafd93 by gambas at 2020-10-19T22:32:43+02:00 Some fixes on foreground color management. [GB.QT4] * BUG: DrawingArea: Paint default color is now its foreground color. * BUG: Fix foreground color inheritance through containers. [GB.QT5] * BUG: DrawingArea: Paint default color is now its foreground color. * BUG: Fix foreground color inheritance through containers. - - - - - 279e5638 by gambas at 2020-10-19T22:42:15+02:00 Lots of 'gb.gtk' and 'gb.gtk3' fixes. [GB.GTK] * NEW: Control.Design is partially implemented. * BUG: A control being dragged cannot be explicitely destroyed anymore. * NEW: DrawingArea: Paint default color is now its foreground color. * BUG: ToolButtons do not steal focus anymore. * BUG: Fix focus management so that it behaves like Qt. * OPT: Control: Modifying the Expand property does not trigger an arrangement anymore if the Ignore property is set. * BUG: Control: Fix Raise() and Lower() method that sometimes hid the control. * BUG: Windows can now take focus by default. * BUG: Menu: Shortcuts are now automatically disabled when the menu or one if its parent is disabled. [GB.GTK3] * NEW: Control.Design is partially implemented. * BUG: Fix Style.PaintCheck() and Style.PaintOption(). * BUG: A control being dragged cannot be explicitely destroyed anymore. * NEW: DrawingArea: Paint default color is now its foreground color. * BUG: ToolButtons do not steal focus anymore. * BUG: Fix focus management so that it behaves like Qt. * OPT: Control: Modifying the Expand property does not trigger an arrangement anymore if the Ignore property is set. * BUG: Control: Fix Raise() and Lower() method that sometimes hid the control. * BUG: Color: Fix button, tooltip and link system colors and support more themes. * BUG: Windows can now take focus by default. * BUG: Menu: Fix indicator drawing. * BUG: Menu: Shortcuts are now automatically disabled when the menu or one if its parent is disabled. - - - - - 23 changed files: - gb.gtk/src/CMenu.cpp - gb.gtk/src/CStyle.cpp - gb.gtk/src/CStyle.h - gb.gtk/src/CWidget.cpp - gb.gtk/src/cpaint_impl.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdesktop.cpp - gb.gtk/src/gdrag.cpp - gb.gtk/src/gdrawingarea.h - gb.gtk/src/gkey.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmenu.cpp - gb.gtk/src/gmenu.h - gb.gtk/src/gscrollbar.h - gb.gtk/src/gslider.cpp - gb.gtk/src/gtools.h - gb.qt4/src/CDrawingArea.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4dea9a2c75615e8ba5f175fa28bcb2772c43c17d...279e56381f6919d05968acc7e050cc7e3904ace3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4dea9a2c75615e8ba5f175fa28bcb2772c43c17d...279e56381f6919d05968acc7e050cc7e3904ace3 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 19 23:07:30 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 19 Oct 2020 21:07:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Fixes in ScrollArea, HSplit, VSplit and ListBox. Message-ID: <5f8e0013d1dbb_a2b16d9fd3b10884b2@gitlab-sidekiq-low-urgency-cpu-bound-v1-b8bcf5978-v2hdl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4433597f by gambas at 2020-10-19T22:54:03+02:00 Fixes in ScrollArea, HSplit, VSplit and ListBox. [GB.GUI.BASE] * BUG: ScrollArea: Delete shadows differently to better support GTK+. * NEW: HSplit & VSplit: Handle the Design property. * NEW: ListBox: Setting the Index property with an incorrect value now raise an explicit error. - - - - - 18cd2a48 by gambas at 2020-10-19T23:02:36+02:00 Fix global toolbars layout management. [DEVELOPMENT ENVIRONMENT] * BUG: Fix global toolbars layout management. - - - - - 5516d43f by gambas at 2020-10-19T23:03:20+02:00 Enhance the behaviour of the version control dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Version control dialog: Ignore changes in white spaces in the diff.. * NEW: Version control dialog: Always save the commit log, even if the dialog is cancelled. * NEW: Version control dialog: Use explicit commit buttons now. - - - - - 7387b7b1 by gambas at 2020-10-19T23:05:30+02:00 MediaView: Ensure that the video DrawingArea has its own window on gb.gtk/gb.gtk3. [GB.MEDIA.FORM] * BUG: MediaView: Ensure that the video DrawingArea has its own window on gb.gtk/gb.gtk3. - - - - - 23 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - app/src/gambas3/.src/VersionControl/VersionControl.module - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/Split/_Split.class - comp/src/gb.gui.base/.src/Test/FPaint.class - + comp/src/gb.gui.base/.src/Test/FTestSplit.class - + comp/src/gb.gui.base/.src/Test/FTestSplit.form - comp/src/gb.gui.base/.src/Test/FTreeView.class - comp/src/gb.media.form/.component - comp/src/gb.media.form/.project - comp/src/gb.media.form/.src/FMediaPlayer.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/279e56381f6919d05968acc7e050cc7e3904ace3...7387b7b11683a42f1518eec8feba59cf21a8c071 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/279e56381f6919d05968acc7e050cc7e3904ace3...7387b7b11683a42f1518eec8feba59cf21a8c071 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 21 00:51:40 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 20 Oct 2020 22:51:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Work continues on the new WebView. Message-ID: <5f8f69fe3986a_82adad78e71284007d@gitlab-sidekiq-low-urgency-cpu-bound-v1-89978ccf6-4tv4g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7e6f5ba by gambas at 2020-10-21T00:41:12+02:00 Work continues on the new WebView. [GB.GTK3.WEBVIEW] * NEW: WebSettings: The default settings object is common to all WebView. * NEW: WebSettings: Font size properties are in points now. * NEW: WebView: The NewView event is raised when a new WebView is requested for a new page. * NEW: WebView: The NewView property must be set to the new WebView as the answer to the NewView event. * NEW: WebView: The Link property returns the last hovered link. * NEW: WebView: The Link event does not take any argument anymore. - - - - - 6e6f4053 by gambas at 2020-10-21T00:45:28+02:00 Work continues on the new WebView. [GB.QT5.WEBVIEW] * NEW: WebSettings: All WebView share the same settings. * NEW: WebSettings: Font size properties are in points now. * NEW: WebView: The NewView event is raised when a new WebView is requested for a new page. * NEW: WebView: The NewView property must be set to the new WebView as the answer to the NewView event. * NEW: WebView: The Link property returns the last hovered link. * NEW: WebView: The Link event does not take any argument anymore. * BUG: WebView: Fix the History property. * NEW: WebView: Cancelling the Start event cancels the page load (same beahviour in gb.gtk3). - - - - - 5a506877 by gambas at 2020-10-21T00:49:32+02:00 When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components. [GB.GTK] * BUG: Fix an uninitialized flag in 'gmainwindow.cpp'. * BUG: When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components. [GB.GTK3] * BUG: Fix an uninitialized flag in 'gmainwindow.cpp'. * BUG: When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components. - - - - - 9 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk3/src/webview/c_websettings.c - gb.gtk3/src/webview/c_websettings.h - gb.gtk3/src/webview/c_webview.c - gb.gtk3/src/webview/c_webview.h - gb.qt5/src/webview/c_websettings.cpp - gb.qt5/src/webview/c_webview.cpp - gb.qt5/src/webview/c_webview.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7387b7b11683a42f1518eec8feba59cf21a8c071...5a506877ab0db4e871c3cc89003839c843d0c577 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7387b7b11683a42f1518eec8feba59cf21a8c071...5a506877ab0db4e871c3cc89003839c843d0c577 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 21 01:01:59 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 20 Oct 2020 23:01:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the new Web browser of the 'gb.gui.webview' component. Message-ID: <5f8f6c68fec8_92acc20de774c56327@gitlab-sidekiq-low-urgency-cpu-bound-v1-89978ccf6-6j4rh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 97680812 by gambas at 2020-10-21T01:01:44+02:00 Use the new Web browser of the 'gb.gui.webview' component. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new Web browser of the 'gb.gui.webview' component. Not everything works at the moment. - - - - - 13 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/help/class-help.html - app/src/gambas3/help/component-help.html - app/src/gambas3/help/property-help.html - app/src/gambas3/help/symbol-help.html - app/src/gambas3/help/wiki/page.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/976808128880c71309db23af57b57c920d2cbf89 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/976808128880c71309db23af57b57c920d2cbf89 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 21 01:08:39 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 20 Oct 2020 23:08:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use 'gb.gui' instead of 'gb.gui.qt', so that GTK+ component can be used. Message-ID: <5f8f6df77777e_92abc3ca1b3dc878bc@gitlab-sidekiq-low-urgency-cpu-bound-v1-89978ccf6-gfwz8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d25f92bc by gambas at 2020-10-21T01:08:09+02:00 Use 'gb.gui' instead of 'gb.gui.qt', so that GTK+ component can be used. [DEVELOPMENT ENVIRONMENT] * BUG: Use 'gb.gui' instead of 'gb.gui.qt', so that GTK+ component can be used. - - - - - 1 changed file: - app/src/gambas3/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d25f92bc61074ac869bb0adcee18682571cda05c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d25f92bc61074ac869bb0adcee18682571cda05c 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 21 19:56:30 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Oct 2020 17:56:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Welcome dialog: Void example tab does not crash anymore. Message-ID: <5f90764e9fd96_92ab539ad675444826@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b645f9cf4-rqptv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d353cd3e by gambas at 2020-10-21T19:56:24+02:00 Welcome dialog: Void example tab does not crash anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Void example tab does not crash anymore. - - - - - 1 changed file: - app/src/gambas3/.src/Project/CProjectList.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d353cd3e692fb609abac2bc913ce99abccf4a2f6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d353cd3e692fb609abac2bc913ce99abccf4a2f6 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 21 23:32:13 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Oct 2020 21:32:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix signal handler overriding management. Message-ID: <5f90a8deee04f_82ac26db03fd8646a9@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cbb6b76fb-4c6v4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cd786d04 by gambas at 2020-10-21T23:31:02+02:00 Fix signal handler overriding management. [INTERPRETER] * BUG: Fix signal handler overriding management. - - - - - 1 changed file: - main/gbx/gbx_signal.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cd786d04296ca09773a95eeb5bd5584f413c25d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cd786d04296ca09773a95eeb5bd5584f413c25d0 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 22 00:33:43 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 21 Oct 2020 22:33:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Synchronize with gb.qt5.webview. Message-ID: <5f90b74949e99_82adae8771094488e0@gitlab-sidekiq-low-urgency-cpu-bound-v1-5cbb6b76fb-r92f6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9f97a02 by gambas at 2020-10-22T00:31:49+02:00 Synchronize with gb.qt5.webview. [GB.QT4.WEBVIEW] * NEW: WebView: Add NewView event and NewView property. * NEW: WebView: Add Link event and Link property. - - - - - 2 changed files: - gb.qt4/src/webview/c_webview.cpp - gb.qt4/src/webview/c_webview.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9f97a02fed5480e541df55e7de00cd11eecbfa7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9f97a02fed5480e541df55e7de00cd11eecbfa7 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 22 10:09:27 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Oct 2020 08:09:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix menu Show event and allow Mouse key modifiers properties outside of Mouse event handlers. Message-ID: <5f913e38ae9bb_82ae3d51bfefc4888f@gitlab-sidekiq-low-urgency-cpu-bound-v1-56d4dc565b-wmqwc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a7f8a18c by gambas at 2020-10-22T10:06:40+02:00 Fix menu Show event and allow Mouse key modifiers properties outside of Mouse event handlers. [GB.GTK] * BUG: Mouse key modifiers properties are now available outside of Mouse event handlers as in Qt components. * BUG: Menu Show event now behaves as expected, and allow recreating the menu contents during its event handler. [GB.GTK3] * BUG: Mouse key modifiers properties are now available outside of Mouse event handlers as in Qt components. * BUG: Menu Show event now behaves as expected, and allow recreating the menu contents during its event handler. - - - - - 50e8cbc8 by gambas at 2020-10-22T10:09:19+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - gb.gtk/src/CMenu.cpp - gb.gtk/src/CMouse.cpp - gb.gtk/src/gmenu.cpp - gb.gtk/src/gmenu.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9f97a02fed5480e541df55e7de00cd11eecbfa7...50e8cbc867c30386fa03aca0e1cfb49a6f38ef89 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9f97a02fed5480e541df55e7de00cd11eecbfa7...50e8cbc867c30386fa03aca0e1cfb49a6f38ef89 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 22 21:58:34 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Oct 2020 19:58:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow rewriting during highlighting only when the Mode property is set to... Message-ID: <5f91e46b322d5_92b250e62095441f9@gitlab-sidekiq-low-urgency-cpu-bound-v1-6f7c8c9d6-fnfwq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4792ca1a by gambas at 2020-10-22T21:56:23+02:00 Allow rewriting during highlighting only when the Mode property is set to something different from "None" or a void string. [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighter.CanRewrite is a new property that tells if highlighting is allowed to rewrite. * NEW: Take the previous property into account in Gambas highlighter. [GB.FORM.EDITOR] * NEW: Allow rewriting during highlighting only when the Mode property is set to something different from "None" or a void string. - - - - - 6 changed files: - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Gambas.class - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4792ca1a7e8d6c9c30a67495b4bb5b6ceba3a92c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4792ca1a7e8d6c9c30a67495b4bb5b6ceba3a92c 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 22 22:17:52 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Oct 2020 20:17:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Margin is not transparent anymore. Message-ID: <5f91e8f0d614b_92aafffd39c241335@gitlab-sidekiq-low-urgency-cpu-bound-v1-6f7c8c9d6-p4smx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1be0e488 by gambas at 2020-10-22T22:17:46+02:00 Margin is not transparent anymore. [GB.FORM.EDITOR] * BUG: TextEditor: Margin is not transparent anymore. * NEW: TextEditor: Draw the shadow after the margin again. - - - - - 3 changed files: - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1be0e488fba83737b9283baaa48d19a8ed4de016 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1be0e488fba83737b9283baaa48d19a8ed4de016 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 23 01:30:12 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 22 Oct 2020 23:30:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix menu shortcuts. Message-ID: <5f9216051a215_82b1cf1a13068688b3@gitlab-sidekiq-low-urgency-cpu-bound-v1-6f7c8c9d6-blqb5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: abf6b9fb by gambas at 2020-10-23T01:29:51+02:00 Fix menu shortcuts. [GB.GTK] * BUG: Fix menu shortcuts. [GB.GTK3] * BUG: Fix menu shortcuts. - - - - - 5 changed files: - gb.gtk/src/CKey.cpp - gb.gtk/src/CKey.h - gb.gtk/src/gkey.cpp - gb.gtk/src/gkey.h - gb.gtk/src/gtools.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/abf6b9fbcfe686a6edc16bae1bb906ac6ea04a68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/abf6b9fbcfe686a6edc16bae1bb906ac6ea04a68 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 23 17:39:58 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 23 Oct 2020 15:39:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Support for 'ESC [ 3 J' sequence (clear screen). Message-ID: <5f92f94f2f7f9_93ffd440cd33073934@gitlab-sidekiq-low-urgency-cpu-bound-v1-77d4786976-z996b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b376bf20 by gambas at 2020-10-23T17:39:50+02:00 TerminalView: Support for 'ESC [ 3 J' sequence (clear screen). [GB.FORM.TERMINAL] * NEW: TerminalView: Support for 'ESC [ 3 J' sequence (clear screen). - - - - - 4 changed files: - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b376bf203d08e55090ebbfd2c4c498b82893b41a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b376bf203d08e55090ebbfd2c4c498b82893b41a 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 27 21:22:51 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Oct 2020 20:22:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property dialog: Environment variables now can be individually disabled. Message-ID: <5f98819c52531_88610f046719@gitlab-sidekiq-low-urgency-cpu-bound-v1-64ff5ccf5d-kbn2w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f75e39ec by gambas at 2020-10-27T21:22:45+01:00 Project property dialog: Environment variables now can be individually disabled. [DEVELOPMENT ENVIRONMENT] * NEW: Project property dialog: Environment variables now can be individually disabled. - - - - - 6 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/VersionControl/FVersionControl.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f75e39ec4b84bfdc938783b914f9470b49eae018 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f75e39ec4b84bfdc938783b914f9470b49eae018 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 27 22:33:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Oct 2020 21:33:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix AutoResize arrangement. Message-ID: <5f989226d467c_927937ac7932c@gitlab-sidekiq-low-urgency-cpu-bound-v1-64ff5ccf5d-tntmb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ca20c1f8 by gambas at 2020-10-27T22:32:42+01:00 Fix AutoResize arrangement. [GB.GTK] * BUG: Fix AutoResize arrangement. [GB.GTK3] * BUG: Fix AutoResize arrangement. - - - - - 2 changed files: - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca20c1f87fed4b3464904bb217089b381e23a3a4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ca20c1f87fed4b3464904bb217089b381e23a3a4 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 27 22:58:55 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 27 Oct 2020 21:58:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: [GB.EVAL.HIGHLIGHT] Message-ID: <5f9898209e70e_82dccfc45213c@gitlab-sidekiq-low-urgency-cpu-bound-v1-64ff5ccf5d-kbn2w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 35ebd27c by Bruce Steers at 2020-10-27T20:00:33+00:00 [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighter_Sh.class: shell highlight definitions - - - - - 2395548d by Bruce Steers at 2020-10-27T20:02:51+00:00 [GB.FORM.EDITOR] * NEW: TextEditorMode_Sh.class: shell definition adding to highlighting/mode - - - - - 1a9c9fb8 by Bruce Steers at 2020-10-27T20:06:31+00:00 Replace TextEditor.class: added "Sh" to mode/highlight properties - - - - - e1e36cab by Bruce Steers at 2020-10-27T20:28:44+00:00 Update TextEditor.class: removed anything non-highlight related - - - - - dcb0b504 by Bruce Steers at 2020-10-27T20:36:56+00:00 Merge branch 'master' of https://gitlab.com/gambas/gambas into sh.highlight - - - - - 8b5224af by Bruce Steers at 2020-10-27T20:42:31+00:00 Merge branch 'sh.highlight' of https://gitlab.com/bsteers4/gambas into sh.highlight - - - - - 6e6a86b2 by Beno?t Minisini at 2020-10-27T21:58:52+00:00 Merge branch 'sh.highlight' into 'master' Sh.highlight: new added sh (shell) to TextEditor See merge request gambas/gambas!156 - - - - - 3 changed files: - + comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class - comp/src/gb.form.editor/.src/TextEditor.class - + comp/src/gb.form.editor/.src/TextEditorMode_Sh.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ca20c1f87fed4b3464904bb217089b381e23a3a4...6e6a86b23c4ac4aac6caac835ea14b06418ef2a3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ca20c1f87fed4b3464904bb217089b381e23a3a4...6e6a86b23c4ac4aac6caac835ea14b06418ef2a3 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 28 23:50:26 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 28 Oct 2020 22:50:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Gambas bitmap fonts are now embedded into TTF files. Message-ID: <5f99f5b373155_93946a80808ac@gitlab-sidekiq-low-urgency-cpu-bound-v1-845d8fbc8-66fb7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 82b9018e by gambas at 2020-10-28T23:50:18+01:00 Gambas bitmap fonts are now embedded into TTF files. [DEVELOPMENT ENVIRONMENT] * NEW: Gambas bitmap fonts are now embedded into TTF files. GTK+3 now can display them, but with incorrect spacing! - - - - - 15 changed files: - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.project - app/src/gambas3/.src/Options/FOption.class - ? app/src/gambas3/font/GambasBold-12.bdf - + app/src/gambas3/font/GambasBold-12.ttf - ? app/src/gambas3/font/GambasBold-13.bdf - + app/src/gambas3/font/GambasBold-13.ttf - ? app/src/gambas3/font/GambasBold-16.bdf - + app/src/gambas3/font/GambasBold-16.ttf - ? app/src/gambas3/font/GambasMedium-12.bdf - + app/src/gambas3/font/GambasMedium-12.ttf - ? app/src/gambas3/font/GambasMedium-13.bdf - + app/src/gambas3/font/GambasMedium-13.ttf - ? app/src/gambas3/font/GambasMedium-16.bdf - + app/src/gambas3/font/GambasMedium-16.ttf View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/82b9018e9b7b3464dbf98d3618f715e17b548304 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/82b9018e9b7b3464dbf98d3618f715e17b548304 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 28 23:51:54 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 28 Oct 2020 22:51:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Put the '*.bdf' files into the project data, even if they are generated from the '*.sfd' files. Message-ID: <5f99f60b49e6c_82ec4df0954dd@gitlab-sidekiq-low-urgency-cpu-bound-v1-845d8fbc8-4cswl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ebcf5d41 by gambas at 2020-10-28T23:51:50+01:00 Put the '*.bdf' files into the project data, even if they are generated from the '*.sfd' files. [DEVELOPMENT ENVIRONMENT] * NEW: Put the '*.bdf' files into the project data, even if they are generated from the '*.sfd' files. - - - - - 6 changed files: - + app/src/gambas3/.hidden/font/GambasBold-12.bdf - + app/src/gambas3/.hidden/font/GambasBold-13.bdf - + app/src/gambas3/.hidden/font/GambasBold-16.bdf - + app/src/gambas3/.hidden/font/GambasMedium-12.bdf - + app/src/gambas3/.hidden/font/GambasMedium-13.bdf - + app/src/gambas3/.hidden/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ebcf5d410228304025b674ccb9cc145f6a4a747c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ebcf5d410228304025b674ccb9cc145f6a4a747c 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 30 15:32:30 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Oct 2020 14:32:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property dialog: Don't try to display the average number of lines by... Message-ID: <5f9c23fe5bfd2_8eaada8863ca@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f655c94d-xbqws.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 40d0fe63 by gambas at 2020-10-30T15:32:23+01:00 Project property dialog: Don't try to display the average number of lines by function if there is no function in the project. [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: Don't try to display the average number of lines by function if there is no function in the project. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FProjectProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d0fe638a0b80ef61fae6855f2cae7dbff41e17 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d0fe638a0b80ef61fae6855f2cae7dbff41e17 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 30 16:13:44 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Oct 2020 15:13:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Debian packages now uses icons in PNG format instead of XPM, that... Message-ID: <5f9c2da929d26_9147145854546@gitlab-sidekiq-low-urgency-cpu-bound-v1-74f655c94d-zpfvj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2786ad1a by gambas at 2020-10-30T16:13:40+01:00 Packager: Debian packages now uses icons in PNG format instead of XPM, that format being not supported by GTK+. [DEVELOPMENT ENVIRONMENT] * NEW: Packager: Debian packages now uses icons in PNG format instead of XPM, that format being not supported by GTK+. - - - - - 1 changed file: - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2786ad1aa83255586cdb411d47dfa345a5e98c82 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2786ad1aa83255586cdb411d47dfa345a5e98c82 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 30 20:53:08 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Oct 2020 19:53:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use OTB format instead of TTF format for Gambas fonts. It works better (but... Message-ID: <5f9c6f24bdb87_9ab82e0668b@gitlab-sidekiq-low-urgency-cpu-bound-v1-f85f5f868-fnhcn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dc603dcc by gambas at 2020-10-30T20:53:03+01:00 Use OTB format instead of TTF format for Gambas fonts. It works better (but still not perfectly with GTK+). [DEVELOPMENT ENVIRONMENT] * NEW: Use OTB format instead of TTF format for Gambas fonts. It works better (but still not perfectly with GTK+). - - - - - 19 changed files: - ? app/src/gambas3/.hidden/font/GambasBold-12.bdf - ? app/src/gambas3/.hidden/font/GambasBold-13.bdf - ? app/src/gambas3/.hidden/font/GambasBold-16.bdf - ? app/src/gambas3/.hidden/font/GambasMedium-12.bdf - ? app/src/gambas3/.hidden/font/GambasMedium-13.bdf - ? app/src/gambas3/.hidden/font/GambasMedium-16.bdf - app/src/gambas3/.src/Options/FOption.class - + app/src/gambas3/font/GambasBold-12.otb - ? app/src/gambas3/font/GambasBold-12.ttf - + app/src/gambas3/font/GambasBold-13.otb - ? app/src/gambas3/font/GambasBold-13.ttf - + app/src/gambas3/font/GambasBold-16.otb - ? app/src/gambas3/font/GambasBold-16.ttf - + app/src/gambas3/font/GambasMedium-12.otb - ? app/src/gambas3/font/GambasMedium-12.ttf - + app/src/gambas3/font/GambasMedium-13.otb - ? app/src/gambas3/font/GambasMedium-13.ttf - + app/src/gambas3/font/GambasMedium-16.otb - ? app/src/gambas3/font/GambasMedium-16.ttf View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc603dcc6a899bd7bba80d9f35979dc4df0c51d1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc603dcc6a899bd7bba80d9f35979dc4df0c51d1 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 30 22:56:25 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 30 Oct 2020 21:56:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Gambas fonts: merge all different sizes in two SFD files (one for regular, one for bold). Message-ID: <5f9c8c0ac15fc_81a2734851998@gitlab-sidekiq-low-urgency-cpu-bound-v1-f85f5f868-mb8r9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8e91ff07 by gambas at 2020-10-30T22:56:15+01:00 Gambas fonts: merge all different sizes in two SFD files (one for regular, one for bold). [DEVELOPMENT ENVIRONMENT] * NEW: Gambas fonts: merge all different sizes in two SFD files (one for regular, one for bold). - - - - - 21 changed files: - ? app/src/gambas3/.hidden/font/GambasBold-12.sfd - ? app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasBold-13.sfd ? app/src/gambas3/.hidden/font/GambasBold.sfd - ? app/src/gambas3/.hidden/font/GambasMedium-12.sfd - ? app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd ? app/src/gambas3/.hidden/font/GambasRegular.sfd - + app/src/gambas3/.hidden/font/gambasb12.otb - + app/src/gambas3/.hidden/font/gambasb13.otb - + app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/font/GambasMedium-12.otb ? app/src/gambas3/.hidden/font/gambasr12.otb - app/src/gambas3/font/GambasMedium-13.otb ? app/src/gambas3/.hidden/font/gambasr13.otb - app/src/gambas3/font/GambasMedium-16.otb ? app/src/gambas3/.hidden/font/gambasr16.otb - ? app/src/gambas3/font/GambasBold-12.otb - ? app/src/gambas3/font/GambasBold-13.otb - ? app/src/gambas3/font/GambasBold-16.otb - + app/src/gambas3/font/gambasb12.otb - + app/src/gambas3/font/gambasb13.otb - + app/src/gambas3/font/gambasb16.otb - + app/src/gambas3/font/gambasr12.otb - + app/src/gambas3/font/gambasr13.otb - + app/src/gambas3/font/gambasr16.otb View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e91ff071a7bf391b084ad953403d101fbfd0d58 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8e91ff071a7bf391b084ad953403d101fbfd0d58 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 31 16:47:23 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 31 Oct 2020 15:47:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Control.Reparent() correctly moves the control if the parent is not changed. Message-ID: <5f9d870b8f147_9385efa01139d0@gitlab-sidekiq-low-urgency-cpu-bound-v1-f85f5f868-wk4m9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d20832fd by gambas at 2020-10-31T16:46:18+01:00 Control.Reparent() correctly moves the control if the parent is not changed. [GB.GTK] * BUG: Control.Reparent() correctly moves the control if the parent is not changed. [GB.GTK3] * BUG: Control.Reparent() correctly moves the control if the parent is not changed. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d20832fd742a869677d561ab11b355a5c5c7f3b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d20832fd742a869677d561ab11b355a5c5c7f3b3 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 31 18:55:01 2020 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 31 Oct 2020 17:55:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow the value of markup attributes not to be embedded between quotes in rich text. Message-ID: <5f9da4f580b9b_84276808824f2@gitlab-sidekiq-low-urgency-cpu-bound-v1-f85f5f868-kzl65.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f68f262 by gambas at 2020-10-31T18:53:36+01:00 Allow the value of markup attributes not to be embedded between quotes in rich text. [GB.GTK] * BUG: Allow the value of markup attributes not to be embedded between quotes in rich text. [GB.GTK3] * BUG: Allow the value of markup attributes not to be embedded between quotes in rich text. - - - - - 1 changed file: - gb.gtk/src/gtools.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8f68f2623380da1394f91d1a00b89de84ac2bfd7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8f68f2623380da1394f91d1a00b89de84ac2bfd7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: