summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avkon removal configured with -no-s60mread2010-07-011-10/+0
* save a QFile::encodeName()Oswald Buddenhagen2010-04-261-3/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-2/+38
|\
| * Fix error reporting when symbian file copy fails.Shane Kearns2010-03-241-2/+38
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-171-1/+1
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-111-0/+10
| |\ \ | | |/
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-011-1/+1
| |\ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-121-1/+1
| |\ \ \
| * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-211-4/+3
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2009-12-181-14/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-11-061-10/+27
| |\ \ \ \ \ \
| * | | | | | | Fixed incorrect header includes.axis2009-10-231-1/+1
* | | | | | | | doc: Fixed three new qdoc errors.Martin Smith2010-03-111-3/+0
* | | | | | | | QFSFileEngine reduce number of system callsRitt Konstantin2010-03-091-8/+14
* | | | | | | | QFSFileEngine: Don't use owner's permissions for current user; calculate them...Ritt Konstantin2010-03-091-6/+8
* | | | | | | | move permissions calculation code to separate methodRitt Konstantin2010-03-091-26/+37
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Symbian file system use optimisation for stat and symlinksmread2010-02-261-0/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
| |_|_|/ |/| | |
* | | | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | | revert f36fb8b2b63b3734cc2bd66b329ca4fef1204845Ritt Konstantin2009-12-231-3/+2
| |_|/ |/| |
* | | Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-12/+20
* | | Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
* | | Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-191-1/+1
* | | Fix a signed/unsigned comparison warningJoão Abecasis2009-11-061-1/+1
| |/ |/|
* | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
* | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
* | Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-211-10/+21
|/
* Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* Fixed some uncommon codepaths to compile.axis2009-09-301-2/+2
* fix failing qdir autotestShane Kearns2009-09-221-1/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-9/+22
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
| * Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
* | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-1/+1
|/
* Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengineRitt Konstantin2009-08-271-1/+4
* | remove symbianFileName stub once and for allRitt Konstantin2009-08-271-19/+17
* | fixes and improvements made after s60 branch has been merged into masterRitt Konstantin2009-08-271-51/+39
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-241-4/+3
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-241-26/+46
| |\ \
| * | | Make the singleton file server session independent of QCoreApplicationShane Kearns2009-08-241-4/+3
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-241-26/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-13/+13
| |\ \ \
| | * | | QFSFileEngine coding style fixesRitt Konstantin2009-08-211-5/+5
| | * | | QFSFileEngine: micro-optimizationRitt Konstantin2009-08-211-3/+3
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-13/+33
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |