summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Extend the detection of CPU feature for x86Benjamin Poulain2010-07-192-1/+17
* Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-184-8/+8
* Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-176-14/+16
|\
| * Added LatinAmericaAndTheCaribbean country to the doc.Denis Dzyubenko2010-07-161-0/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-135-14/+15
| |\
| | * doc: Fixed several qdoc warnings.Martin Smith2010-07-131-2/+2
| | * doc: Fixed several qdoc warnings.Martin Smith2010-07-132-3/+4
| | * Fixing merge conflicts.Martin Smith2010-07-131-0/+6
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-102-9/+9
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-102-9/+9
| | | |\ \
| | | | * | QIODPLB: Sync behavior of ungetBlock() and ungetChar()Andreas Kling2010-07-091-1/+1
| | | | * | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-2/+2
| | | | * | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-6/+6
* | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-155-72/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Compile when bootstrapping qmakeBradley T. Hughes2010-07-131-4/+12
| * | | | | Fix regression in tst_qrand::testqrand()Bradley T. Hughes2010-07-132-8/+15
| * | | | | Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2010-07-091-14/+17
| * | | | | Fix a couple of memory leaks due to not releasing CFTypes on MacAndy Shaw2010-07-091-2/+2
| * | | | | CompileBradley T. Hughes2010-07-081-0/+1
| * | | | | QUUid::createUuid() should not generate identical sequences on UNIXBradley T. Hughes2010-07-082-58/+12
| * | | | | typos fixedJoerg Bornemann2010-07-071-1/+1
| * | | | | Revert "Support time zone designator in QDateTime::fromString() based on ISO ...Liang Qi2010-07-052-29/+3
| * | | | | Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-052-3/+29
| * | | | | Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
* | | | | | Revert "Making network reconnect happen after teardown."axis2010-07-131-6/+2
* | | | | | Revert "Adding some error checking for setdefaultif"axis2010-07-131-3/+1
* | | | | | Fixed a possible hanging bug in the Symbian networking.axis2010-07-131-1/+2
* | | | | | Fixed a network hanging bug on Symbian.axis2010-07-131-9/+8
| |_|_|_|/ |/| | | |
* | | | | Added some asserts to avoid race conditions in networking.axis2010-07-121-0/+6
| |/ / / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-101-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Set QThreads to be process critical automatically on Symbian OSShane Kearns2010-07-081-0/+8
| | |/ | |/|
* | | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+3
|/ /
* | add setNativeArguments() and nativeArguments()Oswald Buddenhagen2010-07-065-7/+67
* | fix bogus return value from qprocess::execute()Oswald Buddenhagen2010-07-061-4/+10
* | Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-052-3/+29
* | doc improvementsOswald Buddenhagen2010-07-031-5/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-031-21/+2
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-021-21/+2
| |\ \
| | * | Consolidate zlib configuration redundancyMark Brand2010-07-021-21/+2
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-036-27/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed symbian/linux-armcc mkspec when configured with -qtlibinfix.axis2010-07-021-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-025-14/+34
| |\ \ \ | | |/ /
| * | | Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
| * | | Avkon removal configured with -no-s60mread2010-07-014-25/+3
* | | | Crash when dragging with mingwThierry Bastian2010-07-022-3/+4
| |/ / |/| |
* | | Use built-in iconv on Solaris if availablePierre Rossi2010-06-301-0/+4
* | | Moc: fix compilation when templated types with multiple arguments are used.Olivier Goffart2010-06-301-4/+7
* | | Avoid calling time.elapsed() twice in abstract animationLeonardo Sobral Cunha2010-06-302-3/+4
* | | Adds slowdownFactor to UnifiedTimer in abstract animationLeonardo Sobral Cunha2010-06-302-4/+16
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-291-3/+3
|\ \ \ | |/ / |/| |