summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add function to access QLockFile's file nameShantanu Tushar2020-10-181-0/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Swallow some runtime warnings from tst_qapplicationVolker Hilsheimer2020-10-181-0/+2
* Fix compile warning from testing deprecated signalVolker Hilsheimer2020-10-181-7/+46
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-175-243/+243
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-171-1/+1
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Move file of test helpers out of directory for qtconcurrentmap testsAndreas Buhr2020-10-163-2/+2
* Test QImage move semanticsAllan Sandfeld Jensen2020-10-161-2/+33
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-162-3/+3
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-36/+36
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-162-51/+51
* QSslSocket (autotest) - defuse a time bombTimur Pocheptsov2020-10-161-13/+16
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* Purge QDesktopWidgetVolker Hilsheimer2020-10-161-1/+0
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+1
* Manual tablet test: Add a window showing the devicesFriedemann Kleint2020-10-151-0/+69
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-144-19/+20
* Fix compile time type normalization codeLars Knoll2020-10-143-5/+45
* Schannel: TLS1.3 supportMÃ¥rten Nordheim2020-10-141-20/+32
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-1411-57/+22
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-132-6/+195
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-131-2/+0
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-131-2/+2
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-0/+15
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-0/+15
* Enable some-of the QtConcurrent test casesSona Kurazyan2020-10-122-8/+9
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+8
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-6/+6
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-122-2/+218
* rhi: Regenerate shaders for some manual testsLaszlo Agocs2020-10-1110-1/+0
* rhi: Add a many cubes manual testLaszlo Agocs2020-10-1112-11/+290
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-0/+75
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-2/+44
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-18/+60
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-11/+31
* Avoid repeated date-time formatting in test data namingEdward Welbourne2020-10-091-14/+16
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-07212-473/+477
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-073-78/+291
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-072-4/+30