summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* Doc: add missing "see also"Volker Hilsheimer2022-07-041-0/+1
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-021-2/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-7/+12
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-022-3/+5
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-10/+11
* 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
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-012-3/+17
* QWindowPrivate::setMinOrMaxSize: port to function_refGiuseppe D'Angelo2022-06-302-5/+5
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-305-99/+331
* 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-292-1/+5
* 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-281-21/+22
* 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-281-2/+5
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-4/+19
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-281-27/+37
* 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-281-6/+39
* 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
* Doc: Fix QJniObject::construct() documentationTopi Reinio2022-06-271-1/+1
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-273-8/+60