| Commit message (Expand) | Author | Age | Files | Lines |
| * | QDirListing: add a QDirIterator to QDirListing porting guide | Ahmad Samir | 2025-08-10 | 1 | -1/+1 |
| * | QDirListing: port away from QDirListing private ctor [2]: QDirIterator | Ahmad Samir | 2025-08-09 | 1 | -10/+31 |
| * | Mark the remaining files in io as significant | Matthias Rauter | 2025-07-24 | 1 | -0/+1 |
| * | QDirIterator: next() should return empty string after reaching the end | Ahmad Samir | 2025-03-31 | 1 | -1/+3 |
| * | QDirIterator: add note about always calling hasNext() | Ahmad Samir | 2025-03-31 | 1 | -2/+4 |
| * | Revert "QDirIterator: clarify the docs wrt. calling hasNext() before next()" | Ahmad Samir | 2025-03-31 | 1 | -4/+4 |
| * | QDirIterator: clarify the docs wrt. calling hasNext() before next() | Ahmad Samir | 2024-10-18 | 1 | -4/+4 |
| * | QDirIterator: don't crash with next() after hasNext() returned false | Ahmad Samir | 2024-10-18 | 1 | -0/+5 |
| * | Doc: Mention QDirIterator, QLockFile in IO overview page | Kai Köhne | 2024-07-12 | 1 | -0/+1 |
| * | QDirListing: add flags to handle entries filtering | Ahmad Samir | 2024-06-27 | 1 | -40/+8 |
| * | QDirIterator: port to QDirListing internally | Ahmad Samir | 2024-03-03 | 1 | -309/+61 |
| * | QFileSystemIterator: simplify the constructor | Ahmad Samir | 2024-02-03 | 1 | -1/+1 |
| * | QDirIterator: manage fs/file iterators with unique_ptr | Ahmad Samir | 2024-01-14 | 1 | -24/+31 |
| * | QDirIteratorPrivate: assign to members directly | Ahmad Samir | 2024-01-14 | 1 | -19/+34 |
| * | Port QDir to qsizetype [2/3]: implementation | Marc Mutz | 2022-08-26 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -4/+6 |
| * | QDirIterator: add nextFileInfo() | Marc Mutz | 2021-07-28 | 1 | -8/+30 |
| * | QDir(Iterator): code tidies | Giuseppe D'Angelo | 2021-05-16 | 1 | -3/+3 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -2/+2 |
| * | Fix regular expression initialize with incorrect filters | Zhang Yu | 2020-11-09 | 1 | -3/+3 |
| * | Doc: provide a code example of QDirIterator's nameFilters parameter | Mitch Curtis | 2020-08-24 | 1 | -1/+6 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -1/+1 |
| * | Add a QRegularExpression::fromWildcard() convenience method | Lars Knoll | 2020-05-06 | 1 | -3/+3 |
| * | Remove QRegExp from the bootstrap library | Lars Knoll | 2020-05-06 | 1 | -25/+3 |
| * | QDirIterator: port visitedLinks from QSet to QDuplicateTracker | Marc Mutz | 2020-05-03 | 1 | -7/+7 |
| * | QDirIterator: move a guard condition from caller to callee | Marc Mutz | 2020-05-03 | 1 | -4/+4 |
| * | QDirIterator: make a confusing condition less so | Marc Mutz | 2020-05-03 | 1 | -2/+1 |
| * | Remove QRegExp dependencies and mentions | Lars Knoll | 2020-03-30 | 1 | -0/+2 |
| * | Do not anchor an already-anchored regexp | Giuseppe D'Angelo | 2020-01-17 | 1 | -1/+1 |
| * | Standardize on unique_ptr to hold QAbstractFileEngine | Marc Mutz | 2019-07-28 | 1 | -2/+4 |
| * | Use QRegularExpression for filtering in QDirIterator | Lars Knoll | 2019-07-03 | 1 | -10/+28 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-07 | 1 | -1/+2 |
| |\ |
|
| | * | fix crash when using ALDI usb-stick with broken filesystem | Nick Shaforostov | 2019-05-05 | 1 | -1/+2 |
| * | | QRegExp include cleanup | Samuel Gaist | 2019-04-19 | 1 | -0/+1 |
| |/ |
|
| * | QDirIterator docs: add a cool recursive file-finding snippet | Shawn Rutledge | 2017-05-16 | 1 | -0/+4 |
| * | Warn if files are not found because of features.filesystemiterator | Stephan Binner | 2017-05-08 | 1 | -0/+2 |
| * | Avoid re-use of QFileSystemMetaData instance in dir entry listing | Simon Hausmann | 2016-09-27 | 1 | -0/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Doc: don't promise a null QString if we can't be held to it | Thiago Macieira | 2013-12-07 | 1 | -1/+1 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -3/+3 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Fix qdoc erros in qfile and related classes | Lars Knoll | 2012-08-18 | 1 | -4/+1 |
| * | Don't use the QRegExp methods that modify the object [QtCore] | Thiago Macieira | 2012-04-27 | 1 | -1/+2 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -1/+1 |
| * | QDirIterator: don't inherit from QDir | Marc Mutz | 2012-03-23 | 1 | -3/+1 |