summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of bootstrapped atomicsFabian Kosmale2022-09-284-84/+2
* Logging: remove const from the lambda calling dladdrThiago Macieira2022-09-271-1/+1
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* examples: port dbus examples to new connection styleSamuel Gaist2022-09-271-7/+12
* Add missing GL includes in WASM compositorMikolaj Boc2022-09-271-0/+3
* QPluginLoader: Fix the expected machine word for Windows on ARMMartin Storsjö2022-09-271-1/+1
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-274-16/+74
* Apply fixes for SPDX compliance and easier parsingLucie Gérard2022-09-277-3/+7
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-272-4/+16
* QCryptographicHash: only use OpenSSL 3.0 when OpenSSL will be linkedJan Grulich2022-09-273-10/+3
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-273-71/+227
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-2731-182/+2214
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-09-273-36/+102
* qassert.h: Include qtcoreexports.hFabian Kosmale2022-09-271-0/+1
* qtdeprecationmarkers.h: include qcompilerdetection.hFabian Kosmale2022-09-271-0/+1
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-273-1/+356
* QtWidgets: Use remove instead of replaceMate Barany2022-09-271-1/+1
* CMake: make long line shorter when configureYuhang Zhao2022-09-271-1/+1
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-262-0/+15
* Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-262-1/+2
* Clear two pointless entries from the QDoc-only QMetaType::TypeEdward Welbourne2022-09-262-4/+2
* QCryptographicHash: implement OpenSSL 3.0 supportJan Grulich2022-09-266-77/+296
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-262-2/+2
* Android: Update version names on QSysInfo and QOperatingSystemVersionAssam Boudjelthia2022-09-263-59/+95
* QtWidgets: Use C string literals as keysMate Barany2022-09-261-21/+21
* qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-09-262-1/+31
* qCompress: return null, not empty, for OOMMarc Mutz2022-09-261-3/+2
* Update url to IAccessible2 SpecificationJan Arve Sæther2022-09-261-1/+1
* vulkan: Add flag to opt out from enumerating Portability phys.devicesLaszlo Agocs2022-09-263-6/+12
* vulkan: Re-enable VK_KHR_portability driversLaszlo Agocs2022-09-263-13/+38
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-263-9/+3
* Doc: Fix typo in QFileDialog documentationKai Köhne2022-09-261-1/+1
* qdbusxml2cpp: Modify return valuesMate Barany2022-09-241-3/+3
* Fix build without opengl featureAlexey Edelev2022-09-244-9/+19
* iOS: send control keys to Qt, even if IM is enabledRichard Moe Gustavsen2022-09-241-22/+31
* qdbusxml2cpp: Drop extra QString()Mate Barany2022-09-241-1/+1
* Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-242-3/+22
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-246-20/+107
* qdbusxml2cpp: Remove unnecessary linesMate Barany2022-09-241-2/+2
* Rename QHoverEvent ctor pos argument to scenePosShawn Rutledge2022-09-232-5/+5
* qUn/Compress: reject negative lengthsMarc Mutz2022-09-231-0/+12
* qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-09-231-23/+49
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-234-40/+1
* iOS, input panel: be more careful before enabling QIOSKeyboardListenerRichard Moe Gustavsen2022-09-231-2/+2
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* qdbusxml2cpp: Fix mismatches between strings and string literalsMate Barany2022-09-231-7/+6
* CMake: Add finalization to plugins created with qt_add_pluginJoerg Bornemann2022-09-233-0/+34