summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-1/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-121-1/+1
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-1/+34
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-251-0/+2
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* QDir: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-061-1/+1
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-14/+7
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-051-28/+3
* QDir: remove an unneeded QFlags->int conversionGiuseppe D'Angelo2021-05-161-6/+6
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-161-10/+10
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-111-17/+16
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-6/+3
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-081-3/+14
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-4/+5
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QDir: Use QDoc syntaxAhmad Samir2020-09-181-6/+6
* Purge deprecated API from QDirEdward Welbourne2020-08-071-41/+0
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-271-8/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+0
* Port QDir, QFile from QStringRef to QStringViewLars Knoll2020-06-121-4/+3
* Remove winrtOliver Wolff2020-06-061-14/+1
* QDir: port from QStringRef/split() to QStringView/tokenize()Marc Mutz2020-06-061-12/+28
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-101-2/+2
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-2/+1
* Remove QRegExp dependencies and mentionsLars Knoll2020-03-301-1/+0
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-2/+63
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
* Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-281-13/+13
* QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+11
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-2/+2
* Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-20/+73
|\
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-2/+1
| |\
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-131-10/+54
* | | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-0/+4
| |/ |/|
* | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-2/+1
|/
* Doc: Fix various documentation warningsTopi Reinio2018-11-061-5/+6
* qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-1/+1
* Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-191-8/+16
* Merge branch '5.11' into devEdward Welbourne2018-07-311-36/+60
|\
| * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-1/+35
|\|
| * Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-1/+35