summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-261-0/+32
* Blacklist imageAtRightAlignedTab in CentOSHeikki Halmet2020-05-251-0/+1
* BLACKLIST test_Gestures tests for new platformsHeikki Halmet2020-05-251-1/+11
* BLACKLIST QWidget tests for CentOSHeikki Halmet2020-05-251-0/+2
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Blacklist tst_qfont tests on new platformsTony Sarajärvi2020-05-251-0/+6
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-221-0/+6
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-222-9/+5
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-2/+6
* Fuzzing: Add fuzz target for QImage::loadFromDataRobert Loehning2020-05-192-0/+55
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-193-5/+31
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-183-5/+31
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-5/+30
| | |\
| | | * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-072-5/+30
| | * | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | | | Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-184-7/+589
|/ / /
* | | QTaggedPointer: verify constexpr'ness of some ctorsMarc Mutz2020-05-161-0/+33
* | | Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-151-16/+104
* | | Add support of connecting signals to QFutureSona Kurazyan2020-05-151-0/+87
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-16/+1
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* | | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-155-202/+0
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-0/+35
* | | QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-0/+10
* | | tst_qstringref: remove some wtf?Marc Mutz2020-05-141-1/+1
* | | Make utf8_source the default for qmake buildsLars Knoll2020-05-141-0/+16
* | | QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-7/+70
* | | Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-143-5/+43
* | | QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-141-3/+24
* | | Remove QRegExp from QVariantLars Knoll2020-05-149-93/+184
* | | Remove QRegExp support from QString and StringListLars Knoll2020-05-144-224/+6
* | | Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-0/+163
* | | Streamline the code in the conversion to and from utf8Lars Knoll2020-05-142-16/+0
* | | Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-142-82/+0
* | | Get rid of some QTextCodec leftoversLars Knoll2020-05-145-6/+0
* | | Remove autotest for codecForHtmlLars Knoll2020-05-141-11/+0
* | | Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* | | Document the string converter classesLars Knoll2020-05-142-11/+11
* | | Get rid of QTextCodec in QTextStreamLars Knoll2020-05-145-261/+30
* | | Start porting QTextStream away from QTextCodecLars Knoll2020-05-143-846/+38
* | | Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+89
* | | Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+58
* | | Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-0/+53
* | | Construct a string converter by nameLars Knoll2020-05-141-0/+27
* | | Get rid of QSettings::iniCodec()Lars Knoll2020-05-141-108/+5
* | | Add some incremental testsLars Knoll2020-05-141-20/+63
* | | Clean up the Flag handling in QStringConverterLars Knoll2020-05-142-52/+52
* | | Always write XML documents as UTF-8Lars Knoll2020-05-141-91/+0
* | | Start work on a new API to replace QTextCodecLars Knoll2020-05-147-1/+1609