summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass the thread pool into BlockSizeManagerJarek Kobus2020-05-282-4/+4
* Make some members of IterateKernel constJarek Kobus2020-05-281-5/+6
* Add tests for a couple of edge casesDimitrios Apostolou2020-05-281-0/+18
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-281-3/+23
* Regenerate qurltlds_p.hDimitrios Apostolou2020-05-281-13868/+13941
* Change const arrays to constexprDimitrios Apostolou2020-05-281-3/+3
* Update paths pointing to old locationsDimitrios Apostolou2020-05-281-2/+2
* Improve readability of the autogenerated arrays in qurltlds_p.hDimitrios Apostolou2020-05-281-6/+16
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-282-14/+49
* QTableWidget: simplify QTableWidgetSelectionRangeChristian Ehrlicher2020-05-282-47/+17
* Fix compilation of PCRE2 under Intel CETGiuseppe D'Angelo2020-05-273-0/+23
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-2728-74/+42
* 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-274-10/+446
* Never include windows.h directly in Qt codeLars Knoll2020-05-272-2/+2
* Run moc on non-PCH sources as wellTor Arne Vestbø2020-05-271-1/+3
* 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-275-373/+16
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-272-2/+114
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-277-5/+80
* QProperty: Support multiple observersUlf Hermann2020-05-275-17/+68
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-272-3/+3
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-273-30/+23
* moc: handle include directives in enumsFabian Kosmale2020-05-275-0/+69
* QMimeDatabase/xml: use xmlstarlet instead of xmlEric Lemanissier2020-05-261-2/+2
* Windows: Fix wrong default font sizes after changing scalingFriedemann Kleint2020-05-261-1/+21
* Document how to use CMake for Qt TestLibKai Koehne2020-05-265-30/+19
* Document how to use CMake for Qt XmlKai Koehne2020-05-267-82/+24