Re: [Development] Execute a function in the specified existing thread

2023-06-07 Thread Thiago Macieira
On Wednesday, 7 June 2023 01:53:47 PDT JiDe Zhang wrote: > I am writing a tool to allowed call a function in the specified existing > thread, I want to contribution it to Qt project, are you like? We do this internally, but don't usually expose it. If you're going to contribute it, please make

[Development] HEADS-UP: Qt 6.6 API change review

2023-06-07 Thread Jani Heikkinen via Development
Hi! Qt 6.6 API Change Review is started & generated diffs are here: https://codereview.qt-project.org/q/topic:%2522api-change-review-6.6%2522+(status:open+OR+status:merged) There is also a task in Jira: https://bugreports.qt.io/browse/QTBUG-114214 Please review diffs as soon as possible.

[Development] Execute a function in the specified existing thread

2023-06-07 Thread JiDe Zhang
Hi, I am writing a tool to allowed call a function in the specified existing thread, I want to contribution it to Qt project, are you like? We have such needs in many places, such as

Re: [Development] Meeting minutes from Qt Release Team meeting 06.06.2023

2023-06-07 Thread Jani Heikkinen via Development
Hi! Yes, that's true. Sorry for confusion! So once again: 3 Qt 6.6 FF exception requests so far: * container-assign epic: exception request accepted * C++20 comparison: exception request rejected * QMultiMap/Hash support in Qvariant: exception request rejected br, Jani Heikkinen Release manager

Re: [Development] [Announce] Qt 5.15.10 Opensource released

2023-06-07 Thread Thiago Macieira
On Tuesday, 6 June 2023 22:20:22 PDT List for announcements regarding Qt releases and development via Announce via Development wrote: > * Git: clone the release with the tag v5.15.10-lts-lgpl I've uploaded the Git Notes for qtbase to my GitLab repository, updated as of a few minutes ago

Re: [Development] Meeting minutes from Qt Release Team meeting 06.06.2023

2023-06-07 Thread Ivan Solovev via Development
Hi Jani, > 3 exception requests so far: > - C++20 comparison: exception request accepted > - container-assign epic: exception request rejected I think it's the other way around - the container-assign epic is accepted, and the C++20 comparison is rejected. Best regards, Ivan