summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/videooutput.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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