summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-282-11/+41
* QFont: don't detach the families list in family()Thiago Macieira2022-06-271-1/+1
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-271-1/+1
* QTest: switch some text-conversion functions to use qsizetypeMårten Nordheim2022-06-282-12/+10
* CMake: Remove Gui dependency of androidtestrunnerAlexandru Croitor2022-06-281-2/+2
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* Avoid reading outside allocated bufferAllan Sandfeld Jensen2022-06-271-0/+4
* Minor fixes for qt-configure-moduleDavid Skoland2022-06-271-1/+3
* Doc: Fix QJniObject::construct() documentationTopi Reinio2022-06-271-1/+1
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-274-8/+97
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-272-0/+12
* QHttpHeaderParser: fix int/qsizetype nagsMårten Nordheim2022-06-271-3/+3
* QHttpHeaderParser: fix clang-tidy nagsMårten Nordheim2022-06-271-8/+7
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-276-27/+183
* Doc: Document QML_IMPORTS_PATH and QMLPATHSAndreas Eliasson2022-06-271-1/+25
* moc: Cleanup handling of default arguments in functionsAndrei Golubev2022-06-271-35/+18
* moc: Strip parentheses from RESET methods in JSON outputUlf Hermann2022-06-272-3/+3
* Adjust documentation build dir for out of source buildsToni Saario2022-06-271-4/+4
* Doc: Revise Qt Test Module landing pageAndreas Eliasson2022-06-271-21/+24
* vulkan: Have a dummy format type if there is no Vulkan headerLaszlo Agocs2022-06-271-0/+1
* Enabler for fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-06-272-2/+11
* Android: Do not set release flag for signed packageBartlomiej Moskal2022-06-271-4/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-278-10/+39
* Avoid SSE2 punningAllan Sandfeld Jensen2022-06-251-5/+6
* Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bitAllan Sandfeld Jensen2022-06-251-40/+16
* qmetatype.h: add QT_FOR_EACH_STATIC_PRIMITIVE_NON_VOID_TYPEThiago Macieira2022-06-241-7/+7
* qmetatype.h: remove unnecessary EXPORT macroThiago Macieira2022-06-241-9/+2
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-241-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-241-58/+30
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-241-34/+33
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-241-3/+3
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-243-8/+16
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-243-5/+123
* Blacklist qtcpsocket bind on arm macOSToni Saario2022-06-241-0/+2
* Network: Update expired certMårten Nordheim2022-06-242-30/+30
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Fix typo in codeDuan Ting2022-06-231-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-06-2310-55/+31
* Doc: Skip 'qt5/' part in 3rd party documentationKai Köhne2022-06-231-0/+1
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-222-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-222-39/+48
* CMake: fix build with FreeBSD 13.1Thiago Macieira2022-06-221-0/+1
* CMake: Fix prl files not to contain hard-coded library pathsAlexandru Croitor2022-06-222-1/+29
* Add QDom internalSubset implementationYe ShanShan2022-06-233-0/+100
* Conan: Do not force 'qt_host_path' usage in cross-build contextIikka Eklund2022-06-221-9/+20
* moc: Allow reading property values through bindablesUlf Hermann2022-06-224-1/+55
* qmake/msbuild: Turn off "use full paths in diagnostics" by defaultJoerg Bornemann2022-06-221-1/+1