summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23293-553/+402
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-2/+7
* CMake: Regenerate projectsAlexandru Croitor2020-09-225-10/+12
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-221-0/+2
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-35/+79
* Cleanup API of QMimeDataLars Knoll2020-09-213-2/+13
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+42
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-115/+177
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-1/+33
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-24/+68
* Remove a leftover of qlinkedlist testSona Kurazyan2020-09-181-1148/+0
* Fix warning about discarded return value in QTranslator testVolker Hilsheimer2020-09-171-13/+13
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Normalize roundingAllan Sandfeld Jensen2020-09-161-1/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-0/+43
* 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-1523-29/+161
* Add a QMetaAssociationUlf Hermann2020-09-152-27/+288
* 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-151-1/+0
* Trim trailing 0s from QTime construction, where neither use nor ornamentEdward Welbourne2020-09-151-153/+153
* Add qHash implementation for QPointMitch Curtis2020-09-151-0/+3
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-145-40/+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-132-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* 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
* [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-111-2/+2
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-111-2/+2
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-112-45/+45
* [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-1153-304/+317
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217