summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* QCOMPARE: Fix a typo in the documentationLaszlo Papp2022-07-011-1/+1
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-0110-13/+181
* CMake: Don't show the incompatible version warning when not neededAlexandru Croitor2022-07-011-1/+9
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-013-3/+48
* QWindowPrivate::setMinOrMaxSize: port to function_refGiuseppe D'Angelo2022-06-302-5/+5
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-307-99/+977
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9
* Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-06-292-1/+30
* 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
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-296-13/+5
* Doc: Clarify qmake's c++latest CONFIG valueJoerg Bornemann2022-06-291-2/+4
* wasm: add qtwasmtestlibMorten Johan Sørvig2022-06-295-0/+416
* Android: fix wrong position of cursor handle and editpopup menu in split screenPekka Gehör2022-06-292-6/+16
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-291-3/+14
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-294-24/+23
* Don't trigger qBound assert in QExpandingLineEditVolker Hilsheimer2022-06-291-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-282-5/+5
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-281-10/+11
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-281-7/+0
* QMetaType: move the built-in QMetaTypeInterfaces to read-only segmentsThiago Macieira2022-06-282-5/+31
* 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