aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-1918-103/+100
* Fix include of QWindowSystemInterface.Stephen Kelly2012-07-191-1/+1
* Add test for large file codepathAlan Alpert2012-07-193-0/+81
* Don't double reference items created following a model reset.Andrew den Exter2012-07-173-0/+87
* QQuickCanvas renamesAlan Alpert2012-07-1743-4014/+4013
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-161-8/+0
* Skip svg related test that is ASSERTing through no fault of declarative.Toby Tomkins2012-07-161-0/+1
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-165-5/+105
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-162-0/+85
* Fix auto test for tiling image.Glenn Watson2012-07-162-2/+1
* Adjust Flickable autotest to check mouse events with transformationAdriano Rezende2012-07-142-0/+91
* Remove unneeded qpa/qwindowsysteminterface.h includesShawn Rutledge2012-07-135-5/+0
* MultiPointTouchArea autotest checks touch events with transformationsAdriano Rezende2012-07-132-0/+87
* Adjust PinchArea autotest to check pinch events with transformationsAdriano Rezende2012-07-132-0/+98
* Fix signal emission for the Image based items when loading.Damian Jansen2012-07-136-21/+381
* Fix TextEdit and TextInput test failures.Andrew den Exter2012-07-132-163/+123
* Update multiple value type properties despite interceptorMatthew Vogt2012-07-132-0/+46
* Re-enable commented out tests.Andrew den Exter2012-07-121-12/+10
* Re-enable tests dependent on QStandardItemModel.Andrew den Exter2012-07-121-21/+4
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-0/+84
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-112-0/+140
* Add tests for instantiating cursor delegates in the Loading state.Andrew den Exter2012-07-117-4/+114
* Remove insignificant flag because test is passing reliably.Toby Tomkins2012-07-111-1/+0
* Specify platform that test is insignificant, has flaky behaviour.Toby Tomkins2012-07-111-1/+1
* Remove superfluous DEFINE no longer used in source code.Toby Tomkins2012-07-111-3/+0
* Stabilize Loader test.Michael Brasser2012-07-101-2/+4
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-098-22/+24
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-3/+5
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-091-0/+260
* Allow all explicit margins to override margins.Andrew den Exter2012-07-062-7/+104
* Use unique port numbers for http servers in auto tests.Andrew den Exter2012-07-057-22/+27
* Fix QQuickApplication::activate test.Andrew den Exter2012-07-051-22/+13
* PathView needs drag events similar to FlickableMartin Jones2012-07-041-0/+40
* Improve wheel event handling.Michael Brasser2012-07-041-2/+5
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+0
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-041-0/+10
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-042-46/+114
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-2/+16
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-042-14/+14
* Remove QSKIP() for polishOnCompleted() testBea Lam2012-07-031-4/+0
* Suppress QWindowSystemInterface inclusion warningsGirish Ramakrishnan2012-07-035-5/+5
* Allow resetting a Rectangle gradient.Martin Jones2012-07-034-0/+120
* Add nativeScanCode to KeyEvent.Glenn Watson2012-07-032-1/+19
* section.property cannot deal with nested propertiesMartin Jones2012-07-022-1/+44
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-021-7/+7
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-021-2/+2
* Work around test failure for pixmap cache.Glenn Watson2012-07-022-4/+10