aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* | Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-6/+13
* | Clean up data format for V4 debug connectionUlf Hermann2015-08-191-12/+6
* | Fix test caseLars Knoll2015-08-181-2/+3
* | Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-187-1/+258
|\|
| * Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
| * Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-136-125/+161
* | Move DataCollector into debugger pluginUlf Hermann2015-08-102-15/+33
* | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-30/+34
* | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-131/+162
* | Don't call the test method assertLars Knoll2015-08-091-2/+2
* | Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* | Periodically flush profiling data to client.Ulf Hermann2015-08-043-2/+38
* | Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-313-10/+2
* | Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-304-97/+59