summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHash: use the shadow seedThiago Macieira2021-10-261-21/+20
* QHash: double the size of the stored seedThiago Macieira2021-10-262-66/+126
* Add internal property to store Qt namespaceAlexey Edelev2021-10-261-0/+2
* QNI: refactor to avoid tiny lambda slot objectsMårten Nordheim2021-10-262-11/+10
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-262-1/+17
* Remove unused statements in QWindowDavid Skoland2021-10-261-2/+0
* Doc: Enforce zero warnings for QtCore, QtGuiTopi Reinio2021-10-262-0/+6
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-262-36/+38
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-262-2/+37
* wasm: Hide popups when a window is left-clickedDavid Skoland2021-10-251-0/+3
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-252-1/+75
* qmake/vcxproj: Fix "CONFIG += combine" extra compilersJoerg Bornemann2021-10-251-26/+58
* qmake: Make some debug code actually compilableJoerg Bornemann2021-10-251-1/+1
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Fix -trace build on WindowsIvan Solovev2021-10-252-4/+23
* Fix compilation with QT_NAMESPACE and tracing on LinuxIvan Solovev2021-10-251-0/+8
* Change package_revision_mode() to recipe_revision_mode()Iikka Eklund2021-10-251-1/+7
* Android: set EXTRA_TITLE to the initially selected file in save dialogAssam Boudjelthia2021-10-252-4/+9
* Initialize member variables before we check their valuesVolker Hilsheimer2021-10-251-5/+3
* qmake/vcxproj: Fix malformed <Message> tagsJoerg Bornemann2021-10-251-0/+1
* Add a QNetworkInformation backend based on GNetworkMonitorIlya Fedin2021-10-244-1/+222
* Doc: Fix formatting: remove extra \c before \nullptrIvan Tkachenko2021-10-241-1/+1
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* Remove old pre-6.0 hooksThiago Macieira2021-10-221-2/+0
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-232-2/+4
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-234-9/+14
* 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