summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xcb: update xkb_state mask as much as possiblev6.4.0-beta2Liang Qi2022-06-291-2/+2
* Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-06-292-1/+30
* Doc: Revise Qt Test Module landing pageAndreas Eliasson2022-06-291-21/+24
* Don't trigger qBound assert in QExpandingLineEditVolker Hilsheimer2022-06-291-1/+1
* Forward COMPILER_LAUNCHER to the ABI-specific external projectsAlexey Edelev2022-06-291-0/+8
* Use the main ABI's CMAKE_MAKE_PROGRAM in ABI-specific external projectsAlexey Edelev2022-06-291-0/+4
* Android: fix wrong position of cursor handle and editpopup menu in split screenPekka Gehör2022-06-292-6/+16
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-294-24/+23
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-291-3/+14
* Doc: Document missing methods in QDropEventKai Köhne2022-06-291-1/+22
* moc: fix const-init for WindowsThiago Macieira2022-06-292-5/+5
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-291-10/+11
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-291-7/+0
* QKeySequenceEdit: Finish editing when losing focusLaszlo Papp2022-06-292-0/+11
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-292-6/+20
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-282-11/+40
* fix androiddeployqt with user application with in-tree QML modulesMoody Liu2022-06-281-4/+9
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-21/+22
* Avoid overflowing coverage in rasterizerAllan Sandfeld Jensen2022-06-281-11/+8
* Fix an incorrect invocation of llvm-readobjVille Voutilainen2022-06-281-2/+2
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-06-281-1/+14
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-4/+19
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-281-2/+2
* Enabler for fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-06-282-2/+11
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-281-6/+39
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-281-1/+1
* QAction: Fix the obsolete menu() docLaszlo Papp2022-06-281-1/+1
* QTest: switch some text-conversion functions to use qsizetypeMårten Nordheim2022-06-282-12/+10
* QFont: don't detach the families list in family()Thiago Macieira2022-06-281-1/+1
* CMake: Remove Gui dependency of androidtestrunnerAlexandru Croitor2022-06-271-2/+2
* Avoid reading outside allocated bufferAllan Sandfeld Jensen2022-06-271-0/+4
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-271-0/+5
* QDom: Clean-up warnings about old-style cast usesSona Kurazyan2022-06-271-62/+66
* 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
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-251-34/+33
* qmetatype.h: add QT_FOR_EACH_STATIC_PRIMITIVE_NON_VOID_TYPEThiago Macieira2022-06-251-7/+7
* qmetatype.h: remove unnecessary EXPORT macroThiago Macieira2022-06-251-9/+2
* QSettings: fix a typo in the docLaszlo Papp2022-06-251-1/+1
* Add QDom internalSubset implementationYe ShanShan2022-06-252-0/+34
* Fix typo in codeDuan Ting2022-06-251-1/+1
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-254-23/+60
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-251-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-251-58/+30
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-241-6/+12
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-5/+18
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5