Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-03-01 | 32 | -68/+868 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-... | Qt Continuous Integration System | 2010-02-26 | 9 | -18/+101 |
| |\ | |||||
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 9 | -18/+101 |
| | |\ | |||||
| | | * | Fix a signed/unsigned comparison compiler warning | João Abecasis | 2010-02-25 | 1 | -1/+1 |
| | | * | Cleaning of the patch to QTBUG-3168 | Benjamin Poulain | 2010-02-25 | 1 | -2/+2 |
| | | * | Patch to QTBUG-3168 | Carolina Gomes | 2010-02-25 | 1 | -5/+22 |
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-24 | 1 | -0/+7 |
| | | |\ | |||||
| | | | * | More pedantry. | Trond Kjernåsen | 2010-02-24 | 1 | -2/+2 |
| | | | * | Fix grammar. | Trond Kjernåsen | 2010-02-24 | 1 | -2/+3 |
| | | | * | Doc: QFutureWatcher: specify that calls to setFuture should happen after the ... | Olivier Goffart | 2010-02-24 | 1 | -0/+6 |
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-23 | 4 | -9/+67 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | doc: Added QScopedArrayPointer and corrected QScopedPointer snippet. | Martin Smith | 2010-02-23 | 1 | -0/+55 |
| | | | * | doc: Corrected typo. | Martin Smith | 2010-02-23 | 1 | -2/+2 |
| | | | * | doc: Added \obsolete. | Martin Smith | 2010-02-23 | 2 | -7/+10 |
| | | * | | Always define Q_WS_S60 on Symbian unless configured with -no-s60. | Jason Barron | 2010-02-23 | 1 | -1/+1 |
| | | * | | Enable window size caching on Symbian NGA variants. | Jason Barron | 2010-02-23 | 1 | -0/+1 |
| | | * | | Use the SYMBIAN_BUILD_GCE macro to check if the GCE variant can be used | Jason Barron | 2010-02-23 | 1 | -1/+1 |
| | | |/ | |||||
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-02-22 | 1 | -3/+2 |
| | | |\ | |||||
| | | | * | amend the doc, as suggested by rittk | Oswald Buddenhagen | 2010-02-22 | 1 | -3/+2 |
| * | | | | Merge remote branch 'qt/master' into qml-master | Qt Continuous Integration System | 2010-02-26 | 7 | -11/+509 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-25 | 7 | -11/+509 |
| | |\ \ \ | |||||
| | | * | | | Fix the SIMD implementations of QString::toLatin1() | Benjamin Poulain | 2010-02-25 | 1 | -7/+13 |
| | | * | | | Implement toLatin1_helper with Neon | Benjamin Poulain | 2010-02-25 | 1 | -0/+22 |
| | | * | | | QRegExp::pos() should return -1 for empty/non-matching captures | João Abecasis | 2010-02-25 | 1 | -3/+8 |
| | | * | | | Implement toLatin1_helper with SSE2 | Benjamin Poulain | 2010-02-24 | 1 | -6/+48 |
| | | * | | | Add an extra operator delete() to QSharedPointer's internals. | Thiago Macieira | 2010-02-24 | 1 | -0/+1 |
| | | * | | | Fix compilation on x86 with gcc if SSE2 is not enabled | Thiago Macieira | 2010-02-24 | 1 | -10/+3 |
| | | * | | | Comments the SSE implementation of fromLatin1_helper() | Benjamin Poulain | 2010-02-24 | 1 | -3/+9 |
| | | * | | | Build fixes for the SIMD functions | Benjamin Poulain | 2010-02-23 | 2 | -2/+4 |
| | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 | Benjamin Poulain | 2010-02-23 | 42 | -253/+668 |
| | | |\ \ \ | |||||
| | | * | | | | Implement QString::fromLatin1_helper() with SSE2 | Benjamin Poulain | 2010-02-23 | 2 | -2/+31 |
| | | * | | | | Cache the result of qDetectCPUFeatures() | Benjamin Poulain | 2010-02-23 | 1 | -7/+26 |
| | | * | | | | Move the SIMD detection from QtGui to QtCore | Benjamin Poulain | 2010-02-23 | 4 | -0/+373 |
| * | | | | | | Make sure that QEasingCurve::type when streamed is a quint8, as documented | Leonardo Sobral Cunha | 2010-02-26 | 1 | -2/+2 |
| * | | | | | | Fix qdatastream::compatibility_Qt3 autotest failure | Leonardo Sobral Cunha | 2010-02-26 | 1 | -2/+2 |
| * | | | | | | Fix compilation: intptr_t -> quintptr | Thiago Macieira | 2010-02-25 | 1 | -2/+2 |
| * | | | | | | Merge branch 'master' of git:qt/qt-qml | Thiago Macieira | 2010-02-25 | 8 | -12/+178 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Add support for qml imports directory in configure, qmake, and qmlengine | mae | 2010-02-24 | 2 | -1/+8 |
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-24 | 4 | -61/+201 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | * | | | | | Fix compile error in QEasingCurve | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 |
| | * | | | | | Add QEasingCurve as builtin metatype | Leonardo Sobral Cunha | 2010-02-23 | 6 | -11/+170 |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-23 | 8 | -25/+64 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Fix build with wingw | Thierry Bastian | 2010-02-22 | 2 | -6/+6 |
| | * | | | | | Imporve win64 support for mingw | Thierry Bastian | 2010-02-22 | 2 | -10/+9 |
| | * | | | | | Fix build on Mac OS X | Gabriel de Dietrich | 2010-02-22 | 1 | -1/+1 |
| | * | | | | | Compilation on symbian | Olivier Goffart | 2010-02-21 | 1 | -3/+3 |
| | * | | | | | Enable QT_USE_FAST_CONCATENATION by default for compiling Qt | Olivier Goffart | 2010-02-21 | 1 | -0/+10 |
| | * | | | | | Compile with QT_USE_FAST_OPERATOR_PLUS | Olivier Goffart | 2010-02-21 | 1 | -1/+1 |
| | * | | | | | QStringBuilder: Do not resize if not required. | Olivier Goffart | 2010-02-21 | 1 | -6/+22 |
| | * | | | | | QStringBuilder: reduce the size of the generated code | Olivier Goffart | 2010-02-21 | 1 | -0/+14 |
| | |/ / / / |