aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+1
* Allow resetting value type propertiesUlf Hermann2022-06-241-0/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* Clean up some includesUlf Hermann2021-11-051-3/+4
* QQmlProperty: Add flexibility to initProperty()Ulf Hermann2021-10-271-2/+12
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-061-1/+6
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* QQmlPropertyPrivate::findAliasTarget: add more ergonomic overloadFabian Kosmale2021-02-191-0/+12
* QQmlPropertyPrivate: Remove isNameCached memberFabian Kosmale2021-02-191-2/+1
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-1/+1
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-241-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-2/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-9/+16
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-0/+1
* QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Speed up PropertyChange state applicationSimon Hausmann2018-01-171-0/+2
* Fix coding styleLars Knoll2016-12-091-10/+6
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-1/+1
* QML: Split off value type information from property dataErik Verbruggen2016-08-091-9/+9
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-4/+4
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-13/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fix some function signatures and remove an unused functionLars Knoll2015-06-181-2/+2
* Make bindings refcountedLars Knoll2015-06-101-5/+4
* Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-5/+2
* Smaller cleanupsLars Knoll2015-04-271-2/+1
* Get rid of QQmlBinding::property()Lars Knoll2015-04-271-1/+2
* Simplify binding setup code furtherLars Knoll2015-04-271-12/+13
* Make removal of bindings explicitLars Knoll2015-04-251-0/+2
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* fix whitespaceOswald Buddenhagen2014-01-221-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-3/+2
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-2/+2
* Remove QV8Bindings classLars Knoll2013-05-241-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-1/+1
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+2
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-0/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-7/+4