aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-031-4/+4
* Minor cleanupSimon Hausmann2020-03-301-2/+0
* Minor cleanup in QQmlJavaScriptExpressionSimon Hausmann2020-03-231-1/+0
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-6/+15
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+11
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-1/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-131-0/+9
* Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-0/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-6/+4
|\
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-2/+1
| * Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-091-0/+2
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Remove unused argumentLars Knoll2016-12-091-2/+1
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-3/+1
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-2/+2
|/
* Minor binding code cleanupSimon Hausmann2016-08-181-1/+1
* QML: Split off value type information from property dataErik Verbruggen2016-08-091-4/+4
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+0
* QML: Add specialized binding for QObject* propertiesErik Verbruggen2016-08-021-1/+1
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-4/+4
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-3/+1
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-11/+21
* Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-181-1/+0
* Mark overridden virtuals as suchFrank Meerkoetter2016-03-151-7/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-1/+3
* Make bindings refcountedLars Knoll2015-06-101-4/+2
* Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-0/+5
* Move the target property index into the common base classLars Knoll2015-06-051-3/+0
* Move the target object into the base classLars Knoll2015-06-051-2/+0
* Remove the QQmlPropertyData from the bindingLars Knoll2015-06-051-6/+7
* Save one more pointer for every bindingLars Knoll2015-04-271-7/+5
* Get rid of QQmlBinding::property()Lars Knoll2015-04-271-1/+0
* Move m_function into the base classLars Knoll2015-04-271-2/+0
* Rename the v4function member variablesLars Knoll2015-04-271-1/+1
* Make update() non virtualLars Knoll2015-04-271-1/+1
* Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-7/+1
* CleanupLars Knoll2015-04-261-2/+2
* Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-17/+8
* Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-9/+7
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-2/+2
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-3/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1