summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-31/+31
* Document QFile::rename and QDir::rename's copy operationVincent A2012-04-031-2/+7
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-10/+10
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-2/+2
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-6/+15
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-311-1/+0
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-13/+10
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-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
* Remove QDir::convertSeparators()Lars Knoll2012-01-191-12/+0