Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve error handling. | Frans Englich | 2009-10-23 | 1 | -9/+0 |
| | | | | | | | | | | | | | Errors reported via: * the DummyPlayer didn't work due to it not doing the usual state transitions/emission * MediaObject::setSource() due to errors being emitted before connections being set up. * A general state bug. Task-number: QTBUG-4752 Reviewed-by: Gareth Stockwell | ||||
* | qdoc: Marked some undocumented Phonon classes internal | Martin Smith | 2009-10-01 | 1 | -0/+4 |
| | |||||
* | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Frans Englich | 2009-09-29 | 1 | -10/+0 |
|\ | | | | | | | | | | | | | mmfphonon Conflicts: src/3rdparty/phonon/mmf/abstractplayer.cpp | ||||
| * | Fixed problem which caused playback to always start at default volume. | Gareth Stockwell | 2009-09-29 | 1 | -10/+0 |
| | | | | | | | | Volume changes made before playback starts are now correctly propagated. | ||||
* | | Changes for fixing media object. | Frans Englich | 2009-09-29 | 1 | -0/+3 |
|/ | | | | | | | | | | | This brings tst_MediaObject to 15/7, from previously not running. Changes involves: * Skipping .qrc related tests * Loading/mimetype detction from file:/ URIs * State fixes * As part of previous point, move state and error handling down in AbstractPlayer. | ||||
* | Reformatted code to comply with Qt style | Gareth Stockwell | 2009-08-28 | 1 | -3/+3 |
| | |||||
* | Wrapped code using QT_BEGIN/END_NAMESPACE macros | Gareth Stockwell | 2009-08-28 | 1 | -2/+3 |
| | |||||
* | Fixed problem which caused duplicate entries to appear in media player file ↵ | Gareth Stockwell | 2009-08-24 | 1 | -1/+1 |
| | | | | | | list. This was due to the backend returning an incorrect initial state value. Phonon::MMF::AbstractMediaPlayer::GroundState is now correctly mapped to Phonon::LoadingState. (Previously it mapped to Phonon::StoppedState). | ||||
* | Further tidied up volume handling | Gareth Stockwell | 2009-08-21 | 1 | -4/+10 |
| | |||||
* | Implemented parameter copying between AbstractPlayer instances | Gareth Stockwell | 2009-08-20 | 1 | -33/+27 |
| | |||||
* | Added VolumeControlInterface to abstract details of path between MediaObject ↵ | Gareth Stockwell | 2009-08-20 | 1 | -7/+7 |
| | | | | and AudioOutput | ||||
* | Add the DummyPlayer, as discussed with Gareth. | Frans Englich | 2009-08-18 | 1 | -0/+137 |