summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* symbian - Document behaviour of QDir::rootPath / homePathShane Kearns2011-09-231-4/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-09-101-3/+14
|\
| * Merge fixes for QDir::operator==Shane Kearns2011-09-071-2/+13
| * Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-021-1/+1
* | Merge remote-tracking branch 'upstream/4.8'Sergio Ahumada2011-08-291-3/+7
|\|
| * Revert "Don't second-guess the "engine"; call cleanPath on absolutePaths"João Abecasis2011-08-261-2/+8
| * Don't second-guess the "engine"; call cleanPath on absolutePathsJoão Abecasis2011-08-261-8/+2
| * Compare non-canonical paths before falling back on expensive computationJoão Abecasis2011-08-261-0/+4
| * Fix QDir::operator==(const QDir &) constJoão Abecasis2011-08-261-3/+3
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-3/+3
|/
* Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-08-111-10/+28
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* 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-111-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