summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-109-17/+17
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-101-0/+3
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-0/+2
* Fix flaky QTimer::remainingTime() testJarek Kobus2020-09-101-18/+44
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-082-43/+36
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-7/+7
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-11/+11
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-0/+29
* tst_qmenubar: stop doing math on an enumGiuseppe D'Angelo2020-09-071-1/+1
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-072-54/+54
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-075-3/+70