Plaristote

Results 41 comments of Plaristote

Just merged the default property commit. The test I wrote earlier now passes. It works ! This broke compatibility with older versions for both qmlweb and qmlweb-parser. I tagged a...

Merged XmlListModel, with updates to match the Qt6 documentation, patches to add qrc:// scheme support, and well... making things work, because the XMLHttpRequest usage was completely wrong (it made me...

Hey ! I rewrote the validators not long ago, and this code now works correctly. However, the RegExpValidator specifically is pretty hard to implement. More details at: https://github.com/Plaristote/qmlweb/blob/controls2/tests/QtQuick/RegExpValidator.js and: https://doc.qt.io/qt-6/qregularexpressionvalidator.html...

Quick question. In the tests' `common.js`, why does `loadQmlFile` return a dom element instead of a qml object ? From the dom element, we can't access much. From the qml...

I don't have any opinion on this yet. I do agree that being part of the KDE community has great advantages. And I agree that we need to stay close...

That's what I was thinking. We should move to KDE's infrastructure, and keep the github as a mirror. But I'm a bit reserved about the issues and pull-requests that we...

Seems like the http-server is meant to be used. I haven't been active on this project for a while, but back in my days, we used to have a way...

This has stalled long enough ! Unless someone else objects, I'll take care of splitting that PR in the next days. EDIT: Looks like this is so old that the...

> The possible way to avoid that would be to provide an implementation of some C++ Qt classes that are most often used for integration with QML, integrate those with...

Shouldn't we use git submodules instead of a script ?