aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove winrtOliver Wolff2020-06-043-15/+4
* QtQml: Use unicode character literalsUlf Hermann2020-06-033-10/+8
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-281-6/+0
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-265-16/+16
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-201-5/+5
* Clean up registration of QEasingCurveUlf Hermann2020-05-192-42/+20
* Allow using lowercase enum namesMaximilian Goldstein2020-05-192-27/+1
* Make QQmlScriptString an anonymous QML typeUlf Hermann2020-05-182-2/+5
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-181-2/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-151-2/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-2/+1
| | |\
| | | * Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
* | | | Remove QTextCodec dependency from qtdeclarativeLars Knoll2020-05-181-29/+24
* | | | Compile with latest qtbase devFabian Kosmale2020-05-161-3/+0
* | | | Add missing overrideAlexander Volkov2020-05-152-3/+3
|/ / /
* | | QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-071-1/+2
* | | Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-3/+8
* | | Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-04-291-0/+11
* | | Register value types declarativelyUlf Hermann2020-04-284-11/+51
* | | PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-281-1/+3
* | | Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-242-71/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-241-2/+2
|\| |
| * | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
* | | Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-223-28/+15
* | | Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-222-2/+18
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Friedemann Kleint2020-04-224-1/+9
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-224-1/+9
| |\| |
| | * | WASM: Enable WebAssembly platform detection from QMLFredrik Orderud2020-04-212-0/+3
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-1/+6
| | |\|
| | | * Make qdoc generate the documentation for qmlRegisterSingletonTypeGiuseppe D'Angelo2020-04-161-0/+5
| | | * Fix enum setup optimizationMichael Brasser2020-04-021-1/+1
* | | | Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-224-3/+10
|/ / /
* | | Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-2113-29/+30
* | | Change qHash return value to size_tFabian Kosmale2020-04-165-7/+7
* | | Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-151-1/+1
* | | Implement Qt.alpha()Maximilian Goldstein2020-04-144-1/+37
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-093-3/+10
|\| |
| * | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
| * | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-254-13/+21
* | | Drop some dead codeUlf Hermann2020-04-071-5/+0
* | | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-071-1/+1
* | | Fix compile error with latest qtbase due to removed bearer managementAlexandru Croitor2020-04-061-1/+0
* | | Remove QRegExp support from QtQmlLars Knoll2020-04-032-4/+0
* | | Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-0314-311/+155
* | | Implement support for property observersSimon Hausmann2020-04-035-23/+63
* | | Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-024-7/+41
* | | Implement modifying colors using methodsMaximilian Goldstein2020-04-022-0/+30
* | | Add support for binding directly to QProperty instancesSimon Hausmann2020-03-306-6/+205
* | | Minor cleanupSimon Hausmann2020-03-302-7/+0