aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-317-18/+117
| |\| |
| | * | Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-302-12/+52
| | * | qmlformat: Support even more language featuresMaximilian Goldstein2020-01-305-6/+65
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-3018-41/+172
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-291-4/+0
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-4/+0
| | | |\|
| | | | * ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-4/+0
| | * | | tst_qqmlproperty: Avoid memory leaksUlf Hermann2020-01-291-30/+32
| | * | | Required properties: Allow required default propertiesFabian Kosmale2020-01-298-8/+39
| | |/ /
| | * | Handle required properties declared in C++Fabian Kosmale2020-01-287-0/+95
| | * | Fix tst_qqmlvaluetypes::colorProperty when run standaloneSimon Hausmann2020-01-281-0/+2
| | * | tst_qqmlengine: Don't rename the QObject QML typeUlf Hermann2020-01-271-1/+6
* | | | Regenerate qtdeclarativeAlexandru Croitor2020-02-12127-550/+315
* | | | Fix qmlplugindump testLeander Beernaert2020-02-051-1/+1
* | | | Fix qqmlmoduleplugin testLeander Beernaert2020-01-313-33/+69
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-2954-53/+888
|\| | |
| * | | Remove duplicate reference to qmlformat testUlf Hermann2020-01-281-1/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2537-8/+454
| |\| |
| | * | Tests: add override to inherited methodTim Jenssen2020-01-241-2/+1
| | * | remove unnecessary spaceTim Jenssen2020-01-241-1/+1
| | * | Long live QML inline componentsFabian Kosmale2020-01-2328-5/+343
| | * | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-236-0/+105
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-0/+4
| | |\|
| | | * Blacklist two failing ecmascripttests on macOSMorten Johan Sørvig2020-01-221-0/+4
| * | | Make Font.weight an integer instead of enumerationEskil Abrahamsen Blomfeldt2020-01-211-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2018-43/+433
| |\| |
| | * | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-174-7/+6
| | * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-175-25/+25
| | * | qmlformat: Fix some language features being unsupportedMaximilian Goldstein2020-01-173-5/+129
| | * | Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-153-0/+30
| | * | QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-2/+209
| | * | Test that we can override an uncreatable singleton type with an instanceUlf Hermann2020-01-153-5/+34
* | | | QML Type Registrar changesLeander Beernaert2020-01-241-3/+11
* | | | Post merge fixesLeander Beernaert2020-01-242-26/+0
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1663-490/+34831
|\| | |
| * | | Remove qmlminUlf Hermann2020-01-153-238/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-157-79/+374
| |\| |
| | * | Allow overriding type registrationsUlf Hermann2020-01-153-0/+38
| | * | qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-152-79/+299
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-142-0/+37
| | |\|
| | | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-102-0/+37
| * | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-1/+3
| * | | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-7/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1436-9/+1086
| |\| |
| | * | qmllint: Consider failure to find imports an errorUlf Hermann2020-01-132-3/+3
| | * | qmllint: Consider attached propertiesUlf Hermann2020-01-132-0/+7
| | * | qmllint: parse simple type assertionsUlf Hermann2020-01-133-0/+17
| | * | qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-134-0/+37
| | * | qmllint: Resolve aliasesUlf Hermann2020-01-134-0/+32
| | * | qmllint: Analyze member accessUlf Hermann2020-01-133-1/+22