summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-051-4/+4
* wasm: don’t exit on clean return from main()Morten Johan Sørvig2022-01-051-0/+6
* wasm: add secondary thread exec manual testMorten Johan Sørvig2022-01-055-0/+132
* 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
* tst_qanimationgroup: fix memleaksMarc Mutz2022-01-051-2/+4
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* 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-059-38/+102
* 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
* Doc: Update external links to Qt Creator ManualLeena Miettinen2022-01-041-205/+51
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-0425-1941/+176
* Use IS_SYMLINK condition instead of REALPATH when checking BINARY_DIRAlexey Edelev2022-01-041-12/+16
* 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
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-042-32/+71
* Update copyright year to 2022Kai Köhne2022-01-049-9/+9
* Remove faulty #include from widgets baseline testEirik Aavitsland2022-01-041-2/+0
* Add baseline test for text renderingVolker Hilsheimer2022-01-045-0/+147
* Enable verbose logging in the last re-run of a failing testDimitrios Apostolou2022-01-033-8/+29
* Include Qt6WasmMacros in WASM buildDavid Skoland2022-01-031-0/+1
* Introduce qt-testrunner.pyDimitrios Apostolou2022-01-038-43/+887
* Doc: Add link targets for Qt Design Studio Manual topicsLeena Miettinen2022-01-031-0/+709
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-039-13/+262
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-0313-47/+328
* Exclude sources from HEADER_MODULE if cmake version is less than 3.19Alexey Edelev2022-01-031-3/+12
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-034-104/+122
* QRingBuffer: optimize and simplify QRingChunk::toByteArray() futherMarc Mutz2022-01-031-8/+3
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3