summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the stale expected_crashes_[345].txtEdward Welbourne2022-08-123-16/+0
* Include current test name in crash reportsEdward Welbourne2022-08-121-5/+9
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-122-15/+17
* QLocale: fix UB in defaultIndex() (using < on unrelated pointers)Marc Mutz2022-08-121-2/+2
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-122-0/+25
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193
* QChar: replace uint with char32_t in the implementationMarc Mutz2022-08-121-10/+10
* QString: finish migration to qsizetypeMarc Mutz2022-08-121-4/+4
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-1210-111/+834
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* CMake: Improve tool not found error messageAlexandru Croitor2022-08-121-3/+16