summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-041-0/+7
* QTestLib: allow for non-zero values in env variablesGiuseppe D'Angelo2020-12-042-2/+16
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-04138-265/+265
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* CMake: Fix QMAKE_LIB_<NAME> variable names in module .pri filesJoerg Bornemann2020-12-031-0/+1
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-033-1/+22
* Dont' return a const ref to QModelIndexLars Knoll2020-12-032-6/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-032-0/+36
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-12-032-3/+33
* 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
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-031-0/+6
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* 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
* 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
* Fix undefined behavior in ProString/ProKey::appendToJoerg Bornemann2020-12-021-0/+4
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-024-10/+36
* Fix link to qHash documentationVolker Hilsheimer2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-0211-16/+18
* Add qt5compat as a dependency to qtxml documentationAndreas Buhr2020-12-021-1/+1
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-12-012-4/+43
* QPasswordDigestor - improve code coverageTimur Pocheptsov2020-12-011-0/+59
* Silence code checker warningsLars Knoll2020-12-011-2/+3
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-013-6/+161
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-014-9/+9
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* tst_qtcpserver: Test pauseAccepting/resumeAcceptingMårten Nordheim2020-12-011-0/+33
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-12-011-0/+14
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-014-8/+108
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* 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
* CMake: fix indentations in Qt6AndroidMacros.cmakeAssam Boudjelthia2020-12-011-11/+8
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-0111-11/+11