summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-292-6/+29
* CMake: Update src\gui\configure.json and the conversion scriptLaszlo Agocs2020-05-293-28/+14
* 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
* Mark qmake as Qt tool in qmake/qmake.proJoerg Bornemann2020-05-293-4/+6
* CMake: Re-generate qmake/CMakeLists.txtJoerg Bornemann2020-05-292-32/+50
* Fix qmake.proJoerg Bornemann2020-05-291-1/+1
* Add toInt() and friends to QStringViewLars Knoll2020-05-295-0/+371
* cmake: Quote the arguments to CMD's 'set' commandMårten Nordheim2020-05-291-1/+1
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-2912-51/+53
* CMake: pro2cmake: Check existence of QMLTYPES_INSTALL_DIRAlexandru Croitor2020-05-291-2/+4
* 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-2911-17/+226
* CMake Build: Do not set "lib" prefix for modules (plugins)Cristian Adam2020-05-292-0/+8
* Export the highlighter function so that we can use it in QtSvgWidgetsVolker Hilsheimer2020-05-291-4/+1
* Add SvgWidgets libraryVolker Hilsheimer2020-05-291-0/+1
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* 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
* Remove duplicated snippetsLars Knoll2020-05-291-193/+0
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* wasm: add more debugging informationLorn Potter2020-05-291-2/+3
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-286-4/+420
* Add missing number/setNum() overloadsLars Knoll2020-05-282-0/+46
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-2839-99/+61
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-282-0/+30
* CMake Build: Rename cmake_command to cmake_languageCristian Adam2020-05-281-1/+1
* CMake: Tidy up qt_get_direct_module_dependenciesAlexandru Croitor2020-05-281-16/+9
* Override debug generation request on mac for toolchain.prfMichal Klocek2020-05-281-1/+1
* 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-2839-803/+805
* rhi: d3d11: Use qstrncpy to avoid MSVC warningLaszlo Agocs2020-05-281-4/+2
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-282-42/+11
* 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: Fix qmake .depends info generated for module_private.pri filesAlexandru Croitor2020-05-282-7/+14
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-284-0/+31
* 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