aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Get rid of the root object index variableSimon Hausmann2017-09-081-1/+1
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-18/+41
* Clean up void * usageLars Knoll2017-08-231-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-1/+1
* Minor refcounting cleaningSimon Hausmann2016-06-031-4/+1
* Optimize named object handlingSimon Hausmann2016-05-261-20/+24
* Simplify object to id-in-context mappingSimon Hausmann2016-05-261-10/+9
* Introduce delegating constructors.Friedemann Kleint2016-05-061-6/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
|\
| * Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* | doc: Remove uses of \mainclassMartin Smith2015-06-071-1/+0
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-4/+4
|/
* Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-161-7/+10
* Speed up object creationSimon Hausmann2015-04-161-6/+20
* Speed up object creation with lots of id name objectsSimon Hausmann2015-04-161-20/+28
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove unused variableLars Knoll2015-01-021-1/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
* Replace us of v4 identifiers for object id mapping in qml compilerSimon Hausmann2013-07-021-2/+5
* Convert IdentifierHash to be template basedLars Knoll2013-06-281-3/+3