summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep original text for text/plain mime dataKai Köhne2022-01-061-1/+1
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-062-6/+27
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-062-16/+11
* rhi: Expose HDR output info in a saner wayLaszlo Agocs2022-01-065-48/+72
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-052-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-051-1/+7
* QFutureCallOutInterface: de-inline dtorMarc Mutz2022-01-052-1/+3
* wasm: don’t exit on clean return from main()Morten Johan Sørvig2022-01-051-0/+6
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-055-65/+116
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-051-2/+2
* QScopedValueRollback: explicitly disable move semanticsMarc Mutz2022-01-051-1/+1
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* De-inline ctors/dtors in qabstractanimation_p.hMarc Mutz2022-01-052-7/+39
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-051-8/+22
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-057-18/+28
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-051-1/+1
* QDefaultAnimationDriver: don't promote timerEvent() to publicMarc Mutz2022-01-041-0/+2
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-042-3/+5
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-0417-1175/+153
* Pass QT_BUILD_STANDALONE_TESTS to Android external project if definedAlexey Edelev2022-01-041-0/+8
* Fix build of multiple apks in a single project treeAlexey Edelev2022-01-041-1/+1
* Update internal function signaturesAlexey Edelev2022-01-041-20/+20