summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Fix clang error about copy on loopKai Koehne2020-09-141-1/+1
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-1411-7/+45
* Fix vulkan example build with MSVCLaszlo Agocs2020-09-141-1/+1
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-1414-70/+8
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-144-9/+5
* Make QTRY_IMPL() exit its loop if the test failsEdward Welbourne2020-09-141-3/+3
* Don't use default-constructed QTime() where QTime(0, 0) is intendedEdward Welbourne2020-09-141-35/+43
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* Remove some unused private methods and replace anotherEdward Welbourne2020-09-141-90/+90
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Silence warnings from using deprecated CUPS APIsLars Knoll2020-09-131-0/+6
* Fix compiler warnings about missing overridesLars Knoll2020-09-1323-140/+154
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-133-19/+67
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-132-0/+29
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* Revert "CMake: Fix usage of find_dependency()"Lars Knoll2020-09-135-36/+53
* Revert "CMake: Reduce the number of find_dependency calls"Lars Knoll2020-09-133-11/+14
* Revert "CMake: Add facility to mark package dependencies as optional"Lars Knoll2020-09-135-44/+17
* Revert "CMake: Make the Vulkan dependency of QtGui optional"Lars Knoll2020-09-131-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-1227-267/+114