aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Restart a drag when the item canvas changes.Andrew den Exter2012-06-063-4/+135
* Make sure we relayout on height change when onLineLaidOut is usedYann Bodson2012-06-062-0/+82
* Do not lose timestamps in mouse press eventsLaszlo Agocs2012-06-051-7/+7
* tst_qquickgridview: further increase test timeoutRohan McGovern2012-06-051-1/+1
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-058-16/+46
* Ensure the cursor delegate position is updated on text changes.Andrew den Exter2012-06-058-3/+43
* Fix unstable test_paint test caseCharles Yin2012-06-052-3/+5
* Fix canvas item drawImage bug with FBO render targetCharles Yin2012-06-051-1/+13
* Skip tst_complete test in qquickanimationcontrollerBea Lam2012-06-011-1/+3
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Clearing a view didn't reset content size.Martin Jones2012-05-312-0/+19
* Reset the PathView currentIndex to 0 when all items are removed.Andrew den Exter2012-05-311-50/+93
* Fix lineHeight test for QQuickTextJiang Jiang2012-05-301-1/+1
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-293-0/+3
* 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 CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-284-0/+4
* 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
* 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
* Add an v8 object template for visual data model change sets.Andrew den Exter2012-05-251-1/+0
* Reenable QQuickTextEdit::delegateLoading for Mac OS XGunnar Sletta2012-05-241-3/+0
* Remove duplicated doc files and imagesBea Lam2012-05-241-7/+12
* Don't construct VisualDataModel attached properties unless requested.Andrew den Exter2012-05-242-0/+45
* Introduce a new constructor to QQuickViewCharles Yin2012-05-231-0/+38
* Add unit tests for SVG pathCharles Yin2012-05-231-0/+57
* 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-228-12/+0
* Fix crash in QQuickVisualDataModel test.Andrew den Exter2012-05-211-2/+2
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-211-2/+4
* Remove QSKIP from test.Andrew den Exter2012-05-181-1/+0
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-182-0/+152
* Skip failing test.Andrew den Exter2012-05-171-4/+1
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-172-0/+102
* Removed CONFIG+=parallel_test from parallel-unsafe testsRohan McGovern2012-05-142-4/+0
* PathView was moving view too soon on dragMartin Jones2012-05-141-0/+5
* Avoid accessing sprites until they finish loadingAlan Alpert2012-05-142-0/+87
* End the deprecation period of SpriteImageAlan Alpert2012-05-145-237/+0
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-142-0/+67
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-144-31/+75
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-146-3/+25
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-111-3/+22
* Don't use QtDeclarative compat moduleKent Hansen2012-05-112-2/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-113-3/+16