aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.quick-shadereffectTasuku Suzuki2018-05-101-0/+1
* Fix build without features.quick-pathTasuku Suzuki2018-05-101-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-10/+17
|\
| * Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8
| * Fix crash in Function.prototype.bindLars Knoll2018-04-241-7/+9
* | Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-5/+11
* | Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* | Fix Hidpi BorderImage in software rendererAllan Sandfeld Jensen2018-05-021-4/+7
* | QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+6
* | Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-303-6/+14
* | Doc: add "Best Practices for QML and Qt Quick" to best-practices groupMitch Curtis2018-04-281-0/+1
* | Add "We mean it" to qqmlprofilerclientdefinitions_p.hUlf Hermann2018-04-271-0/+11
* | QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
* | Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
* | Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
* | QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-262-3/+12
* | Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-0/+2
* | Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-266-132/+173
* | Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-266-1/+36
* | Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-268-25/+56
* | Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-1/+6
* | Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-245-89/+54
* | Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2411-92/+232
* | Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
* | Build fix for -no-feature-testlibPasi Petäjäjärvi2018-04-232-4/+4
|/
* Update builtins.qmltypesKai Koehne2018-04-201-2/+37
* Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-202-3/+3
* Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-203-4/+4
* Document latest QtQuick.Particles import version to be 2.11Kai Koehne2018-04-202-4/+4
* Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-203-3/+3
* Document latest QtQml import version to be 2.11Kai Koehne2018-04-202-4/+4
* Document latest QtQuick.XmlListModule import version to be 2.11Kai Koehne2018-04-202-3/+3
* Document latest QtQuick.Window version to be 2.11Kai Koehne2018-04-202-3/+3
* Document latest QtQml.Models import version to be 2.11Kai Koehne2018-04-203-4/+13
* Document latest QtQuick.LocalStorage version to be 2.11Kai Koehne2018-04-203-3/+3
* Doc: Bump QtQuick import to 2.11Kai Koehne2018-04-192-4/+4
* Update plugins.qmltypes for QtQuickKai Koehne2018-04-192-13/+35
* Doc: Fix missing \endcode errorKai Koehne2018-04-191-1/+1
* Doc: Add Licensing section to "Qt Quick Test", "Qt Quick Layouts"Kai Koehne2018-04-172-0/+18
* Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
* Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1
* Add note about revisions for grouped and attached property objectsMitch Curtis2018-04-161-0/+2
* Document QObject::setProperty()'s behavior in relation to bindingsMitch Curtis2018-04-161-2/+17
* Properly handle redeclarations of variablesLars Knoll2018-04-162-33/+38
* Remove a bogus assertLars Knoll2018-04-161-3/+1
* Fix crashes when parsing destructuring expressionsLars Knoll2018-04-162-2/+3
* Add a null pointer checkLars Knoll2018-04-161-2/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-1611-43/+117
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-4/+4