summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVariant: use std::addressof instead of operator&Giuseppe D'Angelo2020-06-061-1/+3
* QVariant: move and swap in the move assignment operatorGiuseppe D'Angelo2020-06-061-1/+1
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+74
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-066-0/+12
* cmake: quote paths to prevent issues when no install prefix is setJean-Michaël Celerier2020-06-051-1/+1
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-053-24/+0
* Fix check for malformed input when decoding translationsVolker Hilsheimer2020-06-051-1/+1
* Clean up docs of qbytearray.cpp's C-string functionsEdward Welbourne2020-06-051-20/+12
* Include qstringtokenizer.h from qstring.hMarc Mutz2020-06-051-0/+1
* QFactoryLoader: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-051-3/+3
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-052-3/+4
* Clean out string/character mentions from QByteArray docsEdward Welbourne2020-06-051-290/+276
* Fix references to section in QByteArray class doc after title changeEdward Welbourne2020-06-051-10/+6
* Prune two un-needed #include files from qbytearray.cppEdward Welbourne2020-06-051-2/+0
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Port QSettings from QStringRef to QStringViewLars Knoll2020-06-053-10/+10
* Fix build without features.shortcutTasuku Suzuki2020-06-051-0/+2
* macOS: Clean up headersTor Arne Vestbø2020-06-052-19/+48
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-047-88/+365
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-154/+129
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-0419-159/+159
* Long live QStringTokenizer!Marc Mutz2020-06-033-0/+797
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-033-14/+82