aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QQmlScriptString opaque.Michael Brasser2012-08-034-11/+54
* Skip failing testBea Lam2012-08-021-0/+4
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0177-0/+77
* Skip tst_qquickfolderlistmodel::changeDrive()Bea Lam2012-08-011-0/+1
* Fix folder list model when changing drives on Windows.Glenn Watson2012-07-311-0/+52
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-3141-2/+939
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-1/+1
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-271-0/+43
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-275-18/+62
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-2511-11/+9
* Remove QListModelInterface.Andrew den Exter2012-07-252-62/+44
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-0/+87
* Update var property to null on object deletionMatthew Vogt2012-07-205-0/+193