summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix default architecture selection for macOS and iOSAlexandru Croitor2021-04-162-9/+56
* CMake: pro2cmake: Use latest project version for qml import versionAlexandru Croitor2021-04-151-2/+2
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-152-14/+45
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-157-70/+83
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-152-9/+69
* CMake: Fix hardcoded iOS SDK when finding OpenGLESAlexandru Croitor2021-04-151-2/+2
* QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-143-11/+11
* QNetworkInformation: delete the instance as a post-routineMårten Nordheim2021-04-144-2/+98
* Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* Add missing compile definitions to the resource object libraryAlexey Edelev2021-04-141-0/+3
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Add QNX qpa to buildsMarianne Yrjänä2021-04-134-4/+189
* Fix error when re-configuring an already installed Qt repositoryJoerg Bornemann2021-04-134-4/+62
* Adapt to Harfbuzz 2.8.0 updateEskil Abrahamsen Blomfeldt2021-04-131-4/+11
* CMake: Fix condition evaluation in plugin's DEFAULT_IF optionAlexandru Croitor2021-04-131-6/+6
* CMake: Fix auto-importing of plugins in static Qt qmake projectsAlexandru Croitor2021-04-131-1/+1
* CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-131-18/+21
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* Silence qdoc warning from deprecated enum valueVolker Hilsheimer2021-04-121-0/+1
* QNetworkInformation: Private the destructorMårten Nordheim2021-04-122-3/+9
* QNetworkInformation: Remove the default argumentMårten Nordheim2021-04-122-30/+23
* QNetworkInformation: make supports(...) not virtualMårten Nordheim2021-04-121-1/+1
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-122-7/+26
* doc: Fix typoAlbert Astals Cid2021-04-121-1/+1
* QtConcurrentIterateKernel: fix warningMårten Nordheim2021-04-121-1/+1
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Disable warnings for tests using QSqlQuery assignmentVolker Hilsheimer2021-04-121-0/+6
* Fix compiler warning on platforms without QRhiNativeHandlesVolker Hilsheimer2021-04-121-1/+1
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* Mark variables that might be unused under some configurationsVolker Hilsheimer2021-04-111-2/+2
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-114-0/+7
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-114-55/+55
* QCoreApplication: improve docs on exit() and quit() thread-safetyThiago Macieira2021-04-091-1/+14
* QCoreApplication::exit: make it a slotThiago Macieira2021-04-091-1/+1
* Fix futexNeedsWake() on 64-bit systemsAllan Sandfeld Jensen2021-04-091-4/+5
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Don't judge other people's writing systemsVolker Hilsheimer2021-04-081-10/+8
* Add binary compatibility files for Qt 6.0.0Milla Pohjanheimo2021-04-0811-0/+93524
* Add legacy external storage access flagFabio Falsini2021-04-081-1/+1
* QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-081-1/+1
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* Fix condition that adds resources for each Android ABIAlexey Edelev2021-04-071-6/+4
* Only embed launch screen when building an appChristoph Keller2021-04-071-1/+1
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-072-3/+22
* indicator-application hack: fallback to dbus service checkIlya Fedin2021-04-071-0/+8
* Remove last trace of licheckKai Köhne2021-04-071-15/+0
* androiddeployqt: Fix the fallback location of rccJoerg Bornemann2021-04-071-1/+11
* Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-076-4/+96