summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.8-upstream' into master-waterWater-Team2011-06-2945-211/+765
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-06-293-1/+6
| |\
| | * Use the QPoint memory layout change only on Desktop Maccon2011-06-281-1/+1
| | * Fix 2cb398e1d901e62384bb2b388761cfd18fc8804a in case of no coreservicescon2011-06-282-0/+5
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-275-16/+28
| |\ \
| | * | QStringBuilder: do not crash with null char*Olivier Goffart2011-06-272-0/+4
| | * | Fix event delevery orderOlivier Goffart2011-06-273-16/+24
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-06-271-4/+5
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-06-241-0/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-0/+6
| | |\ \
| | | * | QTBUG-17776, reporting terminated threads as not running on Symbianmread2011-06-231-0/+6
| * | | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-06-2443-313/+849
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-231-0/+23
| | |\ \ \
| | | * | | Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-06-221-0/+23
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-2212-35/+497
| | |\ \ \ \ | | | |/ / /
| | | * | | trivial: fix typo in commentHarald Fernengel2011-06-221-1/+1
| | | * | | get rid of anacronysmRitt Konstantin2011-06-211-1/+0
| | | * | | implement POSIX IPC based QLock, QWSLock and QWSSharedMemory backendsRitt Konstantin2011-06-211-7/+0
| | | * | | implement POSIX IPC based QSystemSemaphore and QSharedMemory backendsRitt Konstantin2011-06-217-5/+293
| | | * | | make QProcess really work on QNXRitt Konstantin2011-06-214-24/+179
| | | * | | make the kernel attempt to emulate an instruction with a misaligned accessRitt Konstantin2011-06-211-0/+6
| | | * | | use RoundRobin scheduler by default on QNXRitt Konstantin2011-06-212-0/+21
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-06-213-16/+23
| | |\ \ \ \
| | | * | | | Compile fixes in corelib for iosIan2011-06-203-16/+23
| | * | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-1737-799/+7635
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-24516-8895/+9073
| | |\ \ \ \ \ \
| | * | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-05-121-0/+2
| | * | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-05-112-2/+3
| | * | | | | | | Doc: Applied pending fixes to API documentation.David Boddie2011-05-1119-68/+90
| | * | | | | | | Merge commit 'refs/merge-requests/1220' of git://gitorious.org/qt/qt into mer...David Boddie2011-05-0514-1096/+299
| | |\ \ \ \ \ \ \
| | * | | | | | | | Doc: Added a code snippet to clarify the use of a function.David Boddie2011-05-041-0/+5
| * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-team into 4.8-earthDenis Dzyubenko2011-06-101-11/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fix an incorrect OpenMode flags handling in QBuffer::open()Ritt Konstantin2011-06-101-11/+6
| * | | | | | | | | | move some internal helper functions from qglobal.cpp to qcore_mac*Ritt Konstantin2011-06-093-53/+59
| * | | | | | | | | | make the previous change foolproofRitt Konstantin2011-06-092-0/+3
| * | | | | | | | | | get rid of extra copying (another one)Ritt Konstantin2011-06-091-2/+7
| * | | | | | | | | | get rid of extra copyingRitt Konstantin2011-06-091-8/+8
| |/ / / / / / / / /
* | | | | | | | | | Fix typo in docs: occurred.Frederik Gladhorn2011-06-291-1/+1
* | | | | | | | | | Use Q_SLOTS instead of slots in public headers.Frederik Gladhorn2011-06-281-1/+1
* | | | | | | | | | Remove misleading and incorrect information from dropMimeData docs.Stephen Kelly2011-06-271-7/+8
* | | | | | | | | | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2011-06-272-0/+25
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/4.8'Frederik Gladhorn2011-06-203-32/+46
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-06-161-1/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | QTBUG-19883 Adding top level TRAP for QThreads on Symbianmread2011-06-151-1/+9
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-151-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Symbian QFileSystemWatcher: fix potential crashShane Kearns2011-06-131-2/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Create a function that merges the SSE common codeThiago Macieira2011-06-141-38/+35
| * | | | | | | Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-06-141-0/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-12523-10749/+16952
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix building the OpenVG graphicssystem on Linux with static libsBernhard Rosenkraenzer2011-06-101-0/+1