summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* Use QCOMPARE(,) in preference to QVERIFY(qFuzzyCompare(,))Edward Welbourne2020-11-271-24/+24
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-272-2/+3
* QCalendar: increase coverage by testsEdward Welbourne2020-11-272-8/+103
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-272-8/+4
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* RHI: Fix attribute instancing cleanup for OpenGL ESPaul Olav Tvete2020-11-271-0/+9
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-272-1/+3
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-271-134/+66
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-272-20/+9
* Fix broken \endcode marker in Qt 6 porting docsFlorian Bruhin2020-11-271-1/+1
* Fix compiler warning from comparing signed to unsignedVolker Hilsheimer2020-11-271-1/+1
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-273-10/+9
* Fix compiler warning from deprecated functionVolker Hilsheimer2020-11-271-2/+3
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-271-1/+1