summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTestData: fix streaming of u8 string literals in C++20 modeMarc Mutz2022-01-031-0/+8
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-033-6/+6
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* Add PublicShare and Templates QStandardPathsBjörn Feber2022-01-017-2/+63
* Extract Header qforeach.h from qglobal.hMarc Mutz2021-12-303-84/+140
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* QWindow: use std::exchange when ... exchanging valuesMarc Mutz2021-12-301-3/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Exclude filesystem autotests for INTEGRITYTatiana Borisova2021-12-301-0/+4
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-281-0/+5
* Eradicate Q_FOREVER from header filesMarc Mutz2021-12-282-6/+6