summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDir: Fix absolute paths when using file enginesJoão Abecasis2011-03-181-4/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Fix QDir::relativeFilePathJoão Abecasis2010-12-061-1/+1
* | Let's use engine's understanding of relative pathJoão Abecasis2010-11-251-1/+3
* | Move QDir::fromNativeSeparators call to the QFileSystemEntry constructorShane Kearns2010-10-201-3/+3
* | Fix caching of metadata in QDir to not change behaviorThomas Zander2010-10-121-3/+3
* | Update documentation of QDir to reflect Qt 4 behaviourShane Kearns2010-10-121-0/+6
* | Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-281-0/+2
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-2/+3
| |\ \ | | |/
| | * Restore 4.7.0 behavior that non-existing paths are possible.Thomas Zander2010-09-161-2/+3
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-267/+212
| |\ \ | | |/
| | * QDir: Removed checks for existance of fileEngineJoão Abecasis2010-09-071-49/+8
| | * QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-09-071-17/+24
| | * Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-09-071-0/+1
| | * Reverting QDir::detach introduced earlierJoão Abecasis2010-09-071-38/+33
| | * Simplify QDir::cdJoão Abecasis2010-09-071-2/+1
| | * QDir::makeAbsolute could self-destruct on failureJoão Abecasis2010-09-071-7/+4
| | * QDir::operator= simplificationJoão Abecasis2010-09-071-3/+0
| | * QDirPrivate refactoringJoão Abecasis2010-09-071-1/+3
| | * QDirPrivate refactoringJoão Abecasis2010-09-071-20/+20
| | * QDirPrivate refactoringJoão Abecasis2010-09-071-25/+24
| | * Removed QDirPrivate layer of indirectionJoão Abecasis2010-09-071-226/+201
| | * Refactoring QDirPrivate::DataJoão Abecasis2010-09-071-84/+98
| * | Compile bootstrapped tools with QT_NO_DEPRECATEDHarald Fernengel2010-08-251-0/+2
* | | Fix regression in QDir::cd()Thomas Zander2010-09-221-0/+1
* | | Make QDirIterator cheaper when constructed with a QDirThomas Zander2010-09-221-128/+98
* | | Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-26/+5
* | | Fix for QDir constructed with a path containing native separators.Shane Kearns2010-09-161-4/+6
* | | Make QDir use QFileSystemEngineThomas Zander2010-09-161-69/+114
* | | QDir: Removed checks for existance of fileEngineJoão Abecasis2010-08-311-49/+8
* | | QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-08-311-17/+24
* | | Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-08-311-0/+1
* | | Reverting QDir::detach introduced earlierJoão Abecasis2010-08-311-38/+33
* | | Simplify QDir::cdJoão Abecasis2010-08-271-2/+1
* | | QDir::makeAbsolute could self-destruct on failureJoão Abecasis2010-08-271-7/+4
* | | QDir::operator= simplificationJoão Abecasis2010-08-271-3/+0
* | | QDirPrivate refactoringJoão Abecasis2010-08-251-1/+3
* | | QDirPrivate refactoringJoão Abecasis2010-08-251-20/+20
* | | QDirPrivate refactoringJoão Abecasis2010-08-251-25/+24
* | | Removed QDirPrivate layer of indirectionJoão Abecasis2010-08-251-226/+201
* | | Refactoring QDirPrivate::DataJoão Abecasis2010-08-241-84/+98
|/ /
* | Fix QDir::tempPath() documentation for UnixJan Arne Petersen2010-06-241-1/+2
|/
* Fix regression on SymbianShane Kearns2010-03-311-1/+1
* Split QDir::NoDotAndDotDot into QDir::NoDot and QDir::NoDotDotBernhard Rosenkraenzer2010-03-231-1/+5
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-3/+4
|\
| * doc: Added \obsolete.Martin Smith2010-02-231-4/+4
* | Fix bug in QDirPrivate::setPath, affecting QDir::cd, cdUp and setPathJoão Abecasis2010-02-111-12/+6
* | QDir fix issues with (shared) cached listsJoão Abecasis2010-02-031-4/+6
* | nano-optimizationsRitt Konstantin2010-01-291-10/+4