Re: [Development] Regarding QML cache strict version compatibility

2025-03-05 Thread Lars Knoll via Development
> On 5 Mar 2025, at 10:49, Ulf Hermann via Development > wrote: > > Hi, > >> According to `Unit::verifyHeader()` @ `qv4compileddata.cpp`, the version >> needs to strictly match: > > This is a thorny issue. The Qt version check was put in along with a number > of other checks back when they

Re: [Development] QTextFormat::LayoutDirection as a character format property?

2024-11-04 Thread Lars Knoll via Development
Hi, > On 3 Nov 2024, at 11:37, Volker Hilsheimer via Development > wrote: > >> On 31 Oct 2024, at 14:51, Igor Khanin wrote: >> >> Greetings, >> >> I hope this is the right place to post this. I'm looking for advice as well >> as any historical context I can get. >> >> The documentation sta

[Development] Qt Multimedia maintainership

2024-10-23 Thread Lars Knoll via Development
Hi everybody, Over the last year, I found that I do not have the time that is required as a maintainer of Qt Multimedia. Artem Dyomin has been taking over more and more of that work from me over the last two years, becoming the de-facto maintainer of the module. So I think it’s time to adjust

Re: [Development] Moving QDesktopServices from Gui to Core?

2024-05-07 Thread Lars Knoll via Development
> On 7 May 2024, at 19:15, Thiago Macieira wrote: > > On Tuesday 7 May 2024 10:03:21 GMT-7 Thiago Macieira wrote: >> So I want to know of a use-case where all of the following are true: >> * application is GUI-less (i.e., is a background service) >> * application has no GUI counterpart >> * app

Re: [Development] Moving QDesktopServices from Gui to Core?

2024-05-06 Thread Lars Knoll via Development
> On 6 May 2024, at 09:02, Marc Mutz via Development > wrote: > > Hi, > > Juha is currently improving the OAuth implementation in QtNetworkAuth. > The protocol involves launching the system browser to get an access > code, in turn used to get access tokens with which services can then be >

Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-15 Thread Lars Knoll via Development
+1! Lars > On 14 Mar 2024, at 10:06, Tor Arne Vestbø via Development > wrote: > > Hi, > > I would like to nominate Jøger Hansegård for approver rights in the Qt > project. > > Jøger joined The Qt Company 10 months ago and has since then been getting his > hands dirty in Qt Multimedia, and

Re: [Development] QML Rectangle corner radius API for Qt 6.7

2023-12-22 Thread Lars Knoll via Development
> On 22 Dec 2023, at 17:48, Giuseppe D'Angelo via Development > wrote: > > Il 22/12/23 17:08, Pierre-Yves Siret ha scritto: >> I wouldn't want a radii grouped property just because of its name. >> I much prefer writing topLeftRadius: 10 than radii.topLeft: 10. >> The pedantic latin syntax doesn'

Re: [Development] QML Rectangle corner radius API for Qt 6.7

2023-12-22 Thread Lars Knoll via Development
> On 22 Dec 2023, at 13:54, Tor Arne Vestbø via Development > wrote: > >> On 22 Dec 2023, at 13:20, Giuseppe D'Angelo via Development >> wrote: >> >> Il 22/12/23 11:15, André Somers ha scritto: >>> I can see two options. The simplest option is to have a `radii` >>> property, which is a group

Re: [Development] BC/SC in patch releases

2023-08-24 Thread Lars Knoll via Development
> On 24 Aug 2023, at 14:30, Giuseppe D'Angelo via Development > wrote: > > On 22/08/2023 23:27, Marc Mutz via Development wrote: >> We have >> https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B >> for backwards binary compatibility issues and we have >> https://contri

Re: [Development] BC/SC in patch releases (particularly enum additions)

2023-08-23 Thread Lars Knoll via Development
> On 23 Aug 2023, at 11:48, Edward Welbourne via Development > wrote: > > On Tuesday, 22 August 2023 14:27:09 PDT Marc Mutz via Development wrote: I think we should decide what we mean by forward BC and SC and describe it in https://wiki.qt.io/Qt-Version-Compatibility more preci