Re: [Development] Nominating Volker Hilsheimer as co-maintainer of Qt Widgets

2022-02-17 Thread Volker Hilsheimer
Thank you all! It’s an honour, and I’m looking forward to your contributions :) Volker > On 17 Feb 2022, at 15:19, Richard Gustavsen wrote: > > This has now taken effect, and the Wiki has been updated > (https://wiki.qt.io/Maintainers). > > Congratulations Volker! > > Best Regards, > Richar

Re: [Development] Requesting forward BC exception for QtWaylandCompositor in 6.2 and 5.15

2022-02-17 Thread Thiago Macieira
On Thursday, 17 February 2022 02:53:11 PST Marc Mutz wrote: > 2. that brings up back to The Other Discussion™, about C++20 types in the > ABI, which isn't really about C++20 types, after all, but about symbols > only C++20 code would need/could use > > I'm not sure where we left off on (2), but

Re: [Development] Nominating Sona Kurazyan as maintainer of qt5compat

2022-02-17 Thread Cristián Maureira-Fredes
Hello, Forgot to wrap up this discussion :P but thanks for your comments, and congratulations Sona for being the new maintainer of Qt5Compat. Cheers On 1/18/22 15:10, Cristián Maureira-Fredes wrote: Hello, I would like to nominate Sona as maintainer [1] for the qt5compat module, which at the

Re: [Development] Nominating Volker Hilsheimer as co-maintainer of Qt Widgets

2022-02-17 Thread Richard Gustavsen
This has now taken effect, and the Wiki has been updated (https://wiki.qt.io/Maintainers). Congratulations Volker! Best Regards, Richard Moe Gustavsen Principal Engineer The Qt Company Oslo, Norway On 25 Jan 2022, at 09:38, Richard Gustavsen mailto:richard.gustav...@qt.io>> wrote: Hi all! I

Re: [Development] Requesting forward BC exception for QtWaylandCompositor in 6.2 and 5.15

2022-02-17 Thread Marc Mutz
Hi Thiago, > By the way, how often is this done? What's the exposure in the real world? Does FTBFS of qtwayland count? 🙂 IOW: Clang and GCC found this one for me, I didn't look. > The pre-6.3 implementation could be #if __cplusplus <= 2020 Two comments: 1. possibly, with __cpp_impl_thr

[Development] [Announce] Security advisory: QProcess

2022-02-17 Thread List for announcements regarding Qt releases and development
Recently, the Qt Project's security team was made aware of an issue regarding QProcess and determined it to be a security issue on Unix-based platforms only. We do not believe this to be a considerable risk for applications as the likelihood of it being triggered is minimal. Specifically, the p

Re: [Development] Requesting forward BC exception for QtWaylandCompositor in 6.2 and 5.15

2022-02-17 Thread Lars Knoll
> On 16 Feb 2022, at 18:10, Thiago Macieira wrote: > > On Tuesday, 15 February 2022 07:54:07 PST Marc Mutz wrote: >> https://bugreports.qt.io/browse/QTBUG-100845 >> >> The QWaylandBufferRef class has a very annoying bug in that its relational >> operators cannot compare `const` objects (only on