aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve QQuickCanvas::createTextureFromImage() docs a bitGunnar Sletta2012-05-291-1/+12
* Debugger: Modified response for "destroyObject" message.Simjees Abraham2012-05-292-7/+8
* Enable QML_FIXED_ANIMATION_STEP by default with buffer queueing.Gunnar Sletta2012-05-291-3/+10
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-294-0/+61
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-291-1/+1
* Fix scaling of svgz images.Andrew den Exter2012-05-291-5/+1
* Update the cursor rectangle when password echo timer expires.Andrew den Exter2012-05-291-0/+1
* Don't use deleted QQuickPathAnimationAnimatorCharles Yin2012-05-294-27/+36
* Fix memory leaks in QQuickParentAnimationCharles Yin2012-05-291-8/+8
* Add missing uninitialized membersCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QQuickParentAnimationData classCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QQuickPathAnimationUpdaterCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QV8Context2DResourceCharles Yin2012-05-291-1/+1
* Remove unreachable code from qquickcontext2d.cppCharles Yin2012-05-291-3/+0
* Avoid using previously declared variablesCharles Yin2012-05-291-3/+3
* Avoid using previously declared variablesCharles Yin2012-05-291-2/+2
* Add Q_DISABLE_COPY to QQuickContext2DCharles Yin2012-05-291-0/+2
* Remove obsolete overload of QQmlEngine::importPlugin()Matthew Vogt2012-05-292-26/+0
* Fix potential buffer overrun.Martin Jones2012-05-292-3/+3
* Initialize data members in quick.Martin Jones2012-05-293-1/+4
* Fix potential memory leaks in context2dCharles Yin2012-05-291-4/+12
* Initialize data members in QML engineMartin Jones2012-05-294-3/+4
* Remove unnecessary temporary variableYann Bodson2012-05-291-4/+6
* Fix warnings about truncation from size_t to int (MSVC2010/64bit).Friedemann Kleint2012-05-291-2/+2
* 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