aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-181-2/+2
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-1/+2
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-26/+26
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+4
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+3
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
* QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-3/+4
|\
| * doc: Fix several qdoc warningsMartin Smith2019-09-231-3/+4
* | qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-121-0/+5
* | Introduce required properties to QMLFabian Kosmale2019-09-091-10/+119
|/
* Introduce functions to set properties during creationFabian Kosmale2019-08-191-9/+65
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-0/+12
|\
| * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+1
|\|
| * Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-041-1/+1
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+2
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* | Remove QQmlV4HandleUlf Hermann2019-04-101-2/+0
|/
* Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-4/+4
* Hold internal reference to incubator object while incubatingMichael Brasser2018-10-261-7/+11
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-021-1/+1
* Add QQmlEngine getter to QQmlComponentFrederik Gladhorn2018-07-311-2/+13
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-2/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-2/+2
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-2/+2
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
|/ /
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-181-13/+2
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-7/+4
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-091-2/+1
* Improve documentation on component creation contextMichael Brasser2018-03-081-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-15/+20
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-15/+20
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-15/+20
| | |\
| | | * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-13/+19
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-1/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+1
|/ / /
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-17/+17
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-11/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-11/+25
| |\|
| | * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-11/+25
* | | Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* | | Simplify JSCallData constructionLars Knoll2017-11-071-1/+1