aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed CONFIG+=parallel_test from parallel-unsafe testsRohan McGovern2012-05-143-6/+0
* PathView was moving view too soon on dragMartin Jones2012-05-141-0/+5
* Avoid accessing sprites until they finish loadingAlan Alpert2012-05-142-0/+87
* End the deprecation period of SpriteImageAlan Alpert2012-05-147-250/+13
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-142-0/+67
* Handle Var instructions in instruction dumperKent Hansen2012-05-141-0/+41
* Text benchmarksYann Bodson2012-05-142-0/+135
* AnimatedSprite system testsDamian Jansen2012-05-1413-0/+453
* Add more benchmark tests for ItemAdriano Rezende2012-05-1413-0/+657
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-144-31/+75
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-146-3/+25
* QQmlDebugService: Fetch Objects for location infoAurindam Jana2012-05-123-0/+134
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-114-1/+49
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-111-3/+22
* Don't use QtDeclarative compat moduleKent Hansen2012-05-114-4/+3
* Make unaligned centered alignment optional.Martin Jones2012-05-113-3/+16
* QQmlEngineDebugService: Query ExpressionAurindam Jana2012-05-093-1/+72
* Fix potential crash and leak in Binding.Michael Brasser2012-05-092-0/+68
* ScriptAction without scriptName shouldn't match a StateChangeScriptMichael Brasser2012-05-092-0/+30
* Fix weak reference callback in test caseChris Adams2012-05-091-1/+0
* Emit runningChanged() signal after running count updatedCharles Yin2012-05-091-1/+4
* Fix qmltest failure on macBea Lam2012-05-091-2/+2
* Fix edge case in signal emission semanticsChris Adams2012-05-097-0/+201
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+10
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-093-0/+38
* Set test data directory correctly for QML profiler testsMartin Jones2012-05-092-2/+2
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-082-2/+2
* Minor optimizations and cleanupAaron Kennedy2012-05-041-5/+1
* QQmlInspector: Use qmlscene in auto testsAurindam Jana2012-05-046-113/+19
* Initial bundle supportAaron Kennedy2012-05-0422-0/+429
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-045-20/+20
* Ensure binding target has not been deletedMatthew Vogt2012-05-044-0/+60
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-047-0/+139
* Refactor canvas item unit testsCharles Yin2012-05-0421-4931/+5122
* Change test size so there is enough detail on each platform.Glenn Watson2012-05-042-18/+18
* Remove QJS exception APIKent Hansen2012-05-034-62/+17
* Fix alignment bug in QQuickText with multi-line text and implicit widthYann Bodson2012-05-032-0/+68
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-034-8/+36
* Fix QQuickImage tiling_QTBUG_6716 and mirror tests.Yann Bodson2012-05-032-30/+16
* Port tst_qquickshadereffect to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-6/+7
* Improve QQuickText testsYann Bodson2012-05-015-70/+136
* Fix content pos adjustment when resizing first itemBea Lam2012-05-012-0/+160
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-013-17/+62
* Consolidate SignalSpy itemCharles Yin2012-05-012-3/+13
* Keep XMLHttpRequest response data after receiving a server errorTopi Reinio2012-05-014-13/+4
* Ensure context is valid before VME method creationMatthew Vogt2012-05-014-0/+41
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-013-1/+40
* populate transition for positionersBea Lam2012-05-015-20/+211
* Ensure external value types are initialized before writeMatthew Vogt2012-04-302-0/+39
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-271-0/+10