Re: [Development] QProperty and when evaluation occurs

2020-08-10 Thread Jason H
I'm still trying to wrap my head around this proposal and I'm skeptical that it can be done at all. I think there are two occasions where evaluation must be instant. The first is if your write property handler has any emits in it, and the second is if there are any other properties that

Re: [Development] qmake: qmltest missing in Qt6

2020-08-10 Thread Arno Rehn
On 10.08.20 11:29, Alexandru Croitor wrote: On 9. Aug 2020, at 19:57, Arno Rehn wrote: I'm trying to port over qtwebchannel from qmake to CMake, so we can hopefully include it in Qt 6.1 again. The problem is that I can't get the unit tests going with the old qmake system against current qt6

[Development] ChangeLog script will need adaptation to cherry-pick model

2020-08-10 Thread Thiago Macieira
I've just noticed this and it'll be relevant for the 6.0 release: the ChangeLog script currently excludes the previous releases' commits simply because they aren't produced in the git log / rev-list output. Because we switched to cherry-pick model, the commits are now different and will not be

Re: [Development] ChangeLog script will need adaptation to cherry-pick model

2020-08-10 Thread Jani Heikkinen
> -Original Message- > From: Development On Behalf Of > Thiago Macieira > Sent: maanantai 10. elokuuta 2020 20.33 > To: development@qt-project.org > Subject: [Development] ChangeLog script will need adaptation to cherry-pick > model > > I've just noticed this and it'll be relevant for

Re: [Development] qmake: qmltest missing in Qt6

2020-08-10 Thread Alexandru Croitor
> On 9. Aug 2020, at 19:57, Arno Rehn wrote: > > Hey everybody, Hi, > > I'm trying to port over qtwebchannel from qmake to CMake, so we can > hopefully include it in Qt 6.1 again. The problem is that I can't get > the unit tests going with the old qmake system against current qt6 dev. I'd

Re: [Development] qmake: qmltest missing in Qt6

2020-08-10 Thread Mitch Curtis
> -Original Message- > From: Development On Behalf Of > Arno Rehn > Sent: Sunday, 9 August 2020 7:58 PM > To: development@qt-project.org > Subject: [Development] qmake: qmltest missing in Qt6 > > Hey everybody, > > I'm trying to port over qtwebchannel from qmake to CMake, so we can >