summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-186-105/+215
* Document QPromise APIAndrei Golubev2020-06-183-1/+238
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-183-14/+42
* Fix build without features.highdpiscalingTasuku Suzuki2020-06-182-0/+24
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-181-3/+16
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-182-11/+13
* Android: Pass a null Bundle when calling QtActivityDelegate.onCreateAndy Shaw2020-06-181-2/+5
* Android: warn about too long build paths on WindowsAssam Boudjelthia2020-06-181-0/+29
* QOGLVAO::Binder: unexport a value classGiuseppe D'Angelo2020-06-181-1/+1
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-182-4/+4
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-31/+1
* Move UNIX services into QtGuiFriedemann Kleint2020-06-1835-83/+44
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-186-8/+4
* QMetaMethod: implement returnType via returnMetaTypeFabian Kosmale2020-06-181-3/+1
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Undef Q_DECL_ENUMERATOR_DEPRECATED when having no deprecation warningsAndy Shaw2020-06-181-0/+2
* QNAM: Fix my silly leftover mistakeMårten Nordheim2020-06-181-1/+0
* CMake: Use intelcet flags for bootstrap and qmakeAlexandru Croitor2020-06-181-0/+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
* Use dedicated function for chopping QByteArrayRobert Loehning2020-06-171-2/+1
* QtGui: Update CMakeLists.txt after adding QInputDeviceFriedemann Kleint2020-06-172-3/+4
* QMath: make the math-related functions templatesGiuseppe D'Angelo2020-06-172-27/+27
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-173-7/+7
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1659-1071/+1872
* 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-161-0/+1
* 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
* 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
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Port platform plugins to QStringViewLars Knoll2020-06-1510-11/+17
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-0/+7
* 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
* 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
* Suppress warning of unused function on macOSThiago Macieira2020-06-121-0/+3
* CMake: Fix usage of gc_binaries featureAlexandru Croitor2020-06-122-2/+2