aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* doc: fix some typos in .qml filesSergio Ahumada2012-09-078-8/+8
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-292-2/+1
* Only test qtdeclarative examples for naming conventionAlan Alpert2012-08-291-3/+10
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Console API: Print JS objectAurindam Jana2012-08-282-5/+7
* Add cacheItemCount property to PathViewMartin Jones2012-08-282-1/+84
* Refactor singleton type registration codeChris Adams2012-08-2812-106/+138
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-1/+0
* 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
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-0/+30
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-249-24/+149
* Increase test coverage for V4Matthew Vogt2012-08-2312-21/+506
* Port away from qWaitForWindowShown.Stephen Kelly2012-08-222-3/+3
* 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
* Stabilize QQuickWindow tests a bitGunnar Sletta2012-08-173-32/+36
* Fix crash in signal change notification overrideChris Adams2012-08-1613-0/+214
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-162-11/+13
* Fix build with QT_NO_ACCESSIBILITY.Frederik Gladhorn2012-08-131-1/+1
* Only build accessibility test when a11y is enabled.Frederik Gladhorn2012-08-131-0/+2
* 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-0859-239/+438
* 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
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-062-0/+106
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-062-0/+138
* Don't use compatibility headersPaul Olav Tvete2012-08-037-7/+7
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-031-338/+1039
* Make QQmlScriptString opaque.Michael Brasser2012-08-035-18/+62
* Skip failing testBea Lam2012-08-021-0/+4
* Add tests for writing to model role properties.Andrew den Exter2012-08-021-0/+31
* Test the VisualDataModel hasModelChildren propertyAndrew den Exter2012-08-022-1/+54
* Add tests for VisualDataModel watched roles.Andrew den Exter2012-08-022-0/+92
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-025-88/+309
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01178-0/+178
* Add includes for QWindowSystemInterfacePaul Olav Tvete2012-08-016-0/+6
* Skip tst_qquickfolderlistmodel::changeDrive()Bea Lam2012-08-011-0/+1
* Refactor context2d thread logicCharles Yin2012-07-313-14/+14
* Fix folder list model when changing drives on Windows.Glenn Watson2012-07-311-0/+52
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-3144-4/+948
* Some autotests which failed on OSX don't fail anymore; others doBea Lam2012-07-301-20/+16