summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+21
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-301-24/+34
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-302-0/+5
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-147/+171
* Disable moving of QPropertyLars Knoll2020-09-291-99/+33
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-0/+36
* Add checks for new QBitArray versionAllan Sandfeld Jensen2020-09-291-46/+57
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-0/+1
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+32
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-0/+1
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-3/+17
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-234-0/+39
* 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