summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-282-6/+20
* QKeySequenceEdit: Finish editing when losing focusLaszlo Papp2022-06-282-0/+11
* xcb: update xkb_state mask as much as possibleLiang Qi2022-06-281-2/+2
* Doc: Document missing methods in QDropEventKai Köhne2022-06-281-1/+22
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-282-21/+74
* fix androiddeployqt with user application with in-tree QML modulesMoody Liu2022-06-281-4/+9
* Avoid overflowing coverage in rasterizerAllan Sandfeld Jensen2022-06-281-11/+8
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-06-281-1/+14
* Fix an incorrect invocation of llvm-readobjVille Voutilainen2022-06-281-2/+2
* Avoid including qopenglfunctions header files if Qt is built with GLES2Alexey Edelev2022-06-282-3/+8
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-282-4/+33
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-288-381/+158
* CMake: disable the attempt to force SIMD on iOS simulator buildsThiago Macieira2022-06-273-21/+4
* QAction: Fix the obsolete menu() docLaszlo Papp2022-06-281-1/+1
* QDateTime: remove a few hardcoded values in favor of <chrono> constantsThiago Macieira2022-06-271-5/+8
* 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