summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug, it's phonon-backend, not phonon_backend.Frans Englich2009-09-141-2/+2
|
* Reserve & use UIDs.Frans Englich2009-09-142-4/+5
|
* Remove an unimplementable TODO.Frans Englich2009-09-101-1/+0
| | | | MvpuoPrepareComplete()'s TInt aError doesn't map to Phonon::ErrorType.
* Invoke on appropriate states in seek().Frans Englich2009-09-101-7/+21
|
* Fix whitespace.Frans Englich2009-09-101-3/+3
|
* Remove an unimplementable TODO.Frans Englich2009-09-101-4/+2
| | | | MvpuoOpenComplete's TInt aError doesn't map to Phonon::ErrorType.
* QScopedPointer makes code simpler.Frans Englich2009-09-102-5/+3
|
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Gareth Stockwell2009-09-101-5/+3
|\ | | | | | | mmfphonon
| * Simplify inclusion of osextensions.Frans Englich2009-09-091-5/+3
| |
* | Fixed problems with compiling for ARMV5Gareth Stockwell2009-09-1010-17/+10
|/ | | | | | - Forward declaration of QScopedPointer containee type was causing an error - Audio effect libraries were declared in the .pro file as e.g. -lBassBoostEffect.lib, causing toolchain to try to link statically - Added several missing MMF:: namespace qualifiers
* Added epoc32/include/osextensions include path, necessary to compile in S60 ↵Gareth Stockwell2009-09-091-0/+2
| | | | 5.0 environment
* Improve signal connections between MediaObject and AbstractPlayer.Frans Englich2009-09-095-14/+10
| | | | | MediaObject deals with an AbstractPlayer, so make sure we have the signals declared in that base class, instead of individually in each sub-class.
* Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-0916-100/+133
| | | | | Previously the MediaObject propagation was only done for effects, but now it's for all kinds of nodes. This is needed for AudioOutput.
* Work on extending the framework for accomodating effects.Frans Englich2009-09-0924-67/+993
| | | | | | | | | This extends the framework for being able to handle audio effects, largely affecting how the audio chain is set up, connected and disconnected, and therefore the Backend has been refactored slightly, and the class MediaNode introduced, see its documentation. In addition two effects has been written: BassBoost and AudioEqualizer.
* Modified file-loading code to use QDir::toNativeSeparatorsGareth Stockwell2009-09-073-25/+4
|
* Refactored object tree dumping framework into a separate DLLGareth Stockwell2009-09-0713-102/+197
|
* Oops: removed .lib from libraries in mmf.pro so they are now dynamically linkedGareth Stockwell2009-09-071-6/+6
|
* Modified MediaPlayer to set names on its child QObject instancesGareth Stockwell2009-09-071-0/+14
| | | | This is useful for debugging, as it helps to associate nodes in the object tree with the corresponding source code.
* Added a macro for setting video output region to nullGareth Stockwell2009-09-072-37/+10
| | | | This is useful when debugging problems with the interaction between video rendering, Qt widget rendering and the underlying native control / window system.
* Added macros to QtGui for controlling whether widgets are window-owningGareth Stockwell2009-09-074-6/+96
| | | | | | | | | There are two macros defined in src/gui/kernel/window_owning_control.h: If this is defined, then calling QWidget::winId causes a native window to be created for the associated control If QWIDGET_OWNS_WINDOW is defined, defining this macro means that the parent window for the newly created window is the parent widget's winId. This in turn means that calling QWidget::winId causes native windows to be created for all ancestors of the target widget. If this macro is undefined, the parent window is the parent widget's effectiveWinId.
* Added logging to QWidgetPrivate and QSymbianControlGareth Stockwell2009-09-072-15/+240
|
* Added visitor-based object tree dumping framework, which dumps details of ↵Gareth Stockwell2009-09-0711-61/+1154
| | | | Symbian control / window associated with each widget
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Gareth Stockwell2009-09-014-151/+11
|\ | | | | | | mmfphonon
| * Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Gareth Stockwell2009-08-270-0/+0
| |\ | | | | | | | | | mmfphonon
| | * Reformatted code to comply with Qt styleGareth Stockwell2009-08-2725-1681/+1591
| | |
| * | 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
| |
* | Modified hide_sys to correctly mirror action of show_sysGareth Stockwell2009-09-011-1/+1
| |
* | Video playback now visible; flickering problems now observedGareth Stockwell2009-08-283-28/+45
| |
* | Modified show_sys to call ActivateL on all window-owning controlsGareth Stockwell2009-08-282-3/+10
| |
* | Deferred call to CVideoPlayerUtility::SetDisplayWindowL until MMF controller ↵Gareth Stockwell2009-08-282-5/+39
| | | | | | | | has been loaded
* | Further modifications to native window resizing codeGareth Stockwell2009-08-282-26/+21
| |
* | Added code to VideoOutput for painting the video region (currently commented ↵Gareth Stockwell2009-08-281-4/+5
| | | | | | | | out)
* | Experimenting to try and get video to be visibleGareth Stockwell2009-08-281-4/+13
| |
* | First draft of QWidgetPrivate::setWSGeometry for S60Gareth Stockwell2009-08-282-4/+151
| |
* | Removed qobject_cast as per suggestion from Jason BarronGareth Stockwell2009-08-281-6/+3
| |
* | Removed call to CCoeControl::SetContainerWindowL for child widgetsGareth Stockwell2009-08-281-3/+0
| |
* | Oops: fixed 'Made non-toplevel widgets window-owning'Gareth Stockwell2009-08-281-1/+1
| |
* | Reformatted code to comply with Qt styleGareth Stockwell2009-08-2826-1686/+1591
| |
* | Made non-toplevel widgets window-owningGareth Stockwell2009-08-281-2/+7
| |
* | 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 ↵Gareth Stockwell2009-08-267-24/+112
| | | | VideoPlayer
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Gareth Stockwell2009-08-264-4/+21
|\ | | | | | | mmfphonon
| * Rename mediaplayer to qmediaplayer, and make it an example on Symbian.Frans Englich2009-08-264-4/+21
| | | | | | | | | | | | We rename mediaplayer to qmediaplayer to avoid it clashing with Symbian's default media player. We also install it as an example, in order to be able to show case Phonon.
* | Removed over-riding signal declaration from VideoPlayer.Gareth Stockwell2009-08-265-26/+7
|/ | | | | | | | This was causing the stateChanged signal not to propagate up to the Phonon client. In the case of the mediaplayer demo, this causes the app not to show() the ancestor of the VideoWidget, resulting in the layout not being updated when the clip has been loaded. This means that the hack to explicitly call show() on this ancestor from the backend has been removed. Now the layout is correctly updated, but the size of VideoOutput::winId()->Rect() is still incorrect, so the hack to hard-code the screen rectangle passed to CVideoPlayerUtility is left in place.
* Updated the TODO listGareth Stockwell2009-08-261-0/+10
|
* Added a bit more tracing for debugging video visibilityGareth Stockwell2009-08-264-18/+25
|