aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the InputContext module.Andrew den Exter2011-10-1815-1949/+1
* Don't keep a cache of created QSGDragAttached objects.Andrew den Exter2011-10-185-42/+134
* Debugger: Fix compilation warningKai Koehne2011-10-171-1/+1
* Fix QDeclarativeInspector when starting with ,blockKai Koehne2011-10-172-2/+13
* Debugger: Create InspectorService only when debugging is enabledKai Koehne2011-10-172-4/+8
* Debugger: Make QDeclarativeDebugJS autotest more robust & fasterKai Koehne2011-10-174-19/+37
* Fix coding style issuesKent Hansen2011-10-1739-225/+224
* Tidy up some more declarative includesKent Hansen2011-10-1717-21/+9
* Clean up declarative includesKent Hansen2011-10-17160-543/+516
* 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-175-0/+115
* Remove insignificant flag from tests, some failing test cleanup.Toby Tomkins2011-10-176-10/+2
* Add Affector BenchmarkAlan Alpert2011-10-175-1/+331
* Stabilize Particles TestsAlan Alpert2011-10-1722-30/+109
* Initial particle system benchmarkAlan Alpert2011-10-177-10/+221
* Fix testsBea Lam2011-10-171-2/+2
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-1710-144/+406
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-1715-252/+282
* Allow sizing of TrailEmitter emit area based on particle sizeAlan Alpert2011-10-173-18/+30
* Eliminated usage of qttest_p4.prf.Rohan McGovern2011-10-143-9/+9
* Add Move affectorAlan Alpert2011-10-147-5/+441
* Fix insertions above the visible indexBea Lam2011-10-146-82/+482
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-149-2938/+6
* (private-) export QSGShaderEffectTexturejuhvu2011-10-141-1/+1
* Add missing autotests to declarative.pro.Michael Brasser2011-10-142-0/+6
* More use of TESTDATA macro.Michael Brasser2011-10-149-65/+92
* only use one QSGView instance for all qml test casesCharles Yin2011-10-141-13/+14
* Tst_qsgitem2 test update inline with refactorDamian Jansen2011-10-144-15/+55
* QDeclarativeIncubator wasn't calling statusChanged() for nested casesAaron Kennedy2011-10-144-22/+73
* Fix creation context for delegatesBea Lam2011-10-141-1/+3
* Remove unneeded includeKent Hansen2011-10-141-1/+0
* Use TESTDATA macro in declarative tests.Michael Brasser2011-10-14101-726/+796
* Don't build empty tests.Jason McDonald2011-10-146-20/+7
* QDeclarativeDebugTrace: Speed up appending elements to traceKai Koehne2011-10-121-1/+4
* Fix V8 heap snapshot in profiler serviceMikko Harju2011-10-121-10/+8
* Fix compilation on HarmattanSimon Hausmann2011-10-121-11/+11
* Removed references to unused PULSE_TESTS variableRohan McGovern2011-10-123-9/+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-126-5/+15
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-1234-283/+282
* 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 crash bug when unloading canvasCharles Yin2011-10-123-5/+2
* fix several canvasitem bugsCharles Yin2011-10-126-13/+36
* Allow view items to be preserved.Andrew den Exter2011-10-127-30/+430
* Remove aggregated heap snapshotsAaron Kennedy2011-10-121-3/+1
* Optimize signal handlingAaron Kennedy2011-10-1216-487/+404
* Component.incubateObject() autotestAaron Kennedy2011-10-123-5/+127
* Improvements to text layouting in QMLYann Bodson2011-10-128-17/+406