summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qRound: do not do operation with double when qreal is floatOlivier Goffart2011-01-171-2/+2
* Fix the warnings when QBasicTimer are member of the ObjectPrivateOlivier Goffart2011-01-171-11/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17480-498/+586
|\
| * Fix QSystemSemaphore handle management issues in SymbianMiikka Heikkinen2011-01-131-4/+16
| * Allow use of command line parameters with RApaLsSession::StartApp.Miikka Heikkinen2011-01-113-8/+79
| * QTextCodec::codecForMib: actually use the cacheOlivier Goffart2011-01-111-1/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-10482-485/+485
| |\
| | * Update copyright year to 2011.Jason McDonald2011-01-10482-485/+485
| * | Fix handle leak in symbian QTimer implementationShane Kearns2011-01-101-2/+4
| |/
* | QProcessManager: minor optimizationRitt Konstantin2011-01-111-10/+6
* | fix warning "'SeedStorage* randTLS()' defined but not used"Konstantin Ritt2011-01-111-7/+7
* | remove unused header includeRitt Konstantin2011-01-111-3/+1
* | make the modifySemaphore() signal-safe on linuxRitt Konstantin2011-01-111-1/+6
* | deal with utcOffset in a correct wayRitt Konstantin2011-01-111-2/+4
* | handle O_NONBLOCK'ed pipes specific error on write()Ritt Konstantin2011-01-112-5/+12
* | move POSIX-specific debug to qprocess_unix.cppRitt Konstantin2011-01-112-3/+2
* | Fix reversed condition introduced in 9a6cfc07e5João Abecasis2011-01-101-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-01-082-2/+9
|\ \
| * | Fix compilation error on SolarisJoão Abecasis2011-01-071-0/+6
| * | Check elapsed time only onceJoão Abecasis2011-01-071-2/+3
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-0/+1
|\ \ \ | |/ / |/| / | |/
| * QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-306-12/+277
|\ \
| * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-246-12/+277
| |\ \
| | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-236-12/+277
| | |\ \
| | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-216-12/+277
| | | |\ \
| | | | * | QFile API: add API to specify if adopted file handles should be closedShane Kearns2010-12-206-12/+277
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-242-9/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-242-9/+92
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added int overloads to QPoint operator* and operator*=.Samuel Rødal2010-12-222-9/+92
| | |/ / /
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2420-158/+382
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2120-158/+382
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 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
| | * | | 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
| | * | | add write error handling to QTextStreamOswald Buddenhagen2010-12-162-18/+27
| | * | | add write error handling to QDataStreamOswald Buddenhagen2010-12-162-20/+38