aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improvements to text layouting in QMLYann Bodson2011-10-128-17/+406
* QmlProfiler: send end of trace eventChristiaan Janssen2011-10-112-1/+6
* More accurate timing for rendering threadJiang Jiang2011-10-111-3/+29
* QmlProfiler: tracking animationsChristiaan Janssen2011-10-112-7/+49
* QInputPanel exposed as a property from QDeclarativeApplicationSami Kananoja2011-10-115-1/+32
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-11159-468/+459
* 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-112-396/+1055
* fix canvas bugCharles Yin2011-10-113-19/+14
* Expand QSGImageParticle testAlan Alpert2011-10-1110-1/+467
* Documentation AugmentationAlan Alpert2011-10-111-1/+2
* Stabilize Particles testsAlan Alpert2011-10-1121-6/+89
* Initialize new particle data membersAlan Alpert2011-10-111-0/+8
* We no longer depend on qtsvgAlan Alpert2011-10-111-1/+0
* Generic solution for finding QtDeclarative test data.Michael Brasser2011-10-113-12/+100
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-104-16/+16
* Update SpriteImage to modern standardsAlan Alpert2011-10-1023-731/+425
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-4/+4
* Add "asynchronous" property to Loader.Martin Jones2011-10-108-76/+5314
* CompileAaron Kennedy2011-10-101-1/+1
* 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-1033-1398/+3458
* Documentation AugmentationAlan Alpert2011-10-101-2/+2
* make it possible to run single qml test case file by passing a tst_*.qml file...Charles Yin2011-10-101-9/+14
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-103-2/+31
* fix doc errorsCharles Yin2011-10-102-36/+36
* enable multisampling when paint on FBO with smooth = trueCharles Yin2011-10-102-13/+46
* Debugger: Fix lock when profilingKai Koehne2011-10-073-1/+25
* Debugger: Warn if we receive corrupted packetsKai Koehne2011-10-072-0/+7
* Remove redundant checks in qdeclarativestategroupKent Hansen2011-10-072-2/+2
* Make qmlmin use QmlDevTools library for QML parsingKent Hansen2011-10-072-6/+4
* Say hello to QtQmlDevTools libraryKent Hansen2011-10-079-1/+129
* Fix possible crash with an empty handleAaron Kennedy2011-10-071-1/+1
* Fix ListView components being unable to access context properties.Andrew den Exter2011-10-0712-5/+133
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-0711-32/+234
* make qmlmin happy with '\0' in stringCharles Yin2011-10-071-0/+1
* Fix waiting for active window breakageMartin Jones2011-10-077-110/+52
* Fix v8 handle management in QSGLoaderChris Adams2011-10-074-1/+38
* Debugger: Call removeEngine also for QV8DebugServiceKai Koehne2011-10-061-0/+1
* Fix missing inline imagesEskil Abrahamsen Blomfeldt2011-10-061-2/+1
* QV8Profiler serviceChristiaan Janssen2011-10-066-1/+417
* qmlplugindump: Don't dump implicit signals.Christian Kamm2011-10-061-5/+18
* qmlplugindump: Explicitly add QSGMouseEvent to be dumped.Christian Kamm2011-10-061-0/+7
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-063-23/+38
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-067-17/+636
* Ensure view delegates are object parented to the contentItemMartin Jones2011-10-061-0/+2
* Fix for qsgtext autotestsYann Bodson2011-10-062-9/+12
* Don't call componentComplete() on a VDM until its view is complete.Andrew den Exter2011-10-066-4/+29
* Add Particles basic acceptance manual tests.Damian Jansen2011-10-0612-347/+992
* add canvas drawImage unit testsCharles Yin2011-10-0625-21/+659