aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-188-33/+16
* Add some typesafetyLars Knoll2015-06-181-1/+1
* Get rid of QQmlIdObjectsArrayLars Knoll2015-06-182-56/+4
* Smaller cleanup in the context wrapperLars Knoll2015-06-183-14/+5
* Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-184-20/+11
* Simplify property capturing codeLars Knoll2015-06-184-59/+43
* Fix some function signatures and remove an unused functionLars Knoll2015-06-184-46/+19
* QQmlBoundSignal doesn't need a vtableLars Knoll2015-06-181-1/+1
* Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-184-11/+9
* Save another pointer in QQmlBoundSignalLars Knoll2015-06-183-9/+3
* No need to store the same data twiceLars Knoll2015-06-184-18/+8
* Don't store the qmlscope object in a persistentLars Knoll2015-06-184-15/+5
* Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-182-137/+76
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-185-62/+41
* Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* Fix Object::getOwnProperty APILars Knoll2015-06-171-4/+3
* Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* Remove unused typedefLars Knoll2015-06-151-2/+0
* Get rid of qv4qmlextensionsLars Knoll2015-06-151-5/+4
* Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+18
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-103-5/+5
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-103-4/+4
* Save one more pointer on each bindingLars Knoll2015-06-103-15/+15
* Make bindings refcountedLars Knoll2015-06-1015-153/+121
* Add an assert and simplify the codeHolger Hans Peter Freyther2015-06-101-2/+3
* Add 28 QList::reserve() callsSérgio Martins2015-06-085-5/+17
* Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-082-8/+7
* Remove dead code QQmlComponent::createObjectHolger Hans Peter Freyther2015-06-081-4/+1
* doc: Remove uses of \mainclassMartin Smith2015-06-073-4/+0
* QQmlData: Don't detach QObject::children list.Robin Burchell2015-06-071-1/+1
* Some cleanups to QQmlRefCountLars Knoll2015-06-052-16/+11
* Replace bindingType() method by a virtual getterLars Knoll2015-06-057-32/+30
* Move the writeBinding method into QQmlBindingLars Knoll2015-06-054-169/+160
* Document API bug for QQmlContext::nameForObject()Mathias Hasselmann2015-06-051-0/+1
* Fix resolving of nested alias propertiesLars Knoll2015-06-051-2/+2
* Move the target property index into the common base classLars Knoll2015-06-055-22/+8
* Move the target object into the base classLars Knoll2015-06-055-18/+10
* Remove the QQmlPropertyData from the bindingLars Knoll2015-06-052-27/+66
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-044-13/+16
|\
| * Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-6/+7
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-2/+2
| * Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-156-30/+30
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-0/+1
|\|
| * Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
| * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | Smaller cleanupsLars Knoll2015-04-275-73/+56
* | Save one more pointer for every bindingLars Knoll2015-04-272-25/+13
* | Minor cleanupLars Knoll2015-04-271-33/+34