summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QDirIterator cheaper when constructed with a QDirThomas Zander2010-09-225-149/+216
* Remove UNC paths on symbian, it doesn't support UNCShane Kearns2010-09-201-1/+4
* Make use of new isRelative / isAbsolute functionsShane Kearns2010-09-201-6/+7
* Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-209-151/+225
* Fix QDir autotest failures on windowsPrasanth Ullattil2010-09-171-2/+7
* Differntiate different types of absolute paths on windows.Prasanth Ullattil2010-09-175-29/+74
* 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
* Remove stale commentThomas Zander2010-09-161-1/+0
* integrate "source" use case to bench_qdir_treeShane Kearns2010-09-161-1/+17
* Fix QSettings auto test to use QTRY_VERIFYJoão Abecasis2010-09-161-8/+5
* Fix typoJoão Abecasis2010-09-151-1/+1
* On symbian, set the "execute" permission for directoriesShane Kearns2010-09-151-4/+4
* Integrate media use case performance tests to qdir tree benchmarksShane Kearns2010-09-152-1/+61
* Implement QFileSystemIterator for windows.Prasanth Ullattil2010-09-1513-214/+87
* Fix tst_QFileSystemEntry::getSetCheck() on windows.Prasanth Ullattil2010-09-151-3/+3
* Wrong size for directories on windows.Prasanth Ullattil2010-09-152-9/+16
* Change handle related tests in tst_qfile for symbianShane Kearns2010-09-151-2/+9
* tst_qdir fixesShane Kearns2010-09-151-20/+20
* Disable symlink and memory mapped files tests on symbianShane Kearns2010-09-152-1/+25
* Don't compute canonical paths when not neededShane Kearns2010-09-151-1/+2
* Fixed QFile::setSize on symbianShane Kearns2010-09-151-3/+3
* Fix for QFile::remove autotestShane Kearns2010-09-151-0/+1
* Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-157-9/+14
* Test QDirIterator using UNC paths on Windows.Prasanth Ullattil2010-09-141-0/+30
* Make compile for symbianThomas Zander2010-09-141-1/+1
* Fix the tst_QFileInfo::canonicalFilePath() on windows.Prasanth Ullattil2010-09-141-2/+2
* Make QFSFileEngine & QFileInfo use the new filesystemengine on WindowsPrasanth Ullattil2010-09-146-1002/+1211
* QFileSystemEngine: Fix stupid bug-o in engine creationPrasanth Ullattil2010-09-141-1/+1
* Fixes for canonicalPath and exists on symbianShane Kearns2010-09-131-19/+42
* Integrate symbian file system iteratorShane Kearns2010-09-132-21/+18
* Fix setPermissions in symbianShane Kearns2010-09-131-4/+4
* Fix Symbian's root pathShane Kearns2010-09-131-3/+5
* Refactored QFSFileEngineIterator/UnixJoão Abecasis2010-09-1012-154/+181
* QDirIterator: Use new native iterators when possibleJoão Abecasis2010-09-104-24/+100
* Move resolving of user/group name to the engine.Thomas Zander2010-09-107-24/+70
* Move OS specific inlines outside of class declarationShane Kearns2010-09-101-61/+79
* Fix QFileInfo::isHidden on MacJoão Abecasis2010-09-102-4/+7
* QFileinfo: fix isSymLink on MacJoão Abecasis2010-09-102-3/+6
* Minor clean up on QDirIteratorJoão Abecasis2010-09-101-21/+4
* Fixing QDir/tree traverseDirectory benchmarkJoão Abecasis2010-09-101-0/+1
* Set file metadata variables to known values when stat failsShane Kearns2010-09-092-1/+10
* Set size and modification time to 0 if file does not existShane Kearns2010-09-091-0/+4
* Create QFileSystemEntry objects with / as directory separatorShane Kearns2010-09-091-1/+1
* backward compatibility fix for QFileInfo::isRoot()Shane Kearns2010-09-091-2/+14
* Fix tst_qdiriterator for symbianShane Kearns2010-09-092-6/+1
* Make compile on symbian / armccThomas Zander2010-09-094-4/+6
* Fix warning of unused variable on non-symbianThomas Zander2010-09-091-1/+1
* Make QFileInfo use the new filesystemengineThomas Zander2010-09-094-50/+195
* Various fixes in suffix and other entry methods.Thomas Zander2010-09-092-7/+150