Re: [Development] HEADS-UP: Qt 6.10 Feature Freeze

2025-05-30 Thread Axel Spoerl via Development
+1 From: Development on behalf of Jan-Arve Sæther via Development Sent: Friday, 30 May 2025 14:32 To: Qt development mailing list Subject: Re: [Development] HEADS-UP: Qt 6.10 Feature Freeze We’d like to ask for Feature Freeze exception for SearchField https:/

Re: [Development] download.qt.io partially down

2025-04-17 Thread Axel Spoerl via Development
From: Development on behalf of Giuseppe D'Angelo via Development Sent: Thursday, 17 April 2025 12:59 To: development@qt-project.org Subject: Re: [Development] download.qt.io partially down Hi, On 17/04/2025 12:51, Axel Spoerl via Development wrote: >

[Development] download.qt.io partially down

2025-04-17 Thread Axel Spoerl via Development
Hi all, the opensource download site http://download.qt.iois partially down due to traffic overload. Intermittent outages can be regional. We outages reported from Berlin and Boston, while the site was reachable from Oslo. Commercial downloads from https://account.qt.io/s/downloads#work without

Re: [Development] Qt 6.8.2 security vulnerability when cloning Qt from github.com

2025-02-05 Thread Axel Spoerl via Development
Hi Benjamin, following up on my previous email: The issue has been fixed with https://codereview.qt-project.org/c/qt/qttools/+/622360 The change was cherry picked to 6.9 and 6.8. It will be available in the next patch releases. Thanks again for spotting and reporting. Brgds Axel ___

Re: [Development] Qt 6.8.2 security vulnerability when cloning Qt from github.com

2025-02-03 Thread Axel Spoerl via Development
Hi Benjamin, thanks for flagging this. It's a valid issue, which we shall address swiftly. Your assessment is correct: While just annoying at this stage, there is a potential security risk. We shall track progress in https://bugreports.qt.io/browse/QTBUG-133397. Once a solution is in place, we'll

[Development] Adding QUIP24 - Blacklisting flaky tests

2024-12-27 Thread Axel Spoerl via Development
Hi everyone, hopefully you have all had a merry Christmas and the year 2024 is gracefully moving towards new year's eve. I would like to draw your attention to https://codereview.qt-project.org/c/meta/quips/+/597911 The commit adds QUIP 24, which is about blacklisting flaky tests. @Edward Welbo

Re: [Development] Nominating Wladimir Leuschner as an approver for the Qt project

2024-12-10 Thread Axel Spoerl via Development
Have colaborated with Wladimir and reviewed some of his patches. Impressive work! +1 From: Development on behalf of Oliver Wolff via Development Sent: Monday, 9 December 2024 09:17 To: development@qt-project.org Subject: [Development] Nominating Wladimir Leuschn

[Development] Qt 6.9 Feature Freeze Exception: Export symbols in QTestGui namespace

