summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with QT_NO_DEBUG_STREAMOlivier Goffart2010-08-041-3/+0
* It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-038-26/+5
* It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATIONminiak2010-08-035-38/+2
* Fix MS Visual C++ 6.0 references in the documentationminiak2010-08-032-55/+47
* Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-0310-183/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-2821-102/+214
|\
| * Extend the build system to SSSE3Benjamin Poulain2010-07-261-0/+21
| * CPU feature detection for x86_64Andreas Kling2010-07-261-0/+67
| * Use the appropriate CPUID bitmap for detecting SSE3 etcAndreas Kling2010-07-261-6/+9
| * Register a few gesture-related types in the meta-type system.Denis Dzyubenko2010-07-231-0/+3
| * If the QEventDispatcherGlibc causes warnings, it should say soDaniel Molkentin2010-07-221-3/+3
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-211-0/+8
| |\
| | * fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-211-0/+8
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-211-0/+15
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-201-0/+15
| | |\ \ | | | |/ | | |/|
| | | * Add support for more vector instructions on x86Benjamin Poulain2010-07-201-0/+15
| * | | Added missing header to qstring.cpp.axis2010-07-211-0/+4
| |/ /
| * | doc: Fixed typos in QAbstractFileEngineIteratorRobert Loehning2010-07-201-3/+3
| |/
| * 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
* | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-1523-104/+184
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | | |/ | | |/|