summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix deadlock caused by a race between permissions query and IMv6.3.0Jarkko Koivikko2022-04-056-55/+22
* QFileSystemWatcher: Blacklist failing tests on macOS armIvan Solovev2022-04-041-0/+6
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-042-0/+7
* macOS: Don't scroll individual rects of a region when inline scrollingTor Arne Vestbø2022-04-041-8/+10
* Update bundled zlib to version 1.2.12André Klitzing2022-04-0121-1091/+10919
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-301-15/+9
* Pass ANDROID_SDK_ROOT and ANDROID_NDK_ROOT variables to external projectsAlexey Edelev2022-03-261-0/+8
* Conan: Fix typo in recipeIikka Eklund2022-03-251-1/+1
* Conan: Fix used function name for parsing 3rd party sw dependenciesIikka Eklund2022-03-251-1/+1
* Update LA 4.4.1Jani Heikkinen2022-03-251-4/+4
* Revert "QImage::operator==: Also compare the image colorspace"v6.3.0-rc1Allan Sandfeld Jensen2022-03-231-1/+1
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-03-221-2/+5
* Install QtCopyFileIfDifferent as the 'public' cmake helperAlexey Edelev2022-03-221-1/+1
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* Build QMenuBar test without warningVolker Hilsheimer2022-03-211-1/+1
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-1923-26/+26
* CMake: Don't build the movie example if the feature is disabledAlexandru Croitor2022-03-191-1/+3
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* Fix lancebench after lancelot restructuringAllan Sandfeld Jensen2022-03-191-1/+1
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-192-2/+73
* coin: Use configure and qt-configure-module in instructionsAlexandru Croitor2022-03-1819-122/+327
* CMake: Mitigate moc not finding correct headers in framework buildsAlexandru Croitor2022-03-181-4/+8
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* iOS: Use python3 for enumerating test target devicesAlexandru Croitor2022-03-181-1/+1
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* QDateTime: future-proof swap()Marc Mutz2022-03-173-1/+18
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* Rest of QtBase: compile-optimize inline swap functionsMarc Mutz2022-03-174-8/+6
* QtDBus: compile-optimize inline swap functionsMarc Mutz2022-03-177-11/+11
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* Add QTabBar test in tst_baseline_widgetsAxel Spoerl2022-03-171-0/+124
* wasm: remove compiler and linker warningsLorn Potter2022-03-172-23/+31
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-03-171-1/+1
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-171-0/+2
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-03-172-47/+43
* Add missing install of pnglibconf.h for static buildsMichal Klocek2022-03-171-0/+1
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-162-4/+6
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Fix clang-cl warningAllan Sandfeld Jensen2022-03-161-3/+3
* QByteArray: fix append() with a negative lengthThiago Macieira2022-03-162-2/+3
* QLibraryInfo: remove load-time variableThiago Macieira2022-03-164-6/+9
* qglobal: Move the export macros further up in the fileThiago Macieira2022-03-161-31/+29
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-03-161-10/+0
* tst_qstring: properly fix the build when LC_MEASUREMENTS is not definedThiago Macieira2022-03-161-1/+1
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-163-16/+11
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-161-1/+13
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-161-1/+1
* CMake: Don't rely on CMAKE_FIND_ROOT_PATH_MODE_PACKAGE for examplesAlexandru Croitor2022-03-161-9/+4