[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

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

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

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]

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

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.

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

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

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

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,

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

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

[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

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

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

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

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:

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:

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

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