summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Inline access to the QBindingStorageLars Knoll2020-11-308-42/+46
* CMake: Fill QT.<module-name>.uses entries in module .pri filesJoerg Bornemann2020-11-302-5/+38
* CMake: Rename internal variableJoerg Bornemann2020-11-302-2/+2
* CMake: Do not discard empty QMAKE_LIBS_FOO entriesJoerg Bornemann2020-11-301-8/+8
* CMake: Fix QMAKE_LIB of WrapOpenSSLHeaders libraryJoerg Bornemann2020-11-303-3/+12
* CMake: Work around building dbus 'controller' example with qmakeJoerg Bornemann2020-11-301-0/+3
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-3012-11/+37
* pro2cmake: Fix is_public_module calculationJoerg Bornemann2020-11-301-5/+19
* CMake: Add debug information for 'qt_evaluate_config_expression'Alexey Edelev2020-11-301-3/+64
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-11-301-2/+0
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-11-304-8/+108
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-11-301-0/+14
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-11-301-1/+12
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-11-304-33/+4
* tst_QSslKey: remove blacklistTimur Pocheptsov2020-11-302-6/+6
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-11-302-3/+33
* Add widget-based test for TouchCancel eventKirill Burtsev2020-11-301-1/+83
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-306-1/+216
* Doc: Fix various documentation warningsTopi Reinio2020-11-305-15/+10
* Doc: Fix QVector[2|3|4]D documentationTopi Reinio2020-11-301-84/+57
* Doc: Document BINDABLE attribute for Q_PROPERTY macroTopi Reinio2020-11-302-0/+7
* Doc: Add thumbnail for Widgets Gallery ExampleTopi Reinio2020-11-301-0/+1
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-303-0/+58
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-3014-29/+511
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-304-12/+170
* Seedless qHash catch-all: make it SFINAE-friendlyGiuseppe D'Angelo2020-11-301-2/+10
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-304-6/+151
* QCollator: extend testsIvan Solovev2020-11-301-5/+117
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-30138-265/+265
* Fix warnings about unused variables in benchmarksAndreas Buhr2020-11-303-3/+1
* CMake: strip the executable bit from qt-cmake-private-install.cmakeChristophe Giboudeaux2020-11-302-1/+1
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-303-8/+57
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-302-30/+37
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-303-10/+14
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-303-121/+9
* tst_qmetaobjectbuilder: Clean-up deallocation of dynamic metaobjectsFabian Kosmale2020-11-301-9/+16
* tst_qmetaobjectbuilder: more descriptive error messagesFabian Kosmale2020-11-301-41/+78
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-303-3/+34
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-3011-11/+11
* CMake: Handle empty INCLUDE_DIRECTORIES in genex for qdocCraig Scott2020-11-301-1/+1
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-303-9/+181
* Restore QOpenGLVersionFunctionsFactory entry in changes docsLaszlo Agocs2020-11-301-0/+6
* Fix compiler warning - remove dead codeVolker Hilsheimer2020-11-271-24/+0
* Fix typo in rhiAntti Määttä2020-11-271-1/+1
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Make QCollatorSortKey's operator<() a hidden friendEdward Welbourne2020-11-271-6/+3
* Clean up QCollator's documentation and tell fewer liesEdward Welbourne2020-11-272-53/+116
* Fix spacing in QCollator documentationEdward Welbourne2020-11-271-19/+19
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-272-4/+15
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10