summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| * | 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
* | | Merged branch 'master' of git://gitorious.org/~dfaure/qt/dfaures-clone.gitSimon Hausmann2009-05-181-1/+1
|\ \ \ | | |/ | |/|
| * | Fix compilation with strict iteratorsDavid Faure2009-05-181-1/+1
* | | Add src/corelib/kernel/qpointer.cpp to src/corelib/kernel/kernel.priBradley T. Hughes2009-05-181-1/+2
* | | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-4/+9
|\ \ \ | | |/ | |/|
| * | Fix race condition in ~QObjectOlivier Goffart2009-05-182-20/+11
* | | Make QVectorTypedData inheriting from QVectorDataOlivier Goffart2009-05-181-13/+3
* | | Fix warning on QVector with gcc4.4Olivier Goffart2009-05-181-77/+77
| |/ |/|
* | Merge branch '4.5'Thiago Macieira2009-05-144-6/+9
|\ \ | |/