summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with clang-clYuhang Zhao2022-03-311-1/+1
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-291-15/+9
* Tidy up QTapTestLogger::addIncident()'s regex parsingEdward Welbourne2022-03-291-13/+14
* TAP test logger: report B?XFAIL (mostly) as a messageEdward Welbourne2022-03-292-103/+121
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-292-15/+25
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-7/+0
* Implement QPlatformTheme::appearance() for iOSDoris Verria2022-03-292-0/+15
* Fix heap-use-after-free with rhi-based backingstoreLaszlo Agocs2022-03-291-2/+3
* Query the QWindow in every test iteration in qWFWExposed(QWidget)Laszlo Agocs2022-03-291-6/+29
* Fix up some QMatrix4x4 docsLaszlo Agocs2022-03-292-6/+10
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2022-03-291-20/+20
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-292-3/+27
* Windows: Fix potential crash when retrieving default printerFriedemann Kleint2022-03-291-1/+1
* Android: fix fullscreen handlingIvan Solovev2022-03-291-5/+20
* Introduce QTestPrivate::androidCompatibleShow() helper functionIvan Solovev2022-03-291-0/+13
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-2935-75/+79
* Include file and line information in TAP diagnostics blocksEdward Welbourne2022-03-291-1/+1
* TAP test logger: move messages into the diagnostics blockEdward Welbourne2022-03-294-29/+148
* iOS A11Y: Do not add children of invisible parentMike Achtelik2022-03-281-1/+1
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2
* TLS backend (OpenSSL): add warning messageTimur Pocheptsov2022-03-281-2/+3
* Android A11Y: Add supported role infos to A11yNodeInfoMike Achtelik2022-03-281-1/+9
* Fix the support of genex's when generating Android deployment settingsAlexey Edelev2022-03-261-5/+9
* Short live Q_CONSTINIT!Marc Mutz2022-03-2630-84/+121
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-261-1/+1
* QDom: remove uneeded toString()Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2694-405/+419
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-25109-1184/+1351
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-252-5/+26
* Enable QIcuTimeZonePrivate's support for transitionsEdward Welbourne2022-03-251-15/+10
* Fix QIcuTimeZonePrivate::data() before the first transitionEdward Welbourne2022-03-251-6/+8
* Fix QIcuTimeZonePrivate::hasDaylightTime() to catch historical DSTEdward Welbourne2022-03-251-2/+11
* Fix ICU's handling of last representable transitionEdward Welbourne2022-03-251-1/+9
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-5/+9
* Avoid overflow in some more qdatetime.cpp functionsEdward Welbourne2022-03-251-28/+36
* Fix char/uchar comparison warning in toPercentEncodingEdward Welbourne2022-03-251-1/+1
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-252-2/+16
* Pass ANDROID_SDK_ROOT and ANDROID_NDK_ROOT variables to external projectsAlexey Edelev2022-03-251-0/+8
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-255-3/+9
* Remove mention of Q_GLOBAL_STATIC being more thread safe than local staticsTor Arne Vestbø2022-03-251-4/+0
* Avoid fetching destination when not usedAllan Sandfeld Jensen2022-03-251-21/+82
* iOS A11Y: Set more accessibilityTraitsMike Achtelik2022-03-251-0/+11
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-8/+2
* cmake: skip unity build inclusion of generated resourcesTim Blechmann2022-03-251-2/+5
* QVariant: disable building from arbitrary pointersGiuseppe D'Angelo2022-03-251-0/+8
* Improve style drawing under DPR scalingEirik Aavitsland2022-03-251-2/+30
* CMake: Enable verbose autogen for cmake auto tests and EP examplesAlexandru Croitor2022-03-241-0/+1