From gitlab at mg.gitlab.com Tue Feb 1 02:05:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Feb 2022 01:05:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix a possible crash in the child process termination handler. Message-ID: <61f88774c8783_294ca2c3737b@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fdc64f4dd-swb6c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c26d257e by gambas at 2022-02-01T01:21:13+01:00 Fix a possible crash in the child process termination handler. [INTERPRETER] * BUG: Fix a possible crash in the child process termination handler. - - - - - 2a90e5f0 by gambas at 2022-02-01T01:22:02+01:00 Fix a warning message. [GB.DEBUG] * BUG: Fix a warning message. - - - - - 691144bb by gambas at 2022-02-01T02:05:19+01:00 Observer.Detach() is a new method that disconnects the observer from the observed object. [INTERPRETER] * NEW: Observer.Detach() is a new method that disconnects the observer from the observed object. - - - - - 3 changed files: - main/gbx/gbx_c_observer.c - main/gbx/gbx_c_process.c - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1a05e73d1a5ded33757d50ec77d9e073c525348d...691144bba9cc2ac2349a78bbf58db52ed163cc37 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1a05e73d1a5ded33757d50ec77d9e073c525348d...691144bba9cc2ac2349a78bbf58db52ed163cc37 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 1 02:41:27 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Feb 2022 01:41:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Avoid race conditions with actual reads, when we need to PEEK all the bytes of a stream. Message-ID: <61f88fc75088_274e4e449958@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fdc64f4dd-nzzpj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c1c14d0f by gambas at 2022-02-01T02:37:09+01:00 Avoid race conditions with actual reads, when we need to PEEK all the bytes of a stream. [INTERPRETER] * BUG: If some data have been peeked on a stream, then the next reads will only return the peeked data until they all have been exhausted, and the Lof() function will return the number of peeked bytes yet to read. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1c14d0f8ad9cc086820e49a6a0e7b27132480b4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1c14d0f8ad9cc086820e49a6a0e7b27132480b4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 1 03:07:32 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 01 Feb 2022 02:07:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Process.Expect' prompts are now automatically disabled after detection by... Message-ID: <61f895e47888d_284e390244e2@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fdc64f4dd-d4w5m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 44bf7226 by gambas at 2022-02-01T03:07:20+01:00 'Process.Expect' prompts are now automatically disabled after detection by default. Set the new 'Keep' argument to prevent that. [GB.UTIL] * OPT: Process: Automatically disable internal observers there is no prompt to watch anymore. * NEW: Process: The Expect() method now takes a third optional argument that tells if a detected prompt must be kept, or must be disabled automatically. Prompts are automatically disabled by default - - - - - 3 changed files: - comp/src/gb.util/.src/Process.class - comp/src/gb.util/.src/ProcessExpect.class - + comp/src/gb.util/.src/ProcessPrompt.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44bf72261ca42936bb2c7e9ee89ca4c0478eb4e4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44bf72261ca42936bb2c7e9ee89ca4c0478eb4e4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 2 20:58:24 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Feb 2022 19:58:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debug.Signal() is a new method that signals a debugged gambas process with... Message-ID: <61fae2607a652_274d2884184a@gitlab-sidekiq-low-urgency-cpu-bound-v2-6db59cbdc6-hj69p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 92803651 by gambas at 2022-02-02T20:57:31+01:00 Debug.Signal() is a new method that signals a debugged gambas process with SIGUSR2 to ask him to pause. [GB.DEBUG] * NEW: Debug.Signal() is a new method that signals a debugged gambas process with SIGUSR2 to ask him to pause. - - - - - 2 changed files: - main/lib/debug/CDebug.c - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9280365122640ba84f0c68725949a9622c184acc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9280365122640ba84f0c68725949a9622c184acc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 2 21:23:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 02 Feb 2022 20:23:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Initial implementation of remote debugging through ssh. Message-ID: <61fae84d75b40_284db982424d@gitlab-sidekiq-low-urgency-cpu-bound-v2-6db59cbdc6-8gmnl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b1c053d5 by gambas at 2022-02-02T21:23:18+01:00 Initial implementation of remote debugging through ssh. [DEVELOPMENT ENVIRONMENT] * NEW: Initial implementation of remote debugging through ssh. * NEW: Update French translation. - - - - - 27 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - + app/src/gambas3/.src/Debug/FDebugRemote.class - + app/src/gambas3/.src/Debug/FDebugRemote.form - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - + app/src/gambas3/.src/Exported/EnvChooser/EnvChooser.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FArguments.class - app/src/gambas3/.src/Project/FArguments.form - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Welcome/FWelcome.class - + app/src/gambas3/debugger/Main.module - + app/src/gambas3/debugger/_project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b1c053d577c876dd6b4765918292ebe467ee5ca5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b1c053d577c876dd6b4765918292ebe467ee5ca5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 3 02:34:18 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Feb 2022 01:34:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Draw MenuButton arrow differently, and enhance ListEditor behaviour. Message-ID: <61fb311a76215_274e8902807f@gitlab-sidekiq-low-urgency-cpu-bound-v2-8499fd44d4-7jshb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 103ae6cf by gambas at 2022-02-03T02:33:45+01:00 Draw MenuButton arrow differently, and enhance ListEditor behaviour. [GB.FORM] * NEW: MenuButton: Redraw arrows. Disable them if there is no menu. * NEW: ListEditor: Enhance its behaviour. * NEW: Add new stock icons. - - - - - 4dcf0867 by gambas at 2022-02-03T02:34:11+01:00 Add new stock icons. Modify some ones. [GB.FORM.STOCK] * NEW: Add new stock icons. Modify some ones. - - - - - 30 changed files: - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.icon.png - + comp/src/gb.form.stock/gambas-mono/32/administrator.png - + comp/src/gb.form.stock/gambas-mono/32/anchor.png - + comp/src/gb.form.stock/gambas-mono/32/end-of-line.png - comp/src/gb.form.stock/gambas-mono/32/logout.png - + comp/src/gb.form.stock/gambas-mono/32/page-break.png - + comp/src/gb.form.stock/gambas-mono/32/paragraph.png - + comp/src/gb.form.stock/gambas-mono/32/paste-special.png - comp/src/gb.form.stock/gambas-mono/32/shutdown.png - + comp/src/gb.form.stock/gambas-mono/32/tab.png - + comp/src/gb.form.stock/gambas-mono/32/template.png - + comp/src/gb.form.stock/gambas-mono/32/text-line-spacing.png - comp/src/gb.form.stock/gambas-mono/32/watch.png - + comp/src/gb.form.stock/gambas/128/administrator.png - comp/src/gb.form.stock/gambas/128/logout.png - comp/src/gb.form.stock/gambas/128/microphone.png - comp/src/gb.form.stock/gambas/128/shutdown.png - + comp/src/gb.form.stock/gambas/32/administrator.png - + comp/src/gb.form.stock/gambas/32/anchor.png - + comp/src/gb.form.stock/gambas/32/end-of-line.png - comp/src/gb.form.stock/gambas/32/logout.png - comp/src/gb.form.stock/gambas/32/microphone.png - + comp/src/gb.form.stock/gambas/32/page-break.png - + comp/src/gb.form.stock/gambas/32/paragraph.png - + comp/src/gb.form.stock/gambas/32/paste-special.png - comp/src/gb.form.stock/gambas/32/shutdown.png - + comp/src/gb.form.stock/gambas/32/tab.png - + comp/src/gb.form.stock/gambas/32/template.png - + comp/src/gb.form.stock/gambas/32/text-line-spacing.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b1c053d577c876dd6b4765918292ebe467ee5ca5...4dcf0867ed6ee43692aa9f82b86b187b93240567 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b1c053d577c876dd6b4765918292ebe467ee5ca5...4dcf0867ed6ee43692aa9f82b86b187b93240567 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 3 02:35:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Feb 2022 01:35:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Go back to the previous program arguments GUI. Message-ID: <61fb314834f4f_285445c962ed@gitlab-sidekiq-low-urgency-cpu-bound-v2-8499fd44d4-w54dq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: edc9d6a8 by gambas at 2022-02-03T02:34:55+01:00 Go back to the previous program arguments GUI. [DEVELOPMENT ENVIRONMENT] * NEW: Go back to the previous program arguments GUI. - - - - - 7 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FArguments.class - app/src/gambas3/.src/Project/FArguments.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/edc9d6a8359dff0f7e882019108737f885c04e76 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/edc9d6a8359dff0f7e882019108737f885c04e76 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 3 22:05:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Feb 2022 21:05:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translated tips of the day are back. Message-ID: <61fc439822149_2745cb87273d@gitlab-sidekiq-low-urgency-cpu-bound-v2-d4bfdf6d-g5b9k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 057f65fe by gambas at 2022-02-03T22:05:20+01:00 Translated tips of the day are back. [DEVELOPMENT ENVIRONMENT] * BUG: Translated tips of the day are back. - - - - - 4 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Help/FTips.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/057f65fe1b9314d838004fdd7899afb97829b403 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/057f65fe1b9314d838004fdd7899afb97829b403 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 3 23:15:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 03 Feb 2022 22:15:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Making a package now displays an explicit message when a ChangeLog... Message-ID: <61fc541b73805_264f6c91810285c@gitlab-sidekiq-low-urgency-cpu-bound-v2-d4bfdf6d-d5l6g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ed1d714 by gambas at 2022-02-03T23:15:50+01:00 Packager: Making a package now displays an explicit message when a ChangeLog date is incorrect, instead of raising an error. [DEVELOPMENT ENVIRONMENT] * BUG: Cancelling a project opening because some components are missing does not display a useless error message anyway. * BUG: Packager: Making a package now displays an explicit message when a ChangeLog date is incorrect, instead of raising an error. * NEW: Update French translation. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ed1d714ebde0be70b077150884012223d04f930 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8ed1d714ebde0be70b077150884012223d04f930 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 4 04:30:35 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Feb 2022 03:30:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] '_lang' is a new static public special method that is called when 'System.Language' changes. Message-ID: <61fc9ddb3c8ef_28b89a4a812621a@gitlab-sidekiq-low-urgency-cpu-bound-v2-d4bfdf6d-dqxhr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0e5e63b6 by gambas at 2022-02-04T04:29:04+01:00 '_lang' is a new static public special method that is called when 'System.Language' changes. [INTERPRETER] * NEW: '_lang' is a new static public special method that is called when 'System.Language' changes. It allows you to reload the translations of the class. - - - - - 5 changed files: - main/gbx/gbx_c_array.h - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_class_load.c - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e5e63b6787936be1376589aa99d590f973a41b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0e5e63b6787936be1376589aa99d590f973a41b7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 4 04:34:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Feb 2022 03:34:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Language is a new class that allows to deal with the translation of the current project. Message-ID: <61fc9ec4b4345_2845ba01268ad@gitlab-sidekiq-low-urgency-cpu-bound-v2-d4bfdf6d-dqxhr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8ff0b83c by gambas at 2022-02-04T04:33:29+01:00 Language is a new class that allows to deal with the translation of the current project. [GB.UTIL] * NEW: Language is a new class that allows to deal with the translation of the current project. * NEW: Import all needed translations from the IDE. - - - - - abfbac8f by gambas at 2022-02-04T04:34:23+01:00 Add an option to change the IDE language. [DEVELOPMENT ENVIRONMENT] * NEW: Add an option to change the IDE language. - - - - - 23 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectInfo.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/Farm/FarmRequest.class - app/src/gambas3/.src/Translation/CTranslation.class - app/src/gambas3/.src/Translation/FNewTranslation.class - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Translation/Language.module ? app/src/gambas3/.src/Translation/MyLanguage.module - + comp/src/gb.util/.lang/ar.po - + comp/src/gb.util/.lang/ca.po - + comp/src/gb.util/.lang/cs.po - + comp/src/gb.util/.lang/cy.po - + comp/src/gb.util/.lang/de.po - + comp/src/gb.util/.lang/el.po - + comp/src/gb.util/.lang/es.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0e5e63b6787936be1376589aa99d590f973a41b7...abfbac8fc7d097966a6771e7f573da78e966d361 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0e5e63b6787936be1376589aa99d590f973a41b7...abfbac8fc7d097966a6771e7f573da78e966d361 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 4 04:39:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Feb 2022 03:39:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GridView & TreeView: Take the Enabled property into account for rendering. Message-ID: <61fc9fe053016_271342b40106264@gitlab-sidekiq-low-urgency-cpu-bound-v2-d4bfdf6d-8bgrf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6d4e7f64 by gambas at 2022-02-04T04:39:05+01:00 GridView & TreeView: Take the Enabled property into account for rendering. [GB.GUI.BASE] * NEW: GridView: Take the Enabled property into account for rendering. * NEW: TreeView: Take the Enabled property into account for rendering. - - - - - 7 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Draw.module - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/Test/FTreeView.class - comp/src/gb.gui.base/.src/Test/FTreeView.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6d4e7f642da228a68a3c383d3c10564d8b725424 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6d4e7f642da228a68a3c383d3c10564d8b725424 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 4 23:18:11 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Feb 2022 22:18:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations Message-ID: <61fda623b85dd_2745c2c711c@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-h8849.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 73f8bacf by GianluigiOr at 2022-02-04T23:02:24+01:00 Contains new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now complete. * NEW: The IDE tips.it.txt is now complete. - - - - - 05f043cb by Beno?t Minisini at 2022-02-04T22:18:08+00:00 Merge branch 'master' into 'master' Contains new Italian translations See merge request gambas/gambas!259 - - - - - 2 changed files: - app/src/gambas3/.lang/it.po - app/src/gambas3/tips/tips.it.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6d4e7f642da228a68a3c383d3c10564d8b725424...05f043cb99289c200eb3ca6294d088979c0a4f14 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6d4e7f642da228a68a3c383d3c10564d8b725424...05f043cb99289c200eb3ca6294d088979c0a4f14 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 5 00:23:33 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 04 Feb 2022 23:23:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: The debugger and the profiler now can act inside components. Message-ID: <61fdb575a66ee_2745da89799@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-78vbr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d2eebaf1 by gambas at 2022-02-05T00:11:10+01:00 The debugger and the profiler now can act inside components. [INTERPRETER] * NEW: Add a debugger API to allows debugging inside components. [GB.DEBUG] * NEW: New debugger command to toggle debugging inside components. * NEW: Support for profiling inside components. - - - - - f62e791f by gambas at 2022-02-05T00:19:20+01:00 Add a debugger menu option to toggle debugging inside components. Allow profiling into components. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Debugger options are now stored in the project local settings, and not in the project configuration anymore. * NEW: Debugger: Add a debugger menu option to toggle debugging inside components. * NEW: Debugger: Disable debugger menu entries that are not relevant during debugging. * NEW: Profiler: Profiling inside components is possible now. * OPT: Project tree: Tree refresh is a bit faster now. - - - - - 4f9e985b by gambas at 2022-02-05T00:19:43+01:00 Paint class now should correctly take into account text direction. [GB.QT4] * NEW: Paint class now should correctly take into account text direction. [GB.QT5] * NEW: Paint class now should correctly take into account text direction. * BUG: Fix a deprecation warning. - - - - - e652efbb by gambas at 2022-02-05T00:20:57+01:00 Fix the use of a method deprecated by poppler 0.82. [GB.POPPLER] * BUG: Fix the use of a method deprecated by poppler 0.82. - - - - - 1770809a by gambas at 2022-02-05T00:22:57+01:00 Add new stock icons. Modify some ones. [GB.FORM.STOCK] * NEW: Add new stock icons. Modify some ones. - - - - - 9c3d7825 by gambas at 2022-02-05T00:23:16+01:00 Add new stock icons. [GB.FORM] * NEW: Add new stock icons. - - - - - a844b90b by gambas at 2022-02-05T00:23:23+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FProfile.class - 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 - + comp/src/gb.form.stock/gambas-mono/128/user-group.png - + comp/src/gb.form.stock/gambas-mono/128/user.png - + comp/src/gb.form.stock/gambas-mono/32/call-stop.png - comp/src/gb.form.stock/gambas-mono/32/call.png - + comp/src/gb.form.stock/gambas-mono/32/emote-kiss.png - comp/src/gb.form.stock/gambas-mono/32/emote-surprise.png - comp/src/gb.form.stock/gambas-mono/32/inheritance.png - + comp/src/gb.form.stock/gambas-mono/32/insert-table.png - + comp/src/gb.form.stock/gambas-mono/32/line-style.png - + comp/src/gb.form.stock/gambas-mono/32/line-width.png - comp/src/gb.form.stock/gambas-mono/32/sort-ascent.png - comp/src/gb.form.stock/gambas-mono/32/sort-descent.png - comp/src/gb.form.stock/gambas-mono/32/text-baseline.png - comp/src/gb.form.stock/gambas-mono/32/text-bottom.png - comp/src/gb.form.stock/gambas-mono/32/text-middle.png - comp/src/gb.form.stock/gambas-mono/32/text-top.png - ? comp/src/gb.form.stock/gambas-mono/32/user.png - + comp/src/gb.form.stock/gambas/128/emote-kiss.png - comp/src/gb.form.stock/gambas/128/user-group.png - comp/src/gb.form.stock/gambas/128/user.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/05f043cb99289c200eb3ca6294d088979c0a4f14...a844b90bb11c34fa54c053495d21bef1748d16f0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/05f043cb99289c200eb3ca6294d088979c0a4f14...a844b90bb11c34fa54c053495d21bef1748d16f0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 5 02:15:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Feb 2022 01:15:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Reading settings file is faster now. Message-ID: <61fdcfcf85a58_27f60cfc245b@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-96c8s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8c4b165e by gambas at 2022-02-05T02:15:53+01:00 Reading settings file is faster now. [GB.SETTINGS] * OPT: Reading settings file is faster now. - - - - - 1 changed file: - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8c4b165e33d8ad6f841f1a247b94e01b75711780 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8c4b165e33d8ad6f841f1a247b94e01b75711780 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 5 18:45:42 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Feb 2022 17:45:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Redesign the debugger configuration. Move environment and arguments in local... Message-ID: <61feb7c6aabab_29d271c7813094c@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-njv67.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9e4d4a89 by gambas at 2022-02-05T18:41:16+01:00 Redesign the debugger configuration. Move environment and arguments in local settings. Pasting controls in a editor convert them to code. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: The debugger options are now all centralized inside a specific configuration dialog box. * NEW: Debugger: Project environment and arguments are now stored in the project local settings, and not in the project configuration anymore. * NEW: Code editor: If you copy controls from the form editor, you can now paste them in the code editor as Gambas code. * NEW: Project property dialog: Add a specific field to force the version of the generated bytecode. * NEW: Update French translation. - - - - - e5a66e55 by gambas at 2022-02-05T18:41:36+01:00 Add a '-F' option that converts a piece of form data into Gambas code. [INTERPRETER] * NEW: Update help text layout. [COMPILER] * NEW: Add a '-F' option that converts a piece of form data into Gambas code. * NEW: Update help text layout. [ARCHIVER] * NEW: Update help text layout. [INFORMER] * NEW: Update help text layout. - - - - - 9e7749a9 by gambas at 2022-02-05T18:45:19+01:00 IconPanel, TabPanel, ToolPanel, Wizard: Add a FindPanel() method that returns a tab index from its title. [GB.FORM] * NEW: SwitchButton: Animated property is now deprecated. * NEW: IconPanel, TabPanel, ToolPanel, Wizard: Add a FindPanel() method that returns a tab index from its title. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - + app/src/gambas3/.src/Debug/FDebugConfig.class - + app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Debug/FDebugRemote.class - app/src/gambas3/.src/Debug/FDebugRemote.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FPasteSpecial.class - app/src/gambas3/.src/Editor/Code/FPasteSpecial.form - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Exported/EnvChooser/EnvChooser.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Project/Farm/FPublish.form - comp/src/gb.form/.src/Button/SwitchButton.class - comp/src/gb.form/.src/IconPanel/IconPanel.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/Test/FMain.class - comp/src/gb.form/.src/Test/FMain.form - comp/src/gb.form/.src/ToolPanel/ToolPanel.class - comp/src/gb.form/.src/Wizard/Wizard.class - main/gbc/gba.c - main/gbc/gbc.c - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c4b165e33d8ad6f841f1a247b94e01b75711780...9e7749a9a0617d743abb11242a1d18c1f730f88c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c4b165e33d8ad6f841f1a247b94e01b75711780...9e7749a9a0617d743abb11242a1d18c1f730f88c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 5 22:42:33 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Feb 2022 21:42:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Debugger: Fix configuration dialog. Message-ID: <61feef492c582_284dd3c11396f@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-llkzq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1890b073 by gambas at 2022-02-05T22:40:44+01:00 Debugger: Fix configuration dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Fix configuration dialog. * BUG: Remove now useless dialog boxes. - - - - - ff49c84d by gambas at 2022-02-05T22:41:35+01:00 ListBox: Wrap is a new property that tells if the text of items is wrapped. [GB.GUI.BASE] * NEW: ListBox: Wrap is a new property that tells if the text of items is wrapped. - - - - - 9ff78638 by gambas at 2022-02-05T22:42:06+01:00 ListEditor: Wrap is a new property that tells if the text of the items is wrapped. [GB.FORM] * NEW: ListEditor: Wrap is a new property that tells if the text of the items is wrapped. - - - - - 23 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Debug/FDebugConfig.form - ? app/src/gambas3/.src/Debug/FDebugRemote.class - ? app/src/gambas3/.src/Debug/FDebugRemote.form - app/src/gambas3/.src/Debug/FProfile.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Help/HelpBrowser.class - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Project.module - ? app/src/gambas3/.src/Project/FArguments.class - ? app/src/gambas3/.src/Project/FArguments.form - comp/src/gb.form/.project - comp/src/gb.form/.src/ListEditor/FListEditor.class - comp/src/gb.form/.src/ListEditor/ListEditor.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.class - comp/src/gb.gui.base/.src/Test/FListBox.form - comp/src/gb.gui.base/.src/Test/FTestProgressBar.class - comp/src/gb.gui.base/.src/Test/FTestProgressBar.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9e7749a9a0617d743abb11242a1d18c1f730f88c...9ff786388a9a4eddb219fd8c75a9566e634b5721 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9e7749a9a0617d743abb11242a1d18c1f730f88c...9ff786388a9a4eddb219fd8c75a9566e634b5721 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 5 23:02:34 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Feb 2022 22:02:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Don't fill the property help if it is hidden. Message-ID: <61fef3fa2c340_291b22ba8532b8@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-pfnvs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 17487164 by gambas at 2022-02-05T23:02:27+01:00 Form editor: Don't fill the property help if it is hidden. [DEVELOPMENT ENVIRONMENT] * OPT: Form editor: Don't fill the property help if it is hidden. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/17487164186814fa4d5f5597c08ff82be62276a6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/17487164186814fa4d5f5597c08ff82be62276a6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 6 00:48:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 05 Feb 2022 23:48:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not crash if there is no environment defined for debugging Message-ID: <61ff0cd93b6c5_29b79bda414284b@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-njv67.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f2454254 by gambas at 2022-02-06T00:48:34+01:00 Do not crash if there is no environment defined for debugging [DEVELOPMENT ENVIRONMENT] * BUG: Do not crash if there is no environment defined for debugging. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/CProfile.class - + app/src/gambas3/.src/Debug/CProfileTask.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f24542546dfc8e3d1ceb2a9ce770c12c03dee565 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f24542546dfc8e3d1ceb2a9ce770c12c03dee565 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 6 20:43:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 06 Feb 2022 19:43:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix font management according to the new uncompatible Pango behaviour. Message-ID: <620024ec5ee6d_2745cf4281d@gitlab-sidekiq-low-urgency-cpu-bound-v2-58d75785b-2bsph.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: acc912ef by gambas at 2022-02-06T20:42:42+01:00 Fix font management according to the new uncompatible Pango behaviour. [GB.GTK] * BUG: Fix font management according to the new uncompatible Pango behaviour. I don't know if it is backward-compatible yet. [GB.GTK3] * BUG: Fix font management according to the new uncompatible Pango behaviour. I don't know if it is backward-compatible yet. - - - - - 2 changed files: - gb.gtk/src/gfont.cpp - gb.gtk/src/gfont.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/acc912ef68353c0e1ff65197a275bcda56e53ef6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/acc912ef68353c0e1ff65197a275bcda56e53ef6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 7 19:42:21 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 07 Feb 2022 18:42:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Action.Text now correctly quotes button shortcuts when needed. Message-ID: <6201680d17b8a_2745cb875751@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c6c5696-8dtjt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ddabd8cd by gambas at 2022-02-07T19:39:27+01:00 Action.Text now correctly quotes button shortcuts when needed. [GB.GUI.BASE] * BUG: Action.Text now correctly quotes button shortcuts when needed. - - - - - d8942988 by gambas at 2022-02-07T19:40:19+01:00 Toolbar: No need to unquote '&' button shortcuts anymore in action text. [GB.FORM.MDI] * BUG: Toolbar: No need to unquote '&' button shortcuts anymore in action text. - - - - - 18598d58 by gambas at 2022-02-07T19:42:11+01:00 Form editor: Action texts now do not include button text shortcuts anymore. Update your forms to fix them. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger configuration: Do not try to read remote password if remote debugging is disabled. * BUG: Form editor: Action texts now do not include button text shortcuts anymore. Update your forms to fix them. - - - - - 14 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/CProfileTask.class - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Browse/FProjectEditor.form - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Image/FImageProperty.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Search/FSearch.form - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Action/CAction.class - comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.class - comp/src/gb.gui.base/.src/Action.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/acc912ef68353c0e1ff65197a275bcda56e53ef6...18598d58a735fb0fc602c928ec4e4fc09fb2d1cb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/acc912ef68353c0e1ff65197a275bcda56e53ef6...18598d58a735fb0fc602c928ec4e4fc09fb2d1cb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 7 21:52:08 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 07 Feb 2022 20:52:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Use C++17 now to compile 'gb.pdf'. Message-ID: <620186786c1d2_274db0c786f9@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c6c5696-8jr45.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e54acd8c by gambas at 2022-02-07T21:50:33+01:00 Use C++17 now to compile 'gb.pdf'. [GB.PDF] * BUG: Use C++17 now to compile 'gb.pdf'. - - - - - 9f39e674 by gambas at 2022-02-07T21:51:18+01:00 Print constants (Null, True, False) with only the first letter in upper case. [GB.DEBUG] * NEW: Print constants (Null, True, False) with only the first letter in upper case. - - - - - 3 changed files: - acinclude.m4 - gb.pdf/src/Makefile.am - main/lib/debug/print.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18598d58a735fb0fc602c928ec4e4fc09fb2d1cb...9f39e674c29e06bbf108c595b477145b98eb9484 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18598d58a735fb0fc602c928ec4e4fc09fb2d1cb...9f39e674c29e06bbf108c595b477145b98eb9484 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 8 22:54:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 08 Feb 2022 21:54:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Serialization now does not duplicate objects anymore. Fix Task.Wait(). Message-ID: <6202e67cb9b7c_2645c40644db@gitlab-sidekiq-low-urgency-cpu-bound-v2-c5c4dc69b-dw9gt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5d1716aa by gambas at 2022-02-08T22:48:06+01:00 Serialization now does not duplicate objects anymore. Fix Task.Wait(). [INTERPRETER] * NEW: Serialization now does not duplicate objects anymore. Once an object is serialized, if it is encounter again, then it is seralized as a five bytes reference. * BUG: Fix Task.Wait() that incorrectly used 'sleep' instead of 'usleep'. - - - - - 4d2a9427 by gambas at 2022-02-08T22:53:46+01:00 Profiler: Loading profile files is now through a background task. [DEVELOPMENT ENVIRONMENT] * NEW: Profiler: Loading profile files is now through a background task. - - - - - 9 changed files: - app/src/gambas3/.src/Debug/CProfile.class - app/src/gambas3/.src/Debug/CProfileTask.class - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FProfile.class - app/src/gambas3/.src/Project.module - main/gbx/gbx_api.c - main/gbx/gbx_c_task.c - main/gbx/gbx_stream.c - main/gbx/gbx_stream.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f39e674c29e06bbf108c595b477145b98eb9484...4d2a94279338465f8e4e436802e0b06c21178cb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f39e674c29e06bbf108c595b477145b98eb9484...4d2a94279338465f8e4e436802e0b06c21178cb6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 9 21:11:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 09 Feb 2022 20:11:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Pressing a default or cancel button now correctly sets the focus on it to... Message-ID: <62041fe855b30_274de2c37bc@gitlab-sidekiq-low-urgency-cpu-bound-v2-9fc8b6c5b-mjxlh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a760016d by gambas at 2022-02-09T21:11:09+01:00 Pressing a default or cancel button now correctly sets the focus on it to ensure that editable controls have sent their contents to the server. [GB.WEB.GUI] * BUG: Pressing a default or cancel button now correctly sets the focus on it to ensure that editable controls have sent their contents to the server. - - - - - 7 changed files: - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/Test/FInputBox.class - + comp/src/gb.web.gui/.src/Test/FInputBox.webform - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a760016d2a49c57ee0c55de1c7dfe6e0b2236845 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a760016d2a49c57ee0c55de1c7dfe6e0b2236845 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 11 01:30:38 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Feb 2022 00:30:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ComboBox now correctly takes language direction into account. Message-ID: <6205ae2e9f3d2_28460006198d@gitlab-sidekiq-low-urgency-cpu-bound-v2-74599796fb-ff96s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: da4002de by gambas at 2022-02-11T01:29:47+01:00 ComboBox now correctly takes language direction into account. [GB.GTK3] * BUG: ComboBox now correctly takes language direction into account. - - - - - 1 changed file: - gb.gtk/src/gcombobox.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da4002dede303458eea4577e2821d409d656761a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/da4002dede303458eea4577e2821d409d656761a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 11 19:02:52 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 11 Feb 2022 18:02:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to make the new serialization format backward-compatible with the old one. Message-ID: <6206a4ccd0cea_2745d3061714@gitlab-sidekiq-low-urgency-cpu-bound-v2-777ffb4796-w7sn2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dbd10913 by gambas at 2022-02-11T18:59:31+01:00 Try to make the new serialization format backward-compatible with the old one. [INTERPRETER] * BUG: Try to make the new serialization format backward-compatible with the old one. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd109137355e779891b8a4733c4b352d1a5f869 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd109137355e779891b8a4733c4b352d1a5f869 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 12 14:30:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 12 Feb 2022 13:30:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix backward-compatibility of serialization format. Message-ID: <6207b662630af_2745df8522c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-589465795b-scmbw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f677aef9 by gambas at 2022-02-12T14:29:43+01:00 Fix backward-compatibility of serialization format. [INTERPRETER] * BUG: Fix backward-compatibility of serialization format. - - - - - 1 changed file: - main/gbx/gbx_stream.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f677aef95ca9661ab19216f48256cb22afa470bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f677aef95ca9661ab19216f48256cb22afa470bc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 13 21:16:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Feb 2022 20:16:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The CheckBox and RadioButton Invert property works as expected again. Message-ID: <6209671c1f598_2757956bc12844b@gitlab-sidekiq-low-urgency-cpu-bound-v2-589465795b-htjz7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b484884c by gambas at 2022-02-13T21:04:24+01:00 The CheckBox and RadioButton Invert property works as expected again. [GB.QT4] * BUG: The CheckBox and RadioButton Invert property works as expected again. [GB.QT5] * BUG: The CheckBox and RadioButton Invert property works as expected again. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b484884c9e683353a701fe967162a3b342bf3349 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b484884c9e683353a701fe967162a3b342bf3349 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 13 22:14:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 13 Feb 2022 21:14:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CsvFile: KeepNames is a new property that keep the column names unchanged. Message-ID: <620974a2433a3_2845d58436a1@gitlab-sidekiq-low-urgency-cpu-bound-v2-589465795b-zz5jq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 469ed292 by gambas at 2022-02-13T22:10:53+01:00 CsvFile: KeepNames is a new property that keep the column names unchanged.. [GB.UTIL] * NEW: CsvFile: Columns is a synonymous of Fields property. * NEW: CsvFile: Add properties for CsvFile configuration. * NEW: CsvFile: KeepNames is a new property that keep the column names unchanged. * NEW: CsvFile: Add help comments. - - - - - 2 changed files: - comp/src/gb.util/.project - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/469ed29280972968116e378d780a05bd2f428209 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/469ed29280972968116e378d780a05bd2f428209 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 14 21:46:45 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 14 Feb 2022 20:46:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debugger configuration and action saving in the form editor. Message-ID: <620abfb5223a4_289f73d81725c@gitlab-sidekiq-low-urgency-cpu-bound-v2-6db8cbb5c6-5gv2x.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4057d784 by gambas at 2022-02-14T21:46:39+01:00 Fix debugger configuration and action saving in the form editor. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger configuration: Do not try to save a remote password if remote debugging is not enabled. * BUG: Form editor: Correctly save action names. * NEW: Project tree: Use new 'compress' and 'uncompress' icons in popup menu. * BUG: Definitely hide the 'Use HTTP server' menu entry. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4057d7848906595cc64029eff96dffecedf1f014 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4057d7848906595cc64029eff96dffecedf1f014 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 16 01:04:52 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Feb 2022 00:04:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'Window.Border' now uses the Qt5 window flags to switch the border. Message-ID: <620c3fa4ced43_2617afc78279d9@gitlab-sidekiq-low-urgency-cpu-bound-v2-77f49f7fcb-h8stn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d6c8ebaf by gambas at 2022-02-16T01:04:12+01:00 'Window.Border' now uses the Qt5 window flags to switch the border. [GB.QT5] * NEW: 'Window.Border' now uses the Qt5 window flags to switch the border. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6c8ebaf0f88f0d840beefebb201455dfd102b00 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d6c8ebaf0f88f0d840beefebb201455dfd102b00 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 16 01:06:48 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Feb 2022 00:06:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Keep the window visibility state when setting its Border property. Message-ID: <620c401834ff9_2945d44124da@gitlab-sidekiq-low-urgency-cpu-bound-v2-77f49f7fcb-stglr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 72585bb3 by gambas at 2022-02-16T01:05:50+01:00 Keep the window visibility state when setting its Border property. [GB.QT5] * BUG: Keep the window visibility state when setting its Border property. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/72585bb3c685b23416631d47f89eff2284f9d966 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/72585bb3c685b23416631d47f89eff2284f9d966 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 16 08:13:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Feb 2022 07:13:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not use QWidget::setWindowFlag(), it does not exist on older version of Qt5. Message-ID: <620ca4127a79_27460a078163@gitlab-sidekiq-low-urgency-cpu-bound-v2-78c5448bd4-xfds6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 997a5587 by gambas at 2022-02-16T08:12:41+01:00 Do not use QWidget::setWindowFlag(), it does not exist on older version of Qt5. [GB.QT5] * BUG: Do not use QWidget::setWindowFlag(), it does not exist on older version of Qt5. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/997a558714c68591bf1285b3022616ba798e2108 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/997a558714c68591bf1285b3022616ba798e2108 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 16 15:12:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 16 Feb 2022 14:12:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Force the window to move to its last position after the Border property has changed. Message-ID: <620d06445076_28961ba827273@gitlab-sidekiq-low-urgency-cpu-bound-v2-744b4b599b-d86jm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9b2e50b by gambas at 2022-02-16T15:11:50+01:00 Force the window to move to its last position after the Border property has changed. [GB.QT5] * BUG: Force the window to move to its last position after the Border property has changed. - - - - - 1 changed file: - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9b2e50ba5b3e6719c02a8c73a70351aa30f524b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b9b2e50ba5b3e6719c02a8c73a70351aa30f524b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 00:09:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Feb 2022 23:09:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Text drawing alignment is now based on text direction. Message-ID: <620ed5a84b641_274756851547@gitlab-sidekiq-low-urgency-cpu-bound-v2-b6475bfb-dv45m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 114d825e by gambas at 2022-02-18T00:08:05+01:00 Text drawing alignment is now based on text direction. [GB.GTK] * BUG: Text drawing alignment is now based on text direction. [GB.GTK3] * BUG: Text drawing alignment is now based on text direction. [GB.QT4] * BUG: Text drawing alignment is now based on text direction. [GB.QT5] * BUG: Text drawing alignment is now based on text direction. - - - - - 4 changed files: - gb.gtk/src/cpaint_impl.cpp - gb.gtk/src/gtools.cpp - gb.qt4/src/CDraw.cpp - gb.qt4/src/cpaint_impl.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/114d825ede0993465aa52499540145d955b74f04 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/114d825ede0993465aa52499540145d955b74f04 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 00:16:10 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Feb 2022 23:16:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ScrollArea: Fix scrollbar relayout. Message-ID: <620ed73aa34cd_28475b8351cb@gitlab-sidekiq-low-urgency-cpu-bound-v2-b6475bfb-pjdcz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 19fac29a by gambas at 2022-02-18T00:16:03+01:00 ScrollArea: Fix scrollbar relayout. [GB.GUI.BASE] * BUG: ScrollArea: Fix scrollbar relayout. - - - - - 7 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/Test/FGridView.class - comp/src/gb.gui.base/.src/Test/FGridView.form - comp/src/gb.gui.base/.src/Test/FListBox.form - comp/src/gb.gui.base/.src/Test/FScrollArea.class - comp/src/gb.gui.base/.src/Test/FScrollArea.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/19fac29ab2f77430eed5397aa967fa657efe17b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/19fac29ab2f77430eed5397aa967fa657efe17b7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 00:22:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 17 Feb 2022 23:22:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: MenuButton: Update button state before opening the popup menu. New stock icons. Message-ID: <620ed8b13feed_28474dc876f5@gitlab-sidekiq-low-urgency-cpu-bound-v2-b6475bfb-kh7dc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d0d72556 by gambas at 2022-02-18T00:18:35+01:00 MenuButton: Update button state before opening the popup menu. New stock icons. [GB.FORM] * BUG: MenuButton: Update button state before opening the popup menu. * NEW: New stock icons. - - - - - f6a43be7 by gambas at 2022-02-18T00:22:13+01:00 Add new stock icons. Modify some ones. [GB.FORM.STOCK] * NEW: Add new stock icons. Modify some ones. - - - - - 30 changed files: - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/.src/Main.module - comp/src/gb.form.stock/.src/_DefaultStock.class - comp/src/gb.form.stock/gambas-mono/128/folder-root.png - + comp/src/gb.form.stock/gambas-mono/128/memory.png - comp/src/gb.form.stock/gambas-mono/128/question.png - + comp/src/gb.form.stock/gambas-mono/128/sdcard.png - comp/src/gb.form.stock/gambas-mono/32/anchor.png - + comp/src/gb.form.stock/gambas-mono/32/border-bottom.png - + comp/src/gb.form.stock/gambas-mono/32/border-diag.png - + comp/src/gb.form.stock/gambas-mono/32/border-horizontal.png - + comp/src/gb.form.stock/gambas-mono/32/border-inside.png - + comp/src/gb.form.stock/gambas-mono/32/border-left.png - + comp/src/gb.form.stock/gambas-mono/32/border-none.png - + comp/src/gb.form.stock/gambas-mono/32/border-outside.png - + comp/src/gb.form.stock/gambas-mono/32/border-rev-diag.png - + comp/src/gb.form.stock/gambas-mono/32/border-right.png - + comp/src/gb.form.stock/gambas-mono/32/border-top.png - + comp/src/gb.form.stock/gambas-mono/32/border-vertical.png - + comp/src/gb.form.stock/gambas-mono/32/border.png - comp/src/gb.form.stock/gambas-mono/32/cloud.png - + comp/src/gb.form.stock/gambas-mono/32/compress.png - comp/src/gb.form.stock/gambas-mono/32/download.png - + comp/src/gb.form.stock/gambas-mono/32/draw-round.png - + comp/src/gb.form.stock/gambas-mono/32/draw-star.png - comp/src/gb.form.stock/gambas-mono/32/edit.png - + comp/src/gb.form.stock/gambas-mono/32/flag-blue.png - + comp/src/gb.form.stock/gambas-mono/32/flag-green.png - + comp/src/gb.form.stock/gambas-mono/32/flag-red.png - + comp/src/gb.form.stock/gambas-mono/32/flag-yellow.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/19fac29ab2f77430eed5397aa967fa657efe17b7...f6a43be79239f37b309c4a0c6efeafbc9d89d8b7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/19fac29ab2f77430eed5397aa967fa657efe17b7...f6a43be79239f37b309c4a0c6efeafbc9d89d8b7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 04:14:57 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 03:14:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make component compile again on older versions of Pango. Message-ID: <620f0f313acd_27476bc4751c@gitlab-sidekiq-low-urgency-cpu-bound-v2-7878d96cfb-cjgjl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 71877e09 by gambas at 2022-02-18T04:14:18+01:00 Make component compile again on older versions of Pango. [GB.GTK] * BUG: Make component compile again on older versions of Pango. [GB.GTK3] * BUG: Make component compile again on older versions of Pango. - - - - - 3 changed files: - gb.gtk/src/cpaint_impl.cpp - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/71877e0903e3f5ba43dff73728fd2d5ddee9f0d0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/71877e0903e3f5ba43dff73728fd2d5ddee9f0d0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 09:07:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 08:07:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add ALIGN_IS_NORMAL() macro for alignment constants. Message-ID: <620f53abb5182_2747540365ec@gitlab-sidekiq-low-urgency-cpu-bound-v2-8984cc844-8q8wc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa2ce32c by gambas at 2022-02-18T09:06:35+01:00 Add ALIGN_IS_NORMAL() macro for alignment constants. [GB.GEOM] * NEW: Add ALIGN_IS_NORMAL() macro for alignment constants. - - - - - 1 changed file: - main/lib/geom/gb.geom.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa2ce32c418b3f4be43fe2b30f98c27f00416f99 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa2ce32c418b3f4be43fe2b30f98c27f00416f99 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 10:00:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 09:00:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Append() is a new method that appends some text to the end of the... Message-ID: <620f604a3df50_2725c56f016783@gitlab-sidekiq-low-urgency-cpu-bound-v2-8984cc844-6lhmn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3eee801a by gambas at 2022-02-18T10:00:48+01:00 TextEditor: Append() is a new method that appends some text to the end of the editor without moving the cursor. [GB.FORM.EDITOR] * NEW: TextEditor: Append() is a new method that appends some text to the end of the editor without moving the cursor. - - - - - 3 changed files: - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3eee801ab632aec6bf9951d9249b83b6fb588bf5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3eee801ab632aec6bf9951d9249b83b6fb588bf5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 10:10:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 09:10:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Fill project history with a background task, and hide dialog... Message-ID: <620f6281683b6_27475e02448e@gitlab-sidekiq-low-urgency-cpu-bound-v2-8984cc844-tdsj8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1cbdf024 by gambas at 2022-02-18T10:10:19+01:00 Version control: Fill project history with a background task, and hide dialog box before committing, so that the command outputs are visible. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. * NEW: Version control: Fill project history with a background task. * NEW: Version control: Hide dialog box before committing, so that the command outputs are visible. - - - - - 15 changed files: - app/src/gambas3/.hidden/font/GambasBold.sfd - app/src/gambas3/.hidden/font/GambasRegular.sfd - app/src/gambas3/.hidden/font/GambasRoundRegular.sfd - app/src/gambas3/.hidden/font/gambasb16.otb - app/src/gambas3/.hidden/font/gambasr16.otb - app/src/gambas3/.hidden/font/groundr16.otb - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - + app/src/gambas3/.src/VersionControl/CVersionControlHistoryTask.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - app/src/gambas3/img/draw/invert.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1cbdf024ba3992a3c25340e66d2092915a3c12b4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1cbdf024ba3992a3c25340e66d2092915a3c12b4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 23:10:03 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 22:10:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes in window reparent method and focus management. Message-ID: <6210193bb4734_27c486038730@gitlab-sidekiq-low-urgency-cpu-bound-v2-65d8cf98f6-qxwml.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 361cd35d by gambas at 2022-02-18T23:09:35+01:00 Some fixes in window reparent method and focus management. [GB.GTK] * BUG: Some fixes in window reparent method and focus management. [GB.GTK3] * BUG: Some fixes in window reparent method and focus management. - - - - - 2 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/361cd35de5f9fd3c6b6e35144234049e5a3d3b3f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/361cd35de5f9fd3c6b6e35144234049e5a3d3b3f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 18 23:13:54 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 18 Feb 2022 22:13:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File creation dialog: Open the new file after the dialog has been closed, to... Message-ID: <62101a22d5e06_279469c377c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-65d8cf98f6-rmstd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5a81b255 by gambas at 2022-02-18T23:13:45+01:00 File creation dialog: Open the new file after the dialog has been closed, to be sure its editor gets the focus. [DEVELOPMENT ENVIRONMENT] * BUG: File creation dialog: Open the new file after the dialog has been closed, to be sure its editor gets the focus. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FCreateFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a81b255e17e3d1593c2f8551d2f627e9e811ba6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5a81b255e17e3d1593c2f8551d2f627e9e811ba6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 19 11:31:06 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Feb 2022 10:31:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Type analysis of bit operators now works correctly. Message-ID: <6210c6ea33e5_2827b07e414930@gitlab-sidekiq-low-urgency-cpu-bound-v2-f74fb7884-d5pzd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2d681e7f by gambas at 2022-02-19T11:30:28+01:00 Type analysis of bit operators now works correctly. [COMPILER] * BUG: Type analysis of bit operators now works correctly. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2d681e7fa8160d6bea46601d066dab4442c3befa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2d681e7fa8160d6bea46601d066dab4442c3befa You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 19 12:07:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Feb 2022 11:07:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix detection of 'New' operator when searching for symbol definition. Message-ID: <6210cf6a9a643_284945811136a@gitlab-sidekiq-low-urgency-cpu-bound-v2-f74fb7884-w84c5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c3295b0f by gambas at 2022-02-19T12:07:13+01:00 Fix detection of 'New' operator when searching for symbol definition. [DEVELOPMENT ENVIRONMENT] * BUG: Fix detection of 'New' operator when searching for symbol definition. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Code/FEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3295b0f3db8f5ca8c6e8f25edf70457e588349f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3295b0f3db8f5ca8c6e8f25edf70457e588349f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Feb 19 21:30:53 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 19 Feb 2022 20:30:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add new stock icons. Modify some ones. Message-ID: <6211537d5ba20_28474dc49521@gitlab-sidekiq-low-urgency-cpu-bound-v2-f74fb7884-x6dpz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: adc13eb2 by gambas at 2022-02-19T21:30:04+01:00 Add new stock icons. Modify some ones. [GB.FORM.STOCK] * NEW: Add new stock icons. Modify some ones. - - - - - 89fc9849 by gambas at 2022-02-19T21:30:45+01:00 MenuButton: Update button state before opening the popup menu. New stock icons. [GB.FORM] * NEW: MenuButton: Better drawing of disabled MenuButton picture. * NEW: New stock icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/gambas-mono/128/alarm.png - + comp/src/gb.form.stock/gambas-mono/128/android.png - + comp/src/gb.form.stock/gambas-mono/128/audio.png - + comp/src/gb.form.stock/gambas-mono/128/linux.png - + comp/src/gb.form.stock/gambas-mono/32/alarm.png - comp/src/gb.form.stock/gambas-mono/32/android.png - comp/src/gb.form.stock/gambas-mono/32/audio.png - + comp/src/gb.form.stock/gambas-mono/32/battery-high.png - + comp/src/gb.form.stock/gambas-mono/32/battery-low.png - + comp/src/gb.form.stock/gambas-mono/32/battery-medium.png - comp/src/gb.form.stock/gambas-mono/32/battery.png - + comp/src/gb.form.stock/gambas-mono/32/cake.png - + comp/src/gb.form.stock/gambas-mono/32/city.png - + comp/src/gb.form.stock/gambas-mono/32/microphone-off.png - + comp/src/gb.form.stock/gambas-mono/32/security-high.png - + comp/src/gb.form.stock/gambas-mono/32/security-low.png - + comp/src/gb.form.stock/gambas-mono/32/security-medium.png - comp/src/gb.form.stock/gambas-mono/32/security.png - + comp/src/gb.form.stock/gambas-mono/32/subtitle.png - comp/src/gb.form.stock/gambas-mono/32/uncompress.png - + comp/src/gb.form.stock/gambas-mono/32/volume-high.png - + comp/src/gb.form.stock/gambas-mono/32/volume-low.png - + comp/src/gb.form.stock/gambas-mono/32/volume-medium.png - comp/src/gb.form.stock/gambas-mono/32/volume.png - + comp/src/gb.form.stock/gambas-mono/32/wifi-high.png - + comp/src/gb.form.stock/gambas-mono/32/wifi-low.png - + comp/src/gb.form.stock/gambas-mono/32/wifi-medium.png - + comp/src/gb.form.stock/gambas/128/alarm.png - comp/src/gb.form.stock/gambas/128/audio.png - comp/src/gb.form.stock/gambas/128/battery.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c3295b0f3db8f5ca8c6e8f25edf70457e588349f...89fc98497b6fe676b1a692266ece6de99b96fb77 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c3295b0f3db8f5ca8c6e8f25edf70457e588349f...89fc98497b6fe676b1a692266ece6de99b96fb77 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 20 23:38:02 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 20 Feb 2022 22:38:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TreeView, ListView & ColumnView: Fix right-to-left layout. Message-ID: <6212c2cae5aa4_28490ac168866@gitlab-sidekiq-low-urgency-cpu-bound-v2-f74fb7884-w84c5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a3226411 by gambas at 2022-02-20T23:37:56+01:00 TreeView, ListView & ColumnView: Fix right-to-left layout. [GB.GUI.BASE] * BUG: TreeView, ListView & ColumnView: Fix right-to-left layout. - - - - - 4 changed files: - comp/src/gb.gui.base/.project - + comp/src/gb.gui.base/.src/Test/FRightToLeft.class - + comp/src/gb.gui.base/.src/Test/FRightToLeft.form - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a3226411e9e737d68a04f28705a40015ca9d1e69 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a3226411e9e737d68a04f28705a40015ca9d1e69 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 21 16:15:17 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Feb 2022 15:15:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add include to 'gb_system_temp.h', when there is no support for... Message-ID: <6213ac85c1394_28475a4875de@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b7fb78464-6mknb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1794f4e0 by gambas at 2022-02-21T16:14:31+01:00 Add <stdio.h> include to 'gb_system_temp.h', when there is no support for returning the number of CPUs. [INTERPRETER] * BUG: Add <stdio.h> include to 'gb_system_temp.h', when there is no support for returning the number of CPUs. - - - - - 1 changed file: - main/share/gb_system_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1794f4e072848b66e3e2bcd6b5d209011f37ffbd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1794f4e072848b66e3e2bcd6b5d209011f37ffbd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 21 21:11:19 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Feb 2022 20:11:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix an API argument that must be initialized. Message-ID: <6213f1e74f866_261023b441007f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c7bcbb4-458zk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6318d80c by gambas at 2022-02-21T21:10:27+01:00 Fix an API argument that must be initialized. [GB.POPPLER] * BUG: Fix an API argument that must be initialized. - - - - - 1 changed file: - gb.poppler/src/c_pdf_document.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6318d80cfc3827781878631e4c6360585534a1da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6318d80cfc3827781878631e4c6360585534a1da You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 21 21:28:38 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 21 Feb 2022 20:28:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Initialize event mask correctly when a control recreates its internal (when... Message-ID: <6213f5f6d0800_2719a39e4989fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c7bcbb4-lh7d5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ff768fa8 by gambas at 2022-02-21T21:27:44+01:00 Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason). [GB.GTK] * BUG: Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason). [GB.GTK3] * BUG: Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason). - - - - - 3 changed files: - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff768fa834549dd9922b8eadef6859b8582ad12e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff768fa834549dd9922b8eadef6859b8582ad12e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 22 02:45:48 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Feb 2022 01:45:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image.Rotate() is now antialiased. Message-ID: <6214404c37709_293928c881120e2@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c7bcbb4-7flqs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ec051a23 by gambas at 2022-02-22T02:44:55+01:00 Image.Rotate() is now antialiased. [GB.GTK] * BUG: Image.Rotate() is now antialiased. [GB.GTK3] * BUG: Image.Rotate() is now antialiased. [GB.QT4] * BUG: Image.Rotate() is now antialiased. [GB.QT5] * BUG: Image.Rotate() is now antialiased. - - - - - 3 changed files: - gb.gtk/src/CImage.cpp - gb.qt4/src/CImage.cpp - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec051a231e094afd6a19c287c995c6c7891aa1d8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec051a231e094afd6a19c287c995c6c7891aa1d8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Feb 22 15:05:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 22 Feb 2022 14:05:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] File creation dialog: Correctly open the new file in all cases. Message-ID: <6214eda2860a_27476d07772a@gitlab-sidekiq-low-urgency-cpu-bound-v2-79dcf96b8-jkww7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e662d225 by gambas at 2022-02-22T15:05:12+01:00 File creation dialog: Correctly open the new file in all cases. [DEVELOPMENT ENVIRONMENT] * BUG: File creation dialog: Correctly open the new file in all cases. * NEW: Redraw the 'linked' icon file bigger. * NEW: Image editor: Pasting a selection now selects the entire selection, not just the pasted part. - - - - - 6 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageResize.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FCreateFile.class - app/src/gambas3/.src/Project/FCreateFile.form - app/src/gambas3/img/32/linked.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e662d22537166bec2c9c4a5efcad2d8db0594f6f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e662d22537166bec2c9c4a5efcad2d8db0594f6f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 23 19:30:51 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Feb 2022 18:30:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix focus management and container arrangement. Message-ID: <62167d5bc0f54_2768903494297@gitlab-sidekiq-low-urgency-cpu-bound-v2-685bf94fcb-xvgd5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 86caf66c by gambas at 2022-02-23T19:29:21+01:00 Fix focus management and container arrangement. [GB.GTK] * BUG: Fix focus management and container arrangement. [GB.GTK3] * BUG: Fix focus management and container arrangement. - - - - - 8 changed files: - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdrawingarea.cpp - gb.gtk/src/gdrawingarea.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/86caf66c56a685aacbfb9b006b58e720d8643edf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/86caf66c56a685aacbfb9b006b58e720d8643edf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 23 20:32:23 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Feb 2022 19:32:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Modify some stock icons. Message-ID: <62168bc74c880_261f8e846032d@gitlab-sidekiq-low-urgency-cpu-bound-v2-56489cb476-p6xhk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bfd63b28 by gambas at 2022-02-23T19:53:01+01:00 Modify some stock icons. [GB.FORM.STOCK] * NEW: Modify some stock icons. - - - - - 32d30564 by gambas at 2022-02-23T19:53:24+01:00 Forgot to declare the 'city' stock icon. [GB.FORM] * BUG: Forgot to declare the 'city' stock icon. - - - - - 118be557 by gambas at 2022-02-23T20:31:43+01:00 Style.BackgroundOf() returns the accurate color now for TextBox, TextArea and ComboBox. [GB.GTK3] * BUG: Style.BackgroundOf() returns the accurate color now for TextBox, TextArea and ComboBox. - - - - - 26 changed files: - + comp/src/gb.form.stock/gambas-mono/128/book.png - + comp/src/gb.form.stock/gambas-mono/128/people.png - comp/src/gb.form.stock/gambas-mono/128/user-group.png - comp/src/gb.form.stock/gambas-mono/128/user.png - comp/src/gb.form.stock/gambas-mono/32/book.png - comp/src/gb.form.stock/gambas-mono/32/important.png - comp/src/gb.form.stock/gambas-mono/32/open-recent.png - comp/src/gb.form.stock/gambas-mono/32/people.png - comp/src/gb.form.stock/gambas-mono/32/user-group.png - + comp/src/gb.form.stock/gambas-mono/32/user.png - comp/src/gb.form.stock/gambas-mono/32/volume.png - comp/src/gb.form.stock/gambas/128/book.png - comp/src/gb.form.stock/gambas/128/important.png - comp/src/gb.form.stock/gambas/128/open-recent.png - comp/src/gb.form.stock/gambas/128/wizard.png - comp/src/gb.form.stock/gambas/32/book.png - comp/src/gb.form.stock/gambas/32/important.png - comp/src/gb.form.stock/gambas/32/open-recent.png - comp/src/gb.form.stock/gambas/32/revert.png - comp/src/gb.form.stock/gambas/32/subtitle.png - comp/src/gb.form.stock/gambas/32/volume-low.png - comp/src/gb.form.stock/gambas/32/volume-medium.png - comp/src/gb.form.stock/gambas/32/volume.png - comp/src/gb.form.stock/gambas/32/wizard.png - comp/src/gb.form/map/icon.map - gb.gtk/src/gcontrol.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/86caf66c56a685aacbfb9b006b58e720d8643edf...118be55717c57638e9460b7fd9c11beba97d6812 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/86caf66c56a685aacbfb9b006b58e720d8643edf...118be55717c57638e9460b7fd9c11beba97d6812 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Feb 23 20:33:54 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 23 Feb 2022 19:33:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ButtonBox: The horizontal inner padding between the border and the contents... Message-ID: <62168c22d121e_25476f897339@gitlab-sidekiq-low-urgency-cpu-bound-v2-56489cb476-2kxd9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4181629c by gambas at 2022-02-23T20:33:50+01:00 ButtonBox: The horizontal inner padding between the border and the contents cannot be greater than 3 pixels now. [GB.FORM] * BUG: ButtonBox: The horizontal inner padding between the border and the contents cannot be greater than 3 pixels now. - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/ButtonBox.class - + comp/src/gb.form/.src/Test/FTestFontBox.class - + comp/src/gb.form/.src/Test/FTestFontBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4181629ca39130ab9d2a61046967e7128024f59c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4181629ca39130ab9d2a61046967e7128024f59c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 24 13:42:36 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 24 Feb 2022 12:42:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a rich text markup mistake in italian tips. Message-ID: <62177d3cabce3_26482b03519f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b57c964dd-9ptbl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a8612cf0 by gambas at 2022-02-24T13:42:30+01:00 Fix a rich text markup mistake in italian tips. [DEVELOPMENT ENVIRONMENT] * BUG: Fix a rich text markup mistake in italian tips. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/tips/tips.it.txt View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8612cf01866b8198ba5c4b0d8bc5e8d71cb3cca -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a8612cf01866b8198ba5c4b0d8bc5e8d71cb3cca You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 24 17:35:00 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 24 Feb 2022 16:35:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: SpinBox: Automatically replace little arrows by bigger horizontal buttons when... Message-ID: <6217b3b438639_2547748404dd@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bbbd555dd-7d74t.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7f4b2c31 by gambas at 2022-02-24T17:33:24+01:00 SpinBox: Automatically replace little arrows by bigger horizontal buttons when the control is wide enough. [GB.GUI.BASE] * NEW: SpinBox: Automatically replace little arrows by bigger horizontal buttons when the control is wide enough. - - - - - 3b3ed78e by gambas at 2022-02-24T17:33:59+01:00 SliderBox: Adapt inner SpinBox width more intelligently. [GB.FORM] * NEW: SliderBox: Adapt inner SpinBox width more intelligently. - - - - - e45596ad by gambas at 2022-02-24T17:34:54+01:00 Make SpinBox bigger everywhere so that little arrows are replaced by big buttons. [DEVELOPMENT ENVIRONMENT] * NEW: Make SpinBox bigger everywhere so that little arrows are replaced by big buttons. - - - - - 17 changed files: - app/src/gambas3/.src/Editor/Image/FImageOffsetSelection.form - app/src/gambas3/.src/Editor/Image/FImageProperty.form - app/src/gambas3/.src/Editor/Image/FImageResize.form - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Packager/FMakeInstall.form - app/src/gambas3/.src/Project/FCreateFile.form - app/src/gambas3/.src/Project/FMakeExecutable.form - app/src/gambas3/.src/Project/FProjectProperty.form - comp/src/gb.form/.src/Color/FColorChooser.form - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.form/.src/SliderBox.class - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Test/FTestSpinBox.class - comp/src/gb.gui.base/.src/Test/FTestSpinBox.form - + comp/src/gb.gui.base/spinbox/minus.png - + comp/src/gb.gui.base/spinbox/plus.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8612cf01866b8198ba5c4b0d8bc5e8d71cb3cca...e45596ad6d5333eac1f4a4f06b40a622c89debd4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a8612cf01866b8198ba5c4b0d8bc5e8d71cb3cca...e45596ad6d5333eac1f4a4f06b40a622c89debd4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Feb 24 23:05:39 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 24 Feb 2022 22:05:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: SpinBox: Fix automatic arrangement. Message-ID: <62180133846db_2616c3dc82735b@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bff6f885b-nv9v4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6acdd757 by gambas at 2022-02-24T23:05:08+01:00 SpinBox: Fix automatic arrangement. [GB.GUI.BASE] * BUG: SpinBox: Fix automatic arrangement. - - - - - afbf32aa by gambas at 2022-02-24T23:05:32+01:00 SliderBox: Fix automatic arrangement. [GB.FORM] * BUG: SliderBox: Fix automatic arrangement. - - - - - 2 changed files: - comp/src/gb.form/.src/SliderBox.class - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e45596ad6d5333eac1f4a4f06b40a622c89debd4...afbf32aa8e9022d39559e3cadcacd519cde401e5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e45596ad6d5333eac1f4a4f06b40a622c89debd4...afbf32aa8e9022d39559e3cadcacd519cde401e5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 25 03:10:49 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Feb 2022 02:10:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes in the welcome dialog. Message-ID: <62183aa9adde3_25478ec69976@gitlab-sidekiq-low-urgency-cpu-bound-v2-84b4f68f48-5rhlc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ff2d1f6e by gambas at 2022-02-25T03:10:44+01:00 Some fixes in the welcome dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Welcome dialog: Allow it to be smaller. * BUG: Welcome dialog: Correctly draw project boxes in small mode. * NEW: Version control: Make branch colors darker. - - - - - 4 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project/ProjectBox.class - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/.src/Welcome/FWelcome.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff2d1f6e5bdac645fa0a632d6c0de4664e32229d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ff2d1f6e5bdac645fa0a632d6c0de4664e32229d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 25 16:58:54 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Feb 2022 15:58:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ColorChooser: The colormap now visually adapts to the current control settings. Message-ID: <6218fcbef2f4a_254775c688bc@gitlab-sidekiq-low-urgency-cpu-bound-v2-84b4f68f48-l2vq9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 558f3efa by gambas at 2022-02-25T16:57:50+01:00 ColorChooser: The colormap now visually adapts to the current control settings. [GB.FORM] * NEW: ColorChooser: The colormap now visually adapts to the current control settings. - - - - - cdcdd038 by gambas at 2022-02-25T16:58:49+01:00 Some changes in the color selection dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Color selection dialog: Hide the tab bar if there is only one tab. * NEW: Color selection dialog: The default color is now white. - - - - - 12 changed files: - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Dialog/FColorChooser.form - app/src/gambas3/.src/Editor/CInsertColor.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/FProjectProperty.form - comp/src/gb.form/.project - comp/src/gb.form/.src/Color/ColorPalette.class - comp/src/gb.form/.src/Color/FColorChooser.class - comp/src/gb.form/.src/Main.module - + comp/src/gb.form/img/colormap-snap.png - comp/src/gb.form/img/colormap.png - + comp/src/gb.form/img/valuemap-snap.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ff2d1f6e5bdac645fa0a632d6c0de4664e32229d...cdcdd038484d9392e3726358cec860fc1cdea7dc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ff2d1f6e5bdac645fa0a632d6c0de4664e32229d...cdcdd038484d9392e3726358cec860fc1cdea7dc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 25 20:36:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Feb 2022 19:36:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Image.Stretch() now takes a third optional argument to stretch without antialiasing. Message-ID: <62192fda3351e_254789c51874@gitlab-sidekiq-low-urgency-cpu-bound-v2-84b4f68f48-7k4db.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d7b5486d by gambas at 2022-02-25T20:30:55+01:00 Image.Stretch() now takes a third optional argument to stretch without antialiasing. [GB.GTK] * NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing. [GB.GTK3] * NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing. [GB.QT4] * NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing. [GB.QT5] * NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing. - - - - - cdb4a431 by gambas at 2022-02-25T20:36:08+01:00 ColorChooser: Use the third argument of Image.Stretch() correctly. [GB.FORM] * BUG: ColorChooser: Use the third argument of Image.Stretch() correctly. - - - - - 7 changed files: - comp/src/gb.form/.src/Color/FColorChooser.class - comp/src/gb.form/.src/Main.module - comp/src/gb.form/img/colormap-snap.png - comp/src/gb.form/img/colormap.png - comp/src/gb.form/img/valuemap-snap.png - gb.gtk/src/CImage.cpp - gb.qt4/src/CImage.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcdd038484d9392e3726358cec860fc1cdea7dc...cdb4a431a324aa563781c98297e140cc5cb7aebc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcdd038484d9392e3726358cec860fc1cdea7dc...cdb4a431a324aa563781c98297e140cc5cb7aebc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Feb 25 20:38:01 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 25 Feb 2022 19:38:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update some stock icons. Message-ID: <6219301991dcc_26a4eebc058874@gitlab-sidekiq-low-urgency-cpu-bound-v2-84b4f68f48-nw8pl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eebaa188 by gambas at 2022-02-25T20:37:55+01:00 Update some stock icons. [GB.FORM.STOCK] * NEW: Update some stock icons. - - - - - 7 changed files: - + comp/src/gb.form.stock/gambas-mono/128/download.png - + comp/src/gb.form.stock/gambas-mono/128/upload.png - comp/src/gb.form.stock/gambas-mono/32/folder-download.png - comp/src/gb.form.stock/gambas-mono/32/properties.png - comp/src/gb.form.stock/gambas/128/folder-download.png - comp/src/gb.form.stock/gambas/32/folder-download.png - comp/src/gb.form.stock/gambas/32/properties.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eebaa1885218b9321171e16971cbb552da72a262 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/eebaa1885218b9321171e16971cbb552da72a262 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 27 01:35:59 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 27 Feb 2022 00:35:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Global focus management. WebScrollView.EnsureVisible() should work as expected now. Message-ID: <621ac76f43c92_254c734993f7@gitlab-sidekiq-low-urgency-cpu-bound-v2-7678c75cdd-x2qvm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e34a06a5 by gambas at 2022-02-27T01:35:53+01:00 Global focus management. WebScrollView.EnsureVisible() should work as expected now. [GB.WEB.GUI] * NEW: If a modal window is opened, controls outside of the modal window cannot be focused anymore. * NEW: The current focus is now kept when the page is refreshed. * NEW: Application.ActiveControl is a new property that returns the current control having the focus. * NEW: WebListBox now keeps its scroll status. * NEW: WebListBox has now ScrollX and ScrollY properties. * NEW: WebScrollView: EnsureVisible method should work as expected now. - - - - - 9 changed files: - + comp/src/gb.web.gui/.src/Application.class - comp/src/gb.web.gui/.src/WebComboBox.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebForm.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/.src/WebScrollView.class - comp/src/gb.web.gui/.src/WebTextArea.class - comp/src/gb.web.gui/.src/WebTextBox.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e34a06a5b833804517edbbf0e7e65719e683306c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e34a06a5b833804517edbbf0e7e65719e683306c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Feb 27 23:45:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 27 Feb 2022 22:45:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FontChooser: Add a button to open the font selector in small mode. Message-ID: <621bff1a517e5_2554b8bc41505c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-7678c75cdd-xp59w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b78a2948 by gambas at 2022-02-27T23:45:39+01:00 FontChooser: Add a button to open the font selector in small mode. [GB.FORM] * NEW: FontChooser: Add a button to open the font selector in small mode. - - - - - 4 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.form/.src/Test/FTestFontChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b78a29486d4597ebad58b26c8466e6e83ccbbb3b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b78a29486d4597ebad58b26c8466e6e83ccbbb3b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 28 03:13:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Feb 2022 02:13:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ProgressBar: Right-to-left direction support. Message-ID: <621c2fbcbd0b5_266652308119077@gitlab-sidekiq-low-urgency-cpu-bound-v2-7678c75cdd-wp4gn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 62059310 by gambas at 2022-02-28T03:13:09+01:00 ProgressBar: Right-to-left direction support. [GB.GUI.BASE] * NEW: ProgressBar: Right-to-left direction support. * NEW: ProgressBar: Draw an hatch in pulsing mode. - - - - - 3 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ProgressBar.class - comp/src/gb.gui.base/.src/Test/FTestProgressBar.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/620593105c5fbe308eb74a662d5082c0f71fe42b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/620593105c5fbe308eb74a662d5082c0f71fe42b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Feb 28 03:14:06 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 28 Feb 2022 02:14:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Fix grid configuration layout and tooltips. Message-ID: <621c2feeba79_26477e82801c@gitlab-sidekiq-low-urgency-cpu-bound-v2-7678c75cdd-vfrbq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3d4ba94e by gambas at 2022-02-28T03:13:59+01:00 Form editor: Fix grid configuration layout and tooltips. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix grid configuration layout and tooltips. - - - - - 2 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Image/FImageProperty.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d4ba94e2521c1bd67cc68f0a8921b96a021c79c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3d4ba94e2521c1bd67cc68f0a8921b96a021c79c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: