aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
| * | | qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-268-0/+220
| * | | qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-253-2/+136
| * | | qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-253-0/+11
| * | | qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-251-6/+38
| * | | Check that QJSValue to set conversion worksFabian Kosmale2020-03-242-1/+9
| * | | tst_qqmllanguage: Don't leak malloc()'d unit dataUlf Hermann2020-03-241-2/+6
| * | | Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-242-0/+85
* | | | QQuickTableView: add function: itemAtCell(const QPoint)Richard Moe Gustavsen2020-04-081-0/+38
* | | | QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-0/+186
* | | | Implement URL objectMaximilian Goldstein2020-04-082-0/+192
* | | | 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