summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QStandardPaths: Remove old MinGW workaroundYuhang Zhao2022-01-131-11/+1
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Add a few explicit conversions back from intThiago Macieira2022-01-123-4/+4
* QString::compare: fix comparing a 4GB string to 1 QCharThiago Macieira2022-01-121-1/+1
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-122-2/+2
* QRollEffect: Remove assignments that have no effectIvan Tkachenko2022-01-131-2/+0
* QJsonObject: use the UTF-8 string comparator in sortingThiago Macieira2022-01-122-4/+2
* QByteArray: remove left-over Q_NEVER_INLINE after we removed the tablesThiago Macieira2022-01-121-4/+0
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-121-0/+7
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-123-0/+82
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-124-6/+6
* QStyle docs: Use since enum attributeKai Köhne2022-01-121-30/+16
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-121-0/+12
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-128-1/+70
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-126-25/+67
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-122-0/+57
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-129-12/+44
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-121-2/+2
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-121-16/+16
* QFlatMap: re-implement insert() via insert_or_assign()Marc Mutz2022-01-121-33/+4
* QFlatMap: add insert_or_assignMarc Mutz2022-01-122-1/+19
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-121-5/+3
* QOperatingSystemVersion: Make implementation consistent on all platformsYuhang Zhao2022-01-123-22/+13
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-123-6/+16
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-121-0/+1
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-121-1/+2
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-124-9/+46
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QFlatMap: add an alias for using QVarLengthArraysMarc Mutz2022-01-121-0/+3
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-121-0/+24
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* QFlatMap: optimize construction from existing containersMarc Mutz2022-01-121-14/+7
* QFlatMap: fix pointless reallocations on repeated range-insert()sMarc Mutz2022-01-121-2/+0
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-117-32/+73
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-111-2/+2
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-112-1/+2
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-0810-101/+99
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-081-2/+18
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-073-1/+10
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-073-21/+13