aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "CMake: Exclude building apps when cross-compiling"Alexandru Croitor2020-04-062-10/+0
* CMake: Regenerate projectsAlexandru Croitor2020-04-063-1/+74
* CMake: Exclude building apps when cross-compilingAlexandru Croitor2020-04-062-0/+10
* Blacklist tst_qquickbehaviors::currentValueUlf Hermann2020-04-061-0/+3
* Remove use of bearer managementMårten Nordheim2020-04-061-10/+0
* Port the remaining tests from QRegExp to QRegularExpressionLars Knoll2020-04-036-39/+47
* Remove QRegExp from qml autotestsLars Knoll2020-04-039-206/+20
* Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-1/+56
* Implement support for property observersSimon Hausmann2020-04-032-0/+7
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-026-2/+21
* Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-24/+18
* Implement modifying colors using methodsMaximilian Goldstein2020-04-025-1/+65
* Include qjsengine and qjsvalue autotests in the cmake buildLars Knoll2020-04-025-1/+18
* Remove old BIC dataLars Knoll2020-04-0253-706574/+0
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-011-1/+1
* Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+4
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-304-0/+35
* Remove usage of filterRegExpLars Knoll2020-03-261-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-246-151/+379
|\
| * Add autotest for QQuickRenderControlLaszlo Agocs2020-03-234-1/+263
| * QQuickViewTestUtil: Don't leak on matchAgainst()Ulf Hermann2020-03-231-2/+16
| * tst_qquicklistview: Fix a few memory leaksUlf Hermann2020-03-231-123/+75
| * tst_qquicklistview: Don't use QTest::toString()Ulf Hermann2020-03-201-25/+25
* | StackLayout: add attached index, isCurrentItem, and layout propertiesMitch Curtis2020-03-231-3/+172
* | Encapsulate QQmlContextDataUlf Hermann2020-03-239-65/+73
* | tst_qqmlpreview: Increase timeoutUlf Hermann2020-03-231-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-2017-39/+49
|\|
| * qmllint: Break inheritance cyclesUlf Hermann2020-03-194-0/+10
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-1813-39/+39
* | QQmlPropertyCache: Avoid costly string comparisonFabian Kosmale2020-03-181-13/+5
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1810-0/+85
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1810-0/+85
| |\|
| | * qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-173-0/+11
| | * qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-172-0/+6
| | * qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-163-0/+17
| | * qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-162-0/+11
| | * Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-162-0/+20
| | * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+20
* | | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-184-24/+43
* | | Remove QRegExpValidator usagesLars Knoll2020-03-189-24/+23
* | | Also support partly specified versions in JS .importsUlf Hermann2020-03-182-17/+8
|/ /
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-174-4/+4
* | Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-173-15/+68
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-17167-334/+334
* | Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-1613-5/+671
* | CMake: Fix painting benchmark dependency on OpenGLWidgetsAlexandru Croitor2020-03-164-3/+9
* | CMake: Fix duplicate target name for qquickwindow benchmarkAlexandru Croitor2020-03-162-1/+29
* | tst_qquickwindow::testWindowVisibilityOrder: remove unstable checkVitaly Fanaskov2020-03-131-9/+3
* | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-1222-62/+313
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-12153-427/+5248
|\ \