summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Small simplification on codeThierry Bastian2009-06-081-5/+0
* Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-2/+1
* Merge branch 'review/master'Marius Bugge Monsen2009-05-292-19/+19
|\
| * Fix compilation with -pedanticDavid Faure2009-05-292-19/+19
* | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
|/
* improved string operations all over the placeThierry Bastian2009-05-283-8/+8
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-273-18/+89
|\
| * Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
| * Adding details to QSettings functionsMorten Engvoldsen2009-05-251-2/+11
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
* | Fix WinCE compile error not fixed by c666b88Jason McDonald2009-05-271-1/+1
* | Windows CE compile fixJoerg Bornemann2009-05-261-1/+1
* | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-263-3/+3
* | Warnings fixed on MSVCThierry Bastian2009-05-251-1/+3
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2512-49/+47
* | Merge branch '4.5'Thiago Macieira2009-05-225-124/+215
|\ \ | |/
| * 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
| * | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-222-83/+113
* | | Reorganise the pipe creation code.Thiago Macieira2009-05-221-10/+8
* | | Remove IRIX code.Thiago Macieira2009-05-221-7/+0
* | | Merge branch '4.5'Thiago Macieira2009-05-221-16/+7
|\ \ \ | | |/ | |/|
| * | Don't loop around sigaction because it can't return EINTR.Thiago Macieira2009-05-221-16/+7
| |/
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-3/+4
|\ \ | |/
| * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-194-4/+10
|\ \ | |/
| * 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 'master' of ../master into contiguouscacheIan Walters2009-05-145-147/+734
|\ \
| * | QNonContiguousByteDevice: An wrapper around QByteArray, QIODevice, ...Markus Goetz2009-05-133-0/+733
| * | Remove unused file qfileinfo_p.hMarius Storm-Olsen2009-05-132-146/+0
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-1/+1
| |\ \ | | |/
| | * QFSFileEngine: Fix access to uninitialized memoryJoão Abecasis2009-05-111-1/+1