summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-282-9/+12
* Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-4/+6
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2697-347/+11929
|\
| * Fixed docs warnings for Animation APIThierry Bastian2009-05-263-6/+15
| * Protect dump function by ifdef.Ian Walters2009-05-252-1/+11
| * Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-256-50/+44
| * Removed some export to symbols that don't need itThierry Bastian2009-05-257-27/+11
| * 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 branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-226-1188/+53
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ | | |/