summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Symbian: More i18n strings work.Frans Englich2009-12-071-33/+31
| | | | | | | | * Consistently capitalize error sentences * Simplify & fix code/documentation. Task-number: QTBUG-4994 Reviewed-by: TrustMe
* Added error strings to Phonon MMF backendGareth Stockwell2009-12-021-0/+98
| | | | | | | | | | Note that changing Utils from a namespace into a class, and then using Q_DECLARE_TR_FUNCTIONS in the class declaration, was necessary in order to be able to call tr(...) from the implementation of Utils::symbianErrorToString. Task-number: QTBUG-4994 Reviewed-by: Oswald Buddenhagen
* Fix qdoc errors in the MMF Phonon backend.Frans Englich2009-11-061-4/+12
| | | | | Task-number: QTBUG-5355 Reviewed-by: TrustMe
* sed -i -e 's/for(/for (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-151-1/+1
| | | | "*.pro"`
* sed -i -e 's/if(/if (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-151-2/+2
| | | | "*.pro"`
* Use QT_NO_DEBUG, not _DEBUG.Frans Englich2009-10-151-1/+1
|
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-1/+1
|
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-0/+12
|
* Make local function static.Frans Englich2009-09-241-1/+1
| | | | Addresses review comment.
* Adopt Qt coding style.Frans Englich2009-09-241-60/+60
|
* Added a utility function which samples a number of pixels from the screen, ↵Gareth Stockwell2009-09-231-0/+13
| | | | and writes their colors to the debug log
* Added a utility function for reading color of individual pixels from the screenGareth Stockwell2009-09-231-0/+75
|
* Modified file-loading code to use QDir::toNativeSeparatorsGareth Stockwell2009-09-071-15/+0
|
* Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-14/+10
|
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-0/+6
|
* Implemented Backend::availableMimeTypesGareth Stockwell2009-08-251-0/+21
|
* Tidied up trace statementsGareth Stockwell2009-08-211-2/+2
|
* Commit patch by Gareth.Frans Englich2009-08-121-0/+46
The patch originally contained all changed done to MMF Phonon, but this commit contains the changes only Gareth did.