aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-091-0/+4
* Doc: don't use quit in snippet that exits upon load failureMitch Curtis2024-04-091-4/+3
* QtQml: Add option to disambiguate resources for qmldir filesUlf Hermann2024-04-051-15/+22
* 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
* V4: Don't call methods on nullptrUlf Hermann2024-04-051-18/+26
* Modernize "extending QML" tutorialUlf Hermann2024-04-051-12/+12
* Fix heap-buffer-overflow in ESTable::removeOliver Dawes2024-04-042-17/+17
* Generate qmldir files for extra directories with QML filesUlf Hermann2024-04-035-4/+105
* QtQml: Resolve preferred paths before setQmldirContentUlf Hermann2024-04-033-14/+41
* QQmlListWrapper: Don't use QQmlListReference for virtualGetLength()Ulf Hermann2024-03-281-2/+3
* CMake: Enable macOS POST_BUILD deployment for in-tree examplesAlexandru Croitor2024-03-273-21/+81
* CMake: Add option to allow skipping qml deployment when building in CIAlexandru Croitor2024-03-271-1/+10
* 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
* Silence bogus warning on mingwUlf Hermann2024-03-251-0/+7
* Adapt to privatising of QPropertyBinding's ref countUlf Hermann2024-03-252-3/+2
* QQmlGadgetPtrWrapper: Consider QVariant as possible typeThomas Hartmann2024-03-221-5/+14
* CMake: Consider NO_UNSUPPORTED_PLATFORM_ERROR for non-bundle mac appsAlexandru Croitor2024-03-221-14/+28
* CMake: Remove stray inclusion of QT_DEPLOY_SUPPORTAlexandru Croitor2024-03-221-1/+0
* CMake: Move generated qmltypes file into .qt subdirectory of build dirAlexandru Croitor2024-03-221-1/+1
* CMake: Fix re-running of qmlimportscanner during ninja cleanAlexandru Croitor2024-03-221-3/+12
* CMake: Use versioned functions in the deployment api implementationAlexandru Croitor2024-03-222-9/+24
* CMake: Fix semicolon warnings for generated qml resources codeAlexandru Croitor2024-03-221-4/+21
* Correct license for documentation filesLucie Gérard2024-03-221-1/+1
* Correct doc snippet licenseLucie Gérard2024-03-224-4/+4
* CMake: Use _qt_internal_add_phony_targetJoerg Bornemann2024-03-211-33/+5
* 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
* qmltyperegistrar: Restore QML.Root processingUlf Hermann2024-03-211-0/+1
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-212-0/+12
* QJSEngine: Avoid calling QJSValue::isVariant in qjsvalue_castFabian Kosmale2024-03-211-4/+1
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-203-5/+13
* 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-193-5/+11
* QtQml: Assert on ddata and ddata->propertyCache in doPopulateDeferred()Ulf Hermann2024-03-182-0/+7
* QML_CONSTRUCTIBLE_VALUE: Fix docsFabian Kosmale2024-03-181-0/+1
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+43
* CMake: Fix macOS deployment POST_BUILD step for debug configsAlexandru Croitor2024-03-151-2/+25
* CMake: Allow finding qmlimportscanner also in Qt build dirAlexandru Croitor2024-03-151-22/+58
* Fix enum class lookup on SingletonsFabian Kosmale2024-03-141-2/+18
* Make loadFromModule compatible with QQmlParserStatusFabian Kosmale2024-03-141-0/+13
* QQMLJSAST Change traversal order for ExportDeclarationDmitrii Akshintsev2024-03-131-1/+1
* Remove the explicit declaration of QQmlComponent::createObject(QQmlV4Function *)Alexey Edelev2024-03-122-5/+6
* Android: Add documentation for QtQuickView classNicholas Bennett2024-03-121-0/+12
* Consider Qt6::Qml compile definitions when manually running mocAlexey Edelev2024-03-071-1/+1
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-071-2/+2
* ArrayData/MemberData: Prove Fixed gc interactionFabian Kosmale2024-03-051-1/+1
* qv4mm: Update non-managed memory limits at correct point in timeFabian Kosmale2024-03-052-19/+31