summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* De-pessimize QBenchmarkValgrindUtils::extractResult()Marc Mutz2022-05-051-8/+12
* QBuffer: add missing <limits> includeMarc Mutz2022-05-051-0/+2
* includemocs (updated script)Marc Mutz2022-05-0514-0/+24
* QXcbNativeInterface: remove unused field m_sysTraySelectionAtomMarc Mutz2022-05-051-2/+0
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-053-164/+372
* 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
* Mark mouseEvent in wasm compositor as unusedDavid Skoland2022-05-041-0/+1
* Export the QVulkanInstancePrivate classJiDe Zhang2022-05-044-29/+98
* 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-042-0/+10
* QIPAddressUtils: remove unused base argument of number() functionMarc Mutz2022-05-041-2/+2
* 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-032-0/+10
* 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
* 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-024-0/+16
* 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-022-2/+3
* 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
* 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
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* qsimd: remove dead preprocessor directivesMarc Mutz2022-04-291-3/+0
* Doc: qt_add_dbus_interface: fix wrong cmake command nameDavid Faure2022-04-291-2/+2