aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-1/+1
* Context properties: Warn if name is numericFabian Kosmale2023-07-311-0/+5
* Doc: Fix a link in QQmlContext documentationKai Köhne2023-07-041-1/+1
* Doc: Update QQmlContext documentation to discourage context propertiesUlf Hermann2023-02-081-69/+53
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-8/+9
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-2/+1
* Doc: QQmlContext: make it more readableIvan Tkachenko2021-09-301-9/+9
* Doc: Replace return `0` with nullptrIvan Tkachenko2021-09-301-3/+3
* Fix QQmlContext::nameForObject()Ulf Hermann2021-04-161-11/+25
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-161-7/+52
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-151-9/+4
* QQmlContext: Mark importedScript() as internalUlf Hermann2021-03-231-0/+3
* Allow retrieving an imported script from a QML contextUlf Hermann2020-11-251-0/+11
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Fix QQmlContext::nameForObject Qt 6 todoFabian Kosmale2020-06-201-1/+1
* Make QQmlContext::resolveUrl() constUlf Hermann2020-06-161-2/+2
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-477/+70
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-3/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-0/+3
|\
| * Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-1/+1
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* | QQmlDelegateModel: Fix QQmlDelegateModelItem::dataForObjectFabian Kosmale2019-09-251-1/+1
|/
* When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-031-0/+17
* Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()Pavel Tumakaev2019-05-231-15/+12
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* QML: When destroying a context, clear any pointers to itUlf Hermann2018-12-171-0/+2
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-121-6/+9
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-1/+1
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-301-3/+10
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-161-0/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-37/+37
* doc: Correct mostly linking errorsMartin Smith2018-02-231-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-0/+2
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-091-0/+2
* | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+2
| |\|
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+2
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ /
* | Add setContextProperties()Thomas Hartmann2018-01-121-0/+43
* | Cleanup IdentifierHashLars Knoll2018-01-101-6/+6
* | Simplify and cleanup code in QQmlContextLars Knoll2018-01-101-37/+1
|/