aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Update var property to null on object deletionMatthew Vogt2012-07-205-0/+193
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-1918-103/+100
* Fix include of QWindowSystemInterface.Stephen Kelly2012-07-191-1/+1
* Test that the package configs for QtDeclarative work.Stephen Kelly2012-07-195-1/+104
* Add test for large file codepathAlan Alpert2012-07-193-0/+81
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-181-0/+44
* Add fuzzyCompare() to qmltestCharles Yin2012-07-182-0/+8
* Don't double reference items created following a model reset.Andrew den Exter2012-07-173-0/+87
* QQuickCanvas renamesAlan Alpert2012-07-1744-4020/+4019
* Select appropriate version for located module componentsMatthew Vogt2012-07-175-0/+72
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* 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
* Support remote import pathsMatthew Vogt2012-07-1616-1/+196
* 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
* Enable tst_qqmlpropertycacheChris Adams2012-07-122-6/+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
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-112-0/+165
* 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
* Fix test for value type interceptors.Glenn Watson2012-07-111-2/+14
* 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
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-112-8/+8
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1124-0/+173
* Fix broken value-type support by allowing property definitionChris Adams2012-07-1116-13/+967
* Stabilize Loader test.Michael Brasser2012-07-101-2/+4
* Remove unwanted whitespace from test URLsMatthew Vogt2012-07-101-2/+6
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-098-22/+24
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-3/+5
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-094-0/+68
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0910-0/+210
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-091-0/+260
* Expand test case for qrc:/ URLsMatthew Vogt2012-07-068-7/+70
* 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-058-25/+30
* Fix QQuickApplication::activate test.Andrew den Exter2012-07-051-22/+13
* PathView needs drag events similar to FlickableMartin Jones2012-07-041-0/+40