summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-011-1/+4
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-011-1/+4
| | |\ \ \
| | | * | | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-1/+4
* | | | | | Doc: Fixed typos.David Boddie2010-03-041-3/+4
|/ / / / /
* | | | | Use QList::reserve() in QDataStream>>QListAndreas Kling2010-03-011-0/+1
* | | | | qDetectCPUFeatures: compile fix with namespaceshjk2010-03-011-2/+1
|/ / / /
* | | | Fix building with Sun CC 5.10: missing :: for the QWeakPointer declarationThiago Macieira2010-03-011-2/+2
| |/ / |/| |
* | | Don't use SSE2 if the emmintrin.h header wasn't found.Thiago Macieira2010-02-281-1/+1
* | | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-2720-43/+308
|\ \ \ | |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-263-12/+28
| |\ \
| | * \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-2622-49/+752
| | |\ \
| | * | | use QList::reserve() as appropriateOswald Buddenhagen2010-02-252-0/+6
| | * | | optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16
| | * | | suppress pointer aliasing warningsOswald Buddenhagen2010-02-241-3/+6
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-269-18/+101
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-269-18/+101
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
| | | * | Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
| | | * | Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-241-0/+7
| | | |\ \
| | | | * | More pedantry.Trond Kjernåsen2010-02-241-2/+2
| | | | * | Fix grammar.Trond Kjernåsen2010-02-241-2/+3
| | | | * | Doc: QFutureWatcher: specify that calls to setFuture should happen after the ...Olivier Goffart2010-02-241-0/+6
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-234-9/+67
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | doc: Added QScopedArrayPointer and corrected QScopedPointer snippet.Martin Smith2010-02-231-0/+55
| | | | * | doc: Corrected typo.Martin Smith2010-02-231-2/+2
| | | | * | doc: Added \obsolete.Martin Smith2010-02-232-7/+10
| | | * | | Always define Q_WS_S60 on Symbian unless configured with -no-s60.Jason Barron2010-02-231-1/+1
| | | * | | Enable window size caching on Symbian NGA variants.Jason Barron2010-02-231-0/+1
| | | * | | Use the SYMBIAN_BUILD_GCE macro to check if the GCE variant can be usedJason Barron2010-02-231-1/+1
| | | |/ /
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-221-3/+2
| | | |\ \
| | | | * | amend the doc, as suggested by rittkOswald Buddenhagen2010-02-221-3/+2
| * | | | | Merge remote branch 'qt/master' into qml-masterQt Continuous Integration System2010-02-267-11/+509
| |\ \ \ \ \ | | |/ / / /
| * | | | | Make sure that QEasingCurve::type when streamed is a quint8, as documentedLeonardo Sobral Cunha2010-02-261-2/+2
| * | | | | Fix qdatastream::compatibility_Qt3 autotest failureLeonardo Sobral Cunha2010-02-261-2/+2
| * | | | | Fix compilation: intptr_t -> quintptrThiago Macieira2010-02-251-2/+2
| * | | | | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-258-12/+178
| |\ \ \ \ \
| | * | | | | Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-242-1/+8
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-244-61/+201
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Fix compile error in QEasingCurveLeonardo Sobral Cunha2010-02-231-3/+3
| | * | | | | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-236-11/+170
* | | | | | | Fix compilation on solaris-g++-x86-64: emmintrin.h is not available.Thiago Macieira2010-02-261-1/+1
* | | | | | | Unbreak compilation of bootstrapped Qt tools after f3eab3d.Thiago Macieira2010-02-261-1/+1
* | | | | | | QUrl: document adding of hash functionPeter Hartmann2010-02-262-2/+9
* | | | | | | Don't lock the QMetaType custom types mutex unnecessarilyKent Hansen2010-02-261-26/+46
* | | | | | | Fix deadlock in QFSEventsFileSystemWatcherEngine.Morten Johan Sørvig2010-02-261-1/+10
* | | | | | | Improve lookup speed of QMetaType::type() for normalized typesKent Hansen2010-02-261-94/+103
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-257-11/+509
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
| * | | | | Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22