summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-282-42/+11
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Add a QPropertyAliasUlf Hermann2020-05-271-0/+47
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-182/+9
* QProperty: Support multiple observersUlf Hermann2020-05-271-0/+36
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-2/+2
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-271-4/+8
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-261-0/+32
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-2/+6
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-5/+30
|\
| * 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
* | | 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
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* | | 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
* | | 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
* | | Remove QRegExp from QVariantLars Knoll2020-05-149-93/+184
* | | Remove QRegExp support from QString and StringListLars Knoll2020-05-143-223/+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
* | | Get rid of some QTextCodec leftoversLars Knoll2020-05-145-6/+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-142-65/+5
* | | 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
* | | Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-131-1/+1
* | | QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-2/+12
* | | Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-131-1/+1
* | | Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-6/+6
* | | Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* | | Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-127-130/+130
* | | Use QChar::fromUcs4() moreMarc Mutz2020-05-122-4/+4
* | | Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-113-9/+56
* | | QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* | | tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0