summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-232-1/+29
* xcb: use QXcbConnection::selectionOwner() convenience APIGatis Paeglis2021-10-224-18/+7
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-226-76/+40
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* CMake: Fix -rpath-link dependencies take twoAlexandru Croitor2021-10-221-8/+53
* Update Gradle to 7.2.0 and Android Gradle Plugin to 7.0.2Mårten Nordheim2021-10-229-1078/+584
* Rename deprecated ANDROID_SDK_HOME to ANDROID_SDK_ROOTAssam Boudjelthia2021-10-221-2/+2
* Remove superfluous qfuture.h includes from qcoreapplication[_p].hJoerg Bornemann2021-10-223-6/+2
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-224-82/+0
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-224-10/+137
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23
* QNI: Add a convenience method for loading the default pluginMårten Nordheim2021-10-228-18/+94
* QNI: Add supportedFeatures getterMårten Nordheim2021-10-224-2/+32
* Doc: QString: formalize that we now include the QBA's nullsThiago Macieira2021-10-211-7/+36
* QLatin1String: harmonize null byte handling with the rest of QStringThiago Macieira2021-10-221-3/+3
* tst_QVariant: suppress warning about memcpying over QVariantThiago Macieira2021-10-211-1/+1
* Add QFontMetricsF methods taking text options into accountAllan Sandfeld Jensen2021-10-222-6/+201
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-211-0/+4
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-218-0/+24
* Revert "CMake: Fix rpath-link dependencies when cross-compiling"Alexandru Croitor2021-10-211-10/+2
* macOS: add default Edit menu items, if not added by AppKitVolker Hilsheimer2021-10-212-0/+49
* Make QOffscreenX11PlatformNativeInterface a QX11ApplicationMichal Klocek2021-10-212-1/+15
* Android: set allowNativeHeapPointerTagging to false in the manifestAssam Boudjelthia2021-10-211-1/+2
* Remove the unnecessary compile-time check for recursive QSetSona Kurazyan2021-10-211-2/+0
* TLS plugin (OpenSSL): don't use the deprecated functionsTimur Pocheptsov2021-10-214-26/+58
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-214-117/+75
* androidtestrunner: make sure that system-user is usedBartlomiej Moskal2021-10-211-1/+10
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-214-111/+44
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-10-211-4/+9
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-206-28/+52
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-206-78/+110
* Remove WIN32 and MACOSX_BUNDLE arguments when building Android binaryAlexey Edelev2021-10-201-1/+1
* macOS: Wake up event dispatcher after running modal dialog helpersTor Arne Vestbø2021-10-203-0/+14
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-208-41/+59
* Make QMainWindow::restoreStateSizeChanged test less time sensitiveVolker Hilsheimer2021-10-201-2/+29
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* SSL: Update documentation wrt backendsMårten Nordheim2021-10-201-8/+31
* QNI: Windows: support transportMediumMårten Nordheim2021-10-204-1/+102
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-202-12/+18
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-203-25/+44
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-204-12/+87
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-202-4/+6
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-202-1/+6
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-202-4/+2
* Add missing LIBRARY DESTINATION for examplesAlexey Edelev2021-10-203-0/+3
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-202-2/+3
* CMake: Fix rpath-link dependencies when cross-compilingAlexandru Croitor2021-10-201-2/+10
* RHI: use the flags we've just calculatedThiago Macieira2021-10-191-1/+1