summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-11-251-1/+1
* Fix out-of-bounds assert in winIso639LangName()Edward Welbourne2022-11-251-1/+1
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-252-1/+11
* Update Gradle to 7.5.1 and Android Gradle Plug-in (AGP) to 7.3.1Rami Potinkara2022-11-253-4/+4
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-252-1/+9
* ibus: check object validity before honoring `inputMethodAccepted()`Phan Quang Minh2022-11-251-1/+1
* macdeployqt: Fix QtMultimedia plugins deploymentVladimir Belyavsky2022-11-251-1/+1
* forkfd/linux: add support for LoongArchWANG Xuerui2022-11-251-1/+2
* Proper clearing of WinRT factory cache in QWindowsThemeYuhang Zhao2022-11-251-0/+1
* wasm: fix build of wasm accessibilityLorn Potter2022-11-251-0/+1
* Finish the undeprecation of the QColor(string) constructorsEirik Aavitsland2022-11-251-2/+0
* Handle multiple paint events in tst_QWidgetRepaintManagerAxel Spoerl2022-11-251-2/+22
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-243-52/+2
* Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-242-4/+48
* Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-241-23/+15
* wasm: Enable asyncify for testsDavid Skoland2022-11-242-1/+5
* wasm: Enable batch tests by default on wasmDavid Skoland2022-11-241-2/+12
* Add permission backend for WASMTor Arne Vestbø2022-11-243-1/+285
* Set up a manual test for qt loaderMikolaj Boc2022-11-245-0/+170
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-2411-67/+80
* Disable ASAN leaks check for cmake testsAlexey Edelev2022-11-241-1/+3
* Blacklist tst_QOpenGLWidget on Ubuntu, RHEL and OpenSuSEAxel Spoerl2022-11-241-0/+5
* Blacklist tst_gestures on OpenSuSEAxel Spoerl2022-11-241-0/+3
* QFlatMap: make nested mock_object SCARYMarc Mutz2022-11-191-15/+19
* qNN headers: only promise what we can keepMarc Mutz2022-11-195-15/+15
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-194-6/+30
* qcompilerdetection.h: include <version>Marc Mutz2022-11-191-1/+13
* Update windeployqt pluginsTimothée Keller2022-11-191-0/+1
* QHostAddress: unexport QIPv6AddressThiago Macieira2022-11-181-1/+1
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-187-51/+42
* Add note to blacklist documentation about how keywords relateTor Arne Vestbø2022-11-181-1/+4
* macOS: Don't send posted events via runloop observerTor Arne Vestbø2022-11-182-39/+0
* Add name() getter in QPlatformThemeAxel Spoerl2022-11-184-1/+17
* Migrate to using the constructor of QtLoaderMikolaj Boc2022-11-182-5/+5
* tst_QMap: remove unused std::as_const cloneMarc Mutz2022-11-181-6/+0
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-184-1/+49
* Update bundled zlib to version 1.2.13Dennis Oberst2022-11-1822-310/+284
* Do not allow an empty rect to become a window rect on WASMMikolaj Boc2022-11-181-9/+14
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-17239-503/+476
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-17262-849/+849
* doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
* Revert "Add binary compatibility file generated against 6.4.0"Jani Heikkinen2022-11-171-27176/+0
* Null-check for window when handling pointer eventsMikolaj Boc2022-11-171-2/+3
* windeployqt: replace enum with bitsetOliver Wolff2022-11-171-100/+113
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* Replace warning with debug message in dockwidget high DPI mappingAxel Spoerl2022-11-171-1/+1
* Fix QIBusPlatformInputContext leaksIlya Fedin2022-11-171-45/+48
* QString: don't detach in removeStringImpl()Ahmad Samir2022-11-172-16/+44
* QString: add unittest to verify erase() returns a QString::iteratorAhmad Samir2022-11-171-0/+10
* QLocale: make qt_asciiToDouble() do case-insensitive comparisonsThiago Macieira2022-11-162-27/+30