summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QObjectPrivate: rename the internal disconnect() to removeConnection()Thiago Macieira2022-05-062-8/+7
* QObjectPrivate: mark inline functions not meant to be used elsewhereThiago Macieira2022-05-062-8/+8
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-061-4/+4
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-063-22/+5
* cmake: moc - remove duplicate includes/definesTim Blechmann2022-05-061-2/+2
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-068-9/+9
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* qtestcase/Unix: remove fprintf from signal handlerThiago Macieira2022-05-051-8/+100
* QSemaphore: port non-futex case from (QWaitCondition, QMutex) to std::{condit...Marc Mutz2022-05-061-24/+29
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* Fix compiler warning from deprecated QString conversionVolker Hilsheimer2022-05-061-1/+1
* wasm: destroy compositor and screen in orderMorten Sørvig2022-05-061-2/+5
* plugins: image formats - fix odr violationTim Blechmann2022-05-061-0/+4
* Revert "Windows QPA: Remove dependency on swprintf_s() pulled in via _com_err...Kai Köhne2022-05-061-20/+1
* qcompilerdetection.h: add Q_CC_{GNU,MSVC,CLANG}_ONLY macrosMarc Mutz2022-05-061-4/+13
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* Refine QRoundingDown::qDiv() to avoid underflowEdward Welbourne2022-05-061-2/+9
* 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