[Development] Quick report on loading Qt 5 and 6 in the same process

2023-05-15 Thread Thiago Macieira
I've been trying to help someone in Slack[1] with a heisenbug that a Qt-based application ended up deadlocking only when run with QProcess. After some debugging, we've found out that both Qt5 and Qt6 libraries are loaded in the same process. We still don't know why this happened because all our

Re: [Development] Nominating Jere Tuliniemi for approver

2023-05-15 Thread Volker Hilsheimer via Development
> On 12 May 2023, at 09:12, Tomi Korpipää via Development > wrote: > > Hi, > > I'd like to nominate Jere Tuliniemi for approver status. He has been working > with Qt for several years, contributing to Qt 3D Studio, ogl-runtime, > QtQuick3D, Qt 3D, and QtGraphs to name a few. You can see his c

Re: [Development] Requesting a repository for Qt/.NET

2023-05-15 Thread Alex Blasche via Development
Hi Miguel, please go ahead. -- Alex From: Development on behalf of Miguel Costa via Development Sent: Tuesday, 9 May 2023 15:27 To: development@qt-project.org Subject: [Development] Requesting a repository for Qt/.NET Hi, On behalf of the dev team

[Development] [Announce] Security advisory: Qt SVG

2023-05-15 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi, A recent potential divide by zero in Qt SVG has been reported and has been assigned the CVE id CVE-2023-32573. In QSvgFont, the m_unitsPerEm variable initialization is mishandled so if a SVG file that uses font-face without units-per-em set is passed to QSvgRenderer to render then it can t