summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support qbswap for all integral typesLars Knoll2020-06-011-41/+13
* Add QStringView::split() methodsLars Knoll2020-06-012-7/+68
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-014-16/+27
* Refactor splitString to use QStringViewLars Knoll2020-06-011-12/+11
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-314-180/+112
* Document how to use CMake for Qt WidgetsKai Koehne2020-05-317-87/+21
* Fix a bogus assertLars Knoll2020-05-311-1/+1
* Add QStringView::constData()Lars Knoll2020-05-302-0/+12
* Add support for count() to QStringViewLars Knoll2020-05-304-11/+46
* gif image handler: check for out of range image sizeEirik Aavitsland2020-05-301-0/+13
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-304-1/+12
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-302-2/+10
* Gif decoder: avoid undefined values in enumEirik Aavitsland2020-05-301-1/+2
* Return correct threadId in all casesSamuli Piippo2020-05-301-10/+1
* CMake: Regenerate rest of configure.cmake filesAlexandru Croitor2020-05-291-6/+6
* CMake: Update src\gui\configure.json and the conversion scriptLaszlo Agocs2020-05-291-20/+13
* CMake: Regenerate src/platformsupportAlexandru Croitor2020-05-296-52/+58
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-2920-156/+134
* CMake: Regenerate tools and 3rd partyAlexandru Croitor2020-05-293-2/+11
* CMake: Regenerate src/openglAlexandru Croitor2020-05-292-5/+17
* CMake: Regenerate src/corelibAlexandru Croitor2020-05-292-4/+5
* CMake: Regenerate src/guiAlexandru Croitor2020-05-292-71/+91
* Fix UB in QGraphicsScene::wheelEvent()Lars Knoll2020-05-291-1/+2
* Add toInt() and friends to QStringViewLars Knoll2020-05-294-0/+258
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-2912-51/+53
* CMake: Check CMAKE_CONFIGURATION_TYPES when doing automoc extractionAlexandru Croitor2020-05-291-1/+1
* CMake: Use default location for installing metatypes json filesAlexandru Croitor2020-05-291-47/+66
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-292-55/+65
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-299-17/+97
* CMake Build: Do not set "lib" prefix for modules (plugins)Cristian Adam2020-05-291-0/+4
* Export the highlighter function so that we can use it in QtSvgWidgetsVolker Hilsheimer2020-05-291-4/+1
* Fix a typo and an odd phrasingEdward Welbourne2020-05-291-7/+6
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-298-58/+252
* Update src/gui/CMakeLists.txtOliver Wolff2020-05-291-14/+5
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-285-4/+382
* Add missing number/setNum() overloadsLars Knoll2020-05-282-0/+46
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-2837-86/+61
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+10
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-283-18/+18
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-2813-490/+492
* rhi: d3d11: Use qstrncpy to avoid MSVC warningLaszlo Agocs2020-05-281-4/+2
* Doc: Fix issues with Qt Test documentation configurationTopi Reinio2020-05-281-2/+2
* Actually apply the shadow stack Intel CET flagsGiuseppe D'Angelo2020-05-281-2/+2
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-283-0/+12
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make threadCount a const member of ReduceKernelJarek Kobus2020-05-281-1/+2
* Pass the thread pool into ReduceKernelJarek Kobus2020-05-283-7/+7
* Pass the thread pool into BlockSizeManagerJarek Kobus2020-05-282-4/+4
* Make some members of IterateKernel constJarek Kobus2020-05-281-5/+6
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-281-3/+23