aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)Edward Welbourne2020-11-121-3/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-117-44/+165
* QQmlPropery: Add seed to qHashFabian Kosmale2020-11-111-2/+2
* Add debug trace when a static plugin is loadedAlexandru Croitor2020-11-101-0/+5
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-102-0/+22
* Remove assert in QQmlPropertyThomas Hartmann2020-11-101-1/+0
* V4 string object: Avoid some compile warningsUlf Hermann2020-11-091-2/+2