aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-15/+46
* Fix crash in QQuickVisualDataModel test.Andrew den Exter2012-05-211-2/+2
* Ensure repeated compilation does not failMatthew Vogt2012-05-213-0/+56
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-211-2/+4
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-3/+3
* Remove QSKIP from test.Andrew den Exter2012-05-181-1/+0
* Remove unnecessary exportsMatthew Vogt2012-05-181-3/+4
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-182-0/+152
* Optimize type resolutionMartin Jones2012-05-172-1/+16
* Improve composite property type unit testChris Adams2012-05-171-13/+60
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-1762-3/+1874
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-173-0/+56
* Skip failing test.Andrew den Exter2012-05-171-4/+1
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-172-0/+102
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-1610-0/+159
* Fix composite type property supportChris Adams2012-05-164-0/+111
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-152-7/+2
* Inspector:Modified Apply changes on Save for unsync. changesSimjees Abraham2012-05-142-2/+50
* 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