aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug with typeof in imported js files.Michael Brasser2011-10-263-0/+71
* Eliminated usage of qttest_p4.prf in newly added test.Rohan McGovern2011-10-261-3/+3
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-267-205/+478
* Test for changing font via statesDamian Jansen2011-10-262-0/+50
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-0/+33
* Add MultiPointTouchArea element.Michael Brasser2011-10-259-2/+725
* Debugger: Add autotest skeleton for inspector serviceKai Koehne2011-10-2411-102/+402
* Make qdeclarativeincubator test compile againKent Hansen2011-10-241-1/+0
* Remove QtScript dependency from autotestKent Hansen2011-10-241-1/+1
* Remove insignificant test flag from qquickcanvasitemKent Hansen2011-10-241-1/+0
* Fix item focus following canvas focus.Andrew den Exter2011-10-245-79/+66
* Tests: Remove Q_WS_QPAFriedemann Kleint2011-10-243-6/+0
* Mark test as failing, remove insignificant test flag.Toby Tomkins2011-10-242-2/+1
* Remove insignificant test flag.Toby Tomkins2011-10-245-9/+1
* Remove dependency on QDesktopServices deprecated API.Martin Jones2011-10-241-2/+2
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21456-3664/+3670
* Fix test fails related to QTBUG-22237Charles Yin2011-10-211-1/+2
* Test for changing bounds of validators and acceptableInputDamian Jansen2011-10-214-0/+116
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-2110-22/+21
* Unit test for QTBUG-21742Damian Jansen2011-10-212-2/+52
* Test for ASSERT on empty tags in TextEditDamian Jansen2011-10-212-0/+63
* Allow QDeclarativeIncubator to be deleted within statusChanged() callbackAaron Kennedy2011-10-202-0/+80
* Allow one incubator to start in the statusChanged() of anotherAaron Kennedy2011-10-202-0/+90
* Behave correctly when AsynchronousIfNested is nestedAaron Kennedy2011-10-204-0/+86
* Mark qsgcanvasitem test as insignificant.Martin Jones2011-10-201-0/+1
* Skip failing tests.Martin Jones2011-10-201-0/+6
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-1947-52/+3
* Skip test that crashes entire test suite.Toby Tomkins2011-10-192-2/+1
* Correct behavior for passing test, ifdef out failing test.Toby Tomkins2011-10-192-7/+1
* Fix reference to test data fileBea Lam2011-10-181-1/+1
* Simplify expression guard logicAaron Kennedy2011-10-184-0/+42
* Fix TextInput echoMode test failure.Andrew den Exter2011-10-181-2/+2
* Don't keep a cache of created QSGDragAttached objects.Andrew den Exter2011-10-182-25/+133
* Debugger: Make QDeclarativeDebugJS autotest more robust & fasterKai Koehne2011-10-174-19/+37
* Fix coding style issuesKent Hansen2011-10-1716-90/+90
* Tidy up some more declarative includesKent Hansen2011-10-171-0/+1
* Debugger: Remove outdated test stubKai Koehne2011-10-175-207/+0
* Debugger: Move debugging autotests into own folderKai Koehne2011-10-1716-11/+18
* Fix GridView to repaint when geometry changesBea Lam2011-10-174-0/+114
* Remove insignificant flag from tests, some failing test cleanup.Toby Tomkins2011-10-176-10/+2
* Fix testsBea Lam2011-10-171-2/+2
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-174-0/+331
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-173-9/+9
* Eliminated usage of qttest_p4.prf.Rohan McGovern2011-10-142-6/+6
* Fix insertions above the visible indexBea Lam2011-10-142-0/+353
* Add missing autotests to declarative.pro.Michael Brasser2011-10-142-0/+6
* More use of TESTDATA macro.Michael Brasser2011-10-149-65/+92
* Tst_qsgitem2 test update inline with refactorDamian Jansen2011-10-144-15/+55
* QDeclarativeIncubator wasn't calling statusChanged() for nested casesAaron Kennedy2011-10-142-1/+39
* Use TESTDATA macro in declarative tests.Michael Brasser2011-10-14101-726/+796