summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add qt5compat as a dependency to qtxml documentationAndreas Buhr2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-0211-16/+18
* Add tests for the new erase/erase_if for sequential containersGiuseppe D'Angelo2020-12-012-0/+90
* tst_containerapisymmetry: use an algorithmGiuseppe D'Angelo2020-12-011-3/+3
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-014-0/+100
* Fix link to qHash documentationVolker Hilsheimer2020-12-011-1/+1
* Update Drop Site Example docs: mention the new markdown supportShawn Rutledge2020-12-011-1/+4
* Fix deprecations in manual testsShawn Rutledge2020-12-014-11/+9
* QSet: add erase_ifGiuseppe D'Angelo2020-12-013-0/+38
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-015-22/+187
* QMap: code tidiesGiuseppe D'Angelo2020-12-011-22/+22
* QProcess/Unix: remove redundant checks in waitForReadyRead()Alex Trotsenko2020-12-011-10/+7
* Silence code checker warningsLars Knoll2020-12-011-2/+3
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-013-1/+18
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-013-6/+161
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-014-9/+9
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-014-10/+36
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* QProcess/Win: improve reading in waitForBytesWritten()Alex Trotsenko2020-12-011-8/+2
* tst_qtcpserver: Test pauseAccepting/resumeAcceptingMårten Nordheim2020-12-011-0/+33
* QNetworkDatagram: Test copy ctor and clear()Mårten Nordheim2020-12-011-0/+11
* qsocks5socketengine: use qintptr when referring to socket descsMårten Nordheim2020-12-011-1/+1
* QSocks5SocketEngine: Add missing return on errorMårten Nordheim2020-12-011-0/+4
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-013-1/+11
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* CMake: fix indentations in Qt6AndroidMacros.cmakeAssam Boudjelthia2020-12-011-11/+8
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-011-0/+6
* Android: avoid reflection with ClipData addItemAssam Boudjelthia2020-12-011-22/+5
* CMake: don't add empty QT_ANDROID_APPLICATION_ARGUMENTS to JsonAssam Boudjelthia2020-12-011-2/+4
* Fix qdoc warning about unknown commandsAndreas Buhr2020-12-011-3/+3
* Fix compiler warnings from mixing signed/unsigned intsVolker Hilsheimer2020-12-011-3/+3
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-013-38/+98
* Doc: Make \youtube macro work with litehtml help backendTopi Reinio2020-12-013-3/+8
* Add instructions to build documentationToni Saario2020-12-012-0/+42
* Discourage the foreach keywordOle-Morten Duesund2020-12-012-63/+110
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-012-28/+40
* QMetaProperty: Enable constructing only DataFabian Kosmale2020-12-012-3/+13
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-303-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-302-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-301-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-303-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-303-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-302-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-302-7/+6