summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make compile for symbianThomas Zander2010-09-141-1/+1
* 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-1010-148/+178
* 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
* 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
* Make compile on symbian / armccThomas Zander2010-09-093-3/+5
* Fix warning of unused variable on non-symbianThomas Zander2010-09-091-1/+1
* Make QFileInfo use the new filesystemengineThomas Zander2010-09-093-47/+191
* Various fixes in suffix and other entry methods.Thomas Zander2010-09-091-7/+18
* Add baseName and completeBaseName gettersThomas Zander2010-09-092-4/+24
* Update Symbian DEF filesShane Kearns2010-09-094-16/+197
* Implement basic symbian native file IO to QFsFileEngineShane Kearns2010-09-092-1/+100
* Fixes for isRoot() on symbianShane Kearns2010-09-091-4/+6
* Enable symbian IO code in the buildShane Kearns2010-09-087-163/+250
* Implement QFileSystemEngine::absoluteName for symbian OSShane Kearns2010-09-081-7/+24
* Add missing function parameter to implementationShane Kearns2010-09-071-1/+1
* Symbian OS implementation for QFileSystemMetaDataShane Kearns2010-09-074-68/+187
* Helper functions for converting Symbian OS TTimeShane Kearns2010-09-072-0/+41
* Move resolving a symlink to the qfilesystemengine_unixThomas Zander2010-09-064-72/+76
* Fix over-stating in QAbstractFileEngine::createJoão Abecasis2010-09-061-16/+32
* Split QAbstractFileEngine::createJoão Abecasis2010-09-033-41/+102
* QAbstractFileEngine: Exposing custom file engine handlersJoão Abecasis2010-09-032-10/+27
* QFileSystemEngine::fillMetaData for Unix platformsJoão Abecasis2010-09-035-235/+324
* QFileSystemMetaData: filling upJoão Abecasis2010-09-032-15/+172
* QFileSystemEngine/Mac: keep it empty until neededJoão Abecasis2010-09-033-76/+3
* Implementation of QFileSystemEngine for Symbian OSShane Kearns2010-09-031-0/+213
* Port over QFileSystemIterator for Symbian OSShane Kearns2010-09-034-3/+152
* Move rmdir code to createDirectory for unix'Thomas Zander2010-09-032-23/+22
* Move mkdir code to createDirectory for unix'Thomas Zander2010-09-032-32/+33
* Implement bundleName() in QFileSystemEngineThomas Zander2010-09-033-13/+13
* QFileSystemIterator: added destructor and placeholder for dataJoão Abecasis2010-09-013-0/+15
* Make QFileSystemEngine::slowCanonicalized privateThomas Zander2010-09-012-1/+2
* Expanding the stub QFileSystemMetaDataJoão Abecasis2010-09-015-8/+75