summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add baseName and completeBaseName gettersThomas Zander2010-09-093-16/+52
* 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
* Fixes for tst_qfileinfoShane Kearns2010-09-091-5/+5
* Enable symbian IO code in the buildShane Kearns2010-09-087-163/+250
* Disable tst_qfileinfo symlink tests on symbianShane Kearns2010-09-081-0/+7
* 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-035-76/+8
* 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
* Updated comment in tst_QFileSystemEntry autotestPrasanth Ullattil2010-09-011-2/+2
* Fix tst_QFileSystemEntry auto tests on windowsPrasanth Ullattil2010-09-011-29/+83
* 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-015-29/+21
* 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-314-20/+176
* 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-3112-5/+229
* Removed QFileInfoPrivate::initFileEngineJoão Abecasis2010-08-312-13/+4
* Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-3013-72/+162