summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Added QT_NO_ANIMATION to qfeaturesThierry Bastian2009-05-252-4/+17
* Warnings fixed on MSVCThierry Bastian2009-05-251-1/+3
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2522-82/+80
* Merge branch '4.5'Thiago Macieira2009-05-228-129/+223
|\
| * 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
| * | 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
* | | Fix compilation on Solaris for animation API.Alexis Menard2009-05-221-1/+1
* | | make sure signal transition is correctly unregistered/re-registeredKent Hansen2009-05-222-14/+18
* | | make sure event transition is correctly unregistered/re-registeredKent Hansen2009-05-222-14/+18
* | | Make the default size of QMutexPool a prime numberBradley T. Hughes2009-05-222-7/+6
* | | 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
* | | Reintroduce the unaligned-unaligned 32-bit code that I had removed out of ign...Thiago Macieira2009-05-221-16/+29
* | | Optimise QString comparison based on the results from the benchmarkThiago Macieira2009-05-221-125/+38
* | | Don't use memcmp it's terribly slow.Lars Knoll2009-05-221-6/+146
* | | Say hello to animation API & state machine APIKent Hansen2009-05-2257-58/+11482
* | | Update the QMutexPool API to be more like QMutexBradley T. Hughes2009-05-222-9/+9
* | | Mark data as static, use fetch-and-store instead of test-and-setBradley T. Hughes2009-05-221-4/+3
* | | Merge commit 'origin/4.5'Samuel Rødal2009-05-201-4/+1
|\ \ \ | |/ /
| * | Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
| |/
* | Remove QDumper. It was used in a previous version of creator but is nowThierry Bastian2009-05-202-1158/+0
* | allow to debug QVariant of float typeThierry Bastian2009-05-201-1/+4
* | Use a per object lock for signal/slotsOlivier Goffart2009-05-201-22/+44
* | 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-1912-20/+33
|\ \ | |/
| * 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