summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdiriterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-8/+30
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-161-3/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-241-1/+6
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-3/+3
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-25/+3
* QDirIterator: port visitedLinks from QSet to QDuplicateTrackerMarc Mutz2020-05-031-7/+7
* QDirIterator: move a guard condition from caller to calleeMarc Mutz2020-05-031-4/+4
* QDirIterator: make a confusing condition less soMarc Mutz2020-05-031-2/+1
* Remove QRegExp dependencies and mentionsLars Knoll2020-03-301-0/+2
* Do not anchor an already-anchored regexpGiuseppe D'Angelo2020-01-171-1/+1
* Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-281-2/+4
* Use QRegularExpression for filtering in QDirIteratorLars Knoll2019-07-031-10/+28
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+2
|\
| * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
* | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
|/
* QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-161-0/+4
* Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
* Avoid re-use of QFileSystemMetaData instance in dir entry listingSimon Hausmann2016-09-271-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: don't promise a null QString if we can't be held to itThiago Macieira2013-12-071-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-181-4/+1
* Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* QDirIterator: don't inherit from QDirMarc Mutz2012-03-231-3/+1
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-3/+1
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-311-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+561