summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Activate all tst_qgridlayout tests on Android"Ivan Solovev2022-04-021-0/+3
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* Android: skip few tst_qopenglwidget tests that crash on CIAssam Boudjelthia2022-04-021-1/+31
* 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-013-11/+114
* Move some purely floating-point testing from tst_QLocale to tst_QNumericEdward Welbourne2022-04-012-24/+13
* Use constants of the correct type in qnumeric NaN testEdward Welbourne2022-04-011-11/+12
* Clean up and modernise tst_QLocale::fpExceptions()Edward Welbourne2022-04-011-15/+14
* tst_QIODevice::unget() without network: skip only the affected partMårten Nordheim2022-04-011-4/+7
* 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-016-22/+27
* 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
* Revert "Blacklist: test cases blacklisted in tst_QSystemSemaphore:"Pasi Petäjäjärvi2022-04-011-4/+0
* tst_QByteArrayView:: disable failing constexpr checks for GCCSona Kurazyan2022-04-011-0/+5
* 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
* lance: Handle unspecified size or weight in setFont commandTor Arne Vestbø2022-03-311-13/+21
* 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
* More startOfDay() fixes, in tst_bench_QDateTimeEdward Welbourne2022-03-311-4/+5
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* Add WASM testrunnerDavid Skoland2022-03-315-0/+266
* Merge integration refs/builds/qtci/dev/1648720546Qt CI Bot2022-03-314-11/+37
|\
| * QNetworkInformation: Deprecate vague load functionsMårten Nordheim2022-03-314-11/+37
* | qmake: Suppress built-in suffixes for makeOrgad Shaneh2022-03-314-0/+15
* | Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-314-12/+136
* | 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
* | Windows: Fix accessibility testsAndré de la Rocha2022-03-312-7/+6
* | Android: enable tst_QScreen::grabWindowIvan Solovev2022-03-312-2/+12
* | 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