aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QML: Make notify list thread safeUlf Hermann2023-08-101-23/+43
* QtQml: Clean up QQmlData ctorUlf Hermann2023-07-101-10/+10
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-261-2/+4
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-1/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-3/+3
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-5/+3
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-7/+6
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-041-6/+19
* Make QQmlData::wasDeleted/get usable with QObjectPrivateFabian Kosmale2021-12-021-8/+19
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-3/+4
* Clean up some includesUlf Hermann2021-11-051-0/+1
* Finally drop last references to v8Ulf Hermann2021-08-161-1/+1
* Completely remove parentChangedFabian Kosmale2021-03-101-1/+0
* QQmlData: Remove parentChanged codeFabian Kosmale2021-03-041-5/+2
* QQmlData: add documentationFabian Kosmale2021-03-041-0/+11
* QQmlData: Remove QML 1 related codeFabian Kosmale2021-03-041-2/+1
* Implement support for property observersSimon Hausmann2020-04-031-0/+2
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-34/+11
* QQmlData::wasDeleted now returns true also in case of isDeletingChildrenNick Shaforostov2019-11-271-1/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-4/+4
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-1/+2
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-061-4/+53
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-2/+8
* Have more bindingBits available inlineLars Knoll2018-01-171-9/+14
* Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
* More fine-grained deferred property executionJ-P Nurmi2017-11-251-0/+3
* Fix execution of deferred propertiesJ-P Nurmi2017-10-181-1/+4
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-4/+32
* Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-3/+5
* QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-181-3/+12
* QML: Make use of all inline bits for bindingBits on 64bit platformsErik Verbruggen2016-08-081-13/+24
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-9/+9
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-3/+9
* QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-1/+10
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Make property interceptors work on alias properties againLars Knoll2015-11-261-1/+2
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-2/+2
* Make bindings refcountedLars Knoll2015-06-101-9/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-2/+2
|\
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-2/+2
| * Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-271-9/+15
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | More cleanups in qv4value_p.hLars Knoll2015-04-241-0/+1
* | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-02-241-9/+15
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7