summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings by marking overrides in testv6.3.0-alpha1Volker Hilsheimer2022-01-071-2/+2
* QFlatMap: fix const iterator APIMarc Mutz2022-01-071-8/+8
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-072-2/+39
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* tst_QIcoImageFormat: move the test behind a feature flagJanne Juntunen2022-01-071-1/+3
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-072-36/+31
* Doc: Fix typo in \externalpage commandTopi Reinio2022-01-071-1/+1
* CMake: Fix WrapOpenSSL packageJoerg Bornemann2022-01-071-1/+1
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-071-2/+2
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-071-1/+1
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* Doc: Update external links to Qt Creator ManualLeena Miettinen2022-01-071-205/+51
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* Blacklist quitOnLastWindowClosedWithEventLoopLocker on B2QtTor Arne Vestbø2022-01-061-0/+3
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* 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
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* SQLite: Update SQLite to v3.37.0Andy Shaw2022-01-062-6391/+8448
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-061-8/+22
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-061-2/+18
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-062-16/+11
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
* wasm: don’t exit on clean return from main()Morten Johan Sørvig2022-01-061-0/+6
* wasm: add secondary thread exec manual testMorten Johan Sørvig2022-01-065-0/+132
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
* QFutureCallOutInterface: de-inline dtorMarc Mutz2022-01-062-1/+3
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-061-4/+4
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-065-65/+116
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-061-2/+2
* Doc: Add link targets for Qt Design Studio Manual topicsLeena Miettinen2022-01-051-0/+709
* Update copyright year to 2022Kai Köhne2022-01-059-9/+9
* 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
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-052-3/+5
* Use IS_SYMLINK condition instead of REALPATH when checking BINARY_DIRAlexey Edelev2022-01-041-12/+16
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-042-32/+71
* Pass QT_BUILD_STANDALONE_TESTS to Android external project if definedAlexey Edelev2022-01-041-0/+8
* Update internal function signaturesAlexey Edelev2022-01-041-20/+20
* Fix build of multiple apks in a single project treeAlexey Edelev2022-01-041-1/+1
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-041-0/+2
* Add baseline test for text renderingVolker Hilsheimer2022-01-045-0/+147
* Exclude sources from HEADER_MODULE if cmake version is less than 3.19Alexey Edelev2022-01-041-3/+12
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-044-104/+122
* Remove faulty #include from widgets baseline testEirik Aavitsland2022-01-041-2/+0
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3