summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-3/+3
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-121-3/+3
| * | Don't drop update requests when closing and reopening windowsUlf Hermann2018-10-161-0/+23
| * | QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-0/+7
| * | Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-17/+24
| * | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-142-0/+2
| * | Update ANGLE to chromium/3280Miguel Costa2018-10-131-0/+1
| * | QCss: properly parse functions which contains additional spacesChristian Ehrlicher2018-10-121-0/+6
* | | Make sure docker machine is both created and running before testRyan Chu2018-10-231-0/+16
* | | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-33/+7
* | | Remove skip from tst_QWidget::updateWhileMinimizedFrederik Gladhorn2018-10-191-3/+0
* | | Docker-based test servers for network-related Qt autotests on macOSRyan Chu2018-10-184-19/+112
* | | Use environment variable to configure the interfaces of a Dante serverRyan Chu2018-10-181-0/+19
* | | Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-181-2/+5
* | | Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-182-4/+16
* | | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-1/+6
* | | tst_QStyleSheetStyle: use QString() instead of ""Frederik Gladhorn2018-10-171-37/+37
* | | tst_QSslSocket: deduplicate datatags and don't cast to intMårten Nordheim2018-10-161-8/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-131-1/+1
|\| |
| * | Fix builds without DTLSAllan Sandfeld Jensen2018-10-091-1/+1
* | | Remove QEXPECT_FAIL from test on macOSEskil Abrahamsen Blomfeldt2018-10-101-4/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-092-0/+11
|\| |
| * | Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-0/+3
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-0/+8
| |\|
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* | | Implement QRegularExpression overload for QPlainTextEdit::findSamuel Gaist2018-10-081-0/+44
* | | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+45
* | | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0811-40/+120
|\| |