summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* Allow QDir::mkpath() to work on QNX QNet pathsMatt Hoosier2013-09-251-1/+8
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-5/+6
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-8/+8
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-2/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\
| * Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-2/+2
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
| * Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
* | Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-231-2/+2
* | Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-01-231-1/+9
|/
* Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-0/+16
* Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-1/+4
* QFileSystemEngine: fix realpath() buffer sizeRafael Roquetto2012-09-111-1/+1
* QNX: fix call to realpath() on QFileSystemEngineRafael Roquetto2012-09-111-1/+1
* Fix QFileSystemEngine::canonicalName() returning corrupt dataThomas McGuire2012-09-101-2/+7
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-291-2/+5
* Change coreservices -> iosIan Dean2012-04-191-8/+8
* Add support for iOS.Qt4iOS2012-04-171-0/+5
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
* QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-9/+9
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-3/+2
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-081-1/+1
* Inline information about FS case sensitivityJoão Abecasis2012-02-061-5/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-181-0/+4
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-11/+9
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-021-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-101-1/+1
* Fixes warningsOlivier Goffart2011-05-101-0/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+660