aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Immediately complete component upon creation failureFabian Kosmale2022-06-081-1/+9
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-171-2/+4
* (manual) includemocsMarc Mutz2022-05-101-0/+1
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-05-071-1/+4
* QQmlComponent: Skip the logging loop completely if category is not enabledIvan Tkachenko2021-11-021-2/+3
* Doc: Fix core QML functions signatures and examplesIvan Tkachenko2021-11-021-62/+64
* QQmlComponent: Make it harder to leak deferred statesUlf Hermann2021-11-011-9/+9
* Provide a non-QQmlV4Function version of Component::createObject()Ulf Hermann2021-10-211-9/+93
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-4/+8
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-1/+1
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Log errors in QQmlComponentAndrei Golubev2021-03-051-0/+9
* 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