aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/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
* | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
* | 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
* | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-254-13/+21
* | 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-181-0/+5
* | 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 hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+4
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-0221-130/+148
* | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-2/+2
* | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-2/+2
* | V4: Fix mark stack overrunsUlf Hermann2020-02-271-1/+1
* | 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-243-4/+4
* | Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
* | 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-203-9/+9
* | 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
* | Avoid memory leaks for inline component typesFabian Kosmale2020-02-192-1/+5
* | Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-2/+2
* | QQmlPropertyCacheCreator: initialize memberFabian Kosmale2020-02-181-0/+1
* | QQmlType: Do not dereference pointer if nullFabian Kosmale2020-02-181-2/+2
* | Remove some dead codeUlf Hermann2020-02-181-5/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-2/+7
|\|
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-111-2/+7
* | Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-125-7/+48
* | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-123-10/+67
* | Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-121-36/+44
* | Add uri and version parameters to qmlRegisterExtendedType()Ulf Hermann2020-02-121-3/+11
* | QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-111-6/+25
* | QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-102-0/+13
* | Fix QML type unregistrationFabian Kosmale2020-02-101-5/+1
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-1/+16
* | QQmlTypeLoader: Prevent further trivial cyclesUlf Hermann2020-02-061-2/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-066-65/+146
|\|
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-296-65/+146
* | QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-051-0/+9
* | Inline components: fix name resolutionFabian Kosmale2020-02-053-3/+7