aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21202-8372/+8370
* Add file and lineno parameters to warn() methodCharles Yin2011-10-213-9/+10
* Removing some stale comments.Alan Alpert2011-10-211-2/+1
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-214-25/+6
* 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-1917-25/+53
* Debugger: Delete service if inspector plugin failsKai Koehne2011-10-181-0/+2
* Debugger: Let inspector plugin compile againKai Koehne2011-10-187-32/+54
* Debugger: Remove visual toolbox from inspectorKai Koehne2011-10-1829-808/+0
* 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
* Remove the InputContext module.Andrew den Exter2011-10-1810-1470/+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-172-4/+8
* 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-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