summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDir: deprecate QDir::Filter::Modified flagAhmad Samir2025-08-101-3/+1
* QDir: add some API docs to checkNonDirListingFlags()Ahmad Samir2025-08-101-0/+6
* QDirListing: port away from private QDirListing ctor, [1]: QDirAhmad Samir2025-08-091-10/+110
* Mark qdir.cpp as security-criticalMatthias Rauter2025-06-181-0/+1
* QDir: add mkpath/mkdir overloads taking std::optional<Permissions>Ahmad Samir2025-02-271-42/+31
* QDir: improve mkdir/mkpath API docsAhmad Samir2025-02-271-21/+38
* QUrl: avoid going up from the drive path on Windows file URLsThiago Macieira2025-02-041-12/+29
* Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasingMarc Mutz2024-11-081-3/+1
* QFileSystemEngine: split dir creation into mkdir/mkpathAhmad Samir2024-10-251-3/+3
* QFileSystemEngine: add rmpath()Ahmad Samir2024-10-101-2/+2
* QDir: refactor PathNormalization enumAhmad Samir2024-10-041-19/+8
* QDir: change qt_normalizePathSegments to preserve trailing '/'sAhmad Samir2024-10-041-26/+7
* Darwin: Teach QFileSystemEngine how to resolve case-sensitivityTor Arne Vestbø2024-10-021-1/+8
* QDir: qt_normalizePathSegments: replace a while loop with an ifAhmad Samir2024-09-201-2/+4
* QDir: qt_normalizePathSegments: remove a redundant while loopAhmad Samir2024-09-201-3/+1
* QDir: use .html link to an RFCAhmad Samir2024-09-201-3/+3
* QUrl: Keep one trailing slash when normalizing "file:///b/."Ulf Hermann2024-09-191-3/+23
* QUrl::resolved: switch to using qt_normalizePathSegmentsThiago Macieira2024-09-131-1/+1
* QDir: change qt_{cleanPath,normalizePathSegments} to returning boolThiago Macieira2024-09-131-24/+15
* Replace qt_normalizePathSegments algorithm with QUrl's removeDotsFromPathThiago Macieira2024-09-131-137/+142
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-6/+7
* QDir: replace a QScopedArrayPointer with a QVLAMarc Mutz2024-05-151-2/+3
* 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