summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-041-0/+26
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-0/+10
* Remove commented test in testlib (alive)Jędrzej Nowacki2019-03-296-244/+0
* Cleanup widgets/kernel.pro after modularizationJędrzej Nowacki2019-03-261-2/+0
* Ensure that layouts don't move widgets outside of their parentVolker Hilsheimer2019-03-261-0/+64
* core: Add deduction guides for QPairMikhail Svetkin2019-03-252-0/+29
* Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-231-47/+50
* Stabilize tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningMilian Wolff2019-03-221-4/+4
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
* Update handling of TESTSERVER_COMPOSE_FILEMaurice Kalinowski2019-03-221-4/+6
* QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-211-0/+42
* QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+8
* Make tst_QTemporaryFile::fileTemplate() more informative on failureEdward Welbourne2019-03-191-1/+1
* Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-1/+31
* Refine and extend tst_qnumeric's checks on infinity and NaNEdward Welbourne2019-03-191-7/+24
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-163-0/+116
|\
| * Don't increase the size of the layout unnecessarily when moving toolbarsAndy Shaw2019-03-152-0/+115
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+1
| |\
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-1510-10/+40
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1410-10/+40
| |\| |
| | * | Improve project files of libfuzzer testsRobert Loehning2019-03-133-5/+6
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-2/+2
| | |\|
| | | * Expand blacklisting of tst_qsslkey to cover all versions of RHELsTony Sarajärvi2019-03-101-2/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-096-3/+32
| | |\|
| | | * Do not mix QByteArray with QString in arithmeticEdward Welbourne2019-03-081-1/+1
| | | * manual tests: Fix buildFriedemann Kleint2019-03-072-1/+6
| | | * Fix some warnings in manual testsFriedemann Kleint2019-03-073-1/+25
* | | | tst_qhostinfo: remove dependency on network test serverMårten Nordheim2019-03-151-3/+0
* | | | Schannel: support for AES-encrypted keysMårten Nordheim2019-03-151-1/+1
* | | | QStringMatcher: add QStringView supportAnton Kudryavtsev2019-03-141-0/+6
|/ / /
* | | Convert tst_QSslSocket to work with DockerTimur Pocheptsov2019-03-116-68/+144
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-112-0/+60
* | | Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-0/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-094-39/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-38/+15
| |\|
| | * Hpack - fix the static lookupTimur Pocheptsov2019-03-041-36/+13
| | * Fix build with -no-gui on macOSAlex Richardson2019-03-042-2/+2
| * | Deprecation-fix: don't use QDir::operator=(const QString &)Edward Welbourne2019-03-051-1/+1
* | | QSslKey - add a support for AES encrypted keysTimur Pocheptsov2019-03-084-5/+105
* | | rcc: Support Python as output formathjk2019-03-072-0/+109
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-073-1/+82
* | | SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-072-7/+7
* | | rcc test: Streamline testFriedemann Kleint2019-03-061-44/+32
* | | Convert tst_qudpsocket to use dockerMårten Nordheim2019-03-064-6/+37
* | | rcc test: Properly check QProcess errorsFriedemann Kleint2019-03-051-37/+57
* | | Restructure tst_QDir::mkdirRmdir_data()Edward Welbourne2019-03-051-15/+15
* | | rcc test: Avoid repetitive invocation of QFINDTESTDATA()Friedemann Kleint2019-03-051-19/+10
* | | QtBase: replace deprecated QString functionsChristian Ehrlicher2019-03-042-79/+56
* | | QtTestLib: unify handling of float and double using suitable templatesEdward Welbourne2019-03-046-239/+210