aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-111-1/+1
* Return errors if validation of inline components failsUlf Hermann2021-02-091-1/+3
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-1/+2
* Doc: Fix broken QDoc markupPaul Wicking2021-01-051-2/+2
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-183-6/+22
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-153-18/+2
* CMake: Disable static plugin imports for qml static pluginsAlexandru Croitor2020-12-101-0/+3
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-086-73/+260
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* Fix qdoc warning, document macro parameterVolker Hilsheimer2020-12-041-1/+1
* qmlfunctions.qdoc: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-12-041-1/+16
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* Doc: Do not highlight "Writing QML Extensions with C++" exampleKai Koehne2020-12-031-2/+0
* Don't return reference to temporary QModelIndexVolker Hilsheimer2020-12-031-1/+1
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Fix usage of oldcode and newcode in qt6-changes.qdocAndreas Buhr2020-12-021-2/+2
* Porting guide: Document URL resolution changeFabian Kosmale2020-11-301-0/+22
* CMake: Fix resource object file paths in qml plugin prl filesAlexandru Croitor2020-11-301-2/+4
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* CMake: Fix broken static plugins linkingAlexey Edelev2020-11-261-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-263-22/+21
* Doc: Fix documentation dependenciesTopi Reinio2020-11-261-1/+12
* Doc: Remove version numbers for import statementJerome Pasion2020-11-241-2/+2
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* CMake: Change generated resources namingAlexey Edelev2020-11-241-4/+1
* Mark QQmlListProperty as a QML list in QMetaTypeFabian Kosmale2020-11-241-1/+6
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-0/+4
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-211-0/+8
* Porting guide: mention qmlDebug/Info/WarningFabian Kosmale2020-11-191-3/+3
* QtQml: document qmlExecuteDeferred as internalFabian Kosmale2020-11-191-0/+3
* Remove compatibility shim from qmlinfo.{cpp|h}Ulf Hermann2020-11-193-53/+19
* CMake: Match qmake generated resource name for qmldir filesAlexandru Croitor2020-11-181-1/+12
* CMake: Record resource object file information for static buildsAlexandru Croitor2020-11-181-1/+13
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-181-2/+6
* CMake: Replace 'file' with 'configure_file' in 'qmldir' generationAlexey Edelev2020-11-183-3/+43
* QQmlDirParser: Drop unneeded includeUlf Hermann2020-11-181-1/+0
* Porting Guide: Mention QQmlListProperty changeFabian Kosmale2020-11-171-1/+25
* V4: Deal with AOT-compiled functions returning QVariantUlf Hermann2020-11-171-2/+11
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+1
* Do generate typeinfo qmldir entries for pure QML modulesUlf Hermann2020-11-161-3/+1
* CMake: Allow building pure QML modules not backed by C++ sourcesAlexandru Croitor2020-11-124-21/+110
* QQmlEngine::captureProperty(): Don't capture constant propertiesUlf Hermann2020-11-121-1/+1