summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-312-2/+2
* Get rid of unsharable containersLars Knoll2019-10-306-767/+13
* Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-301-2/+4
* Make QList an alias to QVectorLars Knoll2019-10-3021-2212/+72
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-3011-41/+287
|\
| * rhi: Move to CBOR in QShader and expand the autotestLaszlo Agocs2019-10-297-4/+201
| * tst_QDataWidgetMapper/QFileIconProvider/ItemEditorFactory: cleanupChristian Ehrlicher2019-10-293-35/+28
| * Add a timeout for transfersVille Voutilainen2019-10-281-2/+58
* | Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-11/+2
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-299-166/+32
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-274-20/+19
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-264-20/+19
| |\
| | * Update CLDR to v36Edward Welbourne2019-10-251-7/+7
| | * Don't try to define QT_NO_CAST_TO_ASCII when the test undefines itEdward Welbourne2019-10-251-1/+1
| | * Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-253-12/+11
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-2614-349/+385
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2510-38/+131
| |\|
| | * QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-0/+26
| | * QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
| | * QStateMachine: Don't scream at the userRobert Loehning2019-10-241-4/+4
| | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-246-34/+91
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-246-34/+91
| | | |\
| | | | * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-14/+13
| | | | * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-14/+20
| | | | * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-111-2/+0
| | | | * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-0/+54
| | | | * DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-102-4/+4
| | * | | Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-0/+6
| | |/ /
| * | | cleanup QSortFilterProxyModel testsChristian Ehrlicher2019-10-243-311/+249
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-221-0/+5
| |\| |
| | * | Enable cursor in ligature test on WindowsEskil Abrahamsen Blomfeldt2019-10-211-0/+5
* | | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-2525-20/+227
* | | | qdiriterator benchmark: test against std::filesystemMårten Nordheim2019-10-212-1/+36
* | | | test: migrate QDom test to QRegularExpressionSamuel Gaist2019-10-211-4/+4
* | | | test: migrate manual dialogs tests to QRegularExpressionSamuel Gaist2019-10-211-1/+3
* | | | test: migrate QDBusInterface test to QRegularExpressionSamuel Gaist2019-10-211-4/+7
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-211-1/+48
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-1/+48
| |\| |
| | * | Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-181-1/+48
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1967-92/+1068
|\| | |
| * | | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-1862-2/+773
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-185-90/+295
| |\| |
| | * | Add testing of fillRect() to QPainter lancelot testEirik Aavitsland2019-10-164-0/+295
| | * | tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+0
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-186-6/+6
|\| | |
| * | | tst_qiconhighdpi: fix target nameFrederik Gladhorn2019-10-171-1/+1
| * | | QGraphicsView tests: Prefer exposed over activeJohan Klokkhammer Helsing2019-10-174-4/+4
| * | | tst_qdialog: Wait for exposed instead of activeJohan Klokkhammer Helsing2019-10-171-1/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1720-99/+226
|\| | |
| * | | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-0/+28