aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-183-0/+75
* Revert "Temporarily blacklist importsPath change on Windows"Simon Hausmann2016-05-021-2/+0
* Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-012-0/+25
* Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-202-0/+14
* Occasionally trim the type cacheUlf Hermann2016-04-192-0/+38
* Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-0/+15
* Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-1121-19/+144
* Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-291-0/+0
* Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-249-1/+94
* Validate Binding only when it is enabledNikita Krupenko2016-02-243-0/+54
* Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+26
* QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-0/+18
* Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-274-0/+39
* Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-0/+20
* Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-237-0/+37
* Clean up QV4DataCollectorUlf Hermann2016-01-221-1/+18
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-221-65/+73
* qmlplugindump test: added check.Marco Benelli2016-01-181-0/+1
* Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-042-0/+108
* qml: preserve composite singleton types.Marco Benelli2015-12-173-0/+23
* Fix test casesLars Knoll2015-12-013-4/+4
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-032-0/+53
* QML: Fix typeof context property.Erik Verbruggen2015-10-272-0/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-269-1/+126
|\
| * qmllint: Add unit-testsSérgio Martins2015-10-259-1/+123
* | QmlDebug: Add a debug service for use with native debuggershjk2015-10-163-1/+134
* | Only set V4 debugger when service is enabledUlf Hermann2015-10-151-0/+3
* | Don't delete singletons objects owned by C++.BogDan Vatra2015-10-153-0/+36
* | Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-0/+10
* | QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-40/+44
* | Provide a threaded TestHTTPServerUlf Hermann2015-10-143-24/+8
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-1313-23/+29
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-094-0/+28
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* | Purge spurious execute permissions.Edward Welbourne2015-09-3084-0/+0
* | Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-0/+2
* | Add extension API to QJSEngineMitch Curtis2015-09-251-3/+116
* | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-253-0/+39
* | Improve warning for QtQml.BindingTobias Koenig2015-09-243-0/+58
* | Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-232-0/+32
* | Make QML composite types inherit enumsJ-P Nurmi2015-09-215-0/+40
* | Implement QQmlListModel::setData()Tobias Koenig2015-09-141-0/+31
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Temporarily blacklist importsPath change on Windowsv5.6.0-alpha1Simon Hausmann2015-09-031-0/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-022-0/+60
|\|
| * Don't consider QLocale a value type.Mitch Curtis2015-09-022-0/+60
* | XHR: Server side errors are not network errorsJulien Brianceau2015-08-272-0/+4
* | Fix autotestLars Knoll2015-08-251-7/+5
* | Fix use of function expressions with signal handlersSimon Hausmann2015-08-242-0/+17