summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QBAV/QSV: remove a historical noteGiuseppe D'Angelo2022-04-012-8/+0
* Simplify parsing of a line to remove [...] enclosureEdward Welbourne2022-04-011-11/+9
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-012-1/+9
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-011-5/+5
* Remove declared but not defined functionAlbert Astals Cid2022-04-011-1/+0
* Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQueryHu Jialun2022-04-011-0/+5
* wasm: rename “canvas” API to “container”Morten Johan Sørvig2022-04-011-25/+25
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-015-22/+22
* Flush font cache when we load new application fontsEskil Abrahamsen Blomfeldt2022-04-011-2/+8
* macOS: Don't scroll individual rects of a region when inline scrollingTor Arne Vestbø2022-04-011-8/+10
* wasm: fix android input when fast typingLorn Potter2022-04-011-7/+18
* CoreText: Resolve default font by asking for the QPlatformTheme::SystemFontTor Arne Vestbø2022-03-312-8/+1
* QFontDatabase: Use more explicit function name for clearing familiesTor Arne Vestbø2022-03-312-11/+15
* QFontDatabase: Move writing_system_sample() into only callerTor Arne Vestbø2022-03-311-79/+76
* QFontDatabase: Remove un-needed load() functionTor Arne Vestbø2022-03-311-33/+2
* QFontDatabase: Centralize initialization in ensureFontDatabase()Tor Arne Vestbø2022-03-311-26/+10
* QFontDatabase: Replace privateDb Q_GLOBAL_STATIC with instance() accessorTor Arne Vestbø2022-03-311-28/+27
* QFontDatabase: Remove unused createDatabase() functionTor Arne Vestbø2022-03-312-4/+0
* Doc: QMap: Add ref-qualifiers to \fn signatures for toStd[Multi]Map()Topi Reinio2022-03-312-2/+2
* Doc: QThread: clarify that start() always creates the event dispatcherThiago Macieira2022-03-311-2/+5
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-316-21/+64
* MS QNativeFilePermissions: fix unused member and capture warningsEdward Welbourne2022-03-312-11/+13
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* Merge integration refs/builds/qtci/dev/1648720546Qt CI Bot2022-03-312-5/+31
|\
| * QNetworkInformation: Deprecate vague load functionsMårten Nordheim2022-03-312-5/+31
* | Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-313-12/+29
* | Windows QPA: Avoid sending accessibility notifications before activationAndré de la Rocha2022-03-312-0/+9
* | Windows QPA: Avoid slowdown with UI Automation name change notificationAndré de la Rocha2022-03-311-6/+10
* | CMake uses Desktop tslib for INTEGRITY configuration by mistakeTatiana Borisova2022-03-311-1/+1
|/
* Update bundled zlib to version 1.2.12André Klitzing2022-03-3121-1091/+10919
* Android: Throw an error if project uses versioned shared libraryAlexey Edelev2022-03-301-4/+20
* QSettings: use auto rather than naming iterator typesEdward Welbourne2022-03-301-19/+15
* QSettings: s/int/qsizetype/ on the internalsEdward Welbourne2022-03-302-63/+65
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-303-21/+23
* Use QByteArrayView more in QConfFileSettingsPrivate's methodsEdward Welbourne2022-03-302-15/+15
* Prefer sliced()/first()/chopped() to mid() and arithmeticEdward Welbourne2022-03-301-8/+8
* iOS: Handle changes in user font preferences by invalidating font databaseTor Arne Vestbø2022-03-302-0/+9
* macOS: Handle changes in the available fonts by invalidating font databaseTor Arne Vestbø2022-03-304-0/+31
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-03-303-13/+63
* CoreText: Add note about why we defer population of theme font descriptorsTor Arne Vestbø2022-03-301-0/+6
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-03-301-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-304-27/+35
* 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