aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initial particle system benchmarkAlan Alpert2011-10-172-8/+10
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-175-142/+72
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-1712-243/+273
* Allow sizing of TrailEmitter emit area based on particle sizeAlan Alpert2011-10-172-13/+23
* Add Move affectorAlan Alpert2011-10-145-2/+294
* Fix insertions above the visible indexBea Lam2011-10-144-82/+129
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-149-2938/+6
* (private-) export QSGShaderEffectTexturejuhvu2011-10-141-1/+1
* only use one QSGView instance for all qml test casesCharles Yin2011-10-141-13/+14
* QDeclarativeIncubator wasn't calling statusChanged() for nested casesAaron Kennedy2011-10-142-21/+34
* Fix creation context for delegatesBea Lam2011-10-141-1/+3
* Remove unneeded includeKent Hansen2011-10-141-1/+0
* QDeclarativeDebugTrace: Speed up appending elements to traceKai Koehne2011-10-121-1/+4
* Fix V8 heap snapshot in profiler serviceMikko Harju2011-10-121-10/+8
* Provide a context when constructing a TextInput cursor delegate.Andrew den Exter2011-10-122-2/+8
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-1218-265/+264
* fix crash bug when unloading canvasCharles Yin2011-10-123-5/+2
* fix several canvasitem bugsCharles Yin2011-10-125-10/+32
* Allow view items to be preserved.Andrew den Exter2011-10-124-30/+139
* Remove aggregated heap snapshotsAaron Kennedy2011-10-121-3/+1
* Optimize signal handlingAaron Kennedy2011-10-1216-487/+404
* Component.incubateObject() autotestAaron Kennedy2011-10-121-4/+57
* Improvements to text layouting in QMLYann Bodson2011-10-124-14/+229
* 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-114-1/+17
* Fix layout issues with recently removed items.Andrew den Exter2011-10-111-12/+15
* fix canvas bugCharles Yin2011-10-112-14/+7
* Expand QSGImageParticle testAlan Alpert2011-10-113-0/+9
* Documentation AugmentationAlan Alpert2011-10-111-1/+2
* Initialize new particle data membersAlan Alpert2011-10-111-0/+8
* 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-105-75/+167
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-1016-800/+1350
* 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
* Say hello to QtQmlDevTools libraryKent Hansen2011-10-073-1/+27
* 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-073-3/+9
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-074-30/+50
* Fix v8 handle management in QSGLoaderChris Adams2011-10-072-1/+7