summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-119-178/+314
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-112-2/+3
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-113-3/+7
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* qmake: Print error and exit if a response file cannot be createdJoerg Bornemann2022-01-081-2/+8
* CMake: Add C/C++ compiler options to C/C++ sources onlyJoerg Bornemann2022-01-081-2/+7
* qmake/MinGW: Fix linking target name with whitespaceJoerg Bornemann2022-01-081-1/+1
* Doc: Mention how to interrupt/continue qmake loopsJoerg Bornemann2022-01-081-0/+4
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-0810-101/+99
* Turn QLabel wordWrap unit test into data driven testAxel Spoerl2022-01-081-8/+25
* Cleanup of getSetCheck method in QLabel unit testAxel Spoerl2022-01-081-8/+2
* Clean up QLabel unit test for unicodeAxel Spoerl2022-01-081-14/+9
* 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
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-072-36/+31
* tst_QIcoImageFormat: move the test behind a feature flagJanne Juntunen2022-01-071-1/+3
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* Doc: Fix typo in \externalpage commandTopi Reinio2022-01-071-1/+1
* Enable -bigobj by default for QtAlexey Edelev2022-01-071-1/+8
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* Add BC files for 6.2.0Milla Pohjanheimo2022-01-0711-0/+97707
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-073-1/+10
* Use REALPATH based check for symbolic links on WindowsAlexey Edelev2022-01-071-14/+28
* 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-072-2/+39
* CMake: Fix WrapOpenSSL packageJoerg Bornemann2022-01-071-1/+1
* 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-076-44/+38
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-061-2/+2
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-061-1/+1
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-062-0/+32
* Blacklist tst_QTouchEvent::multiPointRawEventTransOnTouchPad - macOSShawn Rutledge2022-01-061-0/+2
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* Blacklist quitOnLastWindowClosedWithEventLoopLocker on B2QtTor Arne Vestbø2022-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-0612-134/+652
* SQLite: Update SQLite to v3.37.0Andy Shaw2022-01-062-6391/+8448
* Do not hide android emulator outputDimitrios Apostolou2022-01-061-1/+4
* Wait for android emulator to be up and running properlyDimitrios Apostolou2022-01-061-11/+41
* Keep original text for text/plain mime dataKai Köhne2022-01-061-1/+1
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-063-6/+36
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-062-16/+11