summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-0514-37/+82
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-0512-18/+46
* wasm: Make sure all qstdweb classes have val()Morten Johan Sørvig2022-04-052-2/+30
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-056-55/+22
* QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()Tor Arne Vestbø2022-04-051-1/+4
* [doc] Fix typo in QBuffer::setBuffer() descriptionMarc Mutz2022-04-051-1/+1
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-042-10/+30
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-3/+85
* Multithread qdrawhelper routinesAllan Sandfeld Jensen2022-04-042-475/+545
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-042-5/+29
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-6/+8
* Re-fix C++20 ambiguous relational operators after adding QJsonValueConstRefAllan Sandfeld Jensen2022-04-031-0/+10
* QtDBus: optimize handling of isDebuggingMarc Mutz2022-04-031-4/+4
* QtDBus: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-034-2/+6
* QMetaType: don't allocate memory just to look up a key in a QHashMarc Mutz2022-04-031-1/+1
* QGlobalStatic: mark functions that inspect the guard noexceptMarc Mutz2022-04-031-3/+3
* QMetaType: don't create a registry just to query its emptinessMarc Mutz2022-04-031-3/+4
* QMetaType: unlock QReadLocker earlyMarc Mutz2022-04-031-0/+1
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* Android: minor code refactorings for QAndroidPlatformMessageDialogHelperAssam Boudjelthia2022-04-012-30/+36
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-012-0/+7
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12
* 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