2024-12-10 Thread Axel Spoerl via Development
Hi all, I hereby request a feature freeze exception for exporting symbols in the QTestGui namespace. (seehttps://codereview.qt-project.org/c/qt/qtbase/+/610419) Thanks Axel -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] HEADS-UP: Branching from 'dev' to '6.9' done & Qt 6.9 Feature Freeze is in effect

2024-12-09 Thread Axel Spoerl via Development
+1 From: Development on behalf of Tor Arne Vestbø via Development Sent: Monday, 9 December 2024 10:47 To: Volker Hilsheimer Cc: development@qt-project.org Subject: Re: [Development] HEADS-UP: Branching from 'dev' to '6.9' done & Qt 6.9 Feature Freeze is in eff

Re: [Development] Nominating Oliver Eftevaag as maintainer of Qt Quick Dialogs

2024-12-03 Thread Axel Spoerl via Development
+1 - Axel From: Development on behalf of Eirik Aavitsland via Development Sent: Tuesday, 3 December 2024 14:38 To: development@qt-project.org Subject: Re: [Development] Nominating Oliver Eftevaag as maintainer of Qt Quick Dialogs +1 - Eirik Aa. On 11/29/24 2

Re: [Development] Qt Multimedia maintainership

2024-10-28 Thread Axel Spoerl via Development
A big hand for Lars, and a warm +1 for Artem. From: Development on behalf of Lorn Potter Sent: Monday, 28 October 2024 00:38 To: development@qt-project.org Subject: Re: [Development] Qt Multimedia maintainership +1 On 23/10/24 17:31, Lars Knoll via Development

Re: [Development] Proposal to retain \since version information in Qt Documentation

2024-09-26 Thread Axel Spoerl via Development
Hi Paul, Christian, all, Good arguments count, better arguments win. +1 to keep \since 4.x as historic landmarks, and clarify rules for it. Thanks for the discussion. Cheers Axel > On 26 Sep 2024, at 08:45, Paul Wicking wrote: > >  >> On 24 Sep 2024, at 22:37, Axel Spoerl

Re: [Development] Proposal to retain \since version information in Qt Documentation

2024-09-24 Thread Axel Spoerl via Development
Some thoughts to add: - I can’t seem to find any pattern / rules as to when a \since tag was added in the past. Some APIs have a \since 4.x tag, some have nothing at all. Putting effort into regulating the removal of something, that has been added in an unregulated way, is totally OK if it’s a

Re: [Development] Why does QFlag exist? (Not QFlags)

2024-09-19 Thread Axel Spoerl via Development
QFlag, a thin wrapper around an int, is a helper class used for QFlags. It should not be used in applications at all. (https://doc.qt.io/qt-6/qflag.html#details) If you have specific questions / issues porting Krita to Qt 6, feel free to use https://forum.qt.io, submit a bugreport or ask here. A

Re: [Development] (Bikeshed, pedantic) East constexpr vs West constexpr

2024-09-18 Thread Axel Spoerl via Development
static constexpr inline ...sounds right, anything else sounds wrong to me. Von: Development im Auftrag von Thiago Macieira Gesendet: Mittwoch, 18. September 2024 17:18 An: development@qt-project.org Betreff: [Development] (Bikeshed, pedantic) East constexpr vs W

Re: [Development] Let's drop MSVC 2019 for dev (6.9) (was: 6.9)

2024-09-01 Thread Axel Spoerl via Development
+1. Let’s drop it. > On 1 Sep 2024, at 17:50, Thiago Macieira wrote: > > On Saturday 31 August 2024 08:26:06 GMT-7 Thiago Macieira wrote: >> You can now choose: 64-bit QFlags or MSVC 2019. I don't think it's worth >> keeping compatibility with the old moc way of doing things for a now 5-year-

[Development] Using string literals in autotests

2024-03-28 Thread Axel Spoerl via Development
Hi, is there any documentation, blog post, wiki page, other source or guideline about usage of string literals in autotests? More specifically: The line QString ("I love QLatin1StringView"); ...triggers 'QString' is deprecated: Use fromUtf8, QStringLiteral, or QLatin1StringView. QString has b

Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Axel Spoerl via Development
+1 Von: Development im Auftrag von Tor Arne Vestbø via Development Gesendet: Donnerstag, 14. März 2024 10:06 An: development Betreff: [Development] Nominating Jøger Hansegård for approver rights Hi, I would like to nominate Jøger Hansegård for approver rights

[Development] Nominating Dr. Máté Barany as an approver for the Qt project

2024-03-06 Thread Axel Spoerl via Development
Dear Colleagues, I hereby nominate Dr. Máté Barany as an approver for the Qt project. Máté has been a valuable contributor and reviewer, providing sound code, guidance and input. As a reference, see his dashboard here:https://codereview.qt-project.org/dashboard/1010490 I fully trust his advice,

Re: [Development] Nominating Matthias Rauter for approval status

2024-01-30 Thread Axel Spoerl via Development
+1 On 30 Jan 2024, at 13:15, Paul Tvete via Development wrote:  Hi, I would like to nominate Matthias Rauter as an approver for the Qt Project. Matthias has been working on Qt for more than a year now. In this time, he has done great work on Qt Location and Qt SVG, among other. I have had t

Re: [Development] Stepping down as Android maintainer

2024-01-08 Thread Axel Spoerl via Development
+1 for Assam - it's great working with you! Von: Development im Auftrag von Mårten Nordheim via Development Gesendet: Montag, 8. Januar 2024 10:47 An: Fabian Kosmale ; development@qt-project.org ; BogDan Vatra ; Przemysław Nogaj Betreff: Re: [Development] Step

Re: [Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-10-07 Thread Axel Spoerl via Development
Hi, just ran the configure command without any issues on 6.2.9 / mingw64. Which submodules are you using? Is the build tree clean? Is there a specific reason for using -developer-build in release mode? Does a simple ../../configure (without arguments) work? Have you tested 6.5 / 6.6 as well? I sugg

Re: [Development] QAbstractItemModel's meta-object got changed in QtQuick

2023-08-15 Thread Axel Spoerl via Development
Hi Songziming, Thanks for sharing. The file system model is stack allocated after the application and the qml engine. So it’s deleted before them, when main() goes out of scope. The QML engine shutdown still finds a (stale) QObject and tries to disconnect signals from it, hence the warnings. A

Re: [Development] QAbstractItemModel's meta-object got changed in QtQuick

2023-08-14 Thread Axel Spoerl via Development
Hi, The meta object doesn’t change during execution. The messages probably mean, that upon app close, the custom class (inheriting from QObject) is already deleted. Only a QObject is left, which is what className() correctly reports. Maybe throw a qDebug() in the custom class destructor, to che

Re: [Development] Can't get review for more than two years

2023-06-29 Thread Axel Spoerl via Development
Hi Ilya, I had a look at the patch and commented it. IMHO it raises a valid point, but it can't be landed like this. Suggest to file a suggestion in https://bugreports.qt.io, to document in more detail what this is about. Cheers Axel Von: Development im Auftrag vo

Re: [Development] Nominating Santhosh Kumar Selvaraj for approver rights

2023-06-20 Thread Axel Spoerl via Development
+1 Santhosh is a highly experienced software engineer, a very good reviewer and I trust he will add value as an approver. Disclaimer: Santhosh and I are office roommates. On 20 Jun 2023, at 21:26, Shawn Rutledge via Development wrote:  +1 On 20 Jun 2023, at 20:55, Jan-Arve Sæther via Develop

Re: [Development] Nominating Artem Dyomin as Approver

2023-05-29 Thread Axel Spoerl via Development
+1 Von: Development im Auftrag von Lars Knoll Gesendet: Samstag, 27. Mai 2023 17:41 An: Qt development mailing list Betreff: [Development] Nominating Artem Dyomin as Approver Hi all, I’d like to nominate Artem Dyomin for approver rights in Qt. Artem has been

Re: [Development] Nominating Konrad Kujawa as approver

2023-05-24 Thread Axel Spoerl via Development
+1 On 24 May 2023, at 12:32, Alexey Edelev via Development wrote:  Hello everyone, I would like to nominate Konrad Kujawa for approver rights in the Qt project. Konrad is a member of the Qt Core team, and has been mainly working on QtGrpc among other contributions to qtbase, qthttpserver, qt

Re: [Development] Nominating Edward Welbourne as QLocale / date/time maintainer

2023-05-04 Thread Axel Spoerl via Development
A very warm and happy +1 Von: Development im Auftrag von Marc Mutz via Development Gesendet: Donnerstag, 4. Mai 2023 12:10 An: development@qt-project.org Betreff: [Development] Nominating Edward Welbourne as QLocale / date/time maintainer Hi, I'd like to nomi

Re: [Development] API style guide: scoped enum or not?

2023-05-03 Thread Axel Spoerl via Development
+1 for every new enum added being an enum class. Exceptions to be approved here case by case. > On 3 May 2023, at 18:42, Giuseppe D'Angelo via Development > wrote: > > Il 02/05/23 10:58, Volker Hilsheimer via Development ha scritto: >> During the header review, but also in API discussions le

[Development] KDE ColorScheme change notifications on DBus

2023-04-25 Thread Axel Spoerl via Development
Good morning, this is a call to KDE experts on this line. In order to react to KDE color scheme changes, Qt listens to DBus for changes (under more) of the keys * "ColorScheme" in org.kde.kdeglobals.General * "widgetStyle" in org.kde.kdeglobals.KDE A DBus signal correctly received and

Re: [Development] Nominating Amir Masoud Abdol as approver

2023-03-30 Thread Axel Spoerl via Development
+1 Von: Development im Auftrag von Alexandru Croitor via Development Gesendet: Mittwoch, 29. März 2023 15:31 An: Qt development mailing list Betreff: [Development] Nominating Amir Masoud Abdol as approver Hi, I would like to nominate Amir Masoud Abdol for appr

Re: [Development] who can fix this bug?

2023-03-01 Thread Axel Spoerl via Development
The traces posted don't say much. Check the syslog in /var/log/messages and / or the output of journalctl Update the bug report, especially if you find lines containing: qt.qpa.xcb: QXcbConnection: XCB error... Von: Development im Auftrag von Thiago Macieira G

Re: [Development] Resizing borders for dock widgets

2023-02-18 Thread Axel Spoerl via Development
Hi David, The margin for recognizing a mouse resize is handled by the window manager, hence not controlled by Qt. Since a QDockWidget is a window of its own and not embedded in a main window, the margins for resize handling are a little smaller than otherwise (at least for Linux, not sure for oth

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-30 Thread Axel Spoerl via Development
+1 QtSpeech will not work on all platforms without Qt Multimedia, so this dependency makes sense IMO. Von: Development im Auftrag von Volker Hilsheimer via Development Gesendet: Montag, 30. Januar 2023 16:45 An: Kai Köhne Cc: development@qt-project.org Betreff

Re: [Development] Longstanding bug in Qt with Arabic language

2023-01-19 Thread Axel Spoerl via Development
Hi Muhammed, thanks for pointing this issue out. I will look into it and report back on QTBUG-93371 in the course of next week. Brgds Axel Von: Development im Auftrag von Muhammed Hanny Sabbagh via Development Gesendet: Freitag, 20. Januar 2023 08:21 An: Developm

Re: [Development] Nominating Axel Spoerl as approver

2023-01-02 Thread Axel Spoerl via Development
Happy new year and thanks to all - it's an honor! I'll use my privileges thoroughly and responsibly. Axel Von: Development im Auftrag von Alex Blasche via Development Gesendet: Montag, 2. Januar 2023 09:34 An: development@qt-project.org Betreff: Re: [Development

Re: [Development] How to modify the "Full Name" of Jira?

2022-12-26 Thread Axel Spoerl via Development
Hi, thanks for reaching out. Processing might take a few days longer than usual due to Christmas bank holidays. Cheers Axel Von: Development im Auftrag von JiDe Zhang Gesendet: Montag, 26. Dezember 2022 03:11 An: Qt邮件列表 Betreff: Re: [Development] How to modify

Re: [Development] Nominating Mikołaj Boć as approver

2022-12-21 Thread Axel Spoerl via Development
+1 Von: Development im Auftrag von Paul Wicking via Development Gesendet: Mittwoch, 21. Dezember 2022 16:09 An: Morten Sørvig Cc: development@qt-project.org Betreff: Re: [Development] Nominating Mikołaj Boć as approver +1 On 21 Dec 2022, at 15:42, Morten Sørv

Re: [Development] Nominating Mårten Nordheim and Timur Pocheptsov as new co-maintainers of Qt WebSocket

2022-11-30 Thread Axel Spoerl via Development
+1 And I’d like to nominate Mårten Nordheim and Timur Pocheptsov as co-maintainers. I’ve confirmed with them, and they would be ok with extending their existing co-maintainership of Qt Network to that module as well. ___ Development mailing list Dev