summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow IAP to be selected in Phonon MMF backendRuth Sadler2011-01-111-2/+9
* Added qmake check for presence of RHttpDownloadMgr headerGareth Stockwell2010-10-031-3/+23
* Progressive download in Phonon MMF backend: integrated with playerGareth Stockwell2010-10-011-14/+134
* Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-021-5/+23
* Phonon MMF: ensure initial volume is appliedGareth Stockwell2010-04-151-3/+2
* Phonon MMF: calling pause() when in StoppedState triggers stateChanged()Gareth Stockwell2010-04-151-12/+53
* Phonon MMF: change to PausedState, not StoppedState when finishedGareth Stockwell2010-04-151-1/+1
* Phonon MMF: Suppress intermediate stateChanged() signalGareth Stockwell2010-04-151-7/+13
* Phonon MMF: Emit prefinishMarkReached(), finished() signalsGareth Stockwell2010-04-151-0/+1
* Ensure Phonon MMF backend emits aboutToFinishGareth Stockwell2010-03-311-4/+9
* Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
* Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-081-2/+23
* Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-081-38/+46
* Changed call sequence of seeking in Phonon MMF backend, for streamingGareth Stockwell2009-12-081-4/+10
* Implemented buffer status notifications in Phonon MMF backendGareth Stockwell2009-12-081-19/+61
* Added support for streaming playback to Phonon MMF backendGareth Stockwell2009-12-081-4/+4
* Fixed bug which caused Phonon backend error messages to be suppressedGareth Stockwell2009-12-021-5/+6
* Added error strings to Phonon MMF backendGareth Stockwell2009-12-021-10/+16
* Implemented aspect ratio and scale mode handling in Phonon MMF backendGareth Stockwell2009-11-131-4/+0
* Allowed execution of pause command when backend is in error stateGareth Stockwell2009-11-091-1/+1
* Implemented metadata handling in Phonon MMF backendGareth Stockwell2009-11-041-0/+21
* Fixed volume calculation in Phonon MMF backendGareth Stockwell2009-11-031-1/+2
* Fixed state bug in Phonon MMF backendGareth Stockwell2009-11-031-3/+3
* Improve error handling.Frans Englich2009-10-231-23/+13
* Replace tabs with whitespace.Frans Englich2009-10-151-15/+15
* Remove trailing whitespace.Frans Englich2009-10-151-1/+1
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-0/+4
* Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp...Frans Englich2009-09-291-13/+15
|\
| * Fixed problem which caused playback to always start at default volume.Gareth Stockwell2009-09-291-13/+15
* | Changes for fixing media object.Frans Englich2009-09-291-101/+39
|/
* Remove TODO comment.Frans Englich2009-09-241-1/+0
* Invoke on appropriate states in seek().Frans Englich2009-09-101-7/+21
* Improve signal connections between MediaObject and AbstractPlayer.Frans Englich2009-09-091-1/+2
* Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-181/+166
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-3/+3
* Removed over-riding signal declaration from VideoPlayer.Gareth Stockwell2009-08-261-1/+1
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-251-0/+20
* Fixed problem which caused duplicate entries to appear in media player file l...Gareth Stockwell2009-08-241-1/+1
* Further tidied up volume handlingGareth Stockwell2009-08-211-33/+42
* Tidied up trace statementsGareth Stockwell2009-08-211-18/+9
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-201-7/+27
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-201-101/+41
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-201-23/+9
* Added missing return statementGareth Stockwell2009-08-191-0/+1
* Started work on VideoPlayer implementationGareth Stockwell2009-08-181-5/+11
* Refactored AudioPlayer and VideoPlayer to separate out common code into Abstr...Gareth Stockwell2009-08-181-0/+492