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