summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-053-2/+34
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-052-1/+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-012-7/+85
* CMake: Fix qml plugin prl files not to have hardcoded pathsAlexandru Croitor2022-07-022-0/+13
* CMake: Fix confusing FPHSA zstd version warning messageAlexandru Croitor2022-07-021-1/+4
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-026-58/+84
* CMake: Don't force CONFIG mode when looking for system PCRE2Alexandru Croitor2022-07-021-1/+5
* CMake: Fix lookup of system PCRE2 versionAlexandru Croitor2022-07-021-1/+1
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* QLayout: add className() to a warning messageAhmad Samir2022-07-013-12/+13
* 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