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: [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

[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] 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] 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