summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove an overly-complex assertionEdward Welbourne2021-10-041-9/+0
* Doc: Add overview pages to CMake APIKai Köhne2021-10-0421-15/+100
* Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docsTor Arne Vestbø2021-10-041-1/+1
* Doc: Add summary to CMake commandsKai Köhne2021-10-0421-41/+41
* 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-029-32/+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
* 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-011-3/+11
* 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
* 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-012-15/+27
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* 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-012-40/+54
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-012-182/+134
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-9/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-015-13/+6
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* 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
* 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
* 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-291-3/+0
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* MSVC: enforce that we are under /permissive-Giuseppe D'Angelo2021-09-291-0/+9
* Fix building of unit tests for Android in developer buildAndreas Buhr2021-09-291-1/+7
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-291-1/+0
* Implement preview support for GTK file dialogIlya Fedin2021-09-292-0/+43