aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 5.15 into 5.15.0Alexandru Croitor2020-04-231-2/+2
|\ \
| * | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-214-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
| | * QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-03-091-1/+5
* | | V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
|/ /
* | CMake: Fix double inclusion of CMake plugin targetsAlexandru Croitor2020-04-031-4/+6
* | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | Add doumentation for nullish coalescingMaximilian Goldstein2020-04-022-0/+6
* | Doc: Fix typo in linkPaul Wicking2020-03-261-1/+1
* | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-256-46/+100
* | Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+1
* | QNetworkReply: fix use of deprecated error signalMÃ¥rten Nordheim2020-03-231-1/+1
* | QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* | qmlRegisterSingletonInstance: show user-friendly signature in documentationFabian Kosmale2020-03-182-1/+6
* | Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-162-0/+7
* | Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+23
* | Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
* | Remove unused defineNorihito Tohge2020-03-121-2/+0
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-102-8/+4
* | Remove duplicate add of qqmljsengine_p.h to HEADERS in parser.priFawzi Mohamed2020-03-031-2/+1
* | Get rid of extra spaceFawzi Mohamed2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-033-0/+27
|\|
| * Doc: Add section about QVariantList and QVariantMap as C++ propertiesUlf Hermann2020-02-241-0/+19
| * Fix build with -no-feature-networkUlf Hermann2020-02-242-0/+8
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-0246-252/+266
* | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-282-3/+3
* | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-272-3/+3
* | V4: Fix mark stack overrunsUlf Hermann2020-02-277-62/+51
* | Add revision to QQmlTypeNotAvailableUlf Hermann2020-02-261-0/+1
* | Provide a way to statically register namespacesUlf Hermann2020-02-251-0/+32
* | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-244-5/+5
* | Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
* | Fix QML basic type documentationEdward Welbourne2020-02-201-26/+7
* | Avoid cast from ASCII to QStringUlf Hermann2020-02-201-2/+2
* | QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-02-201-1/+5
* | Inline component: Avoid even more leaksFabian Kosmale2020-02-201-0/+2
* | Inline components: do not leak contextFabian Kosmale2020-02-201-1/+4
* | Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-208-25/+27
* | Doc: Fix the qmltypes format documentationUlf Hermann2020-02-201-17/+26
* | Doc: Fix imports documentationUlf Hermann2020-02-201-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+4
|\|
| * Windows: Do look for <plugin>d.dll as a fallbackKai Koehne2020-02-151-1/+4
* | ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-191-5/+42