summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile fixes in corelib for iosIan2011-06-201-3/+8
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-051-1/+1
* Fixes warningsOlivier Goffart2011-04-281-0/+1
* Fix warning about "data" being unused.Thiago Macieira2011-03-221-0/+1
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
* Fix warning, unused parametter errorOlivier Goffart2011-02-081-2/+1
* Crash in QFileSystemEngine::canonicalName with older libc versionOlivier Goffart2011-02-021-2/+3
* Allow hard-coding the Unix temp pathHarald Fernengel2011-01-191-0/+4
* Adding #ifdefs/#defines lost in the merge to masterJoão Abecasis2010-11-231-8/+9
* QFileSystemEngine: remove symbian code from Unix-specific implementationJoão Abecasis2010-11-221-51/+0
* QFileSystemEngine: clean up unused codeJoão Abecasis2010-11-221-4/+2
* Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-10/+10
* Fix compileThomas Zander2010-10-071-1/+1
* Implement error reporting for file APIsShane Kearns2010-10-071-8/+21
* Move resolving names to qfilesystemengineThomas Zander2010-09-231-2/+51
* Mark the QFileSystemEngine::copyFile/unix done.Thomas Zander2010-09-231-1/+4
* Make setPermissions update metaThomas Zander2010-09-231-1/+7
* Implement unix permissions settingThomas Zander2010-09-221-1/+28
* Remove warningsThomas Zander2010-09-221-0/+3
* Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-1/+56
* Fix typoJoão Abecasis2010-09-151-1/+1
* Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-151-1/+5
* Move resolving of user/group name to the engine.Thomas Zander2010-09-101-0/+12
* Fix QFileInfo::isHidden on MacJoão Abecasis2010-09-101-0/+7
* Set file metadata variables to known values when stat failsShane Kearns2010-09-091-1/+8
* Enable symbian IO code in the buildShane Kearns2010-09-081-3/+5
* Symbian OS implementation for QFileSystemMetaDataShane Kearns2010-09-071-63/+0
* Move resolving a symlink to the qfilesystemengine_unixThomas Zander2010-09-061-2/+72
* QFileSystemEngine::fillMetaData for Unix platformsJoão Abecasis2010-09-031-2/+207
* QFileSystemMetaData: filling upJoão Abecasis2010-09-031-1/+50
* Move rmdir code to createDirectory for unix'Thomas Zander2010-09-031-1/+21
* Move mkdir code to createDirectory for unix'Thomas Zander2010-09-031-1/+32
* Implement bundleName() in QFileSystemEngineThomas Zander2010-09-031-1/+11
* Expanding the stub QFileSystemMetaDataJoão Abecasis2010-09-011-1/+1
* Breaking changes to QFileSystemEntry's constructorsPrasanth Ullattil2010-09-011-2/+2
* Finish canonicalized for all platformsThomas Zander2010-09-011-2/+25
* Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-301-1/+20
* QFileSystemEngine::isCaseSensitive for Symbian and WindowsJoão Abecasis2010-08-301-0/+4
* Added missing QT_BEGIN/END_NAMESPACEJoão Abecasis2010-08-301-0/+4
* Move absoluteName to new fileSystemEngine for unixThomas Zander2010-08-271-1/+29
* Add empty implementations of each of the filesystemenginesThomas Zander2010-08-261-0/+119