summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-1618-1/+61
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-162-2/+46
* 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-162-2/+0
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-162-12/+47
* Fix syncqt.cpp build warningsAlexey Edelev2023-02-161-5/+5
* Add downstream test configToni Saario2023-02-161-0/+8
* Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
* 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
* Revert "CMake: Fix configure -no-rpath"Joerg Bornemann2023-02-151-15/+6
* 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
* Add the NO_CMAKE_PACKAGE_REGISTRY option forwarding to qt_find_packageAlexey Edelev2023-02-151-1/+1
* QFuture: fix continuation cleanupIvan Solovev2023-02-152-0/+27
* Fix connections in QWidgetWindowDavid Edmundson2023-02-152-1/+7
* 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-144-81/+602
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-142-14/+20
* Skip the tst_QStringConverter::threadSafety test on WASM temporarilyMikolaj Boc2023-02-141-0/+4
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-142-0/+39
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-1414-172/+127
* Torrent example: delete unimplemented functionsMårten Nordheim2023-02-141-3/+0
* Torrent example: Convert some timeouts from int to chronoMårten Nordheim2023-02-144-9/+11
* Torrent example: Remove manual little-big endian conversionMårten Nordheim2023-02-141-43/+24
* 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
* Add a manual test for wasm window resizing/movingMikolaj Boc2023-02-146-1/+535
* Delete googlesuggestMårten Nordheim2023-02-1412-501/+0
* Update recent rhi autotest to skip on D3D12 as wellLaszlo Agocs2023-02-141-1/+1
* RHI: Metal SPIRV-Cross buffer size buffersBen Fletcher2023-02-1414-3/+691
* rhi: Allow Metal shaders written in MSL versions greater than 2.0Ben Fletcher2023-02-141-11/+36
* rhi: Add a displacement / tessellation manual testLaszlo Agocs2023-02-1417-0/+505
* 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-143-5/+24
* 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-143-7/+13
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6