summaryrefslogtreecommitdiffstats
path: root/src/multimedia/base/qvideowidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-944/+0
|
* Remove debug code disabling the video widget output control.Andrew den Exter2010-03-301-1/+0
| | | | Reviewed-by: Derick Hawcroft
* Force a repaint on changes in the native size of video frames.Andrew den Exter2010-03-301-0/+2
| | | | | | | This ensures old frame data is cleared when swithing to progressively smaller frame sizes. Reviewed-by: Derick Hawcroft
* Don't fill the video widget borders or background by default.Andrew den Exter2010-03-301-7/+26
| | | | | | | Can be enabled by settings setAutoFillBackground or the Qt::WA_OpaquePaintEvent to true. Reviewed-by: Dmytro Poplavskiy
* Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode.Andrew den Exter2010-03-181-38/+49
| | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy
* Doc: add \since 4.7 to new QtMultimedia classesVolker Hilsheimer2010-02-241-1/+1
|
* Don't clear the video output when the video widget is hidden.Andrew den Exter2010-02-081-3/+0
| | | | | | | | Changing the video output is a heavy task and is likely to interrupt playback. Not really worth the cost for knowing the video isn't being decoded while it cant be seen. This also applies to the QGraphicsVideoItem.
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-151-0/+916