summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-1617-1/+60
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
* QVarLengthArray: protect against aliasing in resize(n, t)Marc Mutz2023-02-161-0/+4
* QVarLengthArray: use new assign() in op=(initializer_list)Marc Mutz2023-02-161-3/+1
* Delete references to deleted examplesMårten Nordheim2023-02-161-2/+0
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-12/+3
* Fix syncqt.cpp build warningsAlexey Edelev2023-02-161-5/+5
* QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-151-21/+9
* Fix build with -no-feature-mdiareaTasuku Suzuki2023-02-152-13/+15
* Update Gradle to 8.0 and Android Gradle Plug-in (AGP) to 7.4.1Rami Potinkara2023-02-153-5/+5
* Remove QCocoaWindow::setContentBorderThicknessTor Arne Vestbø2023-02-154-26/+1
* Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
* QTextStream: make dtor non-virtual come Qt 7Marc Mutz2023-02-151-2/+18
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+1
* 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