summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-137-13/+0
|\
| * macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-127-13/+0
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-105-15/+36
|\|
| * Fix test for multiscreenAllan Sandfeld Jensen2018-11-091-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-0/+15
| |\
| | * QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-0/+15
| * | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-2/+2
| * | Make tst_qsslsocket::protocolServerSide() less flakyTimur Pocheptsov2018-11-071-4/+10
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-051-8/+8
| |\ \
| | * | Update to CLDR v34Edward Welbourne2018-11-021-8/+8
* | | | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-093-52/+54
* | | | QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-8/+47
* | | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-086-14/+211
* | | | Test and document QTest::toHexRepresentation()Edward Welbourne2018-11-083-3/+82
* | | | QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-061-37/+100
* | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-061-0/+26
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-065-1/+33
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-065-1/+33
| |\| | |
| | * | | Stabilize tst_QAccessibilityLinux::testFocusFrederik Gladhorn2018-11-021-0/+2
| | * | | QSqlQuery: add another testcase for bindBool()Christian Ehrlicher2018-11-021-1/+8
| | * | | QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-021-0/+14
| | * | | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
| | * | | Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040Heikki Halmet2018-11-011-0/+1
* | | | | New proxy model: QTransposeProxyModelLuca Beldi2018-11-053-0/+922
* | | | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-056-16/+10
* | | | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-2/+2
|/ / / /
* | | | QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-021-3/+3
* | | | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-022-4/+4
* | | | QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-021-33/+79
* | | | Tweak a selftest blacklist to exercise more of the blacklisting codeEdward Welbourne2018-11-018-11/+63
* | | | generate_expected_output.py: match tst_selftest's test environmentsEdward Welbourne2018-11-012-2/+24
* | | | Simplify tst_Selftests::compareLine by handling the trivial case firstEdward Welbourne2018-11-011-7/+7
* | | | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-2/+57
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-018-35/+151
|\| | |
| * | | QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-0/+53
| * | | tst_QCborValue: Disable support for spaceship operatorJüri Valdmann2018-10-311-1/+1
| * | | winrt: Skip a test row of tst_QRegularExpression::threadSafetyOliver Wolff2018-10-311-0/+4
| |/ /
| * | qendian: Fix float conversionsIvan Komissarov2018-10-281-3/+37
| * | tst_qeventdispatcher: remove macOS from the BLACKLISTTimur Pocheptsov2018-10-251-2/+0
| * | tst_QLocalSocket::processConnections: remove QSKIPTimur Pocheptsov2018-10-251-3/+0
| * | Remove QSKIP and bring the test back to businessTimur Pocheptsov2018-10-251-3/+0
| * | tst_qfilesystemmodel: Do not use nested calls of auto test functionsOliver Wolff2018-10-251-23/+56
* | | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-312-0/+41
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2514-47/+124
|\| |
| * | Linux Accessibility: Fix expandable stateFrederik Gladhorn2018-10-221-0/+8
| * | tst_QAccessibilityLinux make state checking more convenientFrederik Gladhorn2018-10-221-20/+25
| * | Fix building tests with -no-guiJüri Valdmann2018-10-203-6/+8
| * | QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-0/+7
| * | Fix odd test in tst_qflagsAllan Sandfeld Jensen2018-10-171-1/+1
| * | QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-0/+10