summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-161-2/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-1/+1
* Fix realpath() call to older POSIX platformsRafael Roquetto2012-09-121-8/+13
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-301-2/+5
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-04-011-0/+7
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-091-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-09-191-0/+4
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-051-1/+1
* 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-111-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