summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Removed pointless variables to silence warnings from RVCT.axis2009-07-061-3/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2965-131/+131
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1665-130/+130
| * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
* | report and continue policy for exceptions in all Qt threadsmread2009-06-181-1/+2
* | Make Qt exception safer.Robert Griebl2009-06-1019-74/+73
* | Merge branch 'imSelections'axis2009-06-033-3/+93
|\ \
| * | Fixed incorrect headers.axis2009-06-033-3/+93
* | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-022-17/+88
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-022-17/+88
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
| | * Adding details to QSettings functionsMorten Engvoldsen2009-05-251-2/+11
* | | Fixed qiodevice compilation error when QIODEVICE_DEBUG is defined.Janne Anttila2009-06-021-2/+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-256-138/+220
|\ \ | |/
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
| * Fix syntax of the fcntl system call: this is not setsockoptThiago Macieira2009-05-221-6/+3
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-224-51/+107
| |\
| | * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-1/+3
| | * Reset openMode to NotOpen when returning false from QFile::open()João Abecasis2009-05-221-0/+9
| | * QTemporaryFile: really close files before renamingJoão Abecasis2009-05-221-0/+7
| | * QTemporaryFileEngine now tracks if a fileName has been generatedJoão Abecasis2009-05-221-3/+18
| | * QTemporaryFile: there's no need to keep another pointer to the engine hereJoão Abecasis2009-05-221-4/+1
| | * QTemporaryFile: really (re)open file if it has been really closed...João Abecasis2009-05-221-2/+21
| | * Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+1
| | * QTemporaryFile: handle failures from QFSFileEngine::open(mode, fd)João Abecasis2009-05-221-9/+11
| | * Documentation fixJoão Abecasis2009-05-221-2/+2
| | * QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-1/+2
| | * QTemporaryFile: don't clear filePath if remove failsJoão Abecasis2009-05-221-3/+5
| | * 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
| | * Don't loop around sigaction because it can't return EINTR.Thiago Macieira2009-05-221-16/+7
| * | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-222-83/+113
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-205-7/+14
|\ \ | |/
| * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4
| * Fix stopping link loops in QDirIterator on WindowsEskil Abrahamsen Blomfeldt2009-05-191-2/+2
| * Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
| * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-181-1/+1
|\ \ | |/
| * QFSFileEngine: Fix access to uninitialized memoryJoão Abecasis2009-05-111-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-114-32/+32
|\ \ | |/
| * QDataStream: Small doc errorMarkus Goetz2009-05-081-1/+1
| * Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-081-0/+9
| * Added further explanation on the note about stdin and QTextsStream::atEnd()Morten Engvoldsen2009-05-081-2/+4
| * Fixes QDir not reentrantOlivier Goffart2009-05-081-29/+18
| * Revert "Added comment to QTextStream - clarification of the documentation"Morten Engvoldsen2009-05-081-2/+1
| * Added comment to QTextStream - clarification of the documentationMorten Engvoldsen2009-05-061-1/+2