summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-281-88/+0
* Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-7/+18
* QSFPM: Avoid following a reset with unnecessary layoutChangedStephen Kelly2017-06-281-0/+24
* Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-272-1/+85
* Improve rounding of QRect::toRectAllan Sandfeld Jensen2017-06-261-0/+32
* Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-261-0/+88
* qt_findAtNxFile(): account for .9 (9-patch image) extensionsMitch Curtis2017-06-244-0/+21
* Sort the keys before comparing them in the testKevin Ottens2017-06-221-1/+6
* Blacklist qFutureAssignmentLeak on OpenSUSE CIMorten Johan Sørvig2017-06-221-0/+2
* testlib: add key sequence functionLiang Qi2017-06-221-0/+35
* [Shader Graph Gen.] Introduce QShaderNodesLoaderKevin Ottens2017-06-203-0/+295
* [Shader Graph Gen.] Introduce QShaderGraphLoaderKevin Ottens2017-06-203-0/+558
* [Shader Graph Gen.] Introduce QShaderGeneratorKevin Ottens2017-06-203-0/+360
* [Shader Graph Gen.] Introduce QShaderGraph::StatementKevin Ottens2017-06-201-0/+408
* [Shader Graph Gen.] Introduce QShaderGraphKevin Ottens2017-06-203-0/+257
* [Shader Graph Gen.] Introduce QShaderNodeKevin Ottens2017-06-201-0/+159
* [Shader Graph Gen.] Introduce QShaderNodePortKevin Ottens2017-06-201-0/+56
* [Shader Graph Gen.] Introduce QShaderFormatKevin Ottens2017-06-203-0/+287
* QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-201-7/+10
* QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-201-4/+0
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-202-20/+14
* Update CLDR to v31.0.1Edward Welbourne2017-06-201-6/+6
* Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-0/+78
* QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-0/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1923-210/+435
|\
| * Fix tst_QImageReader::imageFormatBeforeReadAllan Sandfeld Jensen2017-06-181-1/+3
| * Blacklist tst_QGuiEventLoop::processEvents in macOS 10.12Tony Sarajärvi2017-06-181-0/+2
| * Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.12Tony Sarajärvi2017-06-181-0/+1
| * Blacklist flaky tst_QTimeLine tests on macOS 10.12Tony Sarajärvi2017-06-181-0/+3
| * Blacklist tst_QWidget::restoreVersion1Geometry for XCBFriedemann Kleint2017-06-142-4/+1
| * Blacklist flaky tst_QMdiArea testTony Sarajärvi2017-06-131-0/+2
| * Fix tst_QIcon for configurations with builtin_testdataOliver Wolff2017-06-132-2/+2
| * winrt: Fix tst_QImageReaderOliver Wolff2017-06-131-1/+1
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-132-117/+203
| * Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-131-0/+42
| * macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-131-29/+55
| * Refactor tst_QStyleSheetStyle::focus/hoverColors()Friedemann Kleint2017-06-121-50/+69
| * Ignore test failures of linkLocalIPv6 on RHEL 6.6 in the CISimon Hausmann2017-06-121-1/+2
| * Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+15
| * Fix tst_QDir::emptyDirOliver Wolff2017-06-081-2/+5
| * Fix tst_qresourceengine for platforms with embedded test dataOliver Wolff2017-06-081-2/+2
| * tst_QSharedMemory::readOnly: Skip on macOSFriedemann Kleint2017-06-071-0/+2
| * Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-0/+2
| * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-0/+9
| * Continue to blacklist the utun interfaces on macOSThiago Macieira2017-06-062-0/+14
* | Support standard channel redirection in QProcess::startDetachedJoerg Bornemann2017-06-132-17/+106
* | generate_expected_output.py: more refinements to filtering of noiseEdward Welbourne2017-06-131-5/+6
* | generate_expected_output.py: refer to tst_selftests.cpp for test listEdward Welbourne2017-06-131-11/+76
* | QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-4/+0
* | Long live QRandomGeneratorThiago Macieira2017-06-123-0/+705