summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
Commit message (Expand)AuthorAgeFilesLines
* QScopedPointer makes code simpler.Frans Englich2009-09-102-5/+3
* Fixed problems with compiling for ARMV5Gareth Stockwell2009-09-109-16/+9
* Improve signal connections between MediaObject and AbstractPlayer.Frans Englich2009-09-095-14/+10
* Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-0915-96/+129
* Work on extending the framework for accomodating effects.Frans Englich2009-09-0922-53/+967
* Modified file-loading code to use QDir::toNativeSeparatorsGareth Stockwell2009-09-073-25/+4
* Refactored object tree dumping framework into a separate DLLGareth Stockwell2009-09-0710-14/+88
* Added a macro for setting video output region to nullGareth Stockwell2009-09-072-37/+10
* Added visitor-based object tree dumping framework, which dumps details of Sym...Gareth Stockwell2009-09-0710-61/+1139
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-09-014-151/+11
|\
| * Reformatted code to comply with Qt styleGareth Stockwell2009-08-2726-1686/+1591
| * Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-2726-33/+112
| * Added more tracing to VideoPlayerGareth Stockwell2009-08-271-14/+15
* | Video playback now visible; flickering problems now observedGareth Stockwell2009-08-283-28/+45
* | Deferred call to CVideoPlayerUtility::SetDisplayWindowL until MMF controller ...Gareth Stockwell2009-08-282-5/+39
* | 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-2826-1686/+1591
* | Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-2827-33/+251
* | Added more tracing to VideoPlayerGareth Stockwell2009-08-281-14/+15
|/
* Wrapped VideoOuput::dump() in a macro for easier removal later onGareth Stockwell2009-08-264-2/+10
* Added VideoOutputObserver, to propagate screen region updates back to VideoPl...Gareth Stockwell2009-08-266-24/+111
* Removed over-riding signal declaration from VideoPlayer.Gareth Stockwell2009-08-265-26/+7
* Updated the TODO listGareth Stockwell2009-08-261-0/+10
* Added a bit more tracing for debugging video visibilityGareth Stockwell2009-08-264-18/+25
* Made video playback visible using a couple of hacksGareth Stockwell2009-08-256-7/+115
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-2511-47/+94
* Modified video player to call updateGeometry on video display widget; having ...Gareth Stockwell2009-08-254-30/+132
* Added TODO item for fixing up code indenting / formattingGareth Stockwell2009-08-251-0/+5
* Removed 'fix mediaplayer.exe UI' from the TODO listGareth Stockwell2009-08-251-3/+0
* Implemented Backend::availableMimeTypesGareth Stockwell2009-08-257-34/+81
* Fixed problem which caused duplicate entries to appear in media player file l...Gareth Stockwell2009-08-243-16/+2
* Added TODO listGareth Stockwell2009-08-241-0/+58
* Added spaces to trace output for better alignmentGareth Stockwell2009-08-241-2/+2
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-2113-40/+198
* Further tidied up volume handlingGareth Stockwell2009-08-2120-163/+231
* Tidied up trace statementsGareth Stockwell2009-08-218-51/+125
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-208-40/+118
* Added stub VideoWidget implementationGareth Stockwell2009-08-204-7/+202
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-2015-237/+364
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-2012-110/+199
* Tidying up: removing commented-out codeGareth Stockwell2009-08-191-13/+0
* Merged in DummyPlayer changesGareth Stockwell2009-08-194-137/+257
|\
| * Add the DummyPlayer, as discussed with Gareth.Frans Englich2009-08-184-125/+243
* | Added missing return statementGareth Stockwell2009-08-191-0/+1
* | Started work on VideoPlayer implementationGareth Stockwell2009-08-192-6/+12
* | Started work on VideoPlayer implementationGareth Stockwell2009-08-189-123/+210
* | Refactored AudioPlayer and VideoPlayer to separate out common code into Abstr...Gareth Stockwell2009-08-188-1079/+730
|/
* Merged recognizer changes with abstraction for audio / video playback.Gareth Stockwell2009-08-1810-555/+1864
|\
| * Rename mmf_videoplayer back to videoplayer, apparently the includes can beFrans Englich2009-08-173-2/+2