summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/videooutput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for video surfaces to Phonon MMF backendGareth Stockwell2010-03-181-303/+0
* Suspend DSA while drawing is in progressGareth Stockwell2009-11-261-0/+16
* Changed video widget native paint mode to zero-fill native windowGareth Stockwell2009-11-261-6/+1
* Merge commit 's60/4.6' into mmfphononFrans Englich2009-11-161-1/+1
|\
| * Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-091-1/+1
| |\
| | * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-1/+1
* | | Implemented aspect ratio and scale mode handling in Phonon MMF backendGareth Stockwell2009-11-131-28/+107
|/ /
* | Video screen region is updated in response to ancestors of video widgetGareth Stockwell2009-10-231-3/+27
|/
* Replace tabs with whitespace.Frans Englich2009-10-151-10/+10
* sed -i -e 's/if(/if (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-151-1/+1
* Use QT_NO_DEBUG, not _DEBUG.Frans Englich2009-10-151-2/+2
* Modified video widget to respond to WinIdChange eventsGareth Stockwell2009-10-091-0/+11
* Refactored event-handling code in video widgetGareth Stockwell2009-10-091-12/+13
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-0/+4
* Revert "Disable code, as we don't have the required code in QtGui."Frans Englich2009-09-281-8/+6
* Disable code, as we don't have the required code in QtGui.Frans Englich2009-09-241-6/+8
* Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-241-1/+1
* Modified video widget to set disableBlit flagGareth Stockwell2009-09-231-0/+8
* Removed transparency-blitting / -painting code from video widgetGareth Stockwell2009-09-231-104/+1
* Experimenting to make video visible.Gareth Stockwell2009-09-231-3/+33
* Added extra trace for investigation of 16MU blitting behaviourGareth Stockwell2009-09-231-1/+16
* Removed temporary hacks used during initial development of video widgetGareth Stockwell2009-09-231-10/+0
* Modified transparentFill to allow RGBA color to be specified more easily, for...Gareth Stockwell2009-09-231-2/+4
* Added function for writing transparent pixels directly to the backing storeGareth Stockwell2009-09-231-0/+47
* Modified video output widget to make video visible on target deviceGareth Stockwell2009-09-231-6/+10
* Fixes to include paths, required due to objectdump renamingGareth Stockwell2009-09-151-1/+1
* Rename objectdump to mmfphonondebug in order to avoid conflicts.Frans Englich2009-09-141-1/+1
* Refactored object tree dumping framework into a separate DLLGareth Stockwell2009-09-071-1/+1
* Added visitor-based object tree dumping framework, which dumps details of Sym...Gareth Stockwell2009-09-071-53/+20
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-09-011-12/+8
|\
| * Reformatted code to comply with Qt styleGareth Stockwell2009-08-271-66/+60
| * Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-271-6/+12
* | Video playback now visible; flickering problems now observedGareth Stockwell2009-08-281-20/+10
* | Added code to VideoOutput for painting the video region (currently commented ...Gareth Stockwell2009-08-281-4/+5
* | Experimenting to try and get video to be visibleGareth Stockwell2009-08-281-4/+13
* | Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-66/+60
* | Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-6/+12
|/
* Wrapped VideoOuput::dump() in a macro for easier removal later onGareth Stockwell2009-08-261-1/+4
* Added VideoOutputObserver, to propagate screen region updates back to VideoPl...Gareth Stockwell2009-08-261-1/+21
* Added a bit more tracing for debugging video visibilityGareth Stockwell2009-08-261-1/+2
* Made video playback visible using a couple of hacksGareth Stockwell2009-08-251-2/+67
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-251-8/+12
* Modified video player to call updateGeometry on video display widget; having ...Gareth Stockwell2009-08-251-2/+75
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-211-2/+8
* Further tidied up volume handlingGareth Stockwell2009-08-211-0/+45