summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-0/+11
* QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-4/+12
|\
| * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+2
|\|
| * Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-0/+2
* | Introduce QDir::listSeparator()Sérgio Martins2015-05-271-0/+12
|/
* QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
* QDir: fix int overflowNikita Baryshnikov2015-04-201-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-2/+2
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-2/+2
* | Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Clean up QDebug operators for QDirKai Koehne2014-12-101-13/+16
|/
* Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-2/+3
|\
| * Doc: Adjust QDir::tempPath docu as recommended by Ossi.David Faure2014-02-111-1/+2
| * QDir::tempPath: clarify trailing-slash situation.David Faure2014-02-101-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-4/+5
|\|
| * QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-4/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-2/+2
|\|
| * Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-2/+2
|\|
| * Repack structs with more than one padding holeThiago Macieira2013-12-031-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-6/+9
|\|
| * Doc: Add a little more information about current dirsThiago Macieira2013-11-061-2/+5
| * Clarify use of Q_INIT_RESOURCETor Arne Vestbø2013-11-051-4/+4
* | Refactor plugin loading for WinRTMaurice Kalinowski2013-11-051-1/+1
|/
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-37/+37
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Merge branch 'stable' into devSergio Ahumada2013-09-131-2/+0
|\
| * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
* | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
* | Get rid of qSort usages in QDirGiuseppe D'Angelo2013-09-041-2/+2
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-21/+36
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-231-3/+3
* 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
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-2/+13
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-181-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* ifdef drivespec handling in relativeFilePath to windowsOswald Buddenhagen2012-08-071-9/+4
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-171-4/+0
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+8
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1