summaryrefslogtreecommitdiff
path: root/src/corelib/io/qfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* QIODevice::read() and QFile::atEnd() performance improvementsmread2010-03-241-11/+35
* Handle Symbian's file name encoding, correctly.Alessandro Portale2010-03-161-6/+10
* QFile::readData: Simplify codeJoão Abecasis2010-01-181-6/+2
* If the file is open, there must be an engine.João Abecasis2010-01-181-6/+9
* QFile: Fix a pre-mature pessimizationJoão Abecasis2010-01-181-44/+42
* QFile::remove: don't fail for unrelated errorsJoão Abecasis2010-01-141-0/+1
* Fix bugs evidenced by change to keep flush errors on QFile::closeJoão Abecasis2010-01-071-0/+3
* Don't drop errors from flush on QFile::closeJoão Abecasis2010-01-071-3/+6
* Avoid double-buffering in QFileJoão Abecasis2010-01-071-4/+3
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* There should only be one write buffer at a time in QFileJoão Abecasis2009-11-171-1/+1
* Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
* Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-1/+6
* Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-211-1/+1
* Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* 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
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-241-15/+7
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-15/+7
| |\ \
| | * | QFile: unset errorString as well as errorRitt Konstantin2009-08-211-3/+3
| | * | QFile: use fileEngine's errorString() instead of errno/GetLastError()Ritt Konstantin2009-08-211-12/+4
* | | | Review inspired fixes to Symbian file engineMiikka Heikkinen2009-08-211-1/+1
|/ / /
* | | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-3/+3
|\ \ \ | |/ /
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-3/+3
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-4/+4
|\ \ \ | |/ /
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-4/+2
| * | Merge branch '4.5'Thiago Macieira2009-05-221-10/+19
| |\ \ | | |/
| * | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-301-0/+3
* | | Make Qt exception safer.Robert Griebl2009-06-101-3/+2
* | | Compile on Qt/Symbian.Jason Barron2009-05-251-1/+0
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-8/+17
|\ \ \ | | |/ | |/|
| * | QFile::rename fallback: reset permissions and error state on successJoão Abecasis2009-05-221-1/+4
| * | QFile::copy: close source file when using fallback mechanismJoão Abecasis2009-05-221-0/+1
| * | Allow renaming QTemporaryFiles on windowsJoão Abecasis2009-05-221-9/+10
| * | Don't block copy sequential files in QFile::renameJoão Abecasis2009-05-221-0/+5
| |/
* | Fixed bug in QTemporaryFile::rename.Janne Anttila2009-04-301-2/+4
* | Fixed temporary file rename problem in Symbian OS.Janne Anttila2009-04-291-1/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-271-4/+18
|\ \ | |/
| * Delete temporary file if copy was unsuccessfulJoão Abecasis2009-04-021-1/+4
| * Renaming a file does not change QFile's fileNameJoão Abecasis2009-04-021-0/+5
| * QFile::rename didn't always return false when method failedJoão Abecasis2009-04-021-3/+9