summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/symbian/mmf/mediaplayer/s60mediastreamcontrol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Code clean up in Symbian MMF backendGareth Stockwell2011-11-251-54/+1
| | | | | | | | | | | | | | | | | | | | No functional changes * Qt code style fixes * Correct whitespace * Indenting * Space around parentheses and operators * Removed excessive blank lines * Correct brace placement * Moved S60MediaSettings class into its own file * Moved some function implementations out of line * Removed uninformative API doc comments * Replaced use of Symbian TBool values (ETrue/EFalse) and macros (TRUE/FALSE) with true/false * Replaced use of NULL with 0 * Removed unnecessary #include directives * Changed some helpers from member to free functions Reviewed-by: TrustMe
* Moved s60mmftrace.h header out of mmf subdirectoryGareth Stockwell2011-11-091-1/+1
| | | | | | This allows the trace macros to be used by other Symbian multimedia backends. Reviewed-by: TrustMe
* Cleaned up trace in Symbian MMF backendGareth Stockwell2011-10-061-33/+6
| | | | | | | | | * Replaced RDebug-based macros with qDebug versions, allowing use of Qt pretty-printing * Removed all trace from trivial accessor functions * Removed verbose / redundant trace Reviewed-by: TrustMe
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Debug Macros & Doxygen commentsVinod Maralad2011-03-071-0/+76
| | | | Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
* Symbian: Implemented QStreamControl for s60 backend + some neededMarkus Nolvi2010-09-221-0/+125
refactoring