summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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