aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qv4mm: Rework interaction between allocation and incremental gcFabian Kosmale2024-03-052-5/+2
* qv4mm: Handle running out of native heap memoryFabian Kosmale2024-03-054-11/+83
* qv4mm: Make sweep incremental, tooFabian Kosmale2024-03-053-59/+170
* QV4 garbage collection: Allocate white during gc runFabian Kosmale2024-03-052-30/+0
* Prepare for white allocations during gc (9/9): ExecutableCompilationUnitFabian Kosmale2024-03-054-10/+30
* 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-053-2/+27
* Prepare for white allocations during gc(6/9): Engine setupFabian Kosmale2024-03-051-0/+3
* Prepare for white allocation during gc (5/9): SharedInternalClassDataFabian Kosmale2024-03-052-7/+6
* Prepare for white allocation during gc (4/9): BoundFunctionFabian Kosmale2024-03-051-2/+2
* Prepare for white allocation during gc(3/9): FunctionFabian Kosmale2024-03-055-18/+32
* 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-059-49/+60
* Prepare for white allocation during gc (0/9): EngineFabian Kosmale2024-03-052-6/+17
* WriteBarrier: Introduce Pointer and HeapObjectWrapper abstractionsFabian Kosmale2024-03-051-0/+65
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-027-473/+311
* Fix crash on exit when pause animation is runningPaul Olav Tvete2024-03-011-3/+5
* Binding: fix restore logicFabian Kosmale2024-02-291-0/+2