summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
* | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-222-83/+113
|/
* 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
* Clarifying what QLocale::C is and is notNils Christian Roscher-Nielsen2009-05-191-2/+2
* Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
* Fix compiler warning: use C++ cast operator, not the old-style C cast.Ariya Hidayat2009-05-191-1/+1
* Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
* Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
* Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
* Fix some typos in the documentation.Frederik Schwarzer2009-05-185-5/+5
* Fix race condition in ~QObjectOlivier Goffart2009-05-182-20/+11
* Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-142-3/+3
* Cleaning docsMorten Engvoldsen2009-05-131-1/+3
* Adding details to QVariant docsMorten Engvoldsen2009-05-131-2/+3
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+3
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
* Correcting bug in QString::fromWCharArray documentationMorten Engvoldsen2009-05-121-1/+3
* QFSFileEngine: Fix access to uninitialized memoryJoão Abecasis2009-05-111-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-111-20/+86
|\
| * Set the instruction set when building on Debian's Linux/MIPS portBradley T. Hughes2009-05-111-20/+86
* | qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102
|/
* QDataStream: Small doc errorMarkus Goetz2009-05-081-1/+1
* Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-081-0/+9
* compile?Harald Fernengel2009-05-081-1/+1
* Added further explanation on the note about stdin and QTextsStream::atEnd()Morten Engvoldsen2009-05-081-2/+4
* Fix reentrancy of QVector and QStringOlivier Goffart2009-05-082-2/+2
* 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
* Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+2
* Greatly reduced the complexity of the boilerplate function.Thiago Macieira2009-05-041-90/+17
* Added comment to clearify the use of indexes.Morten Engvoldsen2009-05-041-0/+8
* performance improvement of isUncRoot in qfsfileengine_win.cppJoerg Bornemann2009-04-281-2/+9
* Return the correct MIB number for TSCII. When the code wasFrans Englich2009-04-241-2/+1
* Alias for QUtf16Codec is wrong.Frans Englich2009-04-241-3/+1
* Change Qt version number to 4.5.2Thiago Macieira2009-04-241-2/+2
* Fixes for QByteArrayMatcherJoão Abecasis2009-04-232-2/+8
* Allow QThread to start a QTimer and QEventLoop before QCoreApplication is con...Bradley T. Hughes2009-04-234-6/+8
* Doc fixesJoão Abecasis2009-04-221-0/+1