summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-2/+1
* Bootstrap: remove QDirListing/QDirIteratorThiago Macieira2024-03-131-0/+6
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-1/+1
* Port to QDirListingAhmad Samir2024-03-031-21/+16
* QFileInfo and QDir: use new \compares commandRym Bouabid2024-02-211-0/+1
* QDir: Use new comparison helper macrosRym Bouabid2024-02-131-12/+13
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-4/+4
* Doc: point at fetchmore example for QDir usageVolker Hilsheimer2023-03-011-1/+2
* QDir: when sorting use the cached filename if it was assigned toAhmad Samir2023-02-171-3/+7
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-1/+4
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-19/+49
* QDir::entryList: don't fill a QFileInfo cache if we just want namesDavid Faure2023-02-071-7/+19
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-01-241-0/+7
* Make const functions in QDir re-entrant by protecting mutable variablesØystein Heskestad2023-01-161-53/+71
* QDir: Refactor separate cache clearing functions into a single functionØystein Heskestad2023-01-161-23/+11
* QDir: when sorting by Type, cache the suffix in QDirSortItem's ctorAhmad Samir2023-01-061-35/+42
* 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