Re: [Development] Nominating Hatem ElKharashy for maintainership of Qt Svg

2024-03-13 Thread Edward Welbourne via Development
Eskil Abrahamsen Blomfeldt (13 March 2024 09:15) wrote: > I would like to nominate Hatem ElKharashy for maintainership of the Qt > Svg module. This module currently does not have any active maintainer, > but it has been part of my team's responsibility and backlog within > The Qt Company. +1 - it'

[Development] [Announce] Qt 6.7.0 RC released

2024-03-13 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi all! We have released the Qt 6.7.0 RC. As earlier you can get it via online installer. Src packages are also available in the Qt Account and download.qt.io. Delta to the beta3 attached. Please test the RC now to see if it is OK for the final Qt 6.7.0 release and report all findings in Jira

Re: [Development] Nominating Hatem ElKharashy for maintainership of Qt Svg

2024-03-13 Thread Eirik Aavitsland via Development
+1 - that would be awesome! - Eirik Aa. On 3/13/24 09:15, Eskil Abrahamsen Blomfeldt via Development wrote: Hi, I would like to nominate Hatem ElKharashy for maintainership of the Qt Svg module. This module currently does not have any active maintainer, but it has been part of my team's resp

Re: [Development] Should QObject::event() be protected or public?

2024-03-13 Thread Ilya Fedin
On Wed, 13 Mar 2024 07:58:20 + Marc Mutz via Development wrote: > Hi, > > In API review, we detected some overrides that changed the access > specifier vis-a-vis the original virtual function > (https://wiki.qt.io/Things_To_Look_Out_For_In_Reviews#Polymorphic_Classes > Item 5.3). > > One

Re: [Development] Should QObject::event() be protected or public?

2024-03-13 Thread Jaroslaw Kobus via Development
Most probably making it protected (temporarily) and trying to build everything else (including QtCreator) may reveal the original reason for being public. Jarek From: Development on behalf of Marc Mutz via Development Sent: Wednesday, March 13, 2024 8:

Re: [Development] Should QObject::event() be protected or public?

2024-03-13 Thread Giuseppe D'Angelo via Development
Il 13/03/24 08:58, Marc Mutz via Development ha scritto: If you see any reason for QObject::event() to stay public in Qt 7 and not become protected, please speak up before we fork Qt 7.0 :) I am *positive* that there's code out there that just calls event() to deliver an event. (Maybe there

[Development] Nominating Hatem ElKharashy for maintainership of Qt Svg

2024-03-13 Thread Eskil Abrahamsen Blomfeldt via Development
Hi, I would like to nominate Hatem ElKharashy for maintainership of the Qt Svg module. This module currently does not have any active maintainer, but it has been part of my team's responsibility and backlog within The Qt Company. Hatem has recently been working on adding support for new SVG fea

[Development] Should QObject::event() be protected or public?

2024-03-13 Thread Marc Mutz via Development
Hi, In API review, we detected some overrides that changed the access specifier vis-a-vis the original virtual function (https://wiki.qt.io/Things_To_Look_Out_For_In_Reviews#Polymorphic_Classes Item 5.3). One of them was a protected reimplementation of QObject::event() (which itself is public

Re: [Development] On Removing Public Undocumented/\internal APIs

2024-03-13 Thread Marc Mutz via Development
TL;DR: Make qdoc openly document \internal members of documented classes/namespaces or defined in public headers as "Internal. Subject to change without notice. If you feel this function should be public, file a bug report with your use-case."? On 07.03.24 10:09, Volker Hilsheimer wrote: >> On