Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Symbian: More i18n strings work. | Frans Englich | 2009-12-07 | 1 | -33/+31 |
| | | | | | | | | * Consistently capitalize error sentences * Simplify & fix code/documentation. Task-number: QTBUG-4994 Reviewed-by: TrustMe | ||||
* | Added error strings to Phonon MMF backend | Gareth Stockwell | 2009-12-02 | 1 | -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 Englich | 2009-11-06 | 1 | -4/+12 |
| | | | | | Task-number: QTBUG-5355 Reviewed-by: TrustMe | ||||
* | sed -i -e 's/for(/for (/g' `find -name "*.cpp" -or -name "*.h" -or -name | Frans Englich | 2009-10-15 | 1 | -1/+1 |
| | | | | "*.pro"` | ||||
* | sed -i -e 's/if(/if (/g' `find -name "*.cpp" -or -name "*.h" -or -name | Frans Englich | 2009-10-15 | 1 | -2/+2 |
| | | | | "*.pro"` | ||||
* | Use QT_NO_DEBUG, not _DEBUG. | Frans Englich | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | qdoc: Marked some undocumented Phonon classes internal | Martin Smith | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | qdoc: Marked some undocumented Phonon classes internal | Martin Smith | 2009-10-01 | 1 | -0/+12 |
| | |||||
* | Make local function static. | Frans Englich | 2009-09-24 | 1 | -1/+1 |
| | | | | Addresses review comment. | ||||
* | Adopt Qt coding style. | Frans Englich | 2009-09-24 | 1 | -60/+60 |
| | |||||
* | Added a utility function which samples a number of pixels from the screen, ↵ | Gareth Stockwell | 2009-09-23 | 1 | -0/+13 |
| | | | | and writes their colors to the debug log | ||||
* | Added a utility function for reading color of individual pixels from the screen | Gareth Stockwell | 2009-09-23 | 1 | -0/+75 |
| | |||||
* | Modified file-loading code to use QDir::toNativeSeparators | Gareth Stockwell | 2009-09-07 | 1 | -15/+0 |
| | |||||
* | Reformatted code to comply with Qt style | Gareth Stockwell | 2009-08-28 | 1 | -14/+10 |
| | |||||
* | Wrapped code using QT_BEGIN/END_NAMESPACE macros | Gareth Stockwell | 2009-08-28 | 1 | -0/+6 |
| | |||||
* | Implemented Backend::availableMimeTypes | Gareth Stockwell | 2009-08-25 | 1 | -0/+21 |
| | |||||
* | Tidied up trace statements | Gareth Stockwell | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | Commit patch by Gareth. | Frans Englich | 2009-08-12 | 1 | -0/+46 |
The patch originally contained all changed done to MMF Phonon, but this commit contains the changes only Gareth did. |