summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in corelibJarek Kobus2020-06-257-21/+18
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-11/+11
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-124-5/+5
* Port QDir, QFile from QStringRef to QStringViewLars Knoll2020-06-126-12/+11
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-112-15/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-101-10/+0
* Port QUrl away from QStringRefLars Knoll2020-06-101-9/+9
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* Remove winrtOliver Wolff2020-06-0621-1303/+46
* QDir: port from QStringRef/split() to QStringView/tokenize()Marc Mutz2020-06-061-12/+28
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-052-3/+4
* Port QSettings from QStringRef to QStringViewLars Knoll2020-06-053-10/+10
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-187/+3
* Initialize variableLars Knoll2020-05-261-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+6
|\
| * qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
* | Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-141-1/+1
* | Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+1
* | Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-3/+2
* | Get rid of QSettings::iniCodec()Lars Knoll2020-05-143-116/+38
* | Remove QTextCodec dependency from qfilesystemiteratorLars Knoll2020-05-141-37/+2
* | Move the UTF conversion methods to qstringconverterLars Knoll2020-05-142-2/+2
* | 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
* | 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
* | Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-132-13/+15
* | 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
* | Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-121-1/+1
* | Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-121-1/+1
* | Cache QUrl::idnWhiteList() absent user_idn_whitelistMarc Mutz2020-05-121-7/+10
* | 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
* | QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* | QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* | QSettings: port iniUnescapedKey() from int to char16_tMarc Mutz2020-05-111-3/+3
* | Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-101-2/+2
* | Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-101-2/+2
* | QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-2/+2
* | Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-062-5/+4
* | Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-25/+3
* | QSettings: prepare for QChar::unicode() return type changeMarc Mutz2020-05-061-1/+1
* | QUrlIdna: simplify a loop using QStringView::mid()Marc Mutz2020-05-051-6/+4
* | QResource: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-7/+5
* | QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-041-5/+13
* | QFileSystemEngine: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-041-4/+4