summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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-012-1/+15
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-013-9/+36
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* QProcess/Win: improve reading in waitForBytesWritten()Alex Trotsenko2020-12-011-8/+2
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* CMake: fix indentations in Qt6AndroidMacros.cmakeAssam Boudjelthia2020-12-011-11/+8
* 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
* Discourage the foreach keywordOle-Morten Duesund2020-12-012-63/+110
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-012-28/+40
* QMetaProperty: Enable constructing only DataFabian Kosmale2020-12-012-3/+13
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-303-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-302-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-301-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-303-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-303-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-302-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-302-7/+6
* Inline access to the QBindingStorageLars Knoll2020-11-307-40/+44
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-301-3/+1
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-11-302-3/+33
* Doc: Fix various documentation warningsTopi Reinio2020-11-303-11/+9
* Doc: Document BINDABLE attribute for Q_PROPERTY macroTopi Reinio2020-11-302-0/+7
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-302-0/+19
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-308-26/+351
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-303-12/+84
* Seedless qHash catch-all: make it SFINAE-friendlyGiuseppe D'Angelo2020-11-301-2/+10
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3042-72/+72
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-301-0/+11
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-29/+30
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-302-7/+11
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-302-82/+9
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-302-3/+14
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-9/+13
* 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
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-272-2/+3
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-1/+2
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-2/+1