summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Fix my silly leftover mistakeMårten Nordheim2020-06-181-1/+0
* CMake: Use intelcet flags for bootstrap and qmakeAlexandru Croitor2020-06-183-0/+21
* CMake: Don't use a lib prefix for MinGW prl filesAlexandru Croitor2020-06-181-1/+7
* CMake: Improve .prl dependency trackingAlexandru Croitor2020-06-181-3/+20
* Begin writing tst_QInputDevice autotestShawn Rutledge2020-06-185-0/+103
* Fix examples build after a061a646429c6e9d695458fc0ecb0021a30e12eeKarsten Heimrich2020-06-171-1/+1
* Remove some dead codeLars Knoll2020-06-172-51/+3
* Cleanup float-equal warningsLars Knoll2020-06-1711-32/+16
* Disable float-equal warnings in QGenericMatrixLars Knoll2020-06-171-6/+6
* sync.profile: Remove obsolete modulesFriedemann Kleint2020-06-171-2/+0
* Use dedicated function for chopping QByteArrayRobert Loehning2020-06-171-2/+1
* qmake: Fix generation of Visual Studio projectsOliver Wolff2020-06-171-0/+8
* QtGui: Update CMakeLists.txt after adding QInputDeviceFriedemann Kleint2020-06-172-3/+4
* CMake: Simplify the qt_path_join functionJoerg Bornemann2020-06-171-6/+1
* QMath: make the math-related functions templatesGiuseppe D'Angelo2020-06-172-27/+27
* CMake: Fix .prl generation and installation for pluginsJoerg Bornemann2020-06-171-4/+4
* CMake: Fix MinGW prefixes / suffixes againAlexandru Croitor2020-06-171-6/+29
* CMake: Write QT_MAC_SDK_VERSION into qconfig.priAlexandru Croitor2020-06-172-0/+34
* CMake: Add additional info which was missing in qconfig.priAlexandru Croitor2020-06-172-0/+37
* CMake: Record info about namespaced build for qmakeAlexandru Croitor2020-06-171-0/+9
* CMake: Fix usage of qt_process_qlalr when cross compilingAlexandru Croitor2020-06-171-0/+6
* Update QTabletEvent device_information manual testShawn Rutledge2020-06-172-30/+20
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-173-7/+7
* 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