summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QString: remove remnants of old multiArg()Marc Mutz2020-06-112-63/+0
* Windows: Fix registry string read failuresFriedemann Kleint2020-06-111-11/+9
* Port mimetypes away from QStringRefLars Knoll2020-06-117-8/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-115-15/+14
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-102-21/+33
* Long live std::pair!Giuseppe D'Angelo2020-06-1010-456/+56
* QLatin1String: add toString()Marc Mutz2020-06-102-0/+18
* Port QUrl away from QStringRefLars Knoll2020-06-101-9/+9
* Port QMetaObject away from QStringRefLars Knoll2020-06-101-3/+3
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Q(E)SDP: add get()Giuseppe D'Angelo2020-06-102-0/+21
* CMake: Fix libraries in qt_lib_XXX_private.pri files for NMCJoerg Bornemann2020-06-091-0/+1
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-098-101/+135
* Add QPromise implementationAndrei Golubev2020-06-095-1/+179
* Add since markers for the Qt::endl, etc.Albert Astals Cid2020-06-091-24/+72
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-091-1/+19
* QPointer: add get()Giuseppe D'Angelo2020-06-092-0/+9
* QArrayData: stop using std::is_literal_typeGiuseppe D'Angelo2020-06-091-10/+2
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-5/+0
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-086-3/+173
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-081-0/+14
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-075-129/+2
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-075-54/+13
* Remove winrtOliver Wolff2020-06-0663-3162/+180
* Remove unused argument from methodLars Knoll2020-06-061-31/+31
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-062-25/+0
* QDir: port from QStringRef/split() to QStringView/tokenize()Marc Mutz2020-06-061-12/+28