summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate qurltlds_p.hDimitrios Apostolou2020-05-281-13868/+13941
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* QTableWidget: simplify QTableWidgetSelectionRangeChristian Ehrlicher2020-05-282-47/+17
* Fix compilation of PCRE2 under Intel CETGiuseppe D'Angelo2020-05-271-0/+5
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-2724-62/+38
* macOS: Fix use of deprecated NSOffStateTor Arne Vestbø2020-05-271-1/+1
* Fix qmake builds of Windows applications against a CMake-built QtJoerg Bornemann2020-05-271-0/+3
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-2723-47/+47
* QNetworkReplyFileImpl: Fix typoMårten Nordheim2020-05-271-1/+1
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-2725-27/+38
* Add a QPropertyAliasUlf Hermann2020-05-273-10/+399
* Never include windows.h directly in Qt codeLars Knoll2020-05-272-2/+2
* Fix various offset issues with DirectWrite font engineEskil Abrahamsen Blomfeldt2020-05-271-7/+11
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-187/+3
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-0/+2
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-277-5/+80