summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove unused porting guide documentPaul Wicking2020-09-161-54/+0
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-165-40/+55
* Windows QPA: Remove unused functionFriedemann Kleint2020-09-161-10/+0
* CMake: Fix FindWrapRtJulien Schueller2020-09-161-1/+1
* CMake: Fix FindGLESv2Julien Schueller2020-09-161-1/+3
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-162-7/+20
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-165-7/+168
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-1619-347/+800
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-168-3/+17
* Use qint64 for value of that type in tst_QDateTime millisecond testsEdward Welbourne2020-09-151-71/+91
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-154-4/+4
* Fix tst_QElapsedTimer::elapsed() flaky testJarek Kobus2020-09-151-11/+23
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1528-40/+178
* CMake: Check that QT_HOST_PATH is set when using the Qt toolchainAlexandru Croitor2020-09-152-0/+9
* CMake: Conditionally set compiler in generated toolchain fileAlexandru Croitor2020-09-151-2/+9
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-09-154-10/+4
* Windows: Fix linker warning about missing WinMain.pdbKai Koehne2020-09-151-0/+6
* CMake: Fix incorrect host path used in generated toolchain fileAlexandru Croitor2020-09-151-4/+6
* Fix tests to build in a no-widgets configurationAlexandru Croitor2020-09-152-5/+8
* Add a QMetaAssociationUlf Hermann2020-09-155-330/+1284
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-152-86/+103
* Update QString documentation relevant to prepend optimizationAndrei Golubev2020-09-151-0/+27
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-152-4/+13
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-153-3/+3
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Tests: fix qlogging build fail for AndroidAssam Boudjelthia2020-09-151-7/+6
* QObjectBindableProperty: Fix QDoc-specific typo in headerTopi Reinio2020-09-151-1/+1
* Blacklist tst_QTimeLine::interpolation on Windows in generalMitch Curtis2020-09-151-1/+1
* Windows QPA: Fix build with mingw64/Win32 threadingFriedemann Kleint2020-09-151-7/+25
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-154-16/+29
* Remove deprecated APILars Knoll2020-09-153-12/+4
* Remove the SAX parser from QtXmlLars Knoll2020-09-15803-15583/+3
* Trim trailing 0s from QTime construction, where neither use nor ornamentEdward Welbourne2020-09-151-153/+153
* QLayout: Make contentsMargins a Q_PROPERTYFriedemann Kleint2020-09-151-0/+1
* Add qHash implementation for QPointMitch Curtis2020-09-155-18/+18
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-157-21/+57
* Get rid of Qt4 virtual hooksAllan Sandfeld Jensen2020-09-152-73/+5
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-141-4/+6
* Add missing #includes for FreeBSD buildAdriaan de Groot2020-09-142-0/+2
* rhi: gl: Eliminate duplicate glUniform callsLaszlo Agocs2020-09-142-9/+25
* QRhi: support matrix array types of the uniform in GLES2 backendInho Lee2020-09-141-10/+19
* Remove QPointerEvent::isPointAccepted() and setPointAccepted()Shawn Rutledge2020-09-141-2/+0
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-142-51/+58
* Revert "Revert "CMake: Add facility to mark package dependencies as optional""Joerg Bornemann2020-09-145-17/+44
* Revert "Revert "CMake: Reduce the number of find_dependency calls""Joerg Bornemann2020-09-143-14/+11
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Revert "Revert "CMake: Make the Vulkan dependency of QtGui optional""Joerg Bornemann2020-09-141-1/+1
* Revert "Revert "CMake: Fix usage of find_dependency()""Joerg Bornemann2020-09-146-60/+48
* Add QVariantRef, QVariantPointer, QVariantConstPointerUlf Hermann2020-09-142-0/+158