summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix oops in strcmp in QBuffer.Thiago Macieira2009-07-021-1/+1
* Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
* Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
* QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
* Fix detection of the ELF interpreter on Linux.Thiago Macieira2009-06-282-5/+9
* make invokable constructors work with classes in namespaceKent Hansen2009-06-251-1/+7
* Bump Qt version number.Jason McDonald2009-06-251-2/+2
* Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6
* Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
* Remove these outdated referencesNorwegian Rock Cat2009-06-231-4/+3
* Add an error message for building architecture mismatchNorwegian Rock Cat2009-06-231-0/+4
* Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-232-35/+29
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16356-713/+713
* QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
* Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
* fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
* Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
* Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
* Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* Fixed build issues with MSVCThierry Bastian2009-05-291-0/+14
* Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
* qdoc: Indicate what iterator_categor means for container classes.Martin Smith2009-05-262-4/+8
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-263-5/+12
|\
| * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-2/+0
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-251-2/+11
| |\
| | * Adding details to QSettings functionsMorten Engvoldsen2009-05-251-2/+11
| * | Doc: Fixed terminology.David Boddie2009-05-251-1/+1
| |/
* / qdoc: Indicate that qAbs(T& v) compares v to a 0 of type T.Martin Smith2009-05-261-12/+37
|/
* 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-228-61/+114
|\
| * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-7/+9
| * 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
| * 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