aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Tooling: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-231-4/+4
* QQmlType: Add missing operator!= and hide operator==Ulf Hermann2024-04-231-4/+9
* QtQml: Fix some type conversion edge casesUlf Hermann2024-04-232-15/+24
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-226-18/+18
* QtQml: do not obtain the stack trace twice in CallPrecise()Vladimir Belyavsky2024-04-221-1/+1
* qv4codegen: Store the location of binary expressionsOlivier De Cannière2024-04-222-5/+9
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière2024-04-223-11/+14
* QQmlComponent: Avoid potential extra QList detachVladimir Belyavsky2024-04-221-5/+1
* UrlObject: Avoid potential extra QList detachesVladimir Belyavsky2024-04-221-6/+1
* QQmlObjectCreator: avoid extra detach on pendingBindings listVladimir Belyavsky2024-04-221-3/+1
* Fix doc syntax in qt6_deploy_qml_importsNicolas Fella2024-04-181-2/+2
* doc: fix briefs for qmlls documentationSami Shalayel2024-04-172-2/+2
* doc: use macro for qmlls's product nameSami Shalayel2024-04-173-20/+20
* Declare some missing value typesUlf Hermann2024-04-173-0/+26
* QtQml: Uncruftify QQmlImports::getQmldirContentUlf Hermann2024-04-173-17/+6
* Android: Restore accidentally deleted deduplication of QML root pathsUlf Hermann2024-04-171-0/+1
* QQmlComponent::loadFromModule: Improve error handlingFabian Kosmale2024-04-171-13/+43
* Improve error message for broken QML_SINGLETONCarl Schwan2024-04-151-2/+2
* QtQml: Declare char as builtin typeUlf Hermann2024-04-151-0/+8
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-1214-21/+31
* CMake: Add dependencies to a target's "root path" for qmlimportscannerUlf Hermann2024-04-111-2/+82
* QtQml: Declare QAnyStringView as builtinUlf Hermann2024-04-111-0/+8
* QtQml: Fix documentation for createComponent()Ulf Hermann2024-04-111-1/+1
* Fix build with disable-deprecated-up-to configurationJari Helaakoski2024-04-111-0/+2
* Improve deprecation message of object to signal handler assignmentCarl Schwan2024-04-111-2/+2
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-112-0/+3
* 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