aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix build with latest QHash from qtbaseSimon Hausmann2020-04-141-7/+6
* Implement Qt.alpha()Maximilian Goldstein2020-04-142-0/+48
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-15/+589
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+48
* QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-091-0/+66
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0931-38/+856
|\
| * QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-071-0/+0
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Frederik Gladhorn2020-04-022-0/+74
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-012-0/+74
| | |\
| | | * Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-312-0/+74
| * | | Do not match for line numbers in the source code in ignoreWarning()Jan Arve Sæther2020-04-021-3/+3
| |/ /
| * | Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-313-0/+80
| * | qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-302-0/+8
| * | qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-305-3/+152
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-286-23/+29
| |\|
| | * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-055-21/+21
| | * Blacklist a few more canvas testsShawn Rutledge2020-03-051-2/+8
| * | 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