summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* Add transport info to the QNetworkInformation manual testMårten Nordheim2021-09-292-3/+21
* Refactor QNetworkInformation manual testMårten Nordheim2021-09-293-59/+101
* 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
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-292-0/+57
* CMake: Only write device prefix to target_qt.conf if necessaryJoerg Bornemann2021-09-281-1/+3
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-283-5/+97
* Add testing of QPdfWriter output to QPainter lancelot testEirik Aavitsland2021-09-282-1/+103
* Update the COPYRIGHT.txt fileEirik Aavitsland2021-09-281-2/+2
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-282-1/+1
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-282-1/+8
* qwindowswindow: fix return nullptrGong Weia2021-09-281-1/+1
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* pro2cmake: Generate public CMake API code for projects by defaultAlexandru Croitor2021-09-271-4/+43
* pro2cmake: Augment searching of .qmake.conf with .cmake.confAlexandru Croitor2021-09-271-42/+58
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* CMake: Show error in user projects if wasm toolchain file not foundAlexandru Croitor2021-09-274-5/+31
* CMake: Get toolchain file path from EMSDK env for Wasm user projectsAlexandru Croitor2021-09-272-1/+18
* CMake: Split and clean up WebAssembly auto-detection codeAlexandru Croitor2021-09-273-35/+83