summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 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: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* Make it clear that a hyphen may be used to log to stdout in qtestMikolaj Boc2022-08-181-1/+1
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-186-27/+149
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-176-30/+23
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-175-1/+52
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-174-3/+95
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-173-2/+105
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-171-9/+9
* CMake: Add simple widgets qmake iOS build testAlexandru Croitor2022-08-172-0/+23
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-171-0/+131
* CMake: Add COMMAND_ECHO option to _qt_internal_create_command_scriptAlexandru Croitor2022-08-171-1/+9
* CMake: Move _qt_internal_create_command_script to a public fileAlexandru Croitor2022-08-175-95/+102
* a11y atspi: Support AT-SPI table cell interfaceMichael Weghorn2022-08-172-0/+63
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-171-1/+1
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-171-7/+4
* [docs] QAbstractItemEngine: fix signature of seek()Marc Mutz2022-08-171-1/+1
* CMake: Allow building and running tests targeting iOS in other reposAlexandru Croitor2022-08-172-5/+2
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-174-49/+69
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-171-1/+1
* a11y atspi: Forward change of focused stateMichael Weghorn2022-08-171-0/+5
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-172-71/+20
* a11y atspi: Drop unused forward-declaration QSpiAccessibleInterfaceMichael Weghorn2022-08-171-1/+0
* a11y atspi: Drop 'if (0)' branchMichael Weghorn2022-08-171-3/+1
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-172-7/+22
* xcb: Propagate a few theme hint changes to QGuiApplicationJiDe Zhang2022-08-171-5/+23
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* a11y atspi: Add support for ATSPI_COORD_TYPE_PARENTMichael Weghorn2022-08-172-56/+66
* wasm: always build asyncify tests for eventloop_autoMorten Sørvig2022-08-173-10/+58
* wasm: add "skip" support to qtwasmtestlibMorten Sørvig2022-08-173-4/+28
* 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
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-172-0/+13
* qmake: Fix tool paths generated for androiddeployqt json fileAlexandru Croitor2022-08-171-2/+4
* CMake: Add manual test for various iOS asset handlingAlexandru Croitor2022-08-1730-0/+575
* Unblacklist tests that are no longer flakyDimitrios Apostolou2022-08-171-4/+0
* Stabilize test by not activating windowDimitrios Apostolou2022-08-172-8/+2
* Update BLACKLIST for tst_qgraphicsviewDimitrios Apostolou2022-08-171-14/+2
* Unblacklist tests that are no longer flakyDimitrios Apostolou2022-08-171-5/+0
* Fix testcase that fails when run individuallyDimitrios Apostolou2022-08-171-1/+1
* QSemaphore: Fix warnings about shift exceeding size on 32-bitThiago Macieira2022-08-161-2/+3
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-163-47/+113