summaryrefslogtreecommitdiff
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-121-26/+49
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-061-2/+27
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-6/+4
* Doc: Add missing \since to new Qt 6.5 Qt QML APIKai Köhne2023-02-021-0/+3
* QQmlComponent: Do not load qrc file paths as file:// URLsUlf Hermann2022-12-151-2/+6
* QQmlEngine: Add module + type based singletonInstance overloadFabian Kosmale2022-12-081-45/+0
* Fix see-also link to loadUrl, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* Key required properties by object and property dataUlf Hermann2022-11-281-2/+2
* QQmlComponent/QQmlIncubator: Support C++ based typesFabian Kosmale2022-11-231-0/+8
* qml: silence -Wextra-semiTim Blechmann2022-11-161-1/+1
* QQmlComponent::loadFromModule: Support inline componentsFabian Kosmale2022-11-101-2/+14
* ConstructionState: reduce sizeFabian Kosmale2022-11-101-0/+1
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-9/+9
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-101-14/+14
* QQmlComponent: Remove required components accessorFabian Kosmale2022-11-101-19/+20
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-101-19/+22
* ConstructionState: Add helper function to take errors from creatorFabian Kosmale2022-11-101-2/+2
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-15/+16
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-101-18/+172
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-10-311-1/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Add information about problematic object to warning messageVolker Hilsheimer2022-09-201-2/+1
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-2/+0
* Drop unnecessary creation contexts from Quick ControlsUlf Hermann2022-09-091-0/+10
* Doc: Remove usages of "\js"Luca Di Sera2022-09-081-4/+4
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-81/+77
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQmlDelegateModel: Consider only top level required propertiesUlf Hermann2022-05-171-2/+2
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-2/+4
* (manual) includemocsMarc Mutz2022-05-101-0/+1
* Immediately complete component upon creation failureFabian Kosmale2022-04-251-1/+9
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-04-251-1/+4
* QQmlComponent: Use thread local instead of QThreadStorageFabian Kosmale2022-04-081-4/+4
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-6/+6
* 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