Re: [Development] format-like tr()

2024-10-25 Thread David C. Partridge
While I applaud the thought of using std::format where appropriate, I can't see what converting the existing tr() mechanism to that will gain Qt Development or Qt Users David -Original Message- From: Development On Behalf Of Thiago Macieira Sent: 24 October 2024 18:13 To: development@

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

2024-09-24 Thread David C. Partridge
While I am not a member of the Qt development group, as a user of Qt, I would support the proposals that Paul made to *not* remove /since Regards David Partridge -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Are char literals L1 or U8 in Qt?

2024-06-12 Thread David C. Partridge
the > 1 byte issue... D. -Original Message- From: Giuseppe D'Angelo Sent: 12 June 2024 10:02 To: Edward Welbourne ; David C. Partridge ; development@qt-project.org Subject: Re: [Development] Are char literals L1 or U8 in Qt? On 12/06/2024 10:51, Edward Welbourne wrote: > I'll trus

Re: [Development] Are char literals L1 or U8 in Qt?

2024-06-12 Thread David C. Partridge
nt@qt-project.org Subject: Re: [Development] Are char literals L1 or U8 in Qt? Il 11/06/24 11:36, David C. Partridge ha scritto: > Anyone iterating bytewise over a char[] in UTF-8 has also got serious > bugs given that a UTF-8 "graphic character" can be up to 8 bytes > (national

Re: [Development] Are char literals L1 or U8 in Qt?

2024-06-11 Thread David C. Partridge
Anyone iterating bytewise over a char[] in UTF-8 has also got serious bugs given that a UTF-8 "graphic character" can be up to 8 bytes (national flags comprise two UTF-8 code points). David -Original Message- From: Development On Behalf Of Thiago Macieira Sent: 10 June 2024 22:14 To:

Re: [Development] [EXTERNAL EMAIL] Re: Removing Qt 3D from release configuration in dev branch

2024-04-08 Thread David C. Partridge
I agree 100% with the sentiments below and in other emails to this list. I'm not impacted by Qt3D, but as a user of Qt Widgets primarily, I'm starting to worry that this too might get pulled or left to rot on the vine rather than being extended and enhanced - we've put a lot of effort re-writing

Re: [Development] Raising the minimum to C++20

2024-02-09 Thread David C. Partridge
As a Qt user I am 100% with the sentiments expressed below by Volker. Qt should not require users to build with C++20 until or unless it has a compelling reason to do so. Allowing users to use C++20 or C++23 is a different question. David Partridge From: Development On Behalf Of Vol

[Development] Cross platform replacement for QWinTaskbarProgress

2023-03-26 Thread David C. Partridge
Is there any news on when we might hope to see this? Cheers, David Please click here to support DeepSkyStacker development -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Resizing borders for dock widgets

2023-02-18 Thread David C. Partridge
When a dock widget is undocked (at least when using the "Fusion" style), the resizing border is very small (perhaps only 1 pixel). This means it can the tricky to resize it on hi-res monitors. Can this be changed please? Cheers, David -- Development mailing list Development@qt-proje

[Development] Bug in either moc or VS Tools

2020-05-14 Thread David C. Partridge
I'm not sure whether this problem is caused by a bug in moc, or a bug in VS Tools. Problem description is here: David ___ Development mailing list Development@qt-project.o

[Development] Configuring Qt VS Tools to auto generate .qm files from .ts files

2020-05-13 Thread David C. Partridge
I posted a question about this here: and was directed here when I didn't get an answer there. I wanted Qt VS Tools to automatically build .ts files (ideally in a defined location such as ".\GeneratedFiles\i18n"). What I can