aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't build empty tests.Jason McDonald2011-10-143-10/+4
* Removed references to unused PULSE_TESTS variableRohan McGovern2011-10-121-3/+0
* Modify existing behavior to explicitly test functionality.Toby Tomkins2011-10-122-1/+2
* Provide a context when constructing a TextInput cursor delegate.Andrew den Exter2011-10-124-3/+7
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-1216-18/+18
* Remove insignificant test status and explicitly mark failing test.Toby Tomkins2011-10-122-2/+1
* Remove insignificant flag for passing tests.Toby Tomkins2011-10-126-11/+2
* fix several canvasitem bugsCharles Yin2011-10-121-3/+4
* Allow view items to be preserved.Andrew den Exter2011-10-122-0/+136
* Component.incubateObject() autotestAaron Kennedy2011-10-122-1/+70
* Improvements to text layouting in QMLYann Bodson2011-10-122-1/+63
* QInputPanel exposed as a property from QDeclarativeApplicationSami Kananoja2011-10-111-0/+15
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-1181-249/+241
* Remove insignificant test status and explicitly mark failing test.Toby Tomkins2011-10-112-2/+1
* Fix layout issues with recently removed items.Andrew den Exter2011-10-111-384/+1040
* fix canvas bugCharles Yin2011-10-111-5/+7
* Generic solution for finding QtDeclarative test data.Michael Brasser2011-10-113-12/+100
* Add "asynchronous" property to Loader.Martin Jones2011-10-103-1/+5147
* Don't skip over the majority of the GridView tests.Andrew den Exter2011-10-101-2/+1
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-105-0/+1855
* Fix ListView components being unable to access context properties.Andrew den Exter2011-10-079-2/+124
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-077-2/+184
* Fix waiting for active window breakageMartin Jones2011-10-077-110/+52
* Fix v8 handle management in QSGLoaderChris Adams2011-10-072-0/+31
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-061-22/+18
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-062-4/+239
* Fix for qsgtext autotestsYann Bodson2011-10-061-8/+8
* Don't call componentComplete() on a VDM until its view is complete.Andrew den Exter2011-10-062-2/+2
* add canvas drawImage unit testsCharles Yin2011-10-0624-10/+630
* QSGLoader shouldn't load component when active is falseChris Adams2011-10-063-3/+53