summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-18/+55
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-131-1/+1
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-2/+12
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-37/+0
* QNetworkReply/http2: Add a contentEncoding testMårten Nordheim2020-05-134-0/+173
* 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-128-140/+140
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-4/+4
* tst_QShortcut: avoid int -> QChar conversionsMarc Mutz2020-05-121-10/+10
* Rewrite Qt Testlib selftest to not rely on Qt Testlib itselfTor Arne Vestbø2020-05-118-713/+18572
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-117-17/+105
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-106-27/+15
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::O...Marc Mutz2020-05-091-5/+1
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-0/+20
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-1/+9
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-082-81/+70
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-19/+140
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-074-22/+13
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-072-0/+115
* Cleanup the qtconcurrentfilter testJarek Kobus2020-05-071-1402/+357