Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Frans Englich | 2009-09-29 | 1 | -1/+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 | -1/+0 |
| | | | | | | | | Volume changes made before playback starts are now correctly propagated. | ||||
* | | Changes for fixing media object. | Frans Englich | 2009-09-29 | 1 | -40/+5 |
|/ | | | | | | | | | | | 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. | ||||
* | Improve signal connections between MediaObject and AbstractPlayer. | Frans Englich | 2009-09-09 | 1 | -6/+0 |
| | | | | | MediaObject deals with an AbstractPlayer, so make sure we have the signals declared in that base class, instead of individually in each sub-class. | ||||
* | Reformatted code to comply with Qt style | Gareth Stockwell | 2009-08-28 | 1 | -124/+123 |
| | |||||
* | Wrapped code using QT_BEGIN/END_NAMESPACE macros | Gareth Stockwell | 2009-08-28 | 1 | -0/+4 |
| | |||||
* | Added some missing signals in MediaObject; fixed seek slider in musicplayer.exe | Gareth Stockwell | 2009-08-25 | 1 | -1/+4 |
| | |||||
* | Further tidied up volume handling | Gareth Stockwell | 2009-08-21 | 1 | -3/+10 |
| | |||||
* | Started fleshing out the VideoPlayer implementation | Gareth Stockwell | 2009-08-20 | 1 | -0/+7 |
| | | | | | | Now loads, prepares and plays a clip, but the video is not visible because it's not yet wired up to a VideoWidget. Video 'playback' can be tested using the demos/mediaplayer application, but the menus are not displayed properly, so a video clip filename must be hardcoded in main.cpp and passed to the MediaPlayer constructor. | ||||
* | Implemented parameter copying between AbstractPlayer instances | Gareth Stockwell | 2009-08-20 | 1 | -12/+6 |
| | |||||
* | Added VolumeControlInterface to abstract details of path between MediaObject ↵ | Gareth Stockwell | 2009-08-20 | 1 | -15/+10 |
| | | | | and AudioOutput | ||||
* | Started work on VideoPlayer implementation | Gareth Stockwell | 2009-08-18 | 1 | -2/+6 |
| | |||||
* | Refactored AudioPlayer and VideoPlayer to separate out common code into ↵ | Gareth Stockwell | 2009-08-18 | 1 | -0/+148 |
AbstractMediaPlayer |