summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undefined behavior in ProString/ProKey::appendToJoerg Bornemann2020-12-021-0/+4
* QDuplicateTracker: remove the appendTo && overloadMårten Nordheim2020-12-021-8/+1
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-022-12/+1
* QSet: add insert(T&&)Mårten Nordheim2020-12-023-6/+82
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* 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