summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-161-6/+6
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-164-5/+11
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-167-69/+536
* rhi: Enhance internal docs about buffer and image load/storeLaszlo Agocs2022-08-161-0/+63
* doc: QEventPoint::timeHeld is reported in seconds, not millisecondsRichard Moe Gustavsen2022-08-161-1/+1
* vkkhrdisplay: Create the platform window alwaysLaszlo Agocs2022-08-161-1/+5
* rhi: tst_qrhi: Check for OpenGL cap on the platformLaszlo Agocs2022-08-161-37/+11
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-161-1/+1
* qmake: Fix non-Xcode asset catalog handling for iOS simulatorAlexandru Croitor2022-08-162-1/+5
* Update QTimeZone benchmark's list of tested zonesEdward Welbourne2022-08-161-9/+16
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-165-51/+51
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-151-2/+2
* QDeviceDiscoveryUDev: use NSDMIMarc Mutz2022-08-152-4/+4
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Make wasm finalizers work for standalone tests and other reposMikolaj Boc2022-08-151-0/+4
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-153-5/+18
* Doc: Remove mentioning of outdated QDataStream versionKai Köhne2022-08-151-1/+1
* vkkhrdisplay: Silence validation complaints about presentation supportLaszlo Agocs2022-08-152-4/+12
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-1515-301/+491
* CMake: Enable public executable finalizers for iOS testsAlexandru Croitor2022-08-151-0/+15
* CMake: Tests on iOS must be app bundles to be runnableAlexandru Croitor2022-08-151-0/+14
* CMake: Use the Xcode generator for qt-cmake-standalone-test on iOSAlexandru Croitor2022-08-151-2/+12
* Sliders: Add function that changes widgets position on layoutElias Hautala2022-08-152-5/+40
* Mark C++11/C++14 portability macros as deprecatedKai Köhne2022-08-141-31/+5
* Move macros for Darwin-based operating systems to qsystemdetection.hSona Kurazyan2022-08-132-52/+54
* Move the checks for disabling useless warnings to qcompilerdetection.hSona Kurazyan2022-08-132-31/+31
* Move Q_{OUTOFLINE, INLINE}_TEMPLATE definitions to qcompilerdetection.hSona Kurazyan2022-08-132-7/+7
* Move some compiler-specific macros to qcompilerdetection.hSona Kurazyan2022-08-132-68/+74
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-122-0/+31
* Fix DeferredFlag implementation for QTestEventLoopEdward Welbourne2022-08-121-4/+12
* Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*()Edward Welbourne2022-08-127-36/+180