summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()v6.4.0-beta1Marc Mutz2022-06-091-1/+1
* QLocale: use qsnprintf instead of deprecated sprintfMarc Mutz2022-06-081-1/+1
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-082-4/+15
* Update Catch2 to v2.13.9Marc Mutz2022-06-081-5/+9
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-083-19/+21
* QTest: Remove pre-Qt6 codeMårten Nordheim2022-06-081-10/+0
* Define out unused functions on WASM buildMikolaj Boc2022-06-081-5/+7
* QTestLib: improve documentationIvan Solovev2022-06-082-0/+14
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-081-2/+2
* CMake: Fix Android multi-abi builds in Qt CreatorAlexandru Croitor2022-06-071-2/+7
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-061-3/+3
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-045-11/+116
* QTest::toString benchmark: do not pass a template type parameterGiuseppe D'Angelo2022-06-041-1/+1
* QEdidParser: fix number of data blocksJonathan Liu2022-06-041-1/+2
* Make Q_ASSUME() an expression (was: statement)Marc Mutz2022-06-041-3/+2
* Unify QSslServer from QtWebSockets and QtHttpServer into QtNetworkØystein Heskestad2022-06-0411-0/+934
* The new signal pendingConnectionAvailable is added to QTcpServerØystein Heskestad2022-06-043-6/+95
* qtestcase.cpp: create a common function to print the test runtimeThiago Macieira2022-06-031-12/+28
* Move file-static const arrays out of qprint_p.h fileØystein Heskestad2022-06-044-151/+183
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult::reportResultMarc Mutz2022-06-031-1/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-0314-35/+187
* tst_QStringApiSymmetry: use QCOMPARE_EQ instead of QCOMPAREIvan Solovev2022-06-031-168/+168
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-039-7/+377
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-0317-19/+4292
* Testlib: teach TAP test logger to support new QCOMPARE_* operatorsIvan Solovev2022-06-031-10/+67
* tst_QUrlQuery: improve formatting of lists of pairs of stringsEdward Welbourne2022-06-031-30/+18
* qiostheme: Don't determine the appearance mode from the keyWindowDoris Verria2022-06-031-1/+1
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResultMarc Mutz2022-06-031-2/+4
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* QRhi(d3d): add missing qcryptographichash includeMårten Nordheim2022-06-031-0/+1
* Simplify construction of two QTime instancesEdward Welbourne2022-06-031-4/+2
* Add MINS_PER_HOUR constant and avoid a Coverity overflow warningEdward Welbourne2022-06-033-13/+19
* Expose the qtloader object globallyDavid Skoland2022-06-032-13/+22
* Streamline error handling in qtloader.jsDavid Skoland2022-06-031-13/+18
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-023-54/+205
* QBrush: port from array of char[24] to qOffsetStringArray()Marc Mutz2022-06-021-2/+3
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-022-2/+17
* qxp::function_ref: drop use of q23::invoke_rMarc Mutz2022-06-021-5/+3
* Short live qxp::function_ref!Marc Mutz2022-06-026-0/+420
* Short live q23::invoke_r!Marc Mutz2022-06-022-0/+50
* wasm: Replace depreciated --embind compiler argumentLorn Potter2022-06-021-1/+2
* Conan: Don't add 'qt_host_path' automatically when cross-buildingIikka Eklund2022-06-021-8/+0
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-023-18/+7
* QKeySequence: constinit ALL the thingsMarc Mutz2022-06-021-3/+3
* QtTest: move the disabling of core dumps from load-time to qInit()Thiago Macieira2022-06-011-2/+2
* CMake: Change QT_RESOURCE_TARGET_DEPENDENCY property to be internalAlexandru Croitor2022-06-021-1/+6
* QTemporaryFile: document rename() differences from QFileThiago Macieira2022-06-011-8/+32
* QKeySequence: statically assert the sortedness of the MacSpecialKey arrayMarc Mutz2022-06-011-0/+7
* Short live q20::is_sorted{,_until}!Marc Mutz2022-06-011-0/+28