From gitlab at mg.gitlab.com Sat Jan 1 11:09:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 01 Jan 2022 10:09:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Offline help browser now goes back in history with the right... Message-ID: <61d02858b3c96_271869538667d@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-d52lx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c14f65b8 by gambas at 2022-01-01T11:09:20+01:00 Help browser: Offline help browser now goes back in history with the right mouse button or the menu key. [DEVELOPMENT ENVIRONMENT] * NEW: Help browser: Offline help browser now goes back in history with the right mouse button or the menu key. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Help/HelpView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c14f65b838db0f24817d82280a51760ff4b4def6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c14f65b838db0f24817d82280a51760ff4b4def6 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 Jan 1 16:25:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 01 Jan 2022 15:25:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a crash on focus management. Do not raise 'Activate' event when showing an... Message-ID: <61d0727436a71_2a847607014c@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-nhhcv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 67d760db by gambas at 2022-01-01T16:21:47+01:00 Fix a crash on focus management. Do not raise 'Activate' event when showing an embeded window to mimic Qt components behaviour. [GB.GTK] * BUG: Embedding a top-level window by reparenting now correctly removes it from the list of top-level windows. * BUG: Do not raise 'Activate' event when showing an embeded window to mimic Qt components behaviour. * BUG: Do not crash if a window has no explicit focus and no focusable child control. * OPT: Start to replace dynamic event callback functions (one by object) by unique global functions. [GB.GTK3] * BUG: Embedding a top-level window by reparenting now correctly removes it from the list of top-level windows. * BUG: Do not raise 'Activate' event when showing an embeded window to mimic Qt components behaviour. * BUG: Do not crash if a window has no explicit focus and no focusable child control. * OPT: Start to replace dynamic event callback functions (one by object) by unique global functions. - - - - - 3 changed files: - gb.gtk/src/CWindow.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/67d760db17e15d9942f21d6c019c1df737e0635e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/67d760db17e15d9942f21d6c019c1df737e0635e 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 Jan 2 16:26:44 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 02 Jan 2022 15:26:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make executable dialog: Do not increment the release number twice in some cases. Message-ID: <61d1c43498c60_282b43056216@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-ssk6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 13f4b8a5 by gambas at 2022-01-02T16:26:37+01:00 Make executable dialog: Do not increment the release number twice in some cases. [DEVELOPMENT ENVIRONMENT] * BUG: Make executable dialog: Do not increment the release number twice in some cases. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FMakeExecutable.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13f4b8a5477f59fad8d5ad5b36774e2624c05052 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/13f4b8a5477f59fad8d5ad5b36774e2624c05052 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 Jan 2 17:24:39 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 02 Jan 2022 16:24:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MenuButton: Fix a possible "Invalid object" error when a MenuButton is... Message-ID: <61d1d1c730295_271cf5a844152@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-m68ch.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c4490cbf by gambas at 2022-01-02T17:24:35+01:00 MenuButton: Fix a possible "Invalid object" error when a MenuButton is destroyed during its Click event. [GB.FORM] * BUG: MenuButton: Fix a possible "Invalid object" error when a MenuButton is destroyed during its Click event. * NEW: More icons for Gambas icon theme. - - - - - 1 changed file: - comp/src/gb.form/.src/Button/MenuButton.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4490cbf14abfa05dbb61b2c915ab467cdef76d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c4490cbf14abfa05dbb61b2c915ab467cdef76d7 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 Jan 3 14:01:30 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 03 Jan 2022 13:01:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DrawingArea: Keep the Focus property when the internal widget is recreated. Message-ID: <61d2f3aa727e_2717c1b941835b@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-98hjk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3ac63996 by gambas at 2022-01-03T14:00:56+01:00 DrawingArea: Keep the Focus property when the internal widget is recreated. [GB.GTK] * BUG: DrawingArea: Keep the Focus property when the internal widget is recreated. [GB.GTK3] * BUG: DrawingArea: Keep the Focus property when the internal widget is recreated. - - - - - 1 changed file: - gb.gtk/src/gdrawingarea.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3ac63996b103486f442d89ba8ce5cabd9f170da2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3ac63996b103486f442d89ba8ce5cabd9f170da2 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 Jan 4 13:32:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 04 Jan 2022 12:32:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do nothing when setting a control font with the same font. Finish removing dynamic event callbacks. Message-ID: <61d43e6957f6_2764ac4445427@gitlab-sidekiq-low-urgency-cpu-bound-v2-8478fb5d8f-ltnx2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 06d751bb by gambas at 2022-01-04T13:11:48+01:00 Do nothing when setting a control font with the same font. Finish removing dynamic event callbacks. [GB.GTK] * OPT: Replace all dynamic event callback functions (one by object) by unique global functions. * BUG: Do nothing when setting a control font with the same font. [GB.GTK3] * OPT: Replace all dynamic event callback functions (one by object) by unique global functions. * BUG: Do nothing when setting a control font with the same font. - - - - - 30 changed files: - gb.gtk/src/CButton.cpp - gb.gtk/src/CContainer.cpp - gb.gtk/src/CDrawingArea.cpp - gb.gtk/src/CMenu.cpp - gb.gtk/src/CSlider.cpp - gb.gtk/src/CTabStrip.cpp - gb.gtk/src/CTextArea.cpp - gb.gtk/src/CTextBox.cpp - gb.gtk/src/CTrayIcon.cpp - gb.gtk/src/CWidget.cpp - gb.gtk/src/cprinter.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/gdrag.cpp - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gdrawingarea.h - gb.gtk/src/gfont.cpp - gb.gtk/src/gfont.h - gb.gtk/src/gkey.cpp - gb.gtk/src/gmenu.cpp - gb.gtk/src/gmenu.h - gb.gtk/src/gmouse.cpp - gb.gtk/src/gprinter.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06d751bb0b81b7f78a5bb4f347f41a2a830e7481 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/06d751bb0b81b7f78a5bb4f347f41a2a830e7481 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 Jan 4 15:53:38 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 04 Jan 2022 14:53:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove debugging message. Message-ID: <61d45f72619c5_28298742058c@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b6cbd977c-5c9vv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d10aa23f by gambas at 2022-01-04T15:53:11+01:00 Remove debugging message. [GB.GTK] * BUG: Remove debugging message. [GB.GTK3] * BUG: Remove debugging message. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d10aa23ffb9ced75cc3dbdf9e4ecd7009977285b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d10aa23ffb9ced75cc3dbdf9e4ecd7009977285b 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 Jan 4 16:10:03 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 04 Jan 2022 15:10:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Setting Application.Busy now displays the busy cursor correctly again. Message-ID: <61d4634bd94a7_281f51f87092f@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b6cbd977c-wnzdj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0fccd1d5 by gambas at 2022-01-04T16:09:29+01:00 Setting Application.Busy now displays the busy cursor correctly again. [GB.GTK] * BUG: Setting Application.Busy now displays the busy cursor correctly again. [GB.GTK3] * BUG: Setting Application.Busy now displays the busy cursor correctly again. - - - - - 1 changed file: - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fccd1d5eed0b073eaa7da05c139cc4cf99ad943 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fccd1d5eed0b073eaa7da05c139cc4cf99ad943 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 Jan 4 17:12:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 04 Jan 2022 16:12:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Try to put more accurate search results first. Message-ID: <61d471d794254_277b7b44596f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f6d9ff949-2rsr9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4be0f59e by gambas at 2022-01-04T17:12:00+01:00 Help browser: Try to put more accurate search results first. [DEVELOPMENT ENVIRONMENT] * NEW: Help browser: Try to put more accurate search results first. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Help/CHelpSearchTask.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Search/CSearchTask.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4be0f59eed6e57d6298b2c056d6eb1e7a3e4c15c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4be0f59eed6e57d6298b2c056d6eb1e7a3e4c15c 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 Jan 5 01:23:39 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jan 2022 00:23:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Implement all metrics in the custom paint device used for measuring text. Message-ID: <61d4e50b3d6d0_2716bc39846835@gitlab-sidekiq-low-urgency-cpu-bound-v2-85c8845bbf-75pc8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8af26cb5 by gambas at 2022-01-05T01:16:40+01:00 Implement all metrics in the custom paint device used for measuring text. [GB.QT4] * NEW: Do not use a copy of the font object when calling 'set_painter_font()' in 'cpaint_impl.cpp'. [GB.QT5] * NEW: Do not use a copy of the font object when calling 'set_painter_font()' in 'cpaint_impl.cpp'. * NEW: Implement all metrics in the custom paint device used for measuring text. - - - - - c8835ae9 by gambas at 2022-01-05T01:23:32+01:00 Label: Try to take italic fonts into account in text alignement. [GB.GUI.BASE] * NEW: Label: Try to take italic fonts into account in text alignement. * BUG: Label: Workaround a Qt bug where using Paint.TextExtents() on a bitmap font makes it unable to be drawn correctly. - - - - - 6 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/FTestFrame.class - comp/src/gb.gui.base/.src/Test/FTestFrame.form - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4be0f59eed6e57d6298b2c056d6eb1e7a3e4c15c...c8835ae99c840199cc39e8ddd75f30d345f770a7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4be0f59eed6e57d6298b2c056d6eb1e7a3e4c15c...c8835ae99c840199cc39e8ddd75f30d345f770a7 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 Jan 5 01:56:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jan 2022 00:56:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of 'gb.qt4'. Message-ID: <61d4ecd2bf0e3_2836252e8477d7@gitlab-sidekiq-low-urgency-cpu-bound-v2-85c8845bbf-vgnnq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ef597145 by gambas at 2022-01-05T01:56:16+01:00 Fix compilation of 'gb.qt4'. [GB.QT4] * BUG: Fix compilation of 'gb.qt4'. - - - - - 1 changed file: - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef597145792574e31cbd9bf8b5f5418c2f0a1b79 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ef597145792574e31cbd9bf8b5f5418c2f0a1b79 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 Jan 5 16:08:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jan 2022 15:08:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix tab focus management and NoTabFocus property. Message-ID: <61d5b468874b0_26299c8589d4@gitlab-sidekiq-low-urgency-cpu-bound-v2-c8b865b57-msqbx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 184af48c by gambas at 2022-01-05T16:07:13+01:00 Fix tab focus management and NoTabFocus property. [GB.QT4] * BUG: Fix tab focus management and NoTabFocus property. [GB.QT5] * BUG: Fix tab focus management and NoTabFocus property. - - - - - 79fbe6c0 by gambas at 2022-01-05T16:07:57+01:00 Fix tab focus management. [GB.GTK] * BUG: Fix tab focus management. [GB.GTK3] * BUG: Fix tab focus management. - - - - - 7 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gsignals.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ef597145792574e31cbd9bf8b5f5418c2f0a1b79...79fbe6c0a8799da4bdd930ec2b30a604ddfe3bdf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ef597145792574e31cbd9bf8b5f5418c2f0a1b79...79fbe6c0a8799da4bdd930ec2b30a604ddfe3bdf 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 Jan 5 20:05:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jan 2022 19:05:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Use floating point font metrics for computing text size. Message-ID: <61d5ec05c2d30_28361d0c87227@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c8fcbd5d5-9x4nm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8332f3b8 by gambas at 2022-01-05T19:33:19+01:00 Use floating point font metrics for computing text size. [GB.QT4] * BUG: Use floating point font metrics for computing text size. [GB.QT5] * BUG: Use floating point font metrics for computing text size. - - - - - 4616f823 by gambas at 2022-01-05T19:45:32+01:00 Use floating point font metrics for computing text size everywhere. [GB.QT4] * BUG: Use floating point font metrics for computing text size everywhere.. [GB.QT5] * BUG: Use floating point font metrics for computing text size everywhere.. - - - - - 0ac5d3d4 by gambas at 2022-01-05T20:04:33+01:00 Label: Use floating point text size to avoid possible text truncation. [GB.GUI.BASE] * NEW: Label: Use floating point text size to avoid possible text truncation. - - - - - 6 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - gb.qt4/src/CDraw.cpp - gb.qt4/src/CFont.cpp - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/79fbe6c0a8799da4bdd930ec2b30a604ddfe3bdf...0ac5d3d44a30de87db96ca130d5584461f032629 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/79fbe6c0a8799da4bdd930ec2b30a604ddfe3bdf...0ac5d3d44a30de87db96ca130d5584461f032629 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 Jan 5 20:30:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 05 Jan 2022 19:30:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix drag & drop management. Message-ID: <61d5f1e06e5bc_2869416435987@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c8fcbd5d5-tpgmq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 50c96044 by gambas at 2022-01-05T20:30:13+01:00 Fix drag & drop management. [GB.GTK] * BUG: Fix drag & drop management. [GB.GTK3] * BUG: Fix drag & drop management. - - - - - 2 changed files: - gb.gtk/src/gdrag.cpp - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/50c96044e7b989d79f05bd9a6bba37862c98c83c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/50c96044e7b989d79f05bd9a6bba37862c98c83c 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 Jan 6 13:25:03 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jan 2022 12:25:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GridView: Use standard arrows to paint sort indicator. Do not use widget style anymore. Message-ID: <61d6df9f94622_28298b0297a9@gitlab-sidekiq-low-urgency-cpu-bound-v2-6464f46869-j89p2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b84e85b5 by gambas at 2022-01-06T13:24:56+01:00 GridView: Use standard arrows to paint sort indicator. Do not use widget style anymore. [GB.GUI.BASE] * NEW: GridView: Use standard arrows to paint sort indicator. Do not use widget style anymore. * NEW: TreeView: Tree arrows are a bit darker now. * BUG: Paint.Arrow now takes the line width into account, so that stroking the arrow does not overflow the rectangle bounds. - - - - - 6 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_Data.class - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FGridView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b84e85b5b80aaa0a01453e3ed194a7b1d3a614ed -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b84e85b5b80aaa0a01453e3ed194a7b1d3a614ed 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 Jan 6 14:51:05 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jan 2022 13:51:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Picture.Copy() keeps alpha component as expected. Message-ID: <61d6f3c99e81e_28298c4727a@gitlab-sidekiq-low-urgency-cpu-bound-v2-646bc84f89-5jz64.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 52c3a456 by gambas at 2022-01-06T14:50:26+01:00 Picture.Copy() keeps alpha component as expected. [GB.QT4] * BUG: Picture.Copy() keeps alpha component as expected. [GB.QT5] * BUG: Picture.Copy() keeps alpha component as expected. - - - - - 1 changed file: - gb.qt4/src/CPicture.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52c3a45680be6c76a8056c4a0c663490f14f4ea6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52c3a45680be6c76a8056c4a0c663490f14f4ea6 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 Jan 6 15:33:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jan 2022 14:33:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Ensure that the selection handles are always visible whatever the... Message-ID: <61d6fdc44a506_272989c2145c@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cddf58b4-xjd4x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3eebb6eb by gambas at 2022-01-06T15:33:30+01:00 Form editor: Ensure that the selection handles are always visible whatever the form background color. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Ensure that the selection handles are always visible whatever the form background color. - - - - - 3 changed files: - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.src/Editor/Form/CControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3eebb6ebe750cb6441d3db07c910ff2ee554ed57 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3eebb6ebe750cb6441d3db07c910ff2ee554ed57 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 Jan 6 23:44:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jan 2022 22:44:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Project tree: Show the class files associated with a form file. Message-ID: <61d770ea74aa2_28151b8a4890c3@gitlab-sidekiq-low-urgency-cpu-bound-v2-59944f6b49-btdvn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c2de3a0b by dashboard68 at 2022-01-06T22:44:55+00:00 Project tree: Show the class files associated with a form file. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Show the class files associated with a form file. - - - - - 875916c2 by Beno?t Minisini at 2022-01-06T22:44:55+00:00 Merge branch 'ProjectTree_devl' into 'master' gambas IDE show class-files of the forms in the project tree See merge request gambas/gambas!254 - - - - - 3 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3eebb6ebe750cb6441d3db07c910ff2ee554ed57...875916c20de6cf722d5386b47686811872d006fb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3eebb6ebe750cb6441d3db07c910ff2ee554ed57...875916c20de6cf722d5386b47686811872d006fb 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 Jan 7 00:29:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 06 Jan 2022 23:29:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix project tree when displaying form classes option is toggled. Message-ID: <61d77b54f0b6b_271bda780499b5@gitlab-sidekiq-low-urgency-cpu-bound-v2-59944f6b49-dfxhz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bb1894d4 by gambas at 2022-01-07T00:29:17+01:00 Fix project tree when displaying form classes option is toggled. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix refresh of a single form class item. * NEW: Project tree: Form class items use a smaller font. * NEW: Project tree: Form class items are never displayed as startup class. - - - - - 5 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bb1894d4cfe79e2666b0bffb400de0a261afeef5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bb1894d4cfe79e2666b0bffb400de0a261afeef5 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 Jan 7 11:40:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jan 2022 10:40:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems. Message-ID: <61d818942914c_2829914997af@gitlab-sidekiq-low-urgency-cpu-bound-v2-67dd5ddc89-s776c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 52c58236 by gambas at 2022-01-07T11:38:46+01:00 Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems. [INTERPRETER] * BUG: Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems. - - - - - 1 changed file: - main/share/gb_system_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52c58236694b18a98c6aad996169164b46318ff6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52c58236694b18a98c6aad996169164b46318ff6 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 Jan 7 12:42:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jan 2022 11:42:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] A task does not close its standard outputs anymore when its 'Read' or 'Error'... Message-ID: <61d827368d659_27298c41181a@gitlab-sidekiq-low-urgency-cpu-bound-v2-67dd5ddc89-58h2d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 135e54e7 by gambas at 2022-01-07T12:41:34+01:00 A task does not close its standard outputs anymore when its 'Read' or 'Error' events are not handled. [INTERPRETER] * NEW: A task does not close its standard outputs anymore when its 'Read' or 'Error' events are not handled. - - - - - 1 changed file: - main/gbx/gbx_c_task.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/135e54e7ab68811fc328c2581022282ee6e3abc3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/135e54e7ab68811fc328c2581022282ee6e3abc3 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 Jan 7 19:25:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jan 2022 18:25:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update French translation. Message-ID: <61d885a595c44_2915f577022271@gitlab-sidekiq-low-urgency-cpu-bound-v2-cdf9b876f-qfwk8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f6ec7d73 by gambas at 2022-01-07T13:35:19+01:00 Update French translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. - - - - - 4bab0369 by gambas at 2022-01-07T16:44:36+01:00 Message: As ShowModal() finish mouse events, make message box reentrants. [GB.GUI.BASE] * BUG: Message: As ShowModal() finish mouse events, make message box reentrants. - - - - - 742b0b80 by gambas at 2022-01-07T19:25:35+01:00 Form editor: Do not raise an error when selecting a project control whose class does not exist anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Do not raise an error when selecting a project control whose class does not exist anymore. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/135e54e7ab68811fc328c2581022282ee6e3abc3...742b0b80942e2b1eaaab0a245102ba6295ab7dc9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/135e54e7ab68811fc328c2581022282ee6e3abc3...742b0b80942e2b1eaaab0a245102ba6295ab7dc9 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 Jan 7 23:31:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jan 2022 22:31:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Fix item refresh when displaying all classes option is enabled. Message-ID: <61d8bf28a0aea_27298c42404d@gitlab-sidekiq-low-urgency-cpu-bound-v2-c95674569-wgtzl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e5f14470 by gambas at 2022-01-07T23:30:59+01:00 Project tree: Fix item refresh when displaying all classes option is enabled. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix item refresh when displaying all classes option is enabled. - - - - - 2 changed files: - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5f144706fe8d9b9e440f6c848ec690d3f64b186 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e5f144706fe8d9b9e440f6c848ec690d3f64b186 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 Jan 7 23:42:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 07 Jan 2022 22:42:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: New FileBox control. Add Path property to DirBox and FileBox. Message-ID: <61d8c1e155057_272aff6e847069@gitlab-sidekiq-low-urgency-cpu-bound-v2-c95674569-46sjb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 93afd49f by Bruce Steers at 2022-01-07T22:42:38+00:00 New FileBox control. Add Path property to DirBox and FileBox. [GB.FORM] * NEW: Add FileBox control, supports open/save mode, filters, custom picture and placeholder. * NEW: Add Path property to DirBox and FileBox as a synonym for Value and show it in the IDE. - - - - - d8639d9a by Beno?t Minisini at 2022-01-07T22:42:38+00:00 Merge branch 'FileBox' into 'master' FileBox, new control for gb.form and add Path property to FileBox and DirBox See merge request gambas/gambas!255 - - - - - 6 changed files: - + comp/src/gb.form/.hidden/control/filebox.png - comp/src/gb.form/.project - comp/src/gb.form/.src/File/DirBox.class - + comp/src/gb.form/.src/File/FileBox.class - + comp/src/gb.form/.src/Test/FTestFileBox.class - + comp/src/gb.form/.src/Test/FTestFileBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5f144706fe8d9b9e440f6c848ec690d3f64b186...d8639d9a7454adb610b84728c676785c56a2b08d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5f144706fe8d9b9e440f6c848ec690d3f64b186...d8639d9a7454adb610b84728c676785c56a2b08d 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 Jan 8 01:09:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 08 Jan 2022 00:09:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 'DirBox.Title' property. Change the syntax of 'FileBox.Filter' property. Update 'FileBox' icon. Message-ID: <61d8d626cd522_27188710404df@gitlab-sidekiq-low-urgency-cpu-bound-v2-c95674569-z7nkx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d2d93aa5 by gambas at 2022-01-08T01:08:52+01:00 Add 'DirBox.Title' property. Change the syntax of 'FileBox.Filter' property. Update 'FileBox' icon. [GB.FORM] * NEW: DirBox: Add a 'Title' property. * NEW: FileBox: Make 'Filter' property use the same syntax as 'Dialog.Filter' property. * NEW: FileBox: If the 'Filter' property is set, automatically select the first filter. * NEW: Update FileBox icon. - - - - - 4 changed files: - comp/src/gb.form/.hidden/control/filebox.png - comp/src/gb.form/.src/File/DirBox.class - comp/src/gb.form/.src/File/FileBox.class - comp/src/gb.form/.src/Test/FTestFileBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d2d93aa5535f7dfa7c16e5a504c62df966f5ee8a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d2d93aa5535f7dfa7c16e5a504c62df966f5ee8a 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 Jan 10 03:17:32 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 10 Jan 2022 02:17:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Handle identifiers between curly braces correctly in symbol signatures. Message-ID: <61db973c87703_27e50248591@gitlab-sidekiq-low-urgency-cpu-bound-v2-c95674569-mvs7d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f86aa0a8 by gambas at 2022-01-10T03:17:27+01:00 Handle identifiers between curly braces correctly in symbol signatures. [DEVELOPMENT ENVIRONMENT] * BUG: Handle identifiers between curly braces correctly in symbol signatures. - - - - - 5 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Util.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f86aa0a8e5a3a32494cd8b92b1e36ed7180808e5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f86aa0a8e5a3a32494cd8b92b1e36ed7180808e5 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 Jan 11 12:18:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 11 Jan 2022 11:18:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove the dependency on 'gb.image'. Message-ID: <61dd676fb301a_27724b9c85716@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d7cb6f688-vg7kf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 879c0247 by gambas at 2022-01-11T12:17:56+01:00 Remove the dependency on 'gb.image'. [GB.EVAL.HIGHLIGHT] * BUG: Remove the dependency on 'gb.image'. - - - - - 1 changed file: - comp/src/gb.eval.highlight/.component View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/879c024737d13e4971da5898e34d7361f55f4d60 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/879c024737d13e4971da5898e34d7361f55f4d60 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 Jan 12 13:17:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 12:17:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix case problems in syntax analyze. Message-ID: <61dec6f396ab8_2728c87e43582e@gitlab-sidekiq-low-urgency-cpu-bound-v2-d669454f6-ppx4d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e939b80c by gambas at 2022-01-12T13:17:47+01:00 Fix case problems in syntax analyze. [DEVELOPMENT ENVIRONMENT] * BUG: Fix case problems in syntax analyze. - - - - - 7 changed files: - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/MPrettyCode.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/Conversion/MConvert.module - app/src/gambas3/.src/Util.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e939b80cefdc1e6b891e8d2465c057b427b050f4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e939b80cefdc1e6b891e8d2465c057b427b050f4 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 Jan 12 13:22:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 12:22:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix Component.Version for libraries. Message-ID: <61dec7f1ae7e_2829bd0931ea@gitlab-sidekiq-low-urgency-cpu-bound-v2-d669454f6-lctvs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4cd61da4 by gambas at 2022-01-12T13:21:41+01:00 Fix Component.Version for libraries. [INTERPRETER] * BUG: Fix Component.Version for libraries. - - - - - 1 changed file: - main/gbx/gbx_archive.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4cd61da44e02402ac9c9711e94ac889a91f89a44 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4cd61da44e02402ac9c9711e94ac889a91f89a44 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 Jan 12 14:48:35 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 13:48:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable 'gb.pdf' in archlinux. Message-ID: <61dedc33efa57_273efa47c88776@gitlab-sidekiq-low-urgency-cpu-bound-v2-d669454f6-q846m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 03dc3633 by Beno?t Minisini at 2022-01-12T13:48:33+00:00 Disable 'gb.pdf' in archlinux. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/03dc3633deaa72df7fbfc76b6e6163388b64227f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/03dc3633deaa72df7fbfc76b6e6163388b64227f 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 Jan 12 17:10:15 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 16:10:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Message: 'DefaultButton' is a new property that makes the first message dialog... Message-ID: <61defd67ceb84_27101d744243b1@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b49c77c6-m9h5x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d10dccac by gambas at 2022-01-12T17:09:45+01:00 Message: 'DefaultButton' is a new property that makes the first message dialog button the default one. It is TRUE by default to restore the last year behaviour. [GB.GUI.BASE] * NEW: Message: 'DefaultButton' is a new property that makes the first message dialog button the default one. It is TRUE by default to restore the last year behaviour. - - - - - ef82508d by gambas at 2022-01-12T17:09:55+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class - comp/src/gb.gui.base/.src/Message/Message.class - comp/src/gb.gui.base/.src/Test/TestMessage.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/03dc3633deaa72df7fbfc76b6e6163388b64227f...ef82508d31cd78096b0438cdff49091a7473f3b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/03dc3633deaa72df7fbfc76b6e6163388b64227f...ef82508d31cd78096b0438cdff49091a7473f3b3 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 Jan 12 22:02:13 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 21:02:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Setting the startup class does not crash anymore when forms class files are visible. Message-ID: <61df41d5df1d8_27aec3ec579ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d8968fc8d-bn2dk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a01cf7e by gambas at 2022-01-12T22:02:04+01:00 Project tree: Setting the startup class does not crash anymore when forms class files are visible. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Setting the startup class does not crash anymore when forms class files are visible. - - - - - 1 changed file: - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a01cf7e57bf21eab5dd19dd136923be662926f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a01cf7e57bf21eab5dd19dd136923be662926f8 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 Jan 12 22:14:02 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 12 Jan 2022 21:14:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Env.Copy()' is a new method that returns a copy of the environment as a string array. Message-ID: <61df449a99fe1_2837fb090884f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d8968fc8d-cqzbl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3752a6ac by gambas at 2022-01-12T22:13:02+01:00 'Env.Copy()' is a new method that returns a copy of the environment as a string array. [INTERPRETER] * NEW: 'Args.Copy()' is a new method that is a synonymous of 'Args.All'. * NEW: 'Env.Copy()' is a new method that returns a copy of the environment as a string array. - - - - - 1 changed file: - main/gbx/gbx_c_application.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3752a6acbac10887ec88ff84540907b8833b29f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3752a6acbac10887ec88ff84540907b8833b29f8 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 Jan 14 04:18:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 03:18:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix font dependency of global application font. Message-ID: <61e0eb74e881c_282e20c0966b6@gitlab-sidekiq-low-urgency-cpu-bound-v2-854bf5f6-qtft6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d29ccc59 by gambas at 2022-01-14T04:17:02+01:00 Fix font dependency of global application font. [GB.GTK] * BUG: Fix font dependency of global application font. [GB.GTK3] * BUG: Fix font dependency of global application font. - - - - - 403ab002 by gambas at 2022-01-14T04:17:42+01:00 Fix font dependency of global application font. [GB.GTK3] * BUG: Fix font dependency of global application font. - - - - - 11 changed files: - gb.gtk/src/CFont.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gdesktop.cpp - gb.gtk/src/gdesktop.h - gb.gtk/src/gdialog.cpp - gb.gtk/src/gfont.cpp - gb.gtk/src/gfont.h - gb.gtk/src/gtools.cpp - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3752a6acbac10887ec88ff84540907b8833b29f8...403ab002831fa856aa66b79454d30c344b9c39d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3752a6acbac10887ec88ff84540907b8833b29f8...403ab002831fa856aa66b79454d30c344b9c39d7 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 Jan 14 04:41:36 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 03:41:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix compilation of 'gb.gtk'. Message-ID: <61e0f0f01d5b_274586c547e6@gitlab-sidekiq-low-urgency-cpu-bound-v2-854bf5f6-trpkq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a8619a61 by gambas at 2022-01-14T04:41:13+01:00 Fix compilation of 'gb.gtk'. [GB.GTK] * BUG: Fix compilation of 'gb.gtk'. - - - - - 2 changed files: - gb.gtk/src/gdialog.cpp - gb.gtk/src/gfont.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8619a6177f0ca41cf425957205dbf5ca03d2f5f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8619a6177f0ca41cf425957205dbf5ca03d2f5f 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 Jan 14 12:36:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 11:36:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add an API that returns if there is at least one active timer. Message-ID: <61e1605b9b258_2745844345ce@gitlab-sidekiq-low-urgency-cpu-bound-v2-76665b8cbd-xw2f6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1cc4d427 by gambas at 2022-01-14T12:34:02+01:00 Add an API that returns if there is at least one active timer. [INTERPRETER] * NEW: Add an API that returns if there is at least one active timer. - - - - - 4ba0b9ad by gambas at 2022-01-14T12:34:40+01:00 Don't quit if there is still one active timer. [GB.GTK] * NEW: Don't quit if there is still one active timer. [GB.GTK3] * NEW: Don't quit if there is still one active timer. [GB.QT4] * NEW: Don't quit if there is still one active timer. [GB.QT5] * NEW: Don't quit if there is still one active timer. - - - - - 9 changed files: - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp - gb.qt4/src/main.cpp - gb.qt5/src/main.cpp - main/gbx/gbx_api.c - main/gbx/gbx_api.h - main/gbx/gbx_c_timer.c - main/gbx/gbx_c_timer.h - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8619a6177f0ca41cf425957205dbf5ca03d2f5f...4ba0b9ad3cac2843d438cfbff083e2cb4b43294f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8619a6177f0ca41cf425957205dbf5ca03d2f5f...4ba0b9ad3cac2843d438cfbff083e2cb4b43294f 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 Jan 14 19:17:53 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 18:17:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Automatically disable timers when raising the 'Timer' event is impossible... Message-ID: <61e1be51b9ec9_28492f03102a@gitlab-sidekiq-low-urgency-cpu-bound-v2-776c584884-4vszm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ae88c2d by gambas at 2022-01-14T19:16:11+01:00 Automatically disable timers when raising the 'Timer' event is impossible because the parent object is invalid. [INTERPRETER] * BUG: Automatically disable timers when raising the 'Timer' event is impossible because the parent object is invalid. - - - - - 0b3d48b6 by gambas at 2022-01-14T19:17:09+01:00 Check if the event loop must be stopped each time a timer is disabled. [GB.GTK] * BUG: Check if the event loop must be stopped each time a timer is disabled. [GB.GTK3] * BUG: Check if the event loop must be stopped each time a timer is disabled. [GB.QT4] * BUG: Check if the event loop must be stopped each time a timer is disabled. [GB.QT5] * BUG: Check if the event loop must be stopped each time a timer is disabled. - - - - - 5 changed files: - gb.gtk/src/main.cpp - gb.gtk3/src/main.cpp - gb.qt4/src/main.cpp - gb.qt5/src/main.cpp - main/gbx/gbx_c_timer.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4ba0b9ad3cac2843d438cfbff083e2cb4b43294f...0b3d48b6981d09d365cd092daeb3ac9c99ae90f2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4ba0b9ad3cac2843d438cfbff083e2cb4b43294f...0b3d48b6981d09d365cd092daeb3ac9c99ae90f2 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 Jan 14 21:34:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 20:34:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: 'Timer.Ignore' is a new property that tells the interpreter not to wait for... Message-ID: <61e1de6af3169_283b9fc01627c@gitlab-sidekiq-low-urgency-cpu-bound-v2-8f966dd4d-tf2kj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 05f9f95c by gambas at 2022-01-14T21:29:55+01:00 'Timer.Ignore' is a new property that tells the interpreter not to wait for the timer's end when exiting. [INTERPRETER] * NEW: 'Timer.Ignore' is a new property that tells the interpreter not to wait for the timer's end when exiting. - - - - - d7c05a90 by gambas at 2022-01-14T21:34:37+01:00 The status bar message timer is now ignored when quitting the application.. [DEVELOPMENT ENVIRONMENT] * NEW: The status bar message timer is now ignored when quitting the application. * NEW: Form editor: The property name is now always displayed in bold when it does not have its default value. - - - - - 4 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Editor/Form/FProperty.class - main/gbx/gbx_c_timer.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0b3d48b6981d09d365cd092daeb3ac9c99ae90f2...d7c05a9069410bb9aa65d696c9a3b60d4f7c2cb9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0b3d48b6981d09d365cd092daeb3ac9c99ae90f2...d7c05a9069410bb9aa65d696c9a3b60d4f7c2cb9 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 Jan 14 22:03:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 14 Jan 2022 21:03:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TextEditor: Make the long clear line cache timer be ignored at program end. Message-ID: <61e1e51a2cbd7_277b4210322af@gitlab-sidekiq-low-urgency-cpu-bound-v2-8f966dd4d-s7572.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f7cf3b67 by gambas at 2022-01-14T21:56:52+01:00 TextEditor: Make the long clear line cache timer be ignored at program end. [GB.FORM.EDITOR] * NEW: TextEditor: Make the long clear line cache timer be ignored at program end. - - - - - 91ee6635 by gambas at 2022-01-14T21:57:30+01:00 Make some long timers be ignored at program exit. [DEVELOPMENT ENVIRONMENT] * NEW: Make some long timers be ignored at program exit. - - - - - 0b6a6f4c by gambas at 2022-01-14T22:01:13+01:00 SidePanel: AutoHide is a new property that let the side panel automatically hide on mouse leave and show on mouse enter. [GB.FORM] * NEW: ButtonBox: Make the filter timer be ignored at program end. * NEW: SidePanel: AutoHide is a new property that let the side panel automatically hide on mouse leave and show on mouse enter. * NEW: FontChooser: Double-click now opens a font tree item only if the 'Activate' event is not handled. - - - - - fc49ac61 by gambas at 2022-01-14T22:02:29+01:00 Forgot to commit a file. - - - - - 10 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Help/HelpBrowser.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/ButtonBox.class - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/SidePanel/FSidePanel.class - comp/src/gb.form/.src/SidePanel/SidePanel.class - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7c05a9069410bb9aa65d696c9a3b60d4f7c2cb9...fc49ac614816fef9e7745bba7a41246bc639200b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7c05a9069410bb9aa65d696c9a3b60d4f7c2cb9...fc49ac614816fef9e7745bba7a41246bc639200b 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 Jan 15 23:34:00 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 15 Jan 2022 22:34:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Connections to the D-Bus buses are correctly freed when the program ends. Message-ID: <61e34bd844d30_2a93b2b4010154a@gitlab-sidekiq-low-urgency-cpu-bound-v2-8f966dd4d-qk6wm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 683465e7 by gambas at 2022-01-15T23:33:02+01:00 Connections to the D-Bus buses are correctly freed when the program ends. [GB.DBUS] * BUG: Connections to the D-Bus buses are correctly freed when the program ends. - - - - - 6 changed files: - gb.dbus/src/c_dbus.c - gb.dbus/src/c_dbusconnection.c - gb.dbus/src/c_dbusconnection.h - gb.dbus/src/gb.dbus/.src/DBus.class - gb.dbus/src/gb.dbus/.src/DBusApplication.class - gb.dbus/src/gb.dbus/.src/MMain.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/683465e7a86137ccad5ad1026a70e73bc46f5085 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/683465e7a86137ccad5ad1026a70e73bc46f5085 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 Jan 17 01:05:26 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 17 Jan 2022 00:05:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Handle 'a{o...}' and 'a{g...}' D-Bus signatures by using Collections. Message-ID: <61e4b2c68ddf2_272e5db005283d@gitlab-sidekiq-low-urgency-cpu-bound-v2-8f966dd4d-g4d9f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c7c8774f by gambas at 2022-01-17T01:02:50+01:00 Handle 'a{o...}' and 'a{g...}' D-Bus signatures by using Collections. [GB.DBUS] * NEW: Handle 'a{o...}' and 'a{g...}' D-Bus signatures by using Collections. - - - - - 2 changed files: - gb.dbus/src/gb.dbus/.src/MMain.module - gb.dbus/src/helper.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c7c8774f5b74389105afb6ceb1a4c2fc6b196865 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c7c8774f5b74389105afb6ceb1a4c2fc6b196865 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 Jan 21 11:09:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 21 Jan 2022 10:09:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Connection editor: Do not crash anymore when saving the table fails. Message-ID: <61ea864023881_2612e8f50735b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d95ff9759-lrp9h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 788ecfac by gambas at 2022-01-21T11:08:03+01:00 Connection editor: Do not crash anymore when saving the table fails. [DEVELOPMENT ENVIRONMENT] * BUG: Connection editor: Do not crash anymore when saving the table fails. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/788ecfacda1aca5c007e88b1b363e66548b2cba0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/788ecfacda1aca5c007e88b1b363e66548b2cba0 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 Jan 22 16:37:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 Jan 2022 15:37:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: Text direction can now be specified at control level. Message-ID: <61ec24ca7768c_27be64001096d@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-kgd7f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 13df0847 by gambas at 2022-01-22T16:27:17+01:00 Text direction can now be specified at control level. [GB.GTK] * NEW: Control.Direction is a new property that allows to specify the text direction of the control. * NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented. [GB.GTK3] * NEW: Control.Direction is a new property that allows to specify the text direction of the control. * NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented. [GB.QT4] * NEW: Control.Direction is a new property that allows to specify the text direction of the control. * NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented. [GB.QT5] * NEW: Control.Direction is a new property that allows to specify the text direction of the control. * NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented. - - - - - abba6f60 by gambas at 2022-01-22T16:31:07+01:00 Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. [GB.GUI.BASE] * NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. - - - - - 584acf87 by gambas at 2022-01-22T16:32:02+01:00 Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. [GB.FORM] * NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. * NEW: Add 'text-list' and 'text-list-order' stock icons. - - - - - 1a3fc6c5 by gambas at 2022-01-22T16:33:21+01:00 Add 'text-list' and 'text-list-order' icons. Redraw some icons. [GB.FORM.STOCK] * NEW: Add 'text-list' and 'text-list-order' icons. * NEW: Redraw some icons. - - - - - 2bb65a26 by gambas at 2022-01-22T16:34:15+01:00 Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. [GB.FORM.TERMINAL] * NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. - - - - - 8353d9e0 by gambas at 2022-01-22T16:34:37+01:00 Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. [GB.FORM.EDITOR] * NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. - - - - - bd1c80cd by gambas at 2022-01-22T16:36:28+01:00 Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. [GB.FORM.MDI] * NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one. - - - - - 30 changed files: - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Tests/FMain.class - comp/src/gb.form.mdi/.src/Tests/Form1.class - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class - comp/src/gb.form.stock/gambas-mono/32/crop.png - comp/src/gb.form.stock/gambas-mono/32/quit.png - comp/src/gb.form.stock/gambas-mono/32/redo.png - comp/src/gb.form.stock/gambas-mono/32/resize.png - comp/src/gb.form.stock/gambas-mono/32/revert.png - comp/src/gb.form.stock/gambas-mono/32/text-center.png - comp/src/gb.form.stock/gambas-mono/32/text-fill.png - comp/src/gb.form.stock/gambas-mono/32/text-left.png - + comp/src/gb.form.stock/gambas-mono/32/text-list-order.png - + comp/src/gb.form.stock/gambas-mono/32/text-list.png - comp/src/gb.form.stock/gambas-mono/32/text-right.png - comp/src/gb.form.stock/gambas-mono/32/undo.png - comp/src/gb.form.stock/gambas-mono/32/unselect.png - comp/src/gb.form.stock/gambas/32/crop.png - comp/src/gb.form.stock/gambas/32/properties.png - comp/src/gb.form.stock/gambas/32/redo.png - comp/src/gb.form.stock/gambas/32/resize.png - comp/src/gb.form.stock/gambas/32/revert.png - comp/src/gb.form.stock/gambas/32/text-center.png - comp/src/gb.form.stock/gambas/32/text-fill.png - comp/src/gb.form.stock/gambas/32/text-left.png - + comp/src/gb.form.stock/gambas/32/text-list-order.png - + comp/src/gb.form.stock/gambas/32/text-list.png - comp/src/gb.form.stock/gambas/32/text-right.png - comp/src/gb.form.stock/gambas/32/undo.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/788ecfacda1aca5c007e88b1b363e66548b2cba0...bd1c80cd215b55f0ee6bdd1ea7c5b8b6b03cabda -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/788ecfacda1aca5c007e88b1b363e66548b2cba0...bd1c80cd215b55f0ee6bdd1ea7c5b8b6b03cabda 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 Jan 22 22:39:53 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 22 Jan 2022 21:39:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make all GUI components behave the same when dealing with focus and modal or popup windows. Message-ID: <61ec79a9f2f56_2711a58c8514f5@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-j2wbv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6fa9fa42 by gambas at 2022-01-22T22:38:40+01:00 Make all GUI components behave the same when dealing with focus and modal or popup windows. [GB.GTK] * BUG: Make all GUI components behave the same when dealing with focus and modal or popup windows. [GB.GTK3] * BUG: Make all GUI components behave the same when dealing with focus and modal or popup windows. [GB.QT4] * BUG: Make all GUI components behave the same when dealing with focus and modal or popup windows. [GB.QT5] * BUG: Make all GUI components behave the same when dealing with focus and modal or popup windows. - - - - - 8 changed files: - gb.gtk/src/gapplication.cpp - gb.gtk/src/gapplication.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6fa9fa428652c619eeb44a870a5dd3bfb293c2da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6fa9fa428652c619eeb44a870a5dd3bfb293c2da 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 Jan 23 21:07:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 23 Jan 2022 20:07:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix recent changes on focus management. Message-ID: <61edb578d03e9_27429698c108680@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-mlgxg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cc7b600d by gambas at 2022-01-23T21:06:47+01:00 Fix recent changes on focus management. [GB.QT4] * BUG: Fix recent changes on focus management. [GB.QT5] * BUG: Fix recent changes on focus management. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc7b600dcbbcc5eb7549cbe24484a733c7115471 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc7b600dcbbcc5eb7549cbe24484a733c7115471 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 Jan 23 21:35:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 23 Jan 2022 20:35:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable 'gb.pdf' component in 'opensuse:tumbleweed'. Message-ID: <61edbbfd4116_2723939f451845@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-2rzwt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e564088d by gambas at 2022-01-23T21:34:25+01:00 Disable 'gb.pdf' component in 'opensuse:tumbleweed'. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e564088daebdc7850eb1aad337e223f971c3d020 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e564088daebdc7850eb1aad337e223f971c3d020 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 Jan 24 02:52:49 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 Jan 2022 01:52:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: Only ignore properties in when filling completion with class symbols. Message-ID: <61ee06716880e_278f6e5ac11818d@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-mlgxg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c1c5c01 by gambas at 2022-01-24T02:51:43+01:00 Automatic completion: Only ignore properties in when filling completion with class symbols. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Only ignore properties in when filling completion with class symbols. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Code/FCompletion.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c1c5c01e8100a34e1678c050ab01f0b5c2fa281 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c1c5c01e8100a34e1678c050ab01f0b5c2fa281 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 Jan 24 03:11:35 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 24 Jan 2022 02:11:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextBox: Be more tolerant with minimum width. Message-ID: <61ee0ad789c0f_2745a601017d0@gitlab-sidekiq-low-urgency-cpu-bound-v2-56cd67cfcf-c9s2l.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0f58f046 by gambas at 2022-01-24T03:11:01+01:00 TextBox: Be more tolerant with minimum width. [GB.GTK] * NEW: TextBox: Be more tolerant with minimum width. [GB.GTK3] * NEW: TextBox: Be more tolerant with minimum width. - - - - - 1 changed file: - gb.gtk/src/gtextbox.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f58f04691200655c05f8e52be2b903b4acd9197 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0f58f04691200655c05f8e52be2b903b4acd9197 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 Jan 25 02:11:31 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 Jan 2022 01:11:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update folder and some other icons. Message-ID: <61ef4e433f892_284595c357e6@gitlab-sidekiq-low-urgency-cpu-bound-v2-855b8894c5-8bvjz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6bec4cb6 by gambas at 2022-01-24T20:23:47+01:00 Update folder and some other icons. [GB.FORM.STOCK] * NEW: Update folder and some other icons. - - - - - 2a20ae15 by gambas at 2022-01-25T02:03:33+01:00 Automatic formatting now only highlights modified lines. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic formatting now only highlights modified lines. - - - - - 30 changed files: - app/src/gambas3/.src/Editor/Code/MPrettyCode.module - + comp/src/gb.form.stock/gambas-mono/128/clock.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/128/image.png - + comp/src/gb.form.stock/gambas-mono/128/multimedia.png - + comp/src/gb.form.stock/gambas-mono/128/network.png - comp/src/gb.form.stock/gambas-mono/128/text.png - + comp/src/gb.form.stock/gambas-mono/128/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/indent.png - comp/src/gb.form.stock/gambas-mono/32/text.png - comp/src/gb.form.stock/gambas-mono/32/unindent.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0f58f04691200655c05f8e52be2b903b4acd9197...2a20ae15bb675f53395eeb7f71ad8ad95433c9c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0f58f04691200655c05f8e52be2b903b4acd9197...2a20ae15bb675f53395eeb7f71ad8ad95433c9c6 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 Jan 25 14:36:15 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 25 Jan 2022 13:36:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CsvFile: Ignore the useless BOM character put at the beginning of UTF-8 files... Message-ID: <61effccf7709_28459ac47512@gitlab-sidekiq-low-urgency-cpu-bound-v2-fdfb7c495-fvng5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9465bf17 by gambas at 2022-01-25T14:35:58+01:00 CsvFile: Ignore the useless BOM character put at the beginning of UTF-8 files generated by many stupid Windows softwares. [GB.UTIL] * BUG: CsvFile: Ignore the useless BOM character put at the beginning of UTF-8 files generated by many stupid Windows softwares. - - - - - 3 changed files: - comp/src/gb.util/.icon.png - comp/src/gb.util/.project - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9465bf174bec6b35c1fcc6891fe10f6cd3cd3e05 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9465bf174bec6b35c1fcc6891fe10f6cd3cd3e05 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 Jan 27 01:54:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jan 2022 00:54:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: DrawingArea: Reading the window handle now automatically assign a specific... Message-ID: <61f1ed41191f7_274d6702363e@gitlab-sidekiq-low-urgency-cpu-bound-v2-97fcb8b44-r7xzr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f0f5c76 by gambas at 2022-01-27T01:53:59+01:00 DrawingArea: Reading the window handle now automatically assign a specific window to the control. Fix background color management. [GB.GTK] * BUG: DrawingArea: Background color is now correctly drawn in all cases. * NEW: DrawingArea: Reading the window handle now automatically assign a specific window to the control. [GB.GTK3] * BUG: DrawingArea: Background color is now correctly drawn in all cases. * NEW: DrawingArea: Reading the window handle now automatically assign a specific window to the control. - - - - - 7223f469 by gambas at 2022-01-27T01:54:10+01:00 DrawingArea: Replace some 'bool' by one-bit integers in widget implementation. [GB.QT4] * OPT: DrawingArea: Replace some 'bool' by one-bit integers in widget implementation. [GB.QT5] * OPT: DrawingArea: Replace some 'bool' by one-bit integers in widget implementation. - - - - - 4 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gdrawingarea.h - gb.qt4/src/CDrawingArea.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9465bf174bec6b35c1fcc6891fe10f6cd3cd3e05...7223f46933883394c41b6d76f6cc7ea9845ddc0a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9465bf174bec6b35c1fcc6891fe10f6cd3cd3e05...7223f46933883394c41b6d76f6cc7ea9845ddc0a 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 Jan 27 03:20:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jan 2022 02:20:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Conflict editor: Fix text highlighting. Message-ID: <61f2018887ed_284de1818af@gitlab-sidekiq-low-urgency-cpu-bound-v2-97fcb8b44-qx4kr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c77239b4 by gambas at 2022-01-27T03:20:27+01:00 Conflict editor: Fix text highlighting. [DEVELOPMENT ENVIRONMENT] * BUG: Conflict editor: Fix text highlighting. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FConflictEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c77239b4ea9be4366376c586fd1ce5cfdb5750a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c77239b4ea9be4366376c586fd1ce5cfdb5750a9 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 Jan 28 00:50:29 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 27 Jan 2022 23:50:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebTree: Add a 'Data' event that allows to define the content of a tree column, like with WebTable. Message-ID: <61f32fc5b219f_285066b20106384@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f87668896-m7grj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f02eae69 by gambas at 2022-01-28T00:50:22+01:00 WebTree: Add a 'Data' event that allows to define the content of a tree column, like with WebTable. [GB.WEB.GUI] * NEW: WebTree: Add a 'Data' event that allows to define the content of a tree column, like with WebTable. Image is not supported yet. - - - - - 4 changed files: - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Tree/WebTree.class - + comp/src/gb.web.gui/.src/Tree/WebTreeData.class - comp/src/gb.web.gui/.src/Tree/_WebTreeColumns.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f02eae69f9722987de1e29e2b9fb4a4b71db0370 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f02eae69f9722987de1e29e2b9fb4a4b71db0370 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 Jan 28 23:49:42 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 28 Jan 2022 22:49:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Window: Fix the initial focus of a window when it is opened. Message-ID: <61f473069d227_287a78dc8207aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-6ghzw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1308dc95 by gambas at 2022-01-28T23:47:32+01:00 Window: Fix the initial focus of a window when it is opened. [GB.GTK] * BUG: Window: Fix the initial focus of a window when it is opened. * BUG: Window: Don't raise spurious Hide or Show events. [GB.GTK3] * BUG: Window: Fix the initial focus of a window when it is opened. * BUG: Window: Don't raise spurious Hide or Show events. - - - - - 4 changed files: - gb.gtk/src/CWindow.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1308dc95abf95175b917d5ddc668c24d8d4790f7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1308dc95abf95175b917d5ddc668c24d8d4790f7 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 Jan 28 23:50:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 28 Jan 2022 22:50:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Window: Do not raise the Hide event twice. Message-ID: <61f4732c412b_2843491a4259f5@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-q4vsx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 742244fe by gambas at 2022-01-28T23:49:53+01:00 Window: Do not raise the Hide event twice. [GB.QT4] * BUG: Window: Do not raise the Hide event twice. [GB.QT5] * BUG: Window: Do not raise the Hide event twice. - - - - - 2 changed files: - gb.qt4/src/CWindow.cpp - gb.qt4/src/CWindow.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/742244fe34f6144da5e2a3bdf0b7ffb0ca17654c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/742244fe34f6144da5e2a3bdf0b7ffb0ca17654c 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 Jan 28 23:59:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 28 Jan 2022 22:59:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly read floating point values in CSS. Message-ID: <61f475444eb85_2863bb720311e2@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-nslpv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47742d7f by gambas at 2022-01-28T23:57:54+01:00 Correctly read floating point values in CSS. [GB.FORM.HTMLVIEW] * BUG: Correctly read floating point values in CSS. * NEW: Only left mouse button is taken into account by the view when clicking on it. The other buttons are ignored by default. - - - - - 2 changed files: - gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class - gb.form.htmlview/src/litehtml/html.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47742d7f90581691e08f7146ef159822d561d15c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47742d7f90581691e08f7146ef159822d561d15c 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 Jan 29 00:29:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 28 Jan 2022 23:29:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebButton image now always fill the button height. Fix WebContainer 'Row' and... Message-ID: <61f47c77599cc_2945ca4494c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-5w94n.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68f3fdb9 by gambas at 2022-01-29T00:29:52+01:00 WebButton image now always fill the button height. Fix WebContainer 'Row' and 'Column' arrangements. [GB.WEB.GUI] * BUG: WebButton: Image now always fill the button height. * BUG: WebContainer: Do not change the 'display' CSS property of children controls when arrangement is 'Row' or 'Column'. * BUG: If the 'huge' version of a stock icon does not exist, use the 'small' version instead. - - - - - 8 changed files: - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Test/Webform1.webform - + comp/src/gb.web.gui/.src/Test/Webform4.class - + comp/src/gb.web.gui/.src/Test/Webform4.webform - comp/src/gb.web.gui/.src/WebButton.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68f3fdb9398a9e353bcf38e624fa9032a911b387 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/68f3fdb9398a9e353bcf38e624fa9032a911b387 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 Jan 29 01:29:33 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 00:29:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update WebTree.class, fix Class name hidden by local declaration: Key Message-ID: <61f48a6d6704e_27b6aa27410871d@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-j4sxh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b6069433 by Bruce Steers at 2022-01-28T23:51:06+00:00 Update WebTree.class, fix Class name hidden by local declaration: Key [GB.WEB.GUI] * BUG: fix Class name hidden by local declaration: Key thought I'd save you the task. - - - - - 28f78f32 by Beno?t Minisini at 2022-01-29T00:29:30+00:00 Merge branch 'bsteers4-master-patch-80603' into 'master' Update WebTree.class, fix Class name hidden by local declaration: Key See merge request gambas/gambas!258 - - - - - 1 changed file: - comp/src/gb.web.gui/.src/Tree/WebTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/68f3fdb9398a9e353bcf38e624fa9032a911b387...28f78f32c9ca9eb077102079dee26290983aedd8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/68f3fdb9398a9e353bcf38e624fa9032a911b387...28f78f32c9ca9eb077102079dee26290983aedd8 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 Jan 29 01:31:51 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 00:31:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Updated Scripter to work with Latest XML returned by introspectcall Message-ID: <61f48af78340a_274c56878572@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-4946v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1007bfaa by Brian G at 2022-01-15T14:38:39-08:00 Updated Scripter to work with Latest XML returned by introspectcall [DbusExplorer] * BUG Fixed bug in how the XML introspect file was handled, look for key 'name' now * NEW Display the property name with type returned or set, and read/write access type * NEW Display Signal information in a more clear format - - - - - 63ea861f by Brian G at 2022-01-15T14:48:44-08:00 Updated DBusExplorer to work with Latest XML returned by introspectcall [DbusExplorer] * BUG Fixed bug in how the XML introspect file was handled, look for key 'name' now * NEW Display the property name with type returned or set, and read/write access type * NEW Display Signal information in a more clear format - - - - - 7837c737 by Brian G at 2022-01-15T14:53:37-08:00 Merge branch 'DBusExplorerUpdate' of https://gitlab.com/justlostintime/gambas into DBusExplorerUpdate - - - - - e4dcb05c by Beno?t Minisini at 2022-01-29T00:31:49+00:00 Merge branch 'DBusExplorerUpdate' into 'master' Updated DBus Explorer to work with Latest XML returned by introspect call See merge request gambas/gambas!257 - - - - - 3 changed files: - app/examples/Misc/DBusExplorer/.icon.png - app/examples/Misc/DBusExplorer/.project - app/examples/Misc/DBusExplorer/.src/FVersiongbXML.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/28f78f32c9ca9eb077102079dee26290983aedd8...e4dcb05c5307e017f39882385cc426949cf395ff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/28f78f32c9ca9eb077102079dee26290983aedd8...e4dcb05c5307e017f39882385cc426949cf395ff 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 Jan 29 01:41:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 00:41:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DBusExplorer: Fix toolbar layout. Message-ID: <61f48d53253a0_28198dc346782f@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fdc7cb4-kpwth.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8662d2f5 by gambas at 2022-01-29T01:41:48+01:00 DBusExplorer: Fix toolbar layout. [EXAMPLES] * BUG: DBusExplorer: Fix toolbar layout. - - - - - 3 changed files: - app/examples/Misc/DBusExplorer/.icon.png - app/examples/Misc/DBusExplorer/.project - app/examples/Misc/DBusExplorer/.src/FVersiongbXML.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8662d2f5a928eab74faf9b547a2a33e59a840854 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8662d2f5a928eab74faf9b547a2a33e59a840854 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 Jan 29 04:30:44 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 03:30:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Label: Fix drawing horizontal fix for Qt. Message-ID: <61f4b4e443a5a_27de522479687@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-g2cn2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3b8c1123 by gambas at 2022-01-29T03:04:03+01:00 Label: Fix drawing horizontal fix for Qt. [GB.GUI.BASE] * BUG: Label: Fix drawing horizontal fix for Qt. - - - - - 117b3eac by gambas at 2022-01-29T04:30:38+01:00 Fix WebButton image. Make WebButton and WebListBox actually focusable. Fix focus drawing. [GB.WEB.GUI] * NEW: Use blue inset box shadow for drawing focus. * NEW: WebButton: Use <button> instead of <div>, to get focus and native keyboard management. * BUG: WebButton: Stretch the image size to the button height. * BUG: WebTextArea: Fix style sheet. * NEW: WebListBox is focusable now. - - - - - 14 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Label.class - comp/src/gb.gui.base/.src/Message/FMessage.class - comp/src/gb.gui.base/.src/Test/FLabel.form - comp/src/gb.gui.base/.src/Test/TestMessage.module - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/Test/Webform4.class - comp/src/gb.web.gui/.src/Test/Webform4.webform - comp/src/gb.web.gui/.src/WebButton.class - comp/src/gb.web.gui/.src/WebFileButton.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8662d2f5a928eab74faf9b547a2a33e59a840854...117b3eac3fbee3c08d9a4e41e5c28e79d19710ac -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8662d2f5a928eab74faf9b547a2a33e59a840854...117b3eac3fbee3c08d9a4e41e5c28e79d19710ac 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 Jan 29 18:02:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 17:02:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow to embed a control is a WebTable or a WebTree cell through the 'Data' event. Message-ID: <61f57342e62ba_274e264843e3@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-xrv5g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9b77a562 by gambas at 2022-01-29T18:02:52+01:00 Allow to embed a control is a WebTable or a WebTree cell through the 'Data' event. [GB.WEB.GUI] * NEW: WebTree and WebTable now use a common WebCellData class for their 'Data' event. * NEW: WebCellData.Control allows to define a control that will be embedded in the cell. * NEW: WebTable now raises a 'Click' event if a control that is embedded in a cell raises a 'Click' event. It takes the row and the column as argument. * NEW: WebTree now raises a similar 'Click' event, but it takes the key and the column as argument. - - - - - 10 changed files: - comp/src/gb.web.gui/.src/Arrange.class - comp/src/gb.web.gui/.src/Table/WebTableData.class ? comp/src/gb.web.gui/.src/Table/WebCellData.class - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/Tree/WebTree.class - ? comp/src/gb.web.gui/.src/Tree/WebTreeData.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/style.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b77a5622badf85b3716b09c5af015123da2dc70 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b77a5622badf85b3716b09c5af015123da2dc70 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 Jan 29 18:42:47 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 17:42:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] If a WebControl raises a DOM 'click' event, then it automatically stops the... Message-ID: <61f57c975ff27_274e28c450d4@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-rrvtd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cf5b7587 by gambas at 2022-01-29T18:42:43+01:00 If a WebControl raises a DOM 'click' event, then it automatically stops the propagation of the DOM 'mousedown' event. [GB.WEB.GUI] * NEW: I prefer WebTree and WebTable use a distinct class for their 'Data' event. * BUG: If a WebControl raises a DOM 'click' event, then it automatically stops the propagation of the DOM 'mousedown' event. - - - - - 6 changed files: - comp/src/gb.web.gui/.src/Table/WebTable.class - + comp/src/gb.web.gui/.src/Table/WebTableData.class - comp/src/gb.web.gui/.src/Table/WebCellData.class ? comp/src/gb.web.gui/.src/Table/WebTreeData.class - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Tree/WebTree.class - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf5b75870ff9c12e8448a263cd8fea7297fe6b37 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cf5b75870ff9c12e8448a263cd8fea7297fe6b37 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 Jan 29 18:47:11 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 17:47:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The NEW operator now raises an error if the class following it is unknown. Message-ID: <61f57d9fd9a81_2712b8288552d1@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-4mfz4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f75b23a8 by gambas at 2022-01-29T18:46:36+01:00 The NEW operator now raises an error if the class following it is unknown.. [COMPILER] * BUG: The NEW operator now raises an error if the class following it is unknown. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f75b23a834e5ade667d48e8d98a0012125be2f28 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f75b23a834e5ade667d48e8d98a0012125be2f28 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 Jan 29 22:59:06 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 29 Jan 2022 21:59:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix focus management when a control is hidden. Message-ID: <61f5b8aa6f749_2752cab0672fb@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-jlw5d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47208e1d by gambas at 2022-01-29T22:58:27+01:00 Fix focus management when a control is hidden. [GB.GTK] * BUG: Fix focus management when a control is hidden. [GB.GTK3] * BUG: Fix focus management when a control is hidden. - - - - - 2 changed files: - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47208e1da2fa8c0ebc21aebeb9a12ba2e087da70 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/47208e1da2fa8c0ebc21aebeb9a12ba2e087da70 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 Jan 30 17:59:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 30 Jan 2022 16:59:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update financial support file. Message-ID: <61f6c3e0b49dc_275c88ebc820e1@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-g6xbd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c980c577 by gambas at 2022-01-30T17:58:47+01:00 Update financial support file. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support file. - - - - - 1 changed file: - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c980c57737f57d360a68748c832c02267569fffd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c980c57737f57d360a68748c832c02267569fffd 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 Jan 31 00:26:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 30 Jan 2022 23:26:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix management of text direction at control level. Message-ID: <61f71ea0d001d_28bcf30b8151533@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c98545484-t854w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1a05e73d by gambas at 2022-01-31T00:25:04+01:00 Fix management of text direction at control level. [GB.GTK] * BUG: Fix management of text direction at control level. [GB.GTK3] * BUG: Fix management of text direction at control level. - - - - - 3 changed files: - gb.gtk/src/gcombobox.cpp - gb.gtk/src/gcombobox.h - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a05e73d1a5ded33757d50ec77d9e073c525348d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1a05e73d1a5ded33757d50ec77d9e073c525348d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: