summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2127-317/+1168
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | Add inter-process binary shader cache for MeeGoHarald Fernengel2010-12-216-137/+771
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2021-180/+397
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Track average wait times under our maximum spin time thresholdBradley T. Hughes2010-12-204-8/+21
| | | | * | | | | | | Store and track spin times in nanosecond resolutionBradley T. Hughes2010-12-202-7/+8
| | | | * | | | | | | Optimize adaptive spinning mutex codeBradley T. Hughes2010-12-204-19/+25
| | | | * | | | | | | Improve QMutex contention performance on LinuxBradley T. Hughes2010-12-202-6/+39
| | | | * | | | | | | Improve QMutex contention performance on Mac OS XBradley T. Hughes2010-12-202-2/+59
| | | | * | | | | | | Disable spinning under lock contention on single CPU machinesBradley T. Hughes2010-12-201-0/+10
| | | | * | | | | | | Remove unnecessary testAndSetAcquire from QMutex::lockInternal()Bradley T. Hughes2010-12-201-9/+6
| | | | * | | | | | | Move contender count maintenance to QMutexPrivateBradley T. Hughes2010-12-203-35/+21
| | | | * | | | | | | Removed QMutexPrivate::self() declarationBradley T. Hughes2010-12-201-1/+0
| | | | * | | | | | | Add QElapsedTimer::nsecsElapsed() constBradley T. Hughes2010-12-206-18/+58
| | | | * | | | | | | Delay creation of the process managerHarald Fernengel2010-12-204-10/+41
| | | | * | | | | | | Make the QRasterPaintEngineState copy constructor cheaper.Andreas Kling2010-12-201-21/+13
| | | | * | | | | | | Micro-optimization for QSpanData::setup()Andreas Kling2010-12-201-1/+2
| | | | * | | | | | | add error handling to QXmlStreamWriterOswald Buddenhagen2010-12-172-5/+34
| | | | * | | | | | | optimize writing string constants and byte arraysOswald Buddenhagen2010-12-171-10/+12
| | | | * | | | | | | remove some code duplicationOswald Buddenhagen2010-12-171-11/+1
| | | | * | | | | | | make QXmlStreamWriterPrivate::write(const char *s) ascii-onlyOswald Buddenhagen2010-12-171-7/+2
| | | | * | | | | | | document WriteFailed status codes (whoops)Oswald Buddenhagen2010-12-172-0/+2
| | | | * | | | | | | Make parent constructor argument optionalJoão Abecasis2010-12-161-1/+1
| | | | * | | | | | | add write error handling to QTextStreamOswald Buddenhagen2010-12-162-18/+27
| | | | * | | | | | | add write error handling to QDataStreamOswald Buddenhagen2010-12-162-20/+38
| | | | * | | | | | | don't report flush error when we didn't flush in the first placeOswald Buddenhagen2010-12-161-1/+1
| | | | * | | | | | | clarify setStatus() behaviorOswald Buddenhagen2010-12-162-0/+6
| | | | | |_|_|_|_|/ | | | | |/| | | | |
* | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-12-231-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Fixed several compile and deployment issues in the mmf phonon plugin.axis2010-12-231-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-2312-86/+235
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-231-3/+32
| |\ \ \ \ \ \ \
| | * | | | | | | Improve performance of bilinear upscaling of images with neon.Samuel Rødal2010-12-221-3/+32
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2010-12-232-3/+7
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Fix crash in indeterminate progressbars on windowsJens Bache-Wiig2010-12-222-3/+6
| | * | | | | | | Fix timer regression for indeterminate progressbarsJens Bache-Wiig2010-12-221-0/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-12-221-1/+11
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix libinfixed usage in Symbian when def files are usedMiikka Heikkinen2010-12-221-1/+11
| | |/ / / / /
| * | | | | | Made documentation of QPixmap::createMaskFromColor match behaviour.Samuel Rødal2010-12-221-2/+2
| * | | | | | Improve performance of bilinear downscaling of images with neon.Samuel Rødal2010-12-221-26/+107
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-217-22/+44
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1423-54/+139
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1317-78/+181
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-109-162/+214
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-097-8/+17
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-0817-70/+139
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-073-4/+18
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-063-4/+18
| | | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Doc: Fixed a link to the correct searchPaths() function.David Boddie2010-12-071-1/+1
| | * | | | | | | | | | | | Doc: Added documentation about the use of null custom title bar widgets.David Boddie2010-12-071-5/+12
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-06114-862/+1978
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-031-0/+3
| | | |\ \ \ \ \ \ \ \ \ \ \