summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Breaking changes to QFileSystemEntry's constructorsPrasanth Ullattil2010-09-014-28/+20
* Finish canonicalized for all platformsThomas Zander2010-09-016-77/+35
* 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-312-20/+29
* Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-08-311-0/+1
* Reverting QDir::detach introduced earlierJoão Abecasis2010-08-312-51/+33
* QFileInfo: Prepare for engine-less implementationJoão Abecasis2010-08-312-46/+59
* Adding minimal QFileSystemIterator APIJoão Abecasis2010-08-315-1/+206
* Removed QFileInfoPrivate::initFileEngineJoão Abecasis2010-08-312-13/+4
* Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-307-71/+145
* Fix the tst_QFileInfo::absolutePath() autotests on WindowsPrasanth Ullattil2010-08-301-2/+4
* QFileSystemEngine::isCaseSensitive for Symbian and WindowsJoão Abecasis2010-08-302-1/+5
* Removed native file path handling from QFSFileEngineJoão Abecasis2010-08-307-318/+302
* Small changes to QFileSystemEntryJoão Abecasis2010-08-302-5/+13
* Added missing QT_BEGIN/END_NAMESPACEJoão Abecasis2010-08-304-1/+18
* Adding QFileSystemEntry and QFileSystemEngine to build systemJoão Abecasis2010-08-302-5/+6
* 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
* Move absoluteName to new fileSystemEngine for unixThomas Zander2010-08-272-15/+34
* Add empty implementations of each of the filesystemenginesThomas Zander2010-08-264-0/+361
* Begin defining the interface for file engines NGJoão Abecasis2010-08-262-0/+33