aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix flicker when changing ListView currentIndex with VisualItemModel.Andrew den Exter2012-05-281-2/+6
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-281-1/+3
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-287-62/+25
* Flickable containing MultiPointTouchArea is unresponsive following touch.Martin Jones2012-05-281-6/+0
* Fix crash caused by unregistered enum typesChris Adams2012-05-282-5/+16
* Don't override "z" bindings for header and footerBea Lam2012-05-284-12/+11
* Store QQmlMetaObject in V4Aaron Kennedy2012-05-251-4/+4
* Don't deliver drag move events immediately.Andrew den Exter2012-05-252-2/+50
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-252-1/+3
* Optimise QQuickItem::stackAfter/Before() for the common case.Andrew den Exter2012-05-251-14/+6
* Don't leak unresolved items when a VisualDataModel is destroyed.Andrew den Exter2012-05-251-0/+1
* Add an v8 object template for visual data model change sets.Andrew den Exter2012-05-254-13/+201
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-252-0/+13
* Simplify the depth transformation in the scene graph.Kim Motoyoshi Kalland2012-05-253-12/+8
* Remove exceptions support from QtQmlChris Adams2012-05-252-15/+3
* Add more RETURN_IF_DELETED checking in animation codeCharles Yin2012-05-251-1/+1
* Ensure cached moduleName matches when avoiding conversionMatthew Vogt2012-05-251-1/+3
* Don't access metaobject unnecessarilyAaron Kennedy2012-05-241-1/+1
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-2412-149/+326
* Reduce size of QQmlAbstractBindingAaron Kennedy2012-05-244-25/+86
* Reduce size of QQmlNotifierEndpointAaron Kennedy2012-05-2410-61/+108
* Doc: Sanitized QML typesNico Vertriest2012-05-2497-172/+188
* Update license headersKent Hansen2012-05-243-30/+84
* Simplify method name extraction in property cacheKent Hansen2012-05-241-15/+9
* Lazily create QMetaObjectsAaron Kennedy2012-05-2447-1690/+1787
* Check ThreadedOpenGL support before enabling threaded renderer.Samuel Rødal2012-05-241-1/+2
* Debugger : Handling destruction of multiple elements.Simjees Abraham2012-05-242-10/+12
* Debugger: Removing the deleted objects from objectReferenceHashSimjees Abraham2012-05-242-0/+21
* Fix the logic in void return type checkKent Hansen2012-05-241-1/+1
* Remove QJSEngine::ContextOwnership and associated constructorKent Hansen2012-05-244-24/+8
* Remove QQmlEngine::collectGarbage() overloadKent Hansen2012-05-243-13/+1
* Remove duplicated doc files and imagesBea Lam2012-05-24154-1/+288
* Optimize QML enum resolutionMartin Jones2012-05-243-25/+31
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-2414-4/+319
* Fix crash in VisualDataModel drag selection example.Andrew den Exter2012-05-242-95/+68
* Fix performance regression in VisualDataModel.Andrew den Exter2012-05-241-0/+4
* Contruct per-delegate QQmlContextData directly.Andrew den Exter2012-05-244-47/+99
* Don't construct VisualDataModel attached properties unless requested.Andrew den Exter2012-05-243-60/+93
* Ensure that main thread processes worker data eventsMatthew Vogt2012-05-241-2/+7
* Optimize qmldir parsingMartin Jones2012-05-243-66/+60
* Optimize QML parserMartin Jones2012-05-242-127/+113
* Ensure QQuickView's engine outlives the root componentMatthew Vogt2012-05-241-2/+5
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-3/+1
* Organize data members in QQuickParticleDataAlan Alpert2012-05-241-7/+13
* Remove deprectated MultiPointTouchArea signals.Michael Brasser2012-05-232-16/+3
* Optimize QML type registration.Martin Jones2012-05-233-57/+68
* Introduce a new constructor to QQuickViewCharles Yin2012-05-233-15/+66
* Only preallocate 1 change listener per animation instanceCharles Yin2012-05-231-1/+1
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-234-6/+131
* Add QQuickCanvas::update()Gunnar Sletta2012-05-225-1/+33