summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a simple Qt 6/CMake-compatible script a la includemocs.pyMarc Mutz2022-05-051-0/+119
* qtestcase.cpp: use #ifdef RLIMIT_CORE to guard RLIMIT_CORE usageThiago Macieira2022-05-041-2/+2
* QThread: re-fix currentThreadId() on LinuxThiago Macieira2022-05-041-2/+2
* Windows: Fix pop-up windows being incorrectly moved to primary displayAndré de la Rocha2022-05-051-1/+1
* Fix documentation for QNetworkReply::redirectedFlorian Bruhin2022-05-042-5/+5
* QVersionNumber: Show type in QDebug outputFlorian Bruhin2022-05-041-1/+2
* CMake: also allow building tools when found elsewhere in host buildsThiago Macieira2022-05-045-26/+48
* Mark mouseEvent in wasm compositor as unusedDavid Skoland2022-05-041-0/+1
* Export the QVulkanInstancePrivate classJiDe Zhang2022-05-044-29/+98
* Add test-helper as dependency to tst_qdbusinterfaceMårten Nordheim2022-05-041-0/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-0420-34/+34
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0478-258/+411
* Avoid rubberband artifacts under fractional DPR scalingEirik Aavitsland2022-05-041-1/+1
* QTeamCityLogger: fix .arg() placeholder injectionMarc Mutz2022-05-041-3/+2
* QTextStream: complete char16_t supportMarc Mutz2022-05-043-0/+19
* QIPAddressUtils: remove unused base argument of number() functionMarc Mutz2022-05-041-2/+2
* Blacklist: test cases blacklisted in tst_QTcpServer:CI Insignificant Platforms Monitor Bot2022-05-041-0/+2
* Blacklist: test cases blacklisted in tst_QDockWidget:CI Insignificant Platforms Monitor Bot2022-05-041-0/+2
* Blacklist: test cases blacklisted in tst_QNetworkReply:CI Insignificant Platforms Monitor Bot2022-05-041-0/+3
* QRegularExpression: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-05-032-19/+0
* QBenchmarkValgrindUtils::extractResult(): use std::optionalMarc Mutz2022-05-031-5/+5
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-033-0/+37
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-032-34/+1
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-033-0/+12
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-0218-31/+32
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-0310-41/+41
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0320-303/+326
* Tools: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-0220-184/+180
* QAbstractTestLogger: disable copyingMarc Mutz2022-05-031-0/+1
* CMake: Fix typo in error messageJoerg Bornemann2022-05-021-1/+1
* QTestLog: simplify construction of a log messageSona Kurazyan2022-05-021-2/+5
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-028-35/+36
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-027-82/+88
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-026-2/+22
* Add QT_DEPRECATED_VERSION_X macros for 6.7 and 6.8Sona Kurazyan2022-05-021-0/+16
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-025-8/+13
* Add qpa include directory to the return values of qt_internal_module_infoAlexey Edelev2022-05-021-1/+16
* Macstyle: fix the text color on the disabled buttonTimur Pocheptsov2022-05-021-1/+1
* AppleUnifiedLogger: Remove manually managed os_log_t cacheTor Arne Vestbø2022-05-021-24/+1
* macOS: Tie QCocoaWindowManager lifetime to QCocoaIntegrationTor Arne Vestbø2022-05-024-17/+12
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-0212-23/+26
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0256-723/+810
* examples: add WindowStaysOnBottomHint into preview textLiang Qi2022-05-011-0/+2
* QFutureInterface: use (new) qYieldCpu() instead of _mm_pause()Marc Mutz2022-04-301-15/+6
* QThread: Fix currentThreadId() on FreeBSDThiago Macieira2022-04-291-2/+2
* QAbstractItemModelTester: Fix typos in debug outputFlorian Bruhin2022-04-291-3/+3
* Long live qYieldCpu()!Marc Mutz2022-04-291-0/+29
* QSimd: fix MSVC C4319 warning on ARMMarc Mutz2022-04-291-1/+1
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-294-10/+0
* macOS: Remove un-needed auto-release pools in QCocoaInputContextTor Arne Vestbø2022-04-291-2/+0