summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* QHash: default the argument for the hash calculator helperGiuseppe D'Angelo2020-12-031-1/+1
* QDuplicateTracker: allow usage of qHashGiuseppe D'Angelo2020-12-031-1/+9
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* QRE: discourage users from assuming that QRE stores the subjectGiuseppe D'Angelo2020-12-031-0/+10
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QRegularExpression: plaster some [[nodiscard]]Giuseppe D'Angelo2020-12-031-0/+5
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-032-24/+23
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Add test for qRoundDavid Skoland2020-12-022-0/+64
* Fix QSet::insert documentationAndreas Buhr2020-12-021-1/+1
* Document QMultiHash::clear functionAndreas Buhr2020-12-021-0/+9
* tst_qnetworkreply: cleanup BLACKLISTTimur Pocheptsov2020-12-022-19/+27
* Unblacklist tst_qnetworkreply getFromHttpMårten Nordheim2020-12-021-3/+0
* CMake: mention the QT_BUILD_X_BY_DEFAULT=OFFGiuseppe D'Angelo2020-12-021-2/+7
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-021-1/+12
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-027-0/+281
* Reduce the scope of variable in focusInEvent()Wang Yu2020-12-021-1/+1