summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a warning and tidy some triviaEdward Welbourne2020-06-231-8/+3
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-231-0/+1
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-233-0/+19
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-232-4/+11
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-8/+4
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-231-1/+1
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-223-0/+73
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-2015-1108/+1085
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-201-4/+0
* QRect(F): remove deprecated functionsChristian Ehrlicher2020-06-202-38/+0
* QSortFilterProxyModel: remove deprecated functionsChristian Ehrlicher2020-06-202-29/+0
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2055-45000/+29
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1957-197/+197
* Don't truncate parameters passed to QStringView::{first/last/from/slice}Sona Kurazyan2020-06-191-4/+4
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1
* CMake: Provide the minimum darwin deployment target needed by QtAlexandru Croitor2020-06-191-0/+8
* Fix note alignmentAndreas Schwab2020-06-191-1/+1
* Document QPromise APIAndrei Golubev2020-06-183-1/+238
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-182-11/+13
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-31/+1
* QMetaMethod: implement returnType via returnMetaTypeFabian Kosmale2020-06-181-3/+1
* Undef Q_DECL_ENUMERATOR_DEPRECATED when having no deprecation warningsAndy Shaw2020-06-181-0/+2
* Remove some dead codeLars Knoll2020-06-172-51/+3
* Cleanup float-equal warningsLars Knoll2020-06-175-14/+5
* QMath: make the math-related functions templatesGiuseppe D'Angelo2020-06-172-27/+27
* CMake: Write object libs of Qt resources to .prl filesJoerg Bornemann2020-06-161-0/+1
* Document that Q_INIT_RESOURCE is not necessary for CMake-based projectsJoerg Bornemann2020-06-161-2/+6
* Use qsizetype instead of int in QByteArray's helper methodsSona Kurazyan2020-06-162-33/+34
* Warn about constructing QMetaTypes/QVariants with invalid type idsLars Knoll2020-06-162-3/+2
* Make the default constructor of QMetaType constexprLars Knoll2020-06-162-5/+2
* CMake: Fix usage of gc_binaries featureAlexandru Croitor2020-06-121-1/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-1210-28/+18
* Port qdatetime away from QStringRefLars Knoll2020-06-124-36/+38
* Port QDir, QFile from QStringRef to QStringViewLars Knoll2020-06-126-12/+11
* Remove deprecated methodsLars Knoll2020-06-122-210/+1
* Assume static_assert is available everywhere in C++Giuseppe D'Angelo2020-06-121-1/+3
* QByteDataBuffer: Remove the ctor and dtorMårten Nordheim2020-06-121-11/+2
* Include qpromise.h in corelib/CMakeLists.txtSona Kurazyan2020-06-121-0/+1
* QMimeDatabase/zstd: use -T1 instead of --single-threadThiago Macieira2020-06-121-1/+1
* Rename new slice() method sliced()Marc Mutz2020-06-116-22/+22
* Add some support to flag alias propertiesLars Knoll2020-06-115-0/+42
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-115-53/+0
* Further metaobject cleanupsFabian Kosmale2020-06-113-40/+50
* Cleanup QMetaClassInfoLars Knoll2020-06-112-5/+14
* Cleanups in QMetaPropertyFabian Kosmale2020-06-115-205/+116
* Qt6: remove support for property flags being functionsLars Knoll2020-06-115-63/+21
* Clean up QMetaEnum codeLars Knoll2020-06-114-61/+55
* QMetaMethod: clean up offset handlingLars Knoll2020-06-115-47/+86
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-118-273/+0
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-112-141/+22