aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-12158-2407/+4386
|\
| * QQmlObjectCreator: Drop some dead codeUlf Hermann2020-03-102-6/+0
| * Avoid unloading plugins which register types to prevent crashesFabian Kosmale2020-03-093-3/+22
| * Adapt to the the new QMetaType changeOlivier Goffart2020-03-0916-212/+163
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0961-344/+408
| |\
| | * 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
| * | | Stop using Qt::DateFormat's locale-dependent membersEdward Welbourne2020-03-061-16/+3
| * | | Fix build without features.settingsTasuku Suzuki2020-02-281-1/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2118-95/+150
| |\| |
| | * | 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
| | * | Avoid memory leaks for inline component typesFabian Kosmale2020-02-192-1/+5
| | * | Fix broken -no-qml-debugAndré Klitzing2020-02-191-0/+1
| | * | Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-10/+19
| * | | Fix all import versionsUlf Hermann2020-02-191-1/+1
| * | | Add major version to all Q_REVISIONsUlf Hermann2020-02-1910-7/+15
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-197-46/+321
| |\| |
| | * | 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
| | * | Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-181-23/+26
| | * | Remove some dead codeUlf Hermann2020-02-181-5/+0
| | * | Add documentation for the QML_* macrosUlf Hermann2020-02-172-14/+290
| * | | QQmlPropertyCache: Don't populate allowed revisions with invalid onesUlf Hermann2020-02-171-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1747-797/+1985
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-133-22/+30
| | |\|
| | | * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-112-3/+9
| | | * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-19/+21