summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-154-4/+4
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-153-6/+12
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-09-153-8/+2
* Windows: Fix linker warning about missing WinMain.pdbKai Koehne2020-09-151-0/+6
* Add a QMetaAssociationUlf Hermann2020-09-153-303/+996
* 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-151-2/+5
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-153-3/+3
* QObjectBindableProperty: Fix QDoc-specific typo in headerTopi Reinio2020-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-152-13/+18
* Remove deprecated APILars Knoll2020-09-152-8/+0
* Remove the SAX parser from QtXmlLars Knoll2020-09-1514-9320/+3
* QLayout: Make contentsMargins a Q_PROPERTYFriedemann Kleint2020-09-151-0/+1
* Add qHash implementation for QPointMitch Curtis2020-09-152-0/+15
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-155-19/+54
* 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-141-43/+58
* 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
* 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
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-147-22/+4
* 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
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Silence warnings from using deprecated CUPS APIsLars Knoll2020-09-131-0/+6
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-133-19/+67
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+7
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* 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-1225-265/+114
* Remove some dead codeLars Knoll2020-09-122-160/+0
* Remove two comments that don't make any senseLars Knoll2020-09-121-2/+0
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-122-7/+5
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-128-17/+30
* Inline one method as per ###Qt6Lars Knoll2020-09-122-8/+6
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-122-54/+90
* Small doc fixLars Knoll2020-09-121-1/+1
* Fix uninitialized variableLars Knoll2020-09-121-0/+3