summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move resolving names to qfilesystemengineThomas Zander2010-09-232-46/+54
* Mark the QFileSystemEngine::copyFile/unix done.Thomas Zander2010-09-231-1/+4
* Make setPermissions update metaThomas Zander2010-09-231-1/+7
* Force uppercase for drive letters in QDir::currentPath() on Windows.Prasanth Ullattil2010-09-231-0/+2
* Remove an extra initializationPrasanth Ullattil2010-09-221-1/+0
* Fix QDir autotests on WindowsPrasanth Ullattil2010-09-221-0/+1
* Fix QDir autotests on WindowsPrasanth Ullattil2010-09-221-0/+1
* Test 'QDir::cd' a bit betterThomas Zander2010-09-221-0/+1
* Implement unix permissions settingThomas Zander2010-09-222-42/+36
* Remove warningsThomas Zander2010-09-221-0/+3
* Fix QDirIterator on Windows XP.Prasanth Ullattil2010-09-221-6/+4
* Fix regression in QDir::cd()Thomas Zander2010-09-221-0/+1
* 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