[Development] Fixing the 6.5 build when cross-compiling (missing Qt6::qtprotobufgen)

2022-12-22 Thread Morten Sørvig via Development
Hi, I’m running into a configure error for a top-level Qt 6.5 wasm build. I use “init-repository --module-subset=all” to check out the Qt modules. The host system does not have protobuf installed, which configure warns me about during the host tools build (this is fine): -- Configuring

[Development] Qt for WebAssembly feature freeze exceptions

2022-12-13 Thread Morten Sørvig via Development
Hi all, We have two pending changes for the wasm platform which I'd like to request a feature freeze exception for: * Adding the initial accessibility backend. This feature will initially be opt-in, and we are aiming to make it as non-disruptive as possible. A couple of

[Development] Nominating Mikołaj Boć as approver

2022-12-21 Thread Morten Sørvig via Development
Hi, I’d like to nominate Mikołaj Boć as an approver for the Qt project. Mikołaj joined the Qt Company earlier this year and hit the ground running. He has contributed features and many bug fixes for the Qt for WebAssembly platform integration, as well as bug fixes for other parts of Qt. I

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

2022-12-21 Thread Morten Sørvig via Development
ect.org/q/reviewer:Mikolaj.Boc%40qt.io> (copy/paste error on my part :) Morten On 21 Dec 2022, at 15:21, Morten Sørvig via Development mailto:development@qt-project.org>> wrote: Hi, I’d like to nominate Mikołaj Boć as an approver for the Qt project. Mikołaj joined the Qt Company earlier this year

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

2023-01-27 Thread Morten Sørvig via Development
> On 25 Jan 2023, at 14:39, Ilya Fedin wrote: > > > 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.

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

2023-02-15 Thread Morten Sørvig via Development
On 27 Jan 2023, at 18:04, Ilya Fedin wrote: My patch doesn't modify setScreenFactor, so the rounding is applied only to the variable value (and to the property on QScreen object, as it's the only remaining source without rounding in QHighDpiScaling::screenSubfactor), so the programmatic

[Development] Nominating Piotr Wierciński for approval status

2024-02-08 Thread Morten Sørvig via Development
I would like to nominate Piotr Wierciński for approver rights in the Qt project. Piotr joined the Qt company early 2013 and has since then contributed to Qt for WebAssembly. This includes many bugfixes and also larger efforts such as getting tests running in the CI system. Piotr is a pleasure

Re: [Development] Trouble getting reviews in months and years

2024-04-16 Thread Morten Sørvig via Development
On Apr 12, 2024, at 11:51, Ilya Fedin wrote: On Thu, 11 Apr 2024 10:53:07 + Morten Sørvig wrote: - Should Qt read Gdk settings? Should the XCB platform plugin read Gdk settings? The current approach is that we stick to X11-level settings, at least as far as DPI is concerned. I hope the

Re: [Development] Trouble getting reviews in months and years

2024-04-11 Thread Morten Sørvig via Development
Hello Ilya! > On Apr 9, 2024, at 00:17, Ilya Fedin wrote: > > > 2. https://codereview.qt-project.org/c/qt/qtbase/+/444859 which is 1.5 > years old and no review > This one could be candidate for discussion on the mailing list. There are two issues: - Should Qt read Gdk settings? Should the