summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-201-2/+8
* Update QTimeZone benchmark's list of tested zonesEdward Welbourne2022-08-191-9/+16
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-192-39/+38
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-194-82/+92
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-194-0/+8
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-196-30/+23
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-08-196-28/+80
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-182-71/+20
* Android: skip tst_qvulkan vulkan11() and vulkanWindowGrab()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_qopengl::fboRenderingRGB30()Assam Boudjelthia2022-08-181-0/+4
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_QPluginLoader::loadSectionTableStrippedElf()Assam Boudjelthia2022-08-181-0/+4
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-185-1/+52
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-184-3/+95
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-183-2/+105
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-181-9/+9
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-181-0/+131
* CMake: Add simple widgets qmake iOS build testAlexandru Croitor2022-08-182-0/+23
* CMake: Add COMMAND_ECHO option to _qt_internal_create_command_scriptAlexandru Croitor2022-08-181-1/+9
* CMake: Move _qt_internal_create_command_script to a public fileAlexandru Croitor2022-08-185-95/+102
* CMake: Allow building and running tests targeting iOS in other reposAlexandru Croitor2022-08-182-5/+2
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-172-7/+22
* rhi: tst_qrhi: Check for OpenGL cap on the platformLaszlo Agocs2022-08-171-37/+11
* vkkhrdisplay: Create the platform window alwaysLaszlo Agocs2022-08-171-1/+5
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-171-1/+1
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-175-41/+48
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* a11y atspi: translate coords for GetOffsetAtPoint the right wayMichael Weghorn2022-08-171-1/+1
* a11y atspi: Take dialog into account as top-level windowMichael Weghorn2022-08-171-2/+3
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-172-0/+13
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1
* qmake: Fix tool paths generated for androiddeployqt json fileAlexandru Croitor2022-08-171-2/+4
* QSemaphore: Fix warnings about shift exceeding size on 32-bitThiago Macieira2022-08-171-2/+3
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-171-6/+6
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-174-5/+11
* qmake: Fix non-Xcode asset catalog handling for iOS simulatorAlexandru Croitor2022-08-162-1/+5
* Improve window dragging on WASMMikolaj Boc2022-08-1613-247/+510
* Include current test name in crash reportsEdward Welbourne2022-08-161-5/+9
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-08-161-2/+24
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-152-2/+29
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-159-157/+93
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-157-33/+1