summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-264-77/+174
* 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-233-12/+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
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-233-6/+6
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-233-15/+16
* Windows QPA: remove two unused forward declared structsYuhang Zhao2022-09-231-3/+0
* QWindowsKeyMapper: make one variable constYuhang Zhao2022-09-231-1/+1
* QFlags: Mark the operators declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+9
* QFlags: Mark the mixed enum operator declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+1
* rhi: Optimize the default null QShaderLaszlo Agocs2022-09-221-33/+76
* QMetaType of non-const ref: play nice with template instantiationsFabian Kosmale2022-09-221-1/+6
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-10/+31
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* Add QTest::currentTestResolved() and use in testlibEdward Welbourne2022-09-223-6/+27
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-1/+6
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-09-221-1/+3
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-223-6/+22
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-221-1/+1
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-225-15/+58
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-222-19/+19
* Move docs for Q_DECLARE_TYPEINFO to qtypeinfo.qdocSona Kurazyan2022-09-222-52/+55
* Move docs for helpers from QtForeach to qforeach.qdocSona Kurazyan2022-09-222-71/+76
* Move docs for deprecation macros to qtdeprecationmarkers.qdocSona Kurazyan2022-09-223-51/+69
* QSysInfo: remove unneeded assertSona Kurazyan2022-09-221-3/+1
* Move the implementation and docs of QSysInfo to qsysinfo.cppSona Kurazyan2022-09-223-1047/+1056