Re: [Development] The QT_SCREEN_SCALE_FACTORS rounding problem is still annoyingly valid

2023-01-25 Thread Ilya Fedin
Forgot to mention: this wasn't a problem until Qt 6 as the application was using the Qt::AA_DisableHighDpiScaling that was disabling reading this variable in Qt 5. So it's kind of regression. ___ Development mailing list Development@qt-project.org https:/

[Development] The QT_SCREEN_SCALE_FACTORS rounding problem is still annoyingly valid

2023-01-25 Thread Ilya Fedin
This is a follow-up to the thread I started a year ago. The fix was momentally reverted back then leading to me patching Qt all that time. I still get reports from users using distribution packages as I obviously can't patch their Qt. The application is just unusable for those users using KDE's fra

Re: [Development] first (was: Re: C++20 @ Qt)

2023-01-25 Thread Simon Platten
Qt is a multi-platform library available for various platforms and languages. Kind Regards, Simon Platten sim...@syberdynesystems.co .uk Syberdyne Systems Ltd, Latona House, Station Road, Cantley, Norwich, Norfolk, NR13 3SQ VAT no. 426 9208 85, Tel: +44

Re: [Development] first (was: Re: C++20 @ Qt)

2023-01-25 Thread Alvin Wong via Development
On 25/1/2023 0:03, Thiago Macieira wrote: On Tuesday, 24 January 2023 00:44:37 PST Marc Mutz via Development wrote: On 23.01.23 23:57, Thiago Macieira wrote: static_assert(sizeof(std::chrono::milliseconds::rep) == 8); Why == and not >=? I think we'd want to know if that happened, because a l