summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-0/+43
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-1/+19
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-162-1/+101
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-164-37/+190
* Use qint64 for value of that type in tst_QDateTime millisecond testsEdward Welbourne2020-09-151-71/+91
* Fix tst_QElapsedTimer::elapsed() flaky testJarek Kobus2020-09-151-11/+23
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1525-34/+166
* Fix tests to build in a no-widgets configurationAlexandru Croitor2020-09-152-5/+8
* Add a QMetaAssociationUlf Hermann2020-09-152-27/+288
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Tests: fix qlogging build fail for AndroidAssam Boudjelthia2020-09-151-7/+6
* Blacklist tst_QTimeLine::interpolation on Windows in generalMitch Curtis2020-09-151-1/+1
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-152-3/+11
* Remove deprecated APILars Knoll2020-09-151-4/+4
* Remove the SAX parser from QtXmlLars Knoll2020-09-15789-6263/+0
* Trim trailing 0s from QTime construction, where neither use nor ornamentEdward Welbourne2020-09-151-153/+153
* Add qHash implementation for QPointMitch Curtis2020-09-152-5/+3
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+1
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-146-44/+4
* Don't use default-constructed QTime() where QTime(0, 0) is intendedEdward Welbourne2020-09-141-35/+43
* Remove some unused private methods and replace anotherEdward Welbourne2020-09-141-90/+90
* Fix compiler warnings about missing overridesLars Knoll2020-09-1323-140/+154
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+22
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-1211-16/+16
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-121-1/+1
* cmake: Re-enable qcoreapplication and qtimer testsTor Arne Vestbø2020-09-124-2/+95
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-122-9/+22
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-121-2/+4
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-124-1/+32
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-112-79/+79
* [QtCore] Fix QDateTime unit test: time zone of system was usedAndreas Buhr2020-09-111-10/+9
* Fix warnings coming from using the deprecated overload of qCheckSumLars Knoll2020-09-112-3/+3
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-111-2/+2
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-3/+3
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-112-45/+45
* tst_QNetworkReply: Avoid race in ioGetFromHttpWithAuthMårten Nordheim2020-09-111-1/+5
* Interbase: Add support for the boolean typeAndy Shaw2020-09-112-4/+9
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* [QtCore] QDateTime: switch from newRow to addRow in unit testsAndreas Buhr2020-09-111-4/+4
* [QtCore] Adapt QDateTime unit tests to use QByteArrayAndreas Buhr2020-09-111-8/+8
* Remove most compiler warnings about missing overridesLars Knoll2020-09-11151-772/+808
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* QNAM: Enable HTTP/2 by defaultMårten Nordheim2020-09-101-1/+0
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* Fix a rather sloppy test case in tst_QSslKeyTimur Pocheptsov2020-09-101-6/+51
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-102-55/+58
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13