summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDir: when sorting by time, get last modification times as UTC directlyAhmad Samir2022-12-231-10/+2
* Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2022-12-191-1/+3
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* 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
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Port QDir to qsizetype [3/3]: APIMarc Mutz2022-09-071-2/+7
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-261-23/+23
* Extract header qtresource.h from qglobal.hSona Kurazyan2022-08-251-53/+0
* Port QDir to qsizetype [1/3]: indexed to ranged loopsMarc Mutz2022-08-211-4/+4
* QDir: fix non-idiomatic indexed loop countingMarc Mutz2022-08-211-1/+1
* QCoreGlobalData: removeMarc Mutz2022-08-211-12/+27
* qdir.cpp: remove unused qresource.hMarc Mutz2022-08-211-1/+0
* QDirPrivate: pass input QList by crefMarc Mutz2022-08-211-1/+1
* QDir: replace an indexed loop with all_of()Marc Mutz2022-08-211-10/+2
* 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