summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QUrlIdna: port containsProhibitedOutput() to QStringIteratorMarc Mutz2020-05-131-21/+22
* QSettings: fix UB (signed integer overflow) on parsing long hex/oct escapesMarc Mutz2020-05-131-5/+5
* QUrlIdna: port NameprepCaseFoldingEntry from int-ish to char-ishMarc Mutz2020-05-131-4/+4
* QString: deprecate fromUtf16(ushort*)/fromUcs4(uint*)Marc Mutz2020-05-132-34/+20
* Fix crash on macOS with -qtlibinfix'ed QtJoerg Bornemann2020-05-131-2/+5
* QUrlIdna: replace manual pointer handling with std::begin()/end()Marc Mutz2020-05-131-6/+4
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-132-16/+14
* QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-131-6/+2
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-132-26/+0
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-6/+0
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* Document Qt for Python usage of the resource systemFriedemann Kleint2020-05-131-0/+15
* Remove deprecated functionality in QMetaObjectBuilderShawn Rutledge2020-05-131-11/+0
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-132-13/+15
* Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-132-11/+0
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-124-28/+22
* QUrl: port percent-decoding to char16_tMarc Mutz2020-05-121-12/+16
* QUrlIdna: QChar(0x2d) → QLatin1Char('-')Marc Mutz2020-05-121-2/+2
* CMake: Use correct file typeYuhang Zhao2020-05-121-1/+6
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-124-19/+19
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-122-2/+2
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-123-60/+141
* Cache QUrl::idnWhiteList() absent user_idn_whitelistMarc Mutz2020-05-121-7/+10
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-124-16/+7
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-122-6/+8
* QUrl: replace some lower-case macros with functionsMarc Mutz2020-05-121-3/+5
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-127-27/+100
* qmake: Remove the DISCARDABLE flag for icon resourcesYuhang Zhao2020-05-111-1/+1
* CMake: Add more entries for rc filesYuhang Zhao2020-05-111-1/+31
* qmake: Update the macro namesYuhang Zhao2020-05-121-2/+2
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* CMake: Workaround fix for failing RC file generation on WindowsAlexandru Croitor2020-05-111-2/+1
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-3/+8
* QXmlStreamReader: port Private::put...() to QStringViewMarc Mutz2020-05-113-32/+28
* QSettings: port iniUnescapedKey() from int to char16_tMarc Mutz2020-05-111-3/+3
* QRegularExpression: cast to PCRE2_SPTR16Marc Mutz2020-05-111-4/+4
* QString: optimize insert() of a substringMarc Mutz2020-05-111-5/+2
* Port QtPrivate::findString() from ushort* to char16_t*Marc Mutz2020-05-111-7/+7
* Modernize foldCase() internal functionsMarc Mutz2020-05-112-1/+26
* QXmlStreamSimpleStack: port to qsizetypeMarc Mutz2020-05-113-29/+29
* QXmlStream: use even more ranged for loopsMarc Mutz2020-05-111-4/+21
* Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-113-15/+13
* Adapt qxmlstream.g to older changes to qxmlstream_p.hMarc Mutz2020-05-101-2/+2
* QXmlStream: use more ranged for loopsMarc Mutz2020-05-103-18/+29
* QXmlStreamReader: avoid double QHash lookupsMarc Mutz2020-05-102-12/+12
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-104-24/+28
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-103-6/+6
* QXmlStreamReader: fix a qint64 -> int truncationMarc Mutz2020-05-101-2/+2