qtdeclarative/tests/auto
Ulf Hermann d2fd8010d3 Support QRegularExpression on the same level as QRegExp
QRegularExpression is the recommended way to do regular expressions
nowadays. Support assignment of JavaScript regular expressions to
QRegularExpression properties of QObjects and the other way around.
QJSValue::toVariant() will create a QRegularExpression from a JavaScript
RegExp by default now.

[ChangeLog][QtQml][Important Behavior Changes] QRegularExpression is now
supported the same way QRegExp is in QML. QJSValue::toVariant() creates
a QRegularExpression variant rather than a QRegExp one from a JavaScript
regular expression now.

Fixes: QTBUG-73429
Change-Id: I301a02771cd17903406c2bc5c7aaeca6cce629f0
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-03-20 08:05:04 +00:00
..
bic Add binary compatibility files for 5.12 for QtDeclarative 2018-12-20 08:37:05 +00:00
cmake CMake: Don't handle empty resource files 2018-12-17 13:28:56 +00:00
guiapplauncher Move demos to qtdoc repository 2018-07-12 20:23:24 +00:00
installed_cmake
particles Merge remote-tracking branch 'origin/5.10' into dev 2018-02-02 15:59:32 +01:00
qml Support QRegularExpression on the same level as QRegExp 2019-03-20 08:05:04 +00:00
qmldevtools
qmltest Skip shadersource-dynamic-shadersource test on XCB platform 2019-01-22 17:21:06 +00:00
qmltest-blacklist
quick Merge remote-tracking branch 'origin/5.13' into dev 2019-03-15 11:20:40 +01:00
quicktest TestCase: add isPolishScheduled() and waitForItemPolished() 2018-12-10 10:45:21 +00:00
quickwidgets Fix a bug where hover events were not sent if the mouse was never moved 2019-03-04 12:39:53 +00:00
shared Make the shared test code independent of QtQml 2018-04-24 19:24:12 +00:00
toolsupport Add initial basic support for ES6 modules 2018-08-09 13:18:39 +00:00
auto.pro