Plaristote
Plaristote
And by the way, don't we have the same issue with 6022424 ? That sounds like something that would be pretty hard to merge (it doesn't seem it would be...
It would, but most of the usages of registerQmlType weren't written like this. Some don't even use a named function. I believe we'll have to rewrite all those call to...
Looks like you've been way further than I did. Pretty sure I didn't do FocusScope, and that's an important piece of that.
To go any further than I already did, I need to merge the property binding changes. It's the biggest part of 2443508. Thing is, it's a really big thing, and...
One of the change that bothers me for instance is the `p` variable. I'd like to better understand why this was done. Then it's all the things about bindings... what...
b3da103 and d7ae5de have been implemented already. Nothing to be done, I'm checking those boxes. I've been trying to find use cases for e30ac75 and came up empty ended. It...
Making progress with 2443508 ! I can see that a lot of stuff from this commit has actually already been merged... But I did manage to implement the custom getter/setter...
Pretty much merged 2443508 at this point. Item no longer relies on signals when updating x, y, z, width, height, implicitWidth, implicitHeight and parent properties, and the changes needed to...
Focus and scopes in be7bb90 do not work as intended. Turns out we still have zero support for that feature. I've spent my afternoon trying to merge this commit, or...
https://github.com/qmlweb/qmlweb/commit/dc4ac1d411ea7e10de45402fc2ddcf1684ab99df Fix positioners: well, it does Fix positioners, but the breaking changes were never merged. HOWEVER there is a very important change here, as to how parent change signals are...