aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-172-3/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-0/+0
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+0
| | |\
| | | * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-261-0/+0
| * | | tst_qqmlecmascript: Cast pointer to unsigned for printingUlf Hermann2019-09-121-3/+3
* | | | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-1/+1
* | | | Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-137-12/+56
* | | | Use the correct type's meta-type ID for int and save a misplaced castEdward Welbourne2019-09-131-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-124-1/+23
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-124-1/+23
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-284-1/+23
| | |\| |
| | | * | Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-264-1/+23
| | | |/
* | | / QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-126-1/+41
|/ / /
* | | QQuickFolderListModel: make sure properties' values can be updateWang Chuan2019-09-111-0/+42
* | | Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-104-0/+39
* | | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-099-1/+121
* | | QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+0
* | | Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-044-3/+14
* | | Allow semicolon after property declarationFabian Kosmale2019-09-032-0/+21
* | | Merge dev into 5.14Kari Oikarinen2019-08-2712-20/+250
|\ \ \
| * | | Make the qmllint test an actual testUlf Hermann2019-08-262-15/+19
| * | | Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-213-0/+24
| * | | Remove the last usages of deprecated APIsSona Kurazyan2019-08-203-5/+63
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-194-0/+144
* | | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-235-1/+21
|/ / /
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-193-1/+32
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-1629-14/+242
* | | Fix qquickfolderlistmodel autotest on AndroidJan Arve Sæther2019-08-141-1/+8
* | | Fix qqmlsqldatabase autotest for androidJan Arve Sæther2019-08-141-0/+8
* | | Fix qqmlvaluetypes autotest for androidJan Arve Sæther2019-08-141-2/+14
* | | Fix qqmllanguage autotest on AndroidJan Arve Sæther2019-08-143-45/+75
* | | Fix qqmlpropertymap autotest for androidJan Arve Sæther2019-08-142-0/+10
* | | Fix qqmltimer autotest for androidJan Arve Sæther2019-08-141-0/+9
* | | Skip perfMapFile test on AndroidJan Arve Sæther2019-08-131-1/+1
* | | Skip the test function that uses QProcess on AndroidJan Arve Sæther2019-08-051-0/+3
* | | Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-1/+1
* | | Fix qqmlexpression failures for AndroidJan Arve Sæther2019-07-291-2/+5
* | | Fix qqmlimport failures for AndroidJan Arve Sæther2019-07-292-1/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2613-1/+186
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-249-0/+131
| |\|
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131
| * | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-0/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-123-1/+40
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-0/+39
| | * Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* | | qmllint: Improve parent handlingFabian Kosmale2019-07-264-18/+45
* | | qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-252-2/+13
* | | Support top level generator functionsFabian Kosmale2019-07-233-0/+47
* | | Fix nullptr handling in bindingFabian Kosmale2019-07-222-0/+39
* | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-191-0/+40