summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | QDirIterator: port visitedLinks from QSet to QDuplicateTrackerMarc Mutz2020-05-031-7/+7
* | QDirIterator: move a guard condition from caller to calleeMarc Mutz2020-05-031-4/+4
* | QDirIterator: make a confusing condition less soMarc Mutz2020-05-031-2/+1
* | Fix compile error on iOSLars Knoll2020-05-021-0/+3
* | QUrlIdna: avoid QString creationMarc Mutz2020-05-021-3/+2
* | QUrl: optimize fromAce()Marc Mutz2020-05-021-1/+8
* | QUrl: avoid QString creation in setHost()Marc Mutz2020-05-021-1/+1
* | QUrlIdna: port qt_ACE_do() to QStringViewMarc Mutz2020-05-022-4/+4
* | QUrlIdna: port nextDotDelimiter() to QStringViewMarc Mutz2020-05-021-7/+6
* | Don't use a QTextStream to write the trash info fileLars Knoll2020-05-011-9/+6
* | QUrlIdna: port qt_is_idn_enabed() to QStringViewMarc Mutz2020-04-241-3/+3
* | QUrlIdna: re-enable NRVOMarc Mutz2020-04-241-2/+2
* | QUrl: fix implicit int->QChar conversionMarc Mutz2020-04-231-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-225-10/+65
|\|
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-163-6/+6
| * Windows: Make QStandardPaths::writableLocation low-integrity awareFredrik Orderud2020-04-151-2/+55
| * QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
* | Port qfilesystemengine_win.cpp to QRegularExpressionLars Knoll2020-04-151-5/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-2/+4
|\|
| * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-095-7/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-10/+17
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-6/+6
| * QProcess/Linux: use the FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-3/+10
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-1/+1
| |\
| | * Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* | | Don't store iterators on QHash while erasingLars Knoll2020-04-012-29/+33
* | | Remove QRegExp dependencies and mentionsLars Knoll2020-03-302-1/+2
* | | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-246-5/+380
* | | Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-171-0/+10
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1/+1
|\| |