summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-044-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-0520-84/+28
* CMake: Add handling of TESTRUNNER and TESTARGS by Qt testsAlexey Edelev2020-12-041-36/+137
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-042-33/+25
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-043-2/+7
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-046-15/+15
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* Add qt chart mapping to cmake utils helper.pyMichal Klocek2020-12-041-0/+1
* CMake: Build examples with qmake against a CMake built QtAlexandru Croitor2020-12-0412-0/+251
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-045-34/+177
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-042-4/+9
* Purge double-spaces in qvectornd.cpp sentence-endsEdward Welbourne2020-12-041-16/+16
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* QTestLib: add a abort-on-fail environment variableGiuseppe D'Angelo2020-12-042-11/+47
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Make qDebug output for QTabletEvent similar to that for QMouseEventShawn Rutledge2020-12-041-10/+7
* CMake: Fix conditions for some subarch featuresAlexandru Croitor2020-12-043-9/+9
* CMake: Mark qt-cmake-standalone-test as an executable on UnixAlexandru Croitor2020-12-041-0/+0
* tst_qmakelib: link to QtCore's private APIGiuseppe D'Angelo2020-12-041-0/+2
* QSocks5SocketEngine: fix reference to dangling dataMårten Nordheim2020-12-041-1/+5
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-042-2/+7
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Remove unneeded qatomic_msvc.hChristian Ehrlicher2020-12-044-492/+0
* Dont' return a const ref to QModelIndexLars Knoll2020-12-042-6/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-042-0/+36
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-043-1/+22
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-042-0/+9
* CMake: Fix arch parsing for oss-fuzzAlexandru Croitor2020-12-041-1/+2
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* QTestLib: allow for non-zero values in env variablesGiuseppe D'Angelo2020-12-042-2/+16
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-031-0/+7
* tst_qnetworkreply: stabilize and unblacklist getFromHttpIntoBuffer2Mårten Nordheim2020-12-042-8/+7
* tst_QTcpSocket: stabilize connectToHostErrorMårten Nordheim2020-12-041-2/+2
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Fix documentation warnings about QCollator propertyAndreas Buhr2020-12-031-2/+2
* CMake: Fix QMAKE_LIB_<NAME> variable names in module .pri filesJoerg Bornemann2020-12-031-0/+1
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Fix event() chaining in QWinEventNotifierAlex Trotsenko2020-12-031-5/+8