aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann11 days4-4/+49
* QtQml: Inline methods for looking up common metatypesUlf Hermann13 days2-59/+56
* QmlCompiler: Perform return value assignment inside generated codeUlf Hermann13 days1-1/+1
* QQmlType: Add missing operator!= and hide operator==Ulf Hermann14 days1-4/+9
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-224-10/+10
* QQmlComponent: Avoid potential extra QList detachVladimir Belyavsky2024-04-221-5/+1
* QQmlObjectCreator: avoid extra detach on pendingBindings listVladimir Belyavsky2024-04-221-3/+1
* Declare some missing value typesUlf Hermann2024-04-172-0/+10
* QtQml: Uncruftify QQmlImports::getQmldirContentUlf Hermann2024-04-173-17/+6
* QQmlComponent::loadFromModule: Improve error handlingFabian Kosmale2024-04-171-13/+43
* Improve error message for broken QML_SINGLETONCarl Schwan2024-04-151-2/+2
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-1211-19/+21
* QtQml: Fix documentation for createComponent()Ulf Hermann2024-04-111-1/+1
* Improve deprecation message of object to signal handler assignmentCarl Schwan2024-04-111-2/+2
* Doc: don't use quit in snippet that exits upon load failureMitch Curtis2024-04-091-4/+3
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-055-25/+64
* Centralize string parsing for QPoint, QRectF and friendsSami Shalayel2024-04-052-61/+76
* QtQml: Discard events on engine shutdown rather than processing themUlf Hermann2024-04-051-11/+4
* QtQml: Resolve preferred paths before setQmldirContentUlf Hermann2024-04-033-14/+41
* QQmlListWrapper: Don't use QQmlListReference for virtualGetLength()Ulf Hermann2024-03-281-2/+3
* qqmlpropertyvalidator: Mark new warning as translatableFabian Kosmale2024-03-271-1/+1
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-272-8/+27
* Adapt to privatising of QPropertyBinding's ref countUlf Hermann2024-03-252-3/+2
* QQmlGadgetPtrWrapper: Consider QVariant as possible typeThomas Hartmann2024-03-221-5/+14
* QQmlEngine: Set translationsDirectory in loadFromModuleOlivier De Cannière2024-03-213-26/+63
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-211-38/+32
* Be explicit about const pointers in 'if' statementsUlf Hermann2024-03-191-1/+1
* QtQml: Provide an easy way to run non-incremental gcFabian Kosmale2024-03-191-4/+1
* QtQml: Assert on ddata and ddata->propertyCache in doPopulateDeferred()Ulf Hermann2024-03-182-0/+7
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+43
* Fix enum class lookup on SingletonsFabian Kosmale2024-03-141-2/+18
* Make loadFromModule compatible with QQmlParserStatusFabian Kosmale2024-03-141-0/+13
* Remove the explicit declaration of QQmlComponent::createObject(QQmlV4Function *)Alexey Edelev2024-03-121-4/+1
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-071-2/+2
* Prepare for white allocations during gc(8/9): Object creatorFabian Kosmale2024-03-052-12/+39
* Prepare for white allocations (7/9): QQuick(Window|View)Fabian Kosmale2024-03-051-1/+1
* Prepare for white allocations during gc (2/9): QQmlVMEMetaObjectFabian Kosmale2024-03-051-0/+6
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-053-12/+13
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-024-444/+311
* QtQml: Remove fallback mode for finding singleton enums in metaobjectUlf Hermann2024-02-291-18/+4
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-02-291-8/+26
* QtQml: Re-allow change signals in QQmlPropertyUlf Hermann2024-02-261-3/+3
* QtQml: Use correct logging category in console.trace()Ulf Hermann2024-02-231-1/+1
* QtQml: Load C++-defined types also for the implicit importUlf Hermann2024-02-221-1/+6
* QtQml: Make QQmlScriptString a builtinUlf Hermann2024-02-221-1/+0
* QtQml: Don't let objects be deleted during incubationUlf Hermann2024-02-201-10/+15
* no-thread: don't block the main threadMorten Sørvig2024-02-201-0/+2
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-157-84/+131
* QtQml: Omit nonsensical line numbers from console.trace()Ulf Hermann2024-02-081-11/+13
* no-thread: remove special cases for callbacksMorten Sørvig2024-02-081-10/+0