summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-077-14/+14
* QFlatMap: fix const iterator APIMarc Mutz2022-01-071-8/+8
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-2/+2
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* QOperatingSystemVersion_win: Allow override as Windows 11Yuhang Zhao2022-01-071-2/+7
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-075-31/+26
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-061-1/+1
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+3
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-067-134/+507
* SQLite: Update SQLite to v3.37.0Andy Shaw2022-01-062-6391/+8448