summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-2918-180/+126
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-292-11/+5
* Implement QPlatformTheme::appearance() for iOSDoris Verria2022-03-292-0/+15
* Fix heap-use-after-free with rhi-based backingstoreLaszlo Agocs2022-03-291-2/+3
* Query the QWindow in every test iteration in qWFWExposed(QWidget)Laszlo Agocs2022-03-291-6/+29
* Fix up some QMatrix4x4 docsLaszlo Agocs2022-03-292-6/+10
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2022-03-291-20/+20
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-292-3/+27
* qmake: Ignore stderr when determining the macOS SDK versionJoerg Bornemann2022-03-291-1/+1
* Windows: Fix potential crash when retrieving default printerFriedemann Kleint2022-03-291-1/+1
* Android: fix fullscreen handlingIvan Solovev2022-03-292-5/+57
* Android: activate tst_QWidgetIvan Solovev2022-03-293-35/+54
* Introduce QTestPrivate::androidCompatibleShow() helper functionIvan Solovev2022-03-291-0/+13
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* CMake: Fix picking of the binary_for_strip project locationAlexandru Croitor2022-03-292-20/+44
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-2939-82/+84
* QFileSystemWatcher: Blacklist failing tests on macOS armIvan Solovev2022-03-291-0/+6
* CMake: Don't hardcode the library directory nameChristophe Giboudeaux2022-03-291-1/+1
* Include file and line information in TAP diagnostics blocksEdward Welbourne2022-03-296-1/+31
* TAP test logger: move messages into the diagnostics blockEdward Welbourne2022-03-2922-2310/+4784
* Android: re-enable skipped testsIvan Solovev2022-03-293-10/+0
* iOS A11Y: Do not add children of invisible parentMike Achtelik2022-03-281-1/+1
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2
* TLS backend (OpenSSL): add warning messageTimur Pocheptsov2022-03-281-2/+3
* Android A11Y: Add supported role infos to A11yNodeInfoMike Achtelik2022-03-281-1/+9
* Android: unblacklist tst_QStringConverter::convertUtf8()Ivan Solovev2022-03-281-3/+0
* Fix the support of genex's when generating Android deployment settingsAlexey Edelev2022-03-261-5/+9
* Short live Q_CONSTINIT!Marc Mutz2022-03-2630-84/+121
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-262-1/+13
* QDom: remove uneeded toString()Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2694-405/+419
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* CMake: Fix handling of the CROSSCOMPILING_EMULATOR propertyJoerg Bornemann2022-03-251-2/+3
* Android: activate tst_qfactoryloaderIvan Solovev2022-03-255-76/+50
* Android: activate tst_QPluginIvan Solovev2022-03-253-14/+34
* Android: skip tst_QFileSystemModel::specialFiles()Ivan Solovev2022-03-252-3/+3
* Android: activate tst_QThreadStorageIvan Solovev2022-03-253-9/+4
* tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUsIvan Solovev2022-03-252-4/+2
* Fix parsing of .cmake.conf in generate_expected_output.pyEdward Welbourne2022-03-251-3/+7
* Update LA 4.4.1Jani Heikkinen2022-03-251-4/+4
* Disable test tst_qxmlstream for QNXPasi Petäjäjärvi2022-03-251-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-25109-1184/+1351
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-252-5/+26
* Enable QIcuTimeZonePrivate's support for transitionsEdward Welbourne2022-03-251-15/+10
* Fix QIcuTimeZonePrivate::data() before the first transitionEdward Welbourne2022-03-251-6/+8
* Fix QIcuTimeZonePrivate::hasDaylightTime() to catch historical DSTEdward Welbourne2022-03-251-2/+11
* Fix ICU's handling of last representable transitionEdward Welbourne2022-03-251-1/+9