summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1678-1270/+2065
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-161-1/+1
* CMake: Write object libs of Qt resources to .prl filesJoerg Bornemann2020-06-163-2/+36
* CMake: Do not use $$[QT_INSTALL_LIBS/get] in generated .prl filesJoerg Bornemann2020-06-161-2/+2
* Document that Q_INIT_RESOURCE is not necessary for CMake-based projectsJoerg Bornemann2020-06-161-2/+6
* Fix build with -no-opengl on WindowsPaul Olav Tvete2020-06-161-0/+2
* Android: fix regexp error in android_deployment_settings.prfAssam Boudjelthia2020-06-161-1/+1
* QSslSocket: delete deprecated cipher settings APITimur Pocheptsov2020-06-162-156/+0
* Use qsizetype instead of int in QByteArray's helper methodsSona Kurazyan2020-06-162-33/+34
* Warn about constructing QMetaTypes/QVariants with invalid type idsLars Knoll2020-06-162-3/+2
* Make the default constructor of QMetaType constexprLars Knoll2020-06-162-5/+2
* Android: Add support for proxiesAndy Shaw2020-06-169-3/+283
* Make sure we correctly construct underlying base platform themeJan Grulich2020-06-161-1/+1
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-1514-117/+1339
* CMake: Fix many failing qtdeclarative MinGW testsAlexandru Croitor2020-06-151-8/+19
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* CMake: Improve sanitizer detectionAlexandru Croitor2020-06-155-5/+64
* Port platform plugins to QStringViewLars Knoll2020-06-1510-11/+17
* rhi manual tests: Prevent warnings with MSVCLaszlo Agocs2020-06-159-15/+15
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-152-2/+16
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-156-1/+23
* QNAM: Remove network connectivity pre-checkMårten Nordheim2020-06-155-76/+0
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-1558-198/+81
* Fuzzing: Don't try to load huge valid imagesRobert Loehning2020-06-151-1/+10
* Android: fix qmlimportscanner not correctly assignedAssam Boudjelthia2020-06-151-1/+1
* a11y: Implement accessibilityHelp on macOSJan Arve Sæther2020-06-151-0/+10
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-157-36/+35
* Port androiddeployqt and uic from QStringRef to QStringViewLars Knoll2020-06-155-13/+14
* Port platformsupport to QStringViewLars Knoll2020-06-159-15/+15
* qmake: Remove "Cannot find library" warningsJoerg Bornemann2020-06-151-4/+0
* CMake: Generate .prl files for plugins in static Qt buildsJoerg Bornemann2020-06-152-8/+35
* Suppress warning of unused function on macOSThiago Macieira2020-06-121-0/+3
* CMake: Make GL_SILENCE_DEPRECATION a public define for all consumersAlexandru Croitor2020-06-122-6/+5
* CMake: Propagate largefile flags to all internal consumersAlexandru Croitor2020-06-121-1/+1
* CMake: Fix usage of gc_binaries featureAlexandru Croitor2020-06-126-8/+30
* CMake: Add missing QT_USE_QSTRINGBUILDER define for toolsAlexandru Croitor2020-06-121-1/+3
* CMake: Fix lightmaps example to build in a namespaced QtAlexandru Croitor2020-06-122-1/+12
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-126-1/+111
* QtNetwork: Remove leftover deprecation macrosMårten Nordheim2020-06-122-30/+0
* QNAM: docs cleanup from NetworkAccessibleMårten Nordheim2020-06-122-56/+0
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-1210-28/+18
* Port qdatetime away from QStringRefLars Knoll2020-06-124-36/+38
* Port QDir, QFile from QStringRef to QStringViewLars Knoll2020-06-126-12/+11
* Remove deprecated methodsLars Knoll2020-06-124-254/+1
* Assume static_assert is available everywhere in C++Giuseppe D'Angelo2020-06-121-1/+3
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-129-58/+35
* long_name_onDemandCerts_static - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-25/+0
* long_name_onDemandCerts_member - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-22/+0
* tst_qsslcertificate - suppress a deprecation warningTimur Pocheptsov2020-06-121-0/+4
* QByteDataBuffer: Remove the ctor and dtorMårten Nordheim2020-06-121-11/+2