aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Stabilize tst_qqmltimerAlan Alpert2012-12-011-28/+44
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-4/+5
* Made tst_QQmlDebugJS insignificant on Mac.Janne Anttila2012-11-301-0/+2
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-2941-129/+523
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-262-0/+21
* When declarative debug tests fail in CI, confirm timeout as reasonShawn Rutledge2012-11-081-0/+2
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-053-3/+50
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* Mark failing tests as insignificant.Stephen Kelly2012-10-241-0/+2
* Allow QQmlDebugProcess to be child of other qobjects.Frederik Gladhorn2012-10-237-8/+9
* Allow tests to run despite custom message patterns.Frederik Gladhorn2012-10-231-1/+1
* Change qml list interfaceMarco Bubke2012-10-231-0/+66
* Re-enable tst_QJSEngine::stringObjects testPeter Varga2012-10-191-4/+0
* Temporarily skip tst_QJSEngine::stringObjects testPeter Varga2012-10-181-0/+2
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-0/+2
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Update regex related tests of QJSEnginePeter Varga2012-10-101-15/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23120-2899/+2899
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-147-57/+56
* tst_v4::qtscript(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-131-3/+1
* tst_QJSEngine::jsFutureReservedWords(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-121-1/+10
* QtQml tests: remove QSKIP -> wrap within !QTEST_CROSS_COMPILED guardsJ-P Nurmi2012-09-072-14/+12
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Updated tst_QJSEngineJ-P Nurmi2012-09-071-9/+5
* Wrap tst_qqmllocale::timeZoneUpdated() within Q_OS_UNIX to remove QSKIPJ-P Nurmi2012-09-071-19/+20
* doc: fix some typos in .qml filesSergio Ahumada2012-09-077-7/+7
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-292-2/+1
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Console API: Print JS objectAurindam Jana2012-08-282-5/+7
* Refactor singleton type registration codeChris Adams2012-08-2812-106/+138
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2711-37/+279
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-243-381/+385
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-249-24/+149
* Increase test coverage for V4Matthew Vogt2012-08-2312-21/+506
* Make connectNotify() work with QMLThomas McGuire2012-08-224-0/+383
* Trim trailing whitespace.Stephen Kelly2012-08-222-34/+34
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-223-27/+36
* Fix crash in signal change notification overrideChris Adams2012-08-1613-0/+214
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-162-11/+13
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-102-0/+206
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Change error messages to reflect new module terminologyChris Adams2012-08-096-15/+107
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-097-2/+202
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-094-24/+34
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0858-232/+431
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-089-1/+159
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-085-2/+183
* Add tests for copying QQuickChangeSets and debug output.Andrew den Exter2012-08-071-0/+61
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-031-338/+1039