| Commit message (Expand) | Author | Age | Files | Lines |
* | Added QNetworkRequest constructor to QMediaResource. | Nicholas Young | 2010-02-04 | 3 | -3/+28 |
|
|
* | Construct the meta-object directly instead of using QMetaObjectBuilder. | Andrew den Exter | 2010-02-03 | 2 | -49/+175 |
|
|
* | Enable building the Direct Show media service plugin. | Andrew den Exter | 2010-02-03 | 1 | -2/+2 |
|
|
* | Enable building the Direct Show plugin without the Window Media SDK. | Andrew den Exter | 2010-02-03 | 4 | -4/+38 |
|
|
* | Share a single instance of DirectShowEventLoop between services. | Andrew den Exter | 2010-02-03 | 2 | -11/+13 |
|
|
* | Compile fix for DirectShowEventLoop. | Andrew den Exter | 2010-02-03 | 1 | -1/+1 |
|
|
* | Handle graph events in the service thread rather than the gui thread. | Andrew den Exter | 2010-02-03 | 2 | -233/+201 |
|
|
* | Send an EC_COMPLETE event from the video surface filter on end of stream | Andrew den Exter | 2010-02-03 | 3 | -3/+49 |
|
|
* | Clip the paint region of QGraphicsVideoItem to it's bounding rect. | Andrew den Exter | 2010-02-03 | 3 | -42/+64 |
|
|
* | Compile fix for DirectShowAudioEndpointControl. | Andrew den Exter | 2010-02-03 | 2 | -6/+11 |
|
|
* | Compile fix for Direct Show media service plug-in. | Andrew den Exter | 2010-02-03 | 1 | -1/+0 |
|
|
* | Add lost QmlMediaBase header file. | Andrew den Exter | 2010-02-02 | 1 | -0/+155 |
|
|
* | Export QPainterVideoSurface for QtWebKit. | Andrew den Exter | 2010-02-01 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia | Justin McPherson | 2010-01-29 | 2 | -2/+2 |
|\ |
|
| * | Fixed GStreamer Plugin. | Nicholas Young | 2010-01-29 | 2 | -2/+2 |
|
|
* | | Merge ../../qt/master | Justin McPherson | 2010-01-29 | 148 | -1286/+1789 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into ma... | Qt Continuous Integration System | 2010-01-28 | 6 | -13/+90 |
| |\ |
|
| | * | Merge branch 'master' of ../../qt/master | Justin McPherson | 2010-01-28 | 139 | -1065/+1536 |
| | |\ |
|
| * | | | Cocoa: implement usage of override cursors | Richard Moe Gustavsen | 2010-01-28 | 4 | -3/+43 |
|
|
| * | | | Fix regressions introduced in 3a5eb87965b60a3e249a16dc48cb06f4759dfb1b | João Abecasis | 2010-01-27 | 1 | -10/+10 |
|
|
| * | | | BenchLib: update the result format and self-test. | Thiago Macieira | 2010-01-27 | 1 | -1/+2 |
|
|
| * | | | Fix crash handler regression introduced by c7739f7dd. | Thiago Macieira | 2010-01-27 | 1 | -1/+2 |
|
|
| * | | | Make indexOfMethod not crash when going through a metaobject with methodCount... | Thiago Macieira | 2010-01-27 | 1 | -2/+5 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into ma... | Pulse Build System | 2010-01-27 | 5 | -214/+201 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Optimise QStringList::join by pre-allocating the final size. | Thiago Macieira | 2010-01-26 | 1 | -0/+10 |
|
|
| | * | | Whitespace cleanup | Ritt Konstantin | 2010-01-26 | 1 | -68/+18 |
|
|
| | * | | cleanups & styling fixes | Ritt Konstantin | 2010-01-26 | 1 | -47/+46 |
|
|
| | * | | QFileInfo: Implement additional caching of FileOwner strings | Ritt Konstantin | 2010-01-26 | 2 | -2/+18 |
|
|
| | * | | qfileinfo_p.h: removed unnecessary dependency on QFSFileEngine | Ritt Konstantin | 2010-01-26 | 2 | -4/+4 |
|
|
| | * | | Simplify QFileInfoPrivate::getFileTime | Ritt Konstantin | 2010-01-26 | 1 | -18/+11 |
|
|
| | * | | QFileInfo: Don't re-stat files, when in caching mode | Ritt Konstantin | 2010-01-26 | 2 | -32/+44 |
|
|
| | * | | QFileInfoPrivate::Data: don't call clear() from constructors | Ritt Konstantin | 2010-01-26 | 1 | -4/+6 |
|
|
| | * | | fix regression introduced in 44766d2 | Ritt Konstantin | 2010-01-26 | 1 | -0/+2 |
|
|
| | * | | Add proper license headers to these files. | Thiago Macieira | 2010-01-26 | 1 | -39/+39 |
|
|
| | * | | Cocoa: qfiledialog test spits out memory warnings | Richard Moe Gustavsen | 2010-01-26 | 1 | -0/+3 |
|
|
| * | | | Fixed compile of QTriangulator on Solaris. | Kim Motoyoshi Kalland | 2010-01-26 | 1 | -5/+7 |
|
|
| * | | | Fix compile on MSVC 2003. ARRAYSIZE macro doesn't exit. | Alexis Menard | 2010-01-26 | 1 | -1/+1 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-26 | 5 | -71/+11 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-25 | 5 | -71/+11 |
| | |\ \ |
|
| | | * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-22 | 7 | -73/+13 |
| | | |\ \ |
|
| | | | * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-22 | 7 | -73/+13 |
| | | | |\ \ |
|
| | | | | * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-22 | 7 | -73/+13 |
| | | | | |\ \ |
|
| | | | | | * | | Fixed compile for wincewm60standard-msvc2008 (attempt 2) | Rohan McGovern | 2010-01-22 | 1 | -3/+2 |
|
|
| | | | | | * | | Fixed compile for wincewm60standard-msvc2008. | Rohan McGovern | 2010-01-22 | 1 | -1/+2 |
|
|
| | | | | | * | | Fixed compile. | Rohan McGovern | 2010-01-22 | 1 | -1/+1 |
|
|
| | | | | | * | | Fixed compile for wincewm60standard-msvc2008. | Rohan McGovern | 2010-01-22 | 1 | -1/+26 |
|
|
| | | | | | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-22 | 7 | -102/+65 |
| | | | | | |\ \ |
|
| | | | | | | * | | build fix for mingw | Thierry Bastian | 2010-01-18 | 1 | -1/+9 |
|
|
| | | | | | | * | | Build fix for MSVC2005 and older SDK | Thierry Bastian | 2010-01-18 | 3 | -31/+47 |
|
|
| | | | | | | * | | QStyleSheetStyle: Fixed some text croped when having padding with native border. | Olivier Goffart | 2010-01-08 | 1 | -1/+1 |
|
|