aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-293-0/+3
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-295-1/+309
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-292-0/+22
* Fix scaling of svgz images.Andrew den Exter2012-05-292-3/+15
* Update the cursor rectangle when password echo timer expires.Andrew den Exter2012-05-292-0/+17
* Add a test for using files stored as resources.Alan Alpert2012-05-296-0/+110
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2811-0/+11
* Fix flicker when changing ListView currentIndex with VisualItemModel.Andrew den Exter2012-05-282-0/+96
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-286-4/+134
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-284-6/+6
* Flickable containing MultiPointTouchArea is unresponsive following touch.Martin Jones2012-05-282-0/+113
* Fix crash caused by unregistered enum typesChris Adams2012-05-284-4/+65
* Don't override "z" bindings for header and footerBea Lam2012-05-284-0/+112
* Don't deliver drag move events immediately.Andrew den Exter2012-05-252-7/+80
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-251-0/+3
* Add an v8 object template for visual data model change sets.Andrew den Exter2012-05-251-1/+0
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-253-0/+60
* Reenable QQuickTextEdit::delegateLoading for Mac OS XGunnar Sletta2012-05-241-3/+0
* Lazily create QMetaObjectsAaron Kennedy2012-05-2411-10/+55
* Debugger: Removing the deleted objects from objectReferenceHashSimjees Abraham2012-05-241-0/+64
* Make qqmlmoduleplugin tests pass in shadow builds.Andrew den Exter2012-05-2422-5/+62
* Remove duplicated doc files and imagesBea Lam2012-05-241-7/+12
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-2426-24/+1032
* Fix crash in VisualDataModel drag selection example.Andrew den Exter2012-05-241-3/+31
* Don't construct VisualDataModel attached properties unless requested.Andrew den Exter2012-05-242-0/+45
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-5/+2
* Optimize QML type registration.Martin Jones2012-05-231-0/+2
* Introduce a new constructor to QQuickViewCharles Yin2012-05-231-0/+38
* Add unit tests for SVG pathCharles Yin2012-05-231-0/+57
* Removed CONFIG+=parallel_test from suspected parallel-unsafe test [2]Rohan McGovern2012-05-231-2/+0
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-231-0/+43
* Use the default timeout for tryCompareCharles Yin2012-05-232-12/+12
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-221-0/+8
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-2221-36/+0
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-15/+46
* Fix crash in QQuickVisualDataModel test.Andrew den Exter2012-05-211-2/+2
* Ensure repeated compilation does not failMatthew Vogt2012-05-213-0/+56
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-211-2/+4
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-3/+3
* Remove QSKIP from test.Andrew den Exter2012-05-181-1/+0
* Remove unnecessary exportsMatthew Vogt2012-05-181-3/+4
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-182-0/+152
* Optimize type resolutionMartin Jones2012-05-172-1/+16
* Improve composite property type unit testChris Adams2012-05-171-13/+60
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-1762-3/+1874
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-173-0/+56
* Skip failing test.Andrew den Exter2012-05-171-4/+1
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-172-0/+102
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-1610-0/+159
* Fix composite type property supportChris Adams2012-05-164-0/+111