summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-1/+1
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-0/+14
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* Fix crash in concurrent disconnectLars Knoll2021-06-171-0/+49
* fuzzing: Add instructions how to reproduce issues from oss-fuzzRobert Löhning2021-06-161-1/+23
* Tidy up tst_QString::localeAwareCompare()Edward Welbourne2021-06-161-121/+262
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-2/+6
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* tests: update startsystemmove manual test with latest apiLiang Qi2021-06-161-3/+6
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-161-15/+15
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-164-0/+43
* Improve tst_QColorSpace::imageConversion64PM testAllan Sandfeld Jensen2021-06-161-8/+17
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-152-4/+3
* Turn tst_QString::setRawData()'s QSKIP into QEXPECT_FAIL()sEdward Welbourne2021-06-151-1/+3
* Don't use APPLESS testing for QStringEdward Welbourne2021-06-151-1/+2
* Fix and clean up utterly confused (and confusing) transition testsEdward Welbourne2021-06-151-201/+241
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-147-24/+23
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-06-142-118/+29
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+31
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-125-3/+1515
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-112-1/+4
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+43
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-112-3/+4
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+15
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-111-3/+12
* Clean up tst_QDateTime's conditions on zoneIsCETEdward Welbourne2021-06-111-419/+414
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* remove cmake compatibility functions for old APIPeng Wenhao2021-06-111-1/+0
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-2/+2
* Introduce a mini-version of qsslsocket_openssl_symbols_p.h/.cppTimur Pocheptsov2021-06-094-37/+868
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+62
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-0/+70
* tst_QNetworkReply::ignoreSslErrorsList, use the right errorTimur Pocheptsov2021-06-081-10/+8
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* QNetworkInformation: Adjustments to captive portal APIMårten Nordheim2021-06-082-15/+15
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-2/+5
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-10/+19
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-072-7/+30