summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "CMake: Warn if cmake_minimum_required has an unsupported low version"Alexandru Croitor2021-10-047-124/+2
* androiddeployqt: only write enabled architectures to build.gradleAndreas Buhr2021-10-041-0/+2
* QRingBuffer: port internals from int to qsizetypeAlex Trotsenko2021-10-032-15/+16
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-0217-78/+2
* Android: remove comments from the manifest fileAssam Boudjelthia2021-10-021-44/+6
* Android: fix Gradle version in qt_attribution fileAssam Boudjelthia2021-10-021-1/+1
* Purge Q_NO_TEMPLATE_FRIENDS and platforms lacking support for themFabian Kosmale2021-10-023-48/+0
* Replace 0 with nullptrKarsten Heimrich2021-10-021-2/+2
* Update PCRE2 to 10.38Giuseppe D'Angelo2021-10-0226-991/+1366
* QByteArrayMatcher: add QByteArrayView overloadsThiago Macieira2021-10-012-2/+33
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-014-13/+15
* Rename command-option to generate_expected_output.pyEdward Welbourne2021-10-011-4/+4
* Use %.6g rather than %s and QByteArray::number()Edward Welbourne2021-10-011-3/+2
* Clean up QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-10-012-63/+63
* Tidy up QTest::qt_asprintf() and remove a spurious declarationEdward Welbourne2021-10-011-18/+11
* Disable the dnslookup feature for INTEGRITYJoerg Bornemann2021-10-012-1/+2
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-012-2/+32
* Don't export Qt6::ATSPI2_nolink target in Qt6GuiTargets.cmakeJoerg Bornemann2021-10-012-12/+32
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-012-4/+4
* androiddeployqt: Allow to also provide multiple qt install directoriesRaphael Cotty2021-10-011-17/+91
* wasm: fix runOnMainThread()Morten Johan Sørvig2021-10-011-6/+10
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-016-18/+20
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-013-15/+74
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* CMake: Warn if cmake_minimum_required has an unsupported low versionAlexandru Croitor2021-10-017-2/+124
* QTextImageFormat::setQuality: deprecate the default valueDavid Faure2021-10-011-2/+5
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-013-47/+110
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-012-182/+134
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-012-13/+0
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-019-27/+9
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-013-21/+169
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-307-8/+11
* Add testcase for QWidgetRepaintManagerVolker Hilsheimer2021-09-303-0/+261
* Add manual test for window activationPaul Olav Tvete2021-09-302-0/+156
* macOS: fix window deactivation when a popup is openVolker Hilsheimer2021-09-301-1/+6
* Specify Android architecture in gradle filesAndreas Buhr2021-09-302-1/+8
* CMake: Introduce QT_BUILD_ONLINE_DOCS flag for documentation buildsTopi Reinio2021-09-301-2/+10
* wasm: limit exec() workarounds to the main threadMorten Johan Sørvig2021-09-301-4/+6
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* Rename variable to not reference Qt5Andreas Buhr2021-09-302-4/+8
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* Add error messages in case system library directory does not existAndreas Buhr2021-09-301-2/+10
* Add support for Microsoft Visual Studio 2022 Preview versionHeikki Halmet2021-09-301-0/+7
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-292-3/+2
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8