summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-082-6/+30
* High-dpi configuration change testingMorten Johan Sørvig2021-09-081-0/+111
* QIntValidator: add tests for fixup()Ivan Solovev2021-09-081-0/+61
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-083-0/+195
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-071-0/+9
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-2/+0
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-071-0/+9
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-071-0/+16
* Deprecate constructing QString from a pointerChen Wei2021-09-071-1/+1
* tst_QtJson: add matching escape-generating testThiago Macieira2021-09-061-0/+55
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-7/+64
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-68/+134
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Blacklist flaky QGraphicsWidget test function for macOSVolker Hilsheimer2021-09-061-0/+2
* Add test-case for QWidget closing exits event loopVolker Hilsheimer2021-09-061-0/+31
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+23
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* xcb: add manual test for xrandr scaleLiang Qi2021-09-021-3/+70
* Test QWindow close() behaviorMorten Johan Sørvig2021-09-021-10/+77
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-021-0/+66
* QLocalSocket/Win: fix waitFor...() functions for write-only socketAlex Trotsenko2021-09-021-0/+7
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-015-0/+132
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-7/+7
* tst_QNetworkReply: Remove and suppress one debug messageMårten Nordheim2021-09-011-1/+4
* Test QNetworkAccessCache insertions with varying expiry timesMårten Nordheim2021-09-011-0/+106
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-0/+217
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* Avoid senseless duplication of code in a testlib selftestEdward Welbourne2021-09-011-36/+24
* Add a repeated-failure selftest for testlibEdward Welbourne2021-09-017-33/+263
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-0/+8
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-014-0/+6506
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* Fuzzing: Discard more logging output from QSslCertificateRobert Löhning2021-08-301-1/+1
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-2/+1
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3095-524/+359
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-302-574/+660
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-303-20/+258
* Include what you use ! filesystem.h uses QOperatingSystemVersionEdward Welbourne2021-08-271-4/+5
* Add more tests of blacklisting, combined with XPASS and XFAILEdward Welbourne2021-08-278-9/+250
* Include check for the Totals line in testlib's expectedfail selftestEdward Welbourne2021-08-277-1/+71