summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2642-168/+456
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2542-168/+456
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingAndrew den Exter2010-02-2527-71/+221
| | |\
| | | * QT7; Fix warnings.Justin McPherson2010-02-251-31/+43
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-stagingJustin McPherson2010-02-257-34/+86
| | | |\
| | | | * Fixed QTMoview object leak.Dmytro Poplavskiy2010-02-252-2/+4
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingDmytro Poplavskiy2010-02-252-0/+10
| | | | |\
| | | | | * QMediaContent: Add a convenience method to retrieve the QNetworkRequest.Justin McPherson2010-02-252-0/+10
| | | | * | Use the monitor color space for video output.Dmytro Poplavskiy2010-02-252-4/+34
| | | | * | Try to start media playback on all load state changes.Dmytro Poplavskiy2010-02-252-30/+40
| | | | |/
| | | * | Qt namespace fixes.Justin McPherson2010-02-2519-6/+92
| | | |/
| | * | Make the Direct Show media service compile with a Qt namespace.Andrew den Exter2010-02-251-2/+2
| | * | Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-2510-45/+152
| | * | Test for the existance of the Windows Media SDK in configure.Andrew den Exter2010-02-251-1/+1
| | * | Remove all uses of __uuidof from the Direct Show media service.Andrew den Exter2010-02-2510-51/+59
| | |/
| | * QT7; Add support for setting cookies when loading a movie.Justin McPherson2010-02-251-4/+27
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into mast...Qt Continuous Integration System2010-02-262-7/+5
|\ \ \
| * \ \ Merge commit 'f17ba38d5380e458b50ae543b34c52b2a2df8e7e' into bearermanagement...Aaron McCarthy2010-02-261-7/+4
| |\ \ \
| | * | | Fix file descriptor leak with generic engine on Linux.Aaron McCarthy2010-02-251-7/+4
| * | | | Fix Symbian build when building for WINSCW with abld.Aaron McCarthy2010-02-261-0/+1
| | |/ / | |/| |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-2543-477/+840
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
| * | | Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22
| * | | QRegExp::pos() should return -1 for empty/non-matching capturesJoão Abecasis2010-02-251-3/+8
| * | | Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-251-1/+1
| * | | 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-2440-473/+800
| |\ \ \ | | |_|/ | |/| |
| | * | 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
| | * | Compile on Linux: close(2) is defined in #include <unistd.h>Thiago Macieira2010-02-241-0/+1
| | * | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-242-241/+207
| | * | 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-2482-222/+15281
| | |\ \
| | | * \ 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
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Benjamin Poulain2010-02-231271-65993/+217729
| | | | |\
| | | | * | Implement QString::fromLatin1_helper() with SSE2Benjamin Poulain2010-02-232-2/+31
| | | | * | Cache the result of qDetectCPUFeatures()Benjamin Poulain2010-02-232-11/+27
| | | | * | Move the SIMD detection from QtGui to QtCoreBenjamin Poulain2010-02-236-203/+375
| | * | | | Prevent stale QWidget pointers in QCocoaViewMorten Johan Sørvig2010-02-234-3/+69
| | | |_|/ | | |/| |
* | | | | Fix point drawing in QPainter.Gunnar Sletta2010-02-251-1/+1
* | | | | Merge remote branch 'origin/master'Olivier Goffart2010-02-2425-52/+117
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2424-57/+124
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2424-57/+124
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Add -mediaservice argument to configure.Andrew den Exter2010-02-241-11/+13
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2323-46/+111
| | | |\ \ \