summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Checking for directory exists in failed QDir::mkpath on SymbianMurray Read2012-02-151-2/+9
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-051-3/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Rohan McGovern2011-03-111-1/+1
* Fix spelling in commentsJoão Abecasis2010-12-051-1/+1
* QFileSystemEngine: clean up unused codeJoão Abecasis2010-11-221-21/+0
* Move QDir::fromNativeSeparators call to the QFileSystemEntry constructorShane Kearns2010-10-201-1/+1
* Fix QFileInfo("").exists() regression for symbianShane Kearns2010-10-181-1/+3
* Fix for qfileinfo isExecutable test case.Shane Kearns2010-10-181-0/+3
* Fix for QFile::copy failing silently with relative pathsShane Kearns2010-10-181-2/+3
* Fix return value for QDir::mkdir on symbianShane Kearns2010-10-121-1/+4
* Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-71/+12
* Fix for tst_qdir cd(non existant) test caseShane Kearns2010-10-071-0/+1
* Implement error reporting for file APIsShane Kearns2010-10-071-11/+81
* Make use of new isRelative / isAbsolute functionsShane Kearns2010-09-201-6/+7
* Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-1/+66
* Differntiate different types of absolute paths on windows.Prasanth Ullattil2010-09-171-1/+1
* On symbian, set the "execute" permission for directoriesShane Kearns2010-09-151-4/+4
* Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-151-3/+4
* Make compile for symbianThomas Zander2010-09-141-1/+1
* Fixes for canonicalPath and exists on symbianShane Kearns2010-09-131-19/+42
* Integrate symbian file system iteratorShane Kearns2010-09-131-2/+4
* Fix setPermissions in symbianShane Kearns2010-09-131-4/+4
* Move resolving of user/group name to the engine.Thomas Zander2010-09-101-0/+12
* Set size and modification time to 0 if file does not existShane Kearns2010-09-091-0/+4
* Make compile on symbian / armccThomas Zander2010-09-091-1/+1
* Fixes for isRoot() on symbianShane Kearns2010-09-091-4/+6
* 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-071-3/+71
* Implementation of QFileSystemEngine for Symbian OSShane Kearns2010-09-031-0/+213