summaryrefslogtreecommitdiff
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-2/+6
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-02-011-0/+7
* Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2022-12-191-1/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-6/+6
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-261-23/+23
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-65/+68
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* 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