| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Disabled by default.
Reviewed-by: Justin McPherson
|
|
|
|
| |
of playing from QIODevice based stream.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
doc/src/declarative/advtutorial1.qdoc
doc/src/declarative/tutorial2.qdoc
doc/src/declarative/tutorial3.qdoc
src/declarative/graphicsitems/qmlgraphicsmousearea.cpp
src/multimedia/playback/qmediaplayer.cpp
|
| | |
|
|/
|
|
| |
added/removed namespace macros as needed
|
| |
|
|
|
|
|
|
| |
Prepending the Qt namespace with QT_PREPEND_NAMESPACE in a
Q_DECLARE_METATYPE statement is unecessary and appears not to work with
signal declarations in QSignalSpy.
|
|
|
|
|
|
|
| |
This reverts aec0628295cda95f2169e3007368797ba6585ee3 and fixes the
actual problem, which is the destructors for for classes inheriting
QMediaObjectPrivate weren't being called resulting in QPointer
destructors also not being called.
|
|
|
|
|
|
| |
Explicitly clear the QPointer to QVideoWidget on destruction, otherwise
the destruction of the QVideoWidget will seeminly attempt to clear an
invalidated QPointer.
|
|
|
|
| |
from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
|
|
|