aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for Text(*) default property values and notifiers.Andrew den Exter2012-07-303-8/+409
* Add tests for an object instance as model data.Andrew den Exter2012-07-301-0/+29
* Delete created objects in tests and fix warningsBea Lam2012-07-301-0/+15
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-1/+1
* Stabilize tst_qquickloader test caseMatthew Vogt2012-07-301-14/+22
* Pixmap loader adds images to unreferenced list when cache: falseMartin Jones2012-07-271-1/+56
* 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
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-274-393/+250
* Remove QSKIP from snapOneItem() testBea Lam2012-07-261-5/+0
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-262-0/+176
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Add waitForRendering() function for qmltestCharles Yin2012-07-251-1/+1
* Add tests for QQuickItem::childAt and antialiasing.Andrew den Exter2012-07-251-0/+68
* Fix inconsistent playing / paused property setting and signalsDamian Jansen2012-07-252-3/+71
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-2511-11/+9
* Remove QListModelInterface.Andrew den Exter2012-07-2510-518/+251
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-2414-25/+25
* Fix restoration of cursor position and selection after undo/redo.Andrew den Exter2012-07-241-4/+142
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-0/+87
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-232-11/+32
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-232-1/+119
* Add tests for QQuickPaintedItem.Andrew den Exter2012-07-233-5/+501
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-232-8/+94
* Don't run pinch area test in parallel.Andrew den Exter2012-07-231-2/+0