summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QSslKey: prepare for the migration to OpenSSL v3Timur Pocheptsov2022-07-051-12/+42
* Remove Q_DECL_VECTORCALL when SSE2 is not availableAllan Sandfeld Jensen2022-07-051-2/+6
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* QStringConverter: Do not use std::optional::value()Ulf Hermann2022-07-051-1/+1
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-052-3/+30
* tst_qwindow: modify some abnormal touch testsTang Haixiang2022-07-051-39/+39
* CMake: Fix missing include directories from qmake support filesJoerg Bornemann2022-07-051-1/+1
* CMake: Create and include plugin packages in shared buildsAlexandru Croitor2022-07-054-13/+13
* CMake: Move plugin package inclusion logic into a common functionAlexandru Croitor2022-07-052-62/+66
* CMake: Improve 'Generating Plugins' messageAlexandru Croitor2022-07-051-1/+6
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-0514-38/+144
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-055-25/+16
* rhi: Fix a doc snippetLaszlo Agocs2022-07-051-3/+6
* QDom: Use the default for assignment operators in QDom* classesSona Kurazyan2022-07-051-53/+14
* QDomDocument: some doc fixesSona Kurazyan2022-07-051-8/+4
* 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