summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1David Boddie2010-02-2580-169/+7129
|\
| * Doc: add a few lines about bearer managment to "What's New" page.Volker Hilsheimer2010-02-251-0/+8
| * Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
| * Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-252-6/+617
| * New data set for QScriptValue autotest generator.Jedrzej Nowacki2010-02-251-0/+6
| * Autotest: make tst_qchar run out-of-source tooThiago Macieira2010-02-252-4/+2
| * Autotest: add a test for roundtrips through toLatin1/fromLatin1Thiago Macieira2010-02-251-0/+107
| * Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22
| * QRegExp::pos() should return -1 for empty/non-matching capturesJoão Abecasis2010-02-252-3/+101
| * Revert "qdoc: Finished "Inherited by" list for QML elements."Andreas Aardal Hanssen2010-02-256-44/+35
| * Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-253-29/+3
| * Add the Unicode normalisation properties.Thiago Macieira2010-02-241-0/+2650
| * Autotest: add a test for QDBusPendingCallWatcher use in threadsThiago Macieira2010-02-241-1/+56
| * Doc: placeholders for new feature highlights.Volker Hilsheimer2010-02-241-0/+6
| * doc: mark as reimplemented.Volker Hilsheimer2010-02-241-0/+3
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-2447-481/+4183
| |\
| | * Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-241-0/+3114
| | * New autotests cases for QScriptValue autotests generator.Jedrzej Nowacki2010-02-241-1/+36
| | * QScriptValue autotest generator templates change.Jedrzej Nowacki2010-02-241-0/+8
| | * Fix license template.Jedrzej Nowacki2010-02-241-2/+1
| | * QScriptValue::isQMetaObject crash fix.Jedrzej Nowacki2010-02-241-1/+1
| | * Implement toLatin1_helper with SSE2Benjamin Poulain2010-02-241-6/+48
| | * Doc: add \since 4.7 to new QtMultimedia classesVolker Hilsheimer2010-02-2422-8/+31
| | * Autotest: add a test to ensure that the Qt headers are clean.Thiago Macieira2010-02-242-1/+87
| | * Compile on Linux: close(2) is defined in #include <unistd.h>Thiago Macieira2010-02-241-0/+1
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2432-62/+181
| |\ \
| | * | QMediaContent test; make sure to use network.Justin McPherson2010-02-241-1/+1
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2431-61/+180
| | |\ \
| | | * | Rebuild configure.exeAndrew den Exter2010-02-241-0/+0
| | | * | Add -mediaservice argument to configure.Andrew den Exter2010-02-244-14/+43
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2326-47/+137
| | | |\ \
| | | | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2326-47/+137
| | | | |\ \
| | | | | * | Remove active qDebugs.Justin McPherson2010-02-2312-42/+38
| | | | | * | Player demo updated with more user-friendly previous button behaviour.Nicholas Young2010-02-232-1/+13
| | | | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingNicholas Young2010-02-2318-28/+212
| | | | | |\ \
| | | | | | * | Change qml.{h,cpp} -> multimediaqml.{h,cpp} in QtMultimedia.Justin McPherson2010-02-234-4/+4
| | | | | | * | Add private header warning.Justin McPherson2010-02-235-0/+54
| | | | | * | | Added QNetworkRequest constructor to QMediaContent.Nicholas Young2010-02-233-0/+28
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-241-2/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | compile fix with namespaces after a broken automatical mergehjk2010-02-241-2/+0
* | | | | | | | Doc: Added a config file for creating Simplified Chinese docs directly.David Boddie2010-02-252-1/+87
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-243-244/+343
* | | | | | | Fixed a gesture autotest.Denis Dzyubenko2010-02-241-1/+1
* | | | | | | Cache scene coordinates of a hotspot in a QGesture.Denis Dzyubenko2010-02-244-12/+22
* | | | | | | Add an extra operator delete() to QSharedPointer's internals.Thiago Macieira2010-02-241-0/+1
* | | | | | | Fix compilation on x86 with gcc if SSE2 is not enabledThiago Macieira2010-02-241-10/+3
* | | | | | | Comments the SSE implementation of fromLatin1_helper()Benjamin Poulain2010-02-241-3/+9
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Morten Johan Sørvig2010-02-24156-531/+24071
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-247-208/+427
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Build fixes for the SIMD functionsBenjamin Poulain2010-02-232-2/+4