summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-1/+1
* macOS: Remove machinery for attaching NSToolBar to QWindowTor Arne Vestbø2023-02-156-69/+0
* Schannel: Enable users to let schannel pick a certificateMårten Nordheim2023-02-151-4/+6
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-02-142-81/+166
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-12/+4
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+2
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-1414-172/+127
* Route QTimeZone::setSecondsAheadOfUtc() via setDurationAheadOfUtc()Edward Welbourne2023-02-141-4/+5
* rhi: d3d11: Do not ignore storage buffer offset in the UAVLaszlo Agocs2023-02-142-12/+14
* Delete googlesuggestMårten Nordheim2023-02-141-1/+0
* RHI: Metal SPIRV-Cross buffer size buffersBen Fletcher2023-02-142-2/+202
* rhi: Allow Metal shaders written in MSL versions greater than 2.0Ben Fletcher2023-02-141-11/+36
* rhi: gl: Skip the vertex-fragment interface check with more stagesLaszlo Agocs2023-02-141-1/+5
* Warn that computational time follows length of text inputAllan Sandfeld Jensen2023-02-141-2/+4
* wasm: fix to/from Uint8Array documentatonMorten Sørvig2023-02-141-4/+4
* Update qtrace_p.h commentsAntti Määttä2023-02-141-0/+8
* Use mouseEventTypeFromEventType instead of duplicating itMikolaj Boc2023-02-141-13/+2
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-142-5/+17
* Assert on overwriting a previously set EventCallback on wasmMikolaj Boc2023-02-141-0/+2
* wasm: don't call dlopen() on static buildsMorten Sørvig2023-02-141-0/+5
* Update android deploy qt command line argument documentationNicholas Bennett2023-02-142-101/+8
* Use floating point coords for mouse/wheel events on wasmMikolaj Boc2023-02-1411-52/+51
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-142-4/+12
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
* Accept full-width parentheses in removeMnemonics()Edward Welbourne2023-02-131-5/+15
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-3/+13
* Windeployqt: add custom qml output directory command line optionTimothée Keller2023-02-131-2/+14
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-1335-193/+164
* Remove time-related functions from qglobal_p.hEdward Welbourne2023-02-131-1/+0
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-1313-8/+76
* wasm: don't set window states for child windowsMorten Sørvig2023-02-131-0/+4
* Update bundled libjpeg-turbo to version 2.1.5Eirik Aavitsland2023-02-1321-87/+154
* QVarLengthArray: clear() is not resize(0)Marc Mutz2023-02-131-0/+10
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-121-0/+5
* SQL/MySQL: add options to explicitly specify the protocol typeChristian Ehrlicher2023-02-122-1/+32
* Fix build with -no-feature-actionTasuku Suzuki2023-02-122-0/+6
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-111-1/+1
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-1/+5
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-112-1/+1
* QtMiscUtils: fix return type of two helpers, should be boolAhmad Samir2023-02-111-2/+2
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-103-17/+24
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-10105-789/+88
* Improve FindWrapRt, and SHM detectionAmir Masoud Abdol2023-02-102-4/+8
* Fix build without abstractsliderTasuku Suzuki2023-02-111-0/+1
* tracegen: Fix handling enumerators with duplicate valuesAntti Määttä2023-02-105-22/+72
* tracegen: Add support for QSizeF and QRectF typesAntti Määttä2023-02-105-1/+29
* CTF: Fix minor problems in the implementationAntti Määttä2023-02-102-13/+29
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6