aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21191-8280/+8278
* Removing some stale comments.Alan Alpert2011-10-211-2/+1
* Allow QDeclarativeIncubator to be deleted within statusChanged() callbackAaron Kennedy2011-10-201-4/+11
* Allow one incubator to start in the statusChanged() of anotherAaron Kennedy2011-10-201-3/+11
* Behave correctly when AsynchronousIfNested is nestedAaron Kennedy2011-10-202-3/+6
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-1916-24/+51
* Debugger: Delete service if inspector plugin failsKai Koehne2011-10-181-0/+2
* qdoc3: Remove several "QML:" qualifiers which should no longer be requiredMartin Smith2011-10-181-14/+14
* Deliver touch event timestamps in QSGCanvas.Laszlo Agocs2011-10-181-0/+1
* Fix assertAaron Kennedy2011-10-181-1/+1
* Simplify expression guard logicAaron Kennedy2011-10-183-38/+44
* Fix TextInput echoMode test failure.Andrew den Exter2011-10-181-0/+1
* Don't keep a cache of created QSGDragAttached objects.Andrew den Exter2011-10-183-17/+1
* 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-171-2/+4
* Fix coding style issuesKent Hansen2011-10-1723-135/+134
* Tidy up some more declarative includesKent Hansen2011-10-1716-21/+8
* Clean up declarative includesKent Hansen2011-10-17160-543/+516
* Fix GridView to repaint when geometry changesBea Lam2011-10-171-0/+1
* Initial particle system benchmarkAlan Alpert2011-10-172-8/+10
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-173-127/+62
* 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-147-2936/+4
* (private-) export QSGShaderEffectTexturejuhvu2011-10-141-1/+1
* 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