summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add missing license headerHarald Fernengel2010-12-221-0/+41
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2227-317/+1168
|\
| * 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-217-653/+342
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-12-217-653/+342
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'nonQtApps-fix' and 'merge-request-2516' into master-s60axis2010-12-207-653/+342
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | | * | get rid of QPrinterInfoPrivate::isNull memberKonstantin Ritt2010-12-202-3/+2
| | | | * | QPrinterInfo::supportedPaperSizes(): return early if the info is invalidKonstantin Ritt2010-12-203-0/+7
| | | | * | fix QPrinterInfo::defaultPrinter() on winKonstantin Ritt2010-12-201-9/+8
| | | | * | micro-optimizations, clean-ups and styling fixesKonstantin Ritt2010-12-203-98/+83
| | | | * | refactoring of QPrinterInfoKonstantin Ritt2010-12-207-363/+209
| | | | * | minor refactoring of QPrinterInfoPrivateKonstantin Ritt2010-12-203-100/+32
| | | | * | use binary search int the string2PaperSize() helperKonstantin Ritt2010-12-201-143/+64
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-211-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix the redirection of painting for the toolbar.Fabien Freling2010-12-201-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-2049-157/+390
|\ \ \ \ \
| * \ \ \ \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-204-8/+24
| |\ \ \ \ \
| | * | | | | Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-202-0/+4
| | * | | | | Don't truncate image:// url strings prematurelyBea Lam2010-12-202-8/+20
| * | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-2045-149/+366
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | Quiet unused parameter warnings.Aaron McCarthy2010-12-201-0/+3
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-171-1/+2
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-12-178-35/+36
| | | |\ \ \ \
| | | * | | | | Fix waitForOpened not working with already active configurationVille Pernu2010-12-171-1/+2
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-174-1/+8
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |