From gitlab at mg.gitlab.com Wed Oct 2 16:00:57 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Wed, 02 Oct 2019 14:00:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new branch gb.chart2 Message-ID: <5d94ad9b69db_63af3fc5ad97dfbc160296@sidekiq-asap-02-sv-gprd.mail> BODARD Fabien pushed new branch gb.chart2 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/gb.chart2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 2 18:02:35 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 02 Oct 2019 16:02:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Project property dialog: Fix deletion in argument list when pressing Backspace. Message-ID: <5d94ca2197e02_564f3fd8a9f1e58414044f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: de124a57 by gambas at 2019-10-02T15:59:59Z Project property dialog: Fix deletion in argument list when pressing Backspace. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 fonts. * BUG: Project property dialog: Fix deletion in argument list when pressing Backspace. * NEW: All 3.14 versions will be Gambas ?. - - - - - bf71bb20 by gambas at 2019-10-02T16:02:23Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 5 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/.src/Project/ArgListBox.class - app/src/gambas3/.src/Welcome/CWelcome.class - app/src/gambas3/font/GambasBold-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/compare/4cc0f077961e667341e766d0300d69901fc7a8a1...bf71bb20cf5d1fa2ea1eb3fd8355d6f3c7168d5c -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/4cc0f077961e667341e766d0300d69901fc7a8a1...bf71bb20cf5d1fa2ea1eb3fd8355d6f3c7168d5c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Oct 3 09:19:53 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Thu, 03 Oct 2019 07:19:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.chart2] New improvement Message-ID: <5d95a11a4886a_1f3b3f9d2634341c349eb@sidekiq-asap-02-sv-gprd.mail> BODARD Fabien pushed to branch gb.chart2 at Gambas / gambas Commits: 08d04708 by gambix at 2019-10-03T07:19:48Z New improvement [GB.CHART2] * NEW: The legend display well on right and left. * NEW: New STyle!Y_Pattern Option allow to set the format pattern to Y diplaying values. - - - - - 6 changed files: - comp/src/gb.chart2/.component - comp/src/gb.chart2/.project - comp/src/gb.chart2/.src/Chart.class - comp/src/gb.chart2/.src/FMain.class - comp/src/gb.chart2/.src/_ChartLegend.class - comp/src/gb.chart2/.src/_ChartStyleBar.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/08d04708d5b4c13e02515ec0f948d09ba283b554 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/08d04708d5b4c13e02515ec0f948d09ba283b554 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Oct 3 12:42:32 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Thu, 03 Oct 2019 10:42:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.chart2] Add Axes label and support for negative values in Bar diagram Message-ID: <5d95d0993d215_1dd83f8fadb60cfc45360@sidekiq-asap-01-sv-gprd.mail> BODARD Fabien pushed to branch gb.chart2 at Gambas / gambas Commits: 6b9af7ca by gambix at 2019-10-03T10:42:28Z Add Axes label and support for negative values in Bar diagram [GB.CHART2] * NEW: The axes labels can be set with X_Label and Y_Label. * NEW: Negative values are supported now in bar diagram. - - - - - 4 changed files: - comp/src/gb.chart2/.src/Chart.class - comp/src/gb.chart2/.src/FMain.class - comp/src/gb.chart2/.src/_ChartStyleBar.class - comp/src/gb.chart2/.src/_ChartStyleBarBasic.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/6b9af7ca594ae656c7bc3bec1d6e18b998fc6874 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6b9af7ca594ae656c7bc3bec1d6e18b998fc6874 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Oct 3 21:49:26 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Thu, 03 Oct 2019 19:49:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.chart2] Add Series Padding Message-ID: <5d9650c81f728_3e7b3ff40ea02214117611@sidekiq-asap-04-sv-gprd.mail> BODARD Fabien pushed to branch gb.chart2 at Gambas / gambas Commits: 044bdc22 by gambix at 2019-10-03T19:49:21Z Add Series Padding [GB.CHART2] * NEW: Bar: Style!SeriesPadding allos to define a relative padding between 0 and 2 * NEW: Finish the legend top/bottom display. * BUG: Allow all diferent min values. - - - - - 13 changed files: - comp/src/gb.chart2/.project - comp/src/gb.chart2/.src/Chart.class - comp/src/gb.chart2/.src/FMain.class - comp/src/gb.chart2/.src/FMain.form - + comp/src/gb.chart2/.src/FPie.class - + comp/src/gb.chart2/.src/FPie.form - + comp/src/gb.chart2/.src/Form1.class - + comp/src/gb.chart2/.src/Form1.form - + comp/src/gb.chart2/.src/_CharStylePie.class - comp/src/gb.chart2/.src/_ChartLegend.class - comp/src/gb.chart2/.src/_ChartStyle.class - comp/src/gb.chart2/.src/_ChartStyleBar.class - comp/src/gb.chart2/.src/_ChartStyleBarBasic.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/044bdc222e1689ef8f606006d66c142c2cb70eba -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/044bdc222e1689ef8f606006d66c142c2cb70eba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 5 04:05:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 05 Oct 2019 02:05:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] System.Trace is a new property that toggles the dump of the position of each executed line. Message-ID: <5d97fa4e54a18_d2d3fa76abfe770110210@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 719f7967 by gambas at 2019-10-05T02:03:32Z System.Trace is a new property that toggles the dump of the position of each executed line. [INTERPRETER] * NEW: Add command-line help for the '-t' option. * NEW: The '-t' command-line option has a '--trace' long version. * NEW: System.Trace is a new property that toggles the dump of the position of each executed line. - - - - - 3 changed files: - main/gbx/gbx.c - main/gbx/gbx_c_system.c - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/719f7967adf2d21ba83c0dee6cdda16859052d8e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/719f7967adf2d21ba83c0dee6cdda16859052d8e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 7 22:05:25 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 07 Oct 2019 20:05:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot to commit common header files. Message-ID: <5d9b9a86271a2_16703f84ef40a1ec181324@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e8ae38e0 by gambas at 2019-10-07T20:04:56Z Forgot to commit common header files. [INTERPRETER] * BUG: Forgot to commit common header files. - - - - - 4 changed files: - main/lib/db/gb.db/.component - main/lib/db/gb.db/.project - main/share/gb_common_buffer.h - main/share/gb_common_buffer_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/e8ae38e098b928c430c1b99d17dcfd3000c762b0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e8ae38e098b928c430c1b99d17dcfd3000c762b0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Oct 8 09:13:14 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 08 Oct 2019 07:13:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. Message-ID: <5d9c370b1e4d_54a73f91db0cb974239f9@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b7f2918f by gambas at 2019-10-08T07:12:12Z Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. [COMPILER] * BUG: Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. - - - - - 1 changed file: - main/gbc/gbc_class.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/b7f2918fbd7acd9203e8212cd711c8c28c00d6f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/b7f2918fbd7acd9203e8212cd711c8c28c00d6f3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 9 16:48:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 09 Oct 2019 14:48:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG'... Message-ID: <5d9df34a38e07_fc63fe99e36da2c126533@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fbb0c62b by gambas at 2019-10-09T14:44:53Z Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.QT4] * BUG: Control.Next and Control.Previous now never return invalid controls. * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.QT5] * BUG: Control.Next and Control.Previous now never return invalid controls. * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. - - - - - 2 changed files: - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/fbb0c62b992756c9e9615a7d6b48ba0e84f92211 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/fbb0c62b992756c9e9615a7d6b48ba0e84f92211 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 9 17:18:13 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 09 Oct 2019 15:18:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG'... Message-ID: <5d9dfa37447a_66873fde9eb36868146679@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9409b6be by gambas at 2019-10-09T15:17:30Z Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.GTK] * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.GTK3] * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. - - - - - 1 changed file: - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/9409b6be6418e592943f603ab56de3d5d142ba3a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9409b6be6418e592943f603ab56de3d5d142ba3a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 9 17:52:47 2019 From: gitlab at mg.gitlab.com (BODARD Fabien) Date: Wed, 09 Oct 2019 15:52:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][gb.chart2] Unstable commit Message-ID: <5d9e024f85020_fc43f80a43096fc1446e8@sidekiq-asap-04-sv-gprd.mail> BODARD Fabien pushed to branch gb.chart2 at Gambas / gambas Commits: 89a631f6 by gambix at 2019-10-09T15:52:42Z Unstable commit [GB.CHART2] * Unstable commit don't use it - - - - - 14 changed files: - comp/src/gb.chart2/.component - comp/src/gb.chart2/.project - comp/src/gb.chart2/.src/Chart.class - + comp/src/gb.chart2/.src/ChartView.class - comp/src/gb.chart2/.src/FMain.class - comp/src/gb.chart2/.src/FPie.class - comp/src/gb.chart2/.src/FPie.form - + comp/src/gb.chart2/.src/FTestView.class - + comp/src/gb.chart2/.src/FTestView.form - comp/src/gb.chart2/.src/_CharStylePie.class - comp/src/gb.chart2/.src/_ChartLegend.class - comp/src/gb.chart2/.src/_ChartStyleBar.class - comp/src/gb.chart2/.src/_ChartTitle.class - + comp/src/gb.chart2/.src/_Frame.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/89a631f6bcd383b8d757543133a41b10e8b2eb95 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/89a631f6bcd383b8d757543133a41b10e8b2eb95 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 12 13:07:23 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 12 Oct 2019 11:07:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do JIT compilation after class loading. Otherwise the JIT compiler may want to... Message-ID: <5da1b3ec3474_53d53fc9b0da56388028f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8c6f234c by gambas at 2019-10-12T11:06:01Z Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. [INTERPRETER] * BUG: Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. - - - - - 1 changed file: - main/gbx/gbx_class_load.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/8c6f234cf431518d6b7bc041f6232a91a454b726 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8c6f234cf431518d6b7bc041f6232a91a454b726 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 12 14:14:55 2019 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sat, 12 Oct 2019 12:14:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] IDE: Update German translation Message-ID: <5da1c3c01d130_53d93fe15dc0aafc50092@sidekiq-asap-01-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: 87f588e7 by Tobias Boege at 2019-10-12T12:11:18Z IDE: Update German translation [DEVELOPMENT ENVIRONMENT] * NEW: Update German translation - - - - - 1 changed file: - app/src/gambas3/.lang/de.po View it on GitLab: https://gitlab.com/gambas/gambas/commit/87f588e7e962d67228b8d80d25ccc4f05959aaa3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/87f588e7e962d67228b8d80d25ccc4f05959aaa3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 12 23:57:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 12 Oct 2019 21:57:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Do not imbricate focus events. Message-ID: <5da24c2dab1bb_53d73f8fd0519f10370c5@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 47dddd94 by gambas at 2019-10-12T21:55:38Z Do not imbricate focus events. [GB.GTK] * BUG: Do not imbricate focus events. [GB.GTK3] * BUG: Do not imbricate focus events. [GB.QT4] * BUG: Do not imbricate focus events. [GB.QT5] * BUG: Do not imbricate focus events. - - - - - b2b7f786 by gambas at 2019-10-12T21:56:52Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - gb.gtk/src/gapplication.cpp - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/compare/87f588e7e962d67228b8d80d25ccc4f05959aaa3...b2b7f786d0769815ee693d95cab44d401d1f7fc2 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/87f588e7e962d67228b8d80d25ccc4f05959aaa3...b2b7f786d0769815ee693d95cab44d401d1f7fc2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jussi.lahtinen at gmail.com Sun Oct 13 00:08:06 2019 From: jussi.lahtinen at gmail.com (Jussi Lahtinen) Date: Sun, 13 Oct 2019 01:08:06 +0300 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do JIT compilation after class loading. Otherwise the JIT compiler may want to... In-Reply-To: <5da1b3ec3474_53d53fc9b0da56388028f@sidekiq-asap-01-sv-gprd.mail> References: <5da1b3ec3474_53d53fc9b0da56388028f@sidekiq-asap-01-sv-gprd.mail> Message-ID: Yay! Thanks! It seems this fixed also another problem I could not isolate (gdb output below)! Now I cannot find any more bugs from the JIT! Program received signal SIGSEGV, Segmentation fault. 0x00005555555b71f4 in EXEC_push_unknown () at gbx_exec_push.c:529 529 BORROW(&SP[-1]); (gdb) bt #0 0x00005555555b71f4 in EXEC_push_unknown () at gbx_exec_push.c:529 #1 0x00007fffe54b3cb0 in jit_saamod_7_.constprop () at /tmp/gambas.1000/3968/jit/gb.so #2 0x00005555555744c8 in JIT_exec (ret_on_stack=ret_on_stack at entry=1 '\001') at gbx_jit.c:282 #3 0x00005555555afbd7 in EXEC_loop () at gbx_exec_loop.c:1148 #4 0x00005555555b441d in EXEC_function_loop () at gbx_exec.c:904 #5 0x00005555555b4892 in EXEC_function_real () at gbx_exec.c:891 #6 0x00005555555725cc in main (argc=, argv=) at gbx.c:435 Jussi On Sat, Oct 12, 2019 at 2:08 PM Beno?t Minisini via Notification < notification at lists.gambas-basic.org> wrote: > Beno?t Minisini pushed to branch master at Gambas / gambas > Commits: > > - *8c6f234c > * > by gambas *at 2019-10-12T11:06:01Z* > > Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. > > > > [INTERPRETER] > > * BUG: Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. > > > > 1 changed file: > > - main/gbx/gbx_class_load.c > > > ? > View it on GitLab > . > > You're receiving this email because of your account on gitlab.com. If > you'd like to receive fewer emails, you can adjust your notification > settings. > > ----[ Gambas notification-list is hosted by https://www.hostsharing.net > ]---- > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 14 06:48:22 2019 From: gitlab at mg.gitlab.com (Laurent Carlier) Date: Mon, 14 Oct 2019 04:48:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [GB.QT5] Message-ID: <5da3fe166e510_39913fc7e8a0f718527f3@sidekiq-asap-01-sv-gprd.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: 6bb136b0 by Laurent Carlier at 2019-10-13T18:32:12Z [GB.QT5] * BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message - - - - - fe2deabf by Laurent Carlier at 2019-10-14T04:48:20Z Merge branch 'master' into 'master' [GB.QT5] Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message See merge request gambas/gambas!112 - - - - - 1 changed file: - gb.qt4/src/CTextBox.cpp View it on GitLab: https://gitlab.com/gambas/gambas/compare/b2b7f786d0769815ee693d95cab44d401d1f7fc2...fe2deabfbd56156482a1b1eafaf61cb36a36b76f -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/b2b7f786d0769815ee693d95cab44d401d1f7fc2...fe2deabfbd56156482a1b1eafaf61cb36a36b76f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 19 00:38:19 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 18 Oct 2019 22:38:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the... Message-ID: <5daa3edcd324f_12103f8e580006d811652a@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a0c190b by gambas at 2019-10-18T22:37:17Z Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. [GB.QT4] * BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. [GB.QT5] * BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. - - - - - 1 changed file: - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/8a0c190b9540b9c4f7d06ee189c1513e954df8cf -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8a0c190b9540b9c4f7d06ee189c1513e954df8cf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 21 09:37:45 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 21 Oct 2019 07:37:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Message boxes now correctly handle multi-line text in buttons. Message-ID: <5dad6049a7143_603e3fcb6fe260d8103210@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4a6031e4 by gambas at 2019-10-21T07:37:04Z Message boxes now correctly handle multi-line text in buttons. [GB.GUI.BASE] * BUG: Message boxes now correctly handle multi-line text in buttons. - - - - - 3 changed files: - comp/src/gb.gui.base/.component - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Message/FMessage.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/4a6031e49f9fb524ba86eb7a21af71f6fd54b5c1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4a6031e49f9fb524ba86eb7a21af71f6fd54b5c1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 21 09:45:19 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 21 Oct 2019 07:45:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a useless global variable. Message-ID: <5dad6211217bd_3e1a3ffcbece44101419f7@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8d8c8a71 by gambas at 2019-10-21T07:44:52Z Remove a useless global variable. [INTERPRETER] * BUG: Remove a useless global variable. - - - - - 4 changed files: - main/gbx/gbx_component.c - main/gbx/gbx_component.h - main/gbx/gbx_debug.h - main/gbx/gbx_exec_loop.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/8d8c8a71f8cba565528f4a1b6f12a912f7cd3df6 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8d8c8a71f8cba565528f4a1b6f12a912f7cd3df6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 21 09:46:05 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 21 Oct 2019 07:46:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Gambas 16 fonts. Message-ID: <5dad623deb995_603a3fdf698badc0150543@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cce7b1f9 by gambas at 2019-10-21T07:45:43Z Update Gambas 16 fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 fonts. - - - - - 4 changed files: - app/src/gambas3/.hidden/font/GambasBold-16.sfd - app/src/gambas3/.hidden/font/GambasMedium-16.sfd - app/src/gambas3/font/GambasBold-16.bdf - app/src/gambas3/font/GambasMedium-16.bdf View it on GitLab: https://gitlab.com/gambas/gambas/commit/cce7b1f931dd7d62f3173e7d8701f0c7ffacc763 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/cce7b1f931dd7d62f3173e7d8701f0c7ffacc763 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Oct 25 15:24:57 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 25 Oct 2019 13:24:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix highlighting of long lines and comments. Message-ID: <5db2f7aa4cce9_27633f80b5259d90499f2@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f75de9a7 by gambas at 2019-10-25T13:24:04Z Fix highlighting of long lines and comments. [GB.EVAL.HIGHLIGHT] * BUG: Fix highlighting of long lines and comments. - - - - - 2 changed files: - main/lib/eval/eval_analyze.c - main/lib/eval/gb.eval.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/f75de9a70fd714d1bd50796c28ae991a32b7af14 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f75de9a70fd714d1bd50796c28ae991a32b7af14 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 26 01:10:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 25 Oct 2019 23:10:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Paint.TextHeight is a new property that returns the height of one line of... Message-ID: <5db380e7858e6_119c3f892746e91c694e9@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 65d2b783 by gambas at 2019-10-25T23:06:18Z Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". [GB.DRAW] * NEW: Paint.TextHeight is a new property that returns the height of one line of text. This is not the same as Paint.Font.Height, as the device resolution is taken into account. [GB.GTK] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.GTK3] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.QT4] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.QT5] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. * BUG: Utility windows now kept being in front of their parent window correctly. - - - - - 4 changed files: - gb.gtk/src/cpaint_impl.cpp - gb.qt4/src/CWindow.cpp - gb.qt4/src/cpaint_impl.cpp - main/lib/draw/cpaint.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/65d2b783fe91c8309bb11132842c1f3bcf06b06b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/65d2b783fe91c8309bb11132842c1f3bcf06b06b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 26 01:17:26 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 25 Oct 2019 23:17:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: DocumentView: Some little design changes. Message-ID: <5db3828690606_61f23ff48cb25e3868633@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 230a4295 by gambas at 2019-10-25T23:12:27Z DocumentView: Some little design changes. [GB.FORM] * NEW: DocumentView: Some little design changes. - - - - - 7adf2f0f by gambas at 2019-10-25T23:13:41Z Fix mouse wheel zoom and paper size refresh. [GB.FORM.PRINT] * BUG: The paper size is correctly refreshed when the orientation is changed. * BUG: You can continue to freely zoom with the mouse wheel when current zoom is at 100%. - - - - - 54742ab8 by gambas at 2019-10-25T23:15:47Z Redraw the 'menu' and 'new-dir' icon. [GB.FORM.STOCK] * NEW: Redraw the 'menu' and 'new-dir' icon. - - - - - 9aca5f23 by gambas at 2019-10-25T23:17:02Z Update project configuration files. - - - - - 23 changed files: - comp/src/gb.desktop/.component - comp/src/gb.desktop/.project - comp/src/gb.eval.highlight/.component - comp/src/gb.eval.highlight/.project - comp/src/gb.form.print/.component - comp/src/gb.form.print/.project - comp/src/gb.form.print/.src/FPreview.class - comp/src/gb.form.print/.src/FPreview.form - comp/src/gb.form.print/.src/MTest.module - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/gambas-mono/32/menu.png - comp/src/gb.form.stock/gambas/32/menu.png - comp/src/gb.form.stock/gambas/32/new-dir.png - comp/src/gb.form/.component - comp/src/gb.form/.project - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.util/.component - comp/src/gb.util/.project - comp/src/gb.web.form/.component - comp/src/gb.web.form/.project - comp/src/gb.web/.component - comp/src/gb.web/.project View it on GitLab: https://gitlab.com/gambas/gambas/compare/65d2b783fe91c8309bb11132842c1f3bcf06b06b...9aca5f23798be15ed4f4af2c2b96a4e166e12a17 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/65d2b783fe91c8309bb11132842c1f3bcf06b06b...9aca5f23798be15ed4f4af2c2b96a4e166e12a17 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 26 18:26:01 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 26 Oct 2019 16:26:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix drag & drop frame management. Message-ID: <5db47399c2478_68cb3fa9638519741285d9@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 44cf32eb by gambas at 2019-10-26T16:25:22Z Fix drag & drop frame management. [GB.GUI.BASE] * BUG: Fix drag & drop frame management. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/44cf32eb9f199f953fe8b91dbdb8e453aa3a1e6c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/44cf32eb9f199f953fe8b91dbdb8e453aa3a1e6c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Oct 26 22:38:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 26 Oct 2019 20:38:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Draw the control frame as soon as the Drag event is raised, to... Message-ID: <5db4aed85b5bd_68cd3fbf23fa4f208547@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c63602fc by gambas at 2019-10-26T20:36:18Z Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * OPT: Move the bytecode folder instead of copying it. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/c63602fc287a24838d809d39d8c6853c39be4582 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/c63602fc287a24838d809d39d8c6853c39be4582 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 28 19:10:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 28 Oct 2019 18:10:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Prevent possible flickering of drag & drop frame. Message-ID: <5db72f178b704_68cd3fbf2443da781375ac@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bebcc2f3 by gambas at 2019-10-28T18:09:54Z Prevent possible flickering of drag & drop frame. [GB.GUI.BASE] * BUG: Prevent possible flickering of drag & drop frame. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/bebcc2f36ddaaf9c7fb1ed534afe1cab3630a745 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bebcc2f36ddaaf9c7fb1ed534afe1cab3630a745 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 28 20:52:18 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 28 Oct 2019 19:52:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes in Drag & drop frame management. Message-ID: <5db746f2c0cd6_68cd3fbf2a55ffb81407c@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f60243ef by gambas at 2019-10-28T19:49:08Z Some fixes in Drag & drop frame management. [DEVELOPMENT ENVIRONMENT] * NEW: Draw the frame of control dropped from the toolbox bigger. * BUG: The frame of control dropped from the toolbox should correctly disappear in all cases. [GB.GUI.BASE] * BUG: The DragLeave event is now emitted reliably when the mouse leaves the drag and drop frame. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FToolPanel.class - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/f60243ef966f3f6df9887c9a052c2e48699383d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f60243ef966f3f6df9887c9a052c2e48699383d0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 28 20:58:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 28 Oct 2019 19:58:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 40 commits: [CONFIGURATION] Message-ID: <5db74878c2af0_61f23ff49e77f11413495f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 05d214fb by gambas at 2019-09-26T12:25:05Z [CONFIGURATION] * NEW: Switch version to 3.14.90. - - - - - f08ce22c by gambas at 2019-09-26T12:25:37Z Fix support of read-only arrays. [INTERPRETER] * BUG: Read-only arrays are now really read-only. [GB.JIT] * BUG: Support for read-only arrays. - - - - - 6c4b017c by gambas at 2019-09-26T12:26:50Z Update Gambas 16 px size font. Make it less round and fix many characters. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 px size font. Make it less round and fix many characters. - - - - - 28df3135 by gambas at 2019-09-28T14:53:48Z Add a '-t' option that dumps to the standard error the position of each executed line of code. [INTERPRETER] * NEW: Add a '-t' option that dumps to the standard error the position of each executed line of code. - - - - - b73b47ac by gambas at 2019-09-28T19:15:59Z Floating-point number to string conversion is now 1.7 times faster. [INTEPRETER] * OPT: Floating-point number to string conversion is now 1.7 times faster. - - - - - e776d5c2 by gambas at 2019-09-28T19:53:47Z Remove 'libqtwebkit-dev' from 'debian-testing' in '.gitlab-ci.yml'. - - - - - ab4f7acd by gambas at 2019-09-28T21:49:29Z Disable qt4 webkit component. - - - - - 7428712b by Beno?t Minisini at 2019-09-28T23:34:24Z Update .gitlab-ci.yml - - - - - 4cc0f077 by Beno?t Minisini at 2019-09-29T18:52:49Z Update .gitlab-ci.yml - - - - - de124a57 by gambas at 2019-10-02T15:59:59Z Project property dialog: Fix deletion in argument list when pressing Backspace. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 fonts. * BUG: Project property dialog: Fix deletion in argument list when pressing Backspace. * NEW: All 3.14 versions will be Gambas ?. - - - - - bf71bb20 by gambas at 2019-10-02T16:02:23Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 719f7967 by gambas at 2019-10-05T02:03:32Z System.Trace is a new property that toggles the dump of the position of each executed line. [INTERPRETER] * NEW: Add command-line help for the '-t' option. * NEW: The '-t' command-line option has a '--trace' long version. * NEW: System.Trace is a new property that toggles the dump of the position of each executed line. - - - - - e8ae38e0 by gambas at 2019-10-07T20:04:56Z Forgot to commit common header files. [INTERPRETER] * BUG: Forgot to commit common header files. - - - - - b7f2918f by gambas at 2019-10-08T07:12:12Z Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. [COMPILER] * BUG: Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. - - - - - fbb0c62b by gambas at 2019-10-09T14:44:53Z Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.QT4] * BUG: Control.Next and Control.Previous now never return invalid controls. * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.QT5] * BUG: Control.Next and Control.Previous now never return invalid controls. * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. - - - - - 9409b6be by gambas at 2019-10-09T15:17:30Z Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.GTK] * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. [GB.GTK3] * NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. - - - - - 8c6f234c by gambas at 2019-10-12T11:06:01Z Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. [INTERPRETER] * BUG: Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. - - - - - 87f588e7 by Tobias Boege at 2019-10-12T12:11:18Z IDE: Update German translation [DEVELOPMENT ENVIRONMENT] * NEW: Update German translation - - - - - 47dddd94 by gambas at 2019-10-12T21:55:38Z Do not imbricate focus events. [GB.GTK] * BUG: Do not imbricate focus events. [GB.GTK3] * BUG: Do not imbricate focus events. [GB.QT4] * BUG: Do not imbricate focus events. [GB.QT5] * BUG: Do not imbricate focus events. - - - - - b2b7f786 by gambas at 2019-10-12T21:56:52Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 6bb136b0 by Laurent Carlier at 2019-10-13T18:32:12Z [GB.QT5] * BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message - - - - - fe2deabf by Laurent Carlier at 2019-10-14T04:48:20Z Merge branch 'master' into 'master' [GB.QT5] Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message See merge request gambas/gambas!112 - - - - - 8a0c190b by gambas at 2019-10-18T22:37:17Z Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. [GB.QT4] * BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. [GB.QT5] * BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. - - - - - 4a6031e4 by gambas at 2019-10-21T07:37:04Z Message boxes now correctly handle multi-line text in buttons. [GB.GUI.BASE] * BUG: Message boxes now correctly handle multi-line text in buttons. - - - - - 8d8c8a71 by gambas at 2019-10-21T07:44:52Z Remove a useless global variable. [INTERPRETER] * BUG: Remove a useless global variable. - - - - - cce7b1f9 by gambas at 2019-10-21T07:45:43Z Update Gambas 16 fonts. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas 16 fonts. - - - - - f75de9a7 by gambas at 2019-10-25T13:24:04Z Fix highlighting of long lines and comments. [GB.EVAL.HIGHLIGHT] * BUG: Fix highlighting of long lines and comments. - - - - - 65d2b783 by gambas at 2019-10-25T23:06:18Z Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". [GB.DRAW] * NEW: Paint.TextHeight is a new property that returns the height of one line of text. This is not the same as Paint.Font.Height, as the device resolution is taken into account. [GB.GTK] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.GTK3] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.QT4] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. [GB.QT5] * NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property. * BUG: Utility windows now kept being in front of their parent window correctly. - - - - - 230a4295 by gambas at 2019-10-25T23:12:27Z DocumentView: Some little design changes. [GB.FORM] * NEW: DocumentView: Some little design changes. - - - - - 7adf2f0f by gambas at 2019-10-25T23:13:41Z Fix mouse wheel zoom and paper size refresh. [GB.FORM.PRINT] * BUG: The paper size is correctly refreshed when the orientation is changed. * BUG: You can continue to freely zoom with the mouse wheel when current zoom is at 100%. - - - - - 54742ab8 by gambas at 2019-10-25T23:15:47Z Redraw the 'menu' and 'new-dir' icon. [GB.FORM.STOCK] * NEW: Redraw the 'menu' and 'new-dir' icon. - - - - - 9aca5f23 by gambas at 2019-10-25T23:17:02Z Update project configuration files. - - - - - 44cf32eb by gambas at 2019-10-26T16:25:22Z Fix drag & drop frame management. [GB.GUI.BASE] * BUG: Fix drag & drop frame management. - - - - - c63602fc by gambas at 2019-10-26T20:36:18Z Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * OPT: Move the bytecode folder instead of copying it. - - - - - b423d90b by gambas at 2019-10-28T09:22:57Z Merge branch 'master' into stable - - - - - bebcc2f3 by gambas at 2019-10-28T18:09:54Z Prevent possible flickering of drag & drop frame. [GB.GUI.BASE] * BUG: Prevent possible flickering of drag & drop frame. - - - - - f60243ef by gambas at 2019-10-28T19:49:08Z Some fixes in Drag & drop frame management. [DEVELOPMENT ENVIRONMENT] * NEW: Draw the frame of control dropped from the toolbox bigger. * BUG: The frame of control dropped from the toolbox should correctly disappear in all cases. [GB.GUI.BASE] * BUG: The DragLeave event is now emitted reliably when the mouse leaves the drag and drop frame. - - - - - 6692561d by gambas at 2019-10-28T19:53:20Z Merge branch 'master' into stable - - - - - 3918802a by gambas at 2019-10-28T19:55:11Z Switch version to 3.14.1. - - - - - e1c6e88b by gambas at 2019-10-28T19:58:13Z Disable the Paint.TextHeight property. Keep it for 3.15. [GB.DRAW] * NEW: Disable the Paint.TextHeight property. Keep it for 3.15. - - - - - 3 changed files: - .gitlab-ci.yml - VERSION - app/src/gambas3/.hidden/font/GambasBold-16.sfd View it on GitLab: https://gitlab.com/gambas/gambas/compare/de3dcfa2651e845550914a955407329b16ffc8e8...e1c6e88b580632a59363862e1af7f0bfa3f370fd -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/de3dcfa2651e845550914a955407329b16ffc8e8...e1c6e88b580632a59363862e1af7f0bfa3f370fd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Oct 28 20:59:48 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 28 Oct 2019 19:59:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.14.1 Message-ID: <5db748b5597e5_119a3fc81f8d0668109145@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed new tag 3.14.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.14.1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Oct 29 08:52:17 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 29 Oct 2019 07:52:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted tag 3.14.1 Message-ID: <5db7efb2819c3_27653fb517c79140194783@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini deleted tag 3.14.1 at Gambas / gambas -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Oct 29 09:21:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 29 Oct 2019 08:21:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix exponent sign printed twice in float to string conversion. Message-ID: <5db7f68d5734_61f23ff494ec115c150536@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d8abac4c by gambas at 2019-10-29T08:20:41Z Fix exponent sign printed twice in float to string conversion. [INTERPRETER] * BUG: Fix exponent sign printed twice in float to string conversion. - - - - - 1 changed file: - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/d8abac4ccebc7f96bde74a553e17cac7162a1e32 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d8abac4ccebc7f96bde74a553e17cac7162a1e32 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Oct 29 09:31:20 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 29 Oct 2019 08:31:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 2 commits: Fix exponent sign printed twice in float to string conversion. Message-ID: <5db7f8d94f26d_27633f80ad9734a814367b@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: d8abac4c by gambas at 2019-10-29T08:20:41Z Fix exponent sign printed twice in float to string conversion. [INTERPRETER] * BUG: Fix exponent sign printed twice in float to string conversion. - - - - - 02738f12 by gambas at 2019-10-29T08:29:09Z Merge branch 'master' into stable - - - - - 1 changed file: - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/e1c6e88b580632a59363862e1af7f0bfa3f370fd...02738f128dc7f8c3aa6ada806deb777a69a35f96 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/e1c6e88b580632a59363862e1af7f0bfa3f370fd...02738f128dc7f8c3aa6ada806deb777a69a35f96 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Oct 29 09:31:51 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 29 Oct 2019 08:31:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.14.1 Message-ID: <5db7f8f864ce4_61f03fce643c842c1614a8@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed new tag 3.14.1 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/tree/3.14.1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 30 07:53:12 2019 From: gitlab at mg.gitlab.com (Laurent Carlier) Date: Wed, 30 Oct 2019 06:53:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Remove register keyword, deprecated, now reserved keyword with C++17 Message-ID: <5db93359ad428_2eb63fb840f9c04449214@sidekiq-asap-05-sv-gprd.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: f1deb8e3 by Laurent Carlier at 2019-10-30T06:53:09Z Remove register keyword, deprecated, now reserved keyword with C++17 Fixes "warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]" with clang https://en.cppreference.com/w/cpp/keyword/register - - - - - 947feb2d by Laurent Carlier at 2019-10-30T06:53:09Z Merge branch 'warning-fixes' into 'master' Warning fixes See merge request gambas/gambas!113 - - - - - 30 changed files: - gb.compress.bzlib2/src/main.c - gb.compress.zlib/src/main.c - gb.db.odbc/src/main.c - gb.gsl/src/c_matrix.c - gb.gsl/src/c_polynomial.c - gb.gtk/src/gpicture.cpp - gb.gtk/src/kentities.h - gb.gtk/src/sm/gnome-marshal.c - gb.httpd/src/timers.c - gb.ncurses/src/c_input.c - gb.net.curl/src/CCurl.c - gb.net/src/CSerialPort.c - gb.net/src/CSocket.c - gb.net/src/CUdpSocket.c - gb.qt4/src/CWidget.cpp - gb.v4l/src/CWebcam.c - gb.xml/src/element.cpp - gb.xml/src/html/cssfilter.cpp - gb.xml/src/html/htmlparser.cpp - gb.xml/src/html/htmlserializer.cpp - gb.xml/src/node.cpp - gb.xml/src/parser.cpp - gb.xml/src/serializer.cpp - gb.xml/src/utils.cpp - main/lib/data/list.h - main/lib/data/string_compare.h - main/lib/db/main.c - main/lib/image.effect/kimageeffect.cpp - main/share/gb_array_temp.h - main/share/gb_common_case_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/d8abac4ccebc7f96bde74a553e17cac7162a1e32...947feb2d3d290f1d829b51b684a4f185810cc6fb -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d8abac4ccebc7f96bde74a553e17cac7162a1e32...947feb2d3d290f1d829b51b684a4f185810cc6fb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Oct 30 10:38:57 2019 From: gitlab at mg.gitlab.com (Laurent Carlier) Date: Wed, 30 Oct 2019 09:38:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Partially revert "Remove register keyword, deprecated, now reserved keyword with C++17" Message-ID: <5db95a31880c7_253c3fd62ab9108c3757@sidekiq-asap-02-sv-gprd.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: 3f099c9b by Laurent Carlier at 2019-10-30T09:37:29Z Partially revert "Remove register keyword, deprecated, now reserved keyword with C++17" This partially reverts commit f1deb8e330a56da89092cc96670595ee17ab22ab. Register keyword can be useful when the interpreter is built with '-Os' - - - - - 4 changed files: - main/share/gb_array_temp.h - main/share/gb_common_case_temp.h - main/share/gb_common_string_temp.h - main/share/gb_table_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/3f099c9b835dbf54e4e41beb415c684513f076ba -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3f099c9b835dbf54e4e41beb415c684513f076ba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: