| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.6' into 4.6 | Paul Olav Tvete | 2010-02-05 | 1 | -31/+22 |
|\ |
|
| * | I10n: Use 'real' Linguist comments in Phonon::EnvironmentalReverb | Friedemann Kleint | 2010-02-04 | 1 | -31/+22 |
|
|
* | | Merge remote branch 'staging/4.6' into 4.6 | Samuel Rødal | 2010-02-04 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | fix crash in Phonon::DS9 backend | Joerg Bornemann | 2010-02-01 | 1 | -0/+3 |
|
|
* | | Added descriptions of translatable strings for Phonon MMF reverb effect | Gareth Stockwell | 2010-02-03 | 1 | -1/+21 |
|
|
* | | Corrected namespace for Phonon::MMF translatable error strings | Gareth Stockwell | 2010-02-03 | 1 | -1/+1 |
|/ |
|
* | Workaround for compiler error with MWCC (Symbian emulator) | Shane Kearns | 2010-01-18 | 8 | -12/+12 |
|
|
* | Added enable/disable parameter to each effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 12 | -68/+74 |
|
|
* | Simplified error handling for audio effects | Gareth Stockwell | 2010-01-11 | 12 | -31/+33 |
|
|
* | Implemented stereo widening effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 3 | -1/+161 |
|
|
* | Implemented reverb effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -2/+283 |
|
|
* | Implemented loudness effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 3 | -0/+146 |
|
|
* | Implemented bass boost in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -11/+42 |
|
|
* | Refactored AbstractAudioEffect to reduce redundancy in derived classes | Gareth Stockwell | 2010-01-11 | 6 | -41/+37 |
|
|
* | Removed unnecessary check in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 1 | -5/+3 |
|
|
* | Added a macro to reduce boilerplate code in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -17/+35 |
|
|
* | Removed dependency of EffectFactory on native effect headers | Gareth Stockwell | 2010-01-11 | 6 | -60/+48 |
|
|
* | Delayed creation of audio effect object until audio is initialized | Gareth Stockwell | 2010-01-11 | 8 | -23/+63 |
|
|
* | Modified effect parameter handling to improve user experience | Gareth Stockwell | 2010-01-11 | 8 | -23/+173 |
|
|
* | Added comments to clarify usage of Phonon::EffectParameter API | Gareth Stockwell | 2010-01-11 | 1 | -8/+9 |
|
|
* | Shortened description of audio equalizer bands | Gareth Stockwell | 2010-01-11 | 1 | -1/+1 |
|
|
* | Implemented audio effects capability querying in Phonon MMF backend | Gareth Stockwell | 2010-01-08 | 10 | -132/+225 |
|
|
* | Corrected parameter name ordering in internal Phonon MMF function signatures | Gareth Stockwell | 2010-01-08 | 2 | -4/+4 |
|
|
* | Fixed typo in Phonon::EffectWidget implementation | Gareth Stockwell | 2010-01-08 | 1 | -1/+1 |
|
|
* | Fixed build breakage on S60 3.1 due to audio effects changes | Gareth Stockwell | 2010-01-08 | 6 | -31/+10 |
|
|
* | Implemented node disconnection in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 20 | -194/+348 |
|
|
* | Removed dead code from Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 1 | -12/+2 |
|
|
* | Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark. | Gareth Stockwell | 2009-12-08 | 2 | -2/+25 |
|
|
* | Implemented support for playlist handling in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 12 | -170/+129 |
|
|
* | Changed call sequence of seeking in Phonon MMF backend, for streaming | Gareth Stockwell | 2009-12-08 | 2 | -19/+11 |
|
|
* | Implemented buffer status notifications in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 9 | -62/+162 |
|
|
* | Added support for streaming playback to Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 8 | -6/+30 |
|
|
* | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp... | Gareth Stockwell | 2009-12-08 | 2 | -34/+34 |
|\ |
|
| * | Symbian: More i18n strings work. | Frans Englich | 2009-12-07 | 2 | -34/+34 |
|
|
* | | Phonon MMF: leaves during object construction throw exceptions | Gareth Stockwell | 2009-12-08 | 2 | -9/+7 |
|
|
* | | Removed stale TODO comments from Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 3 | -4/+1 |
|/ |
|
* | Fixed bug which caused Phonon backend error messages to be suppressed | Gareth Stockwell | 2009-12-02 | 2 | -6/+7 |
|
|
* | Added error strings to Phonon MMF backend | Gareth Stockwell | 2009-12-02 | 8 | -51/+170 |
|
|
* | Clip video rect to physical screen dimensions | Gareth Stockwell | 2009-11-26 | 1 | -1/+12 |
|
|
* | Tidied up logic of retrieving video window in Phonon MMF backend | Gareth Stockwell | 2009-11-26 | 1 | -2/+1 |
|
|
* | Suspend DSA while drawing is in progress | Gareth Stockwell | 2009-11-26 | 4 | -1/+85 |
|
|
* | Changed video widget native paint mode to zero-fill native window | Gareth Stockwell | 2009-11-26 | 2 | -7/+2 |
|
|
* | Fix for compile error in Phonon MMF backend | Gareth Stockwell | 2009-11-19 | 6 | -58/+12 |
|
|
* | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-11-19 | 7 | -23/+23 |
|\ |
|
| * | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 7 | -23/+23 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Justin McPherson | 2009-11-17 | 32 | -422/+453 |
|\ \
| |/ |
|
| * | Merge commit 's60/4.6' into mmfphonon | Frans Englich | 2009-11-16 | 100 | -153/+267 |
| |\ |
|
| | * | Merge commit upstream/4.6 into oslo-staging-2/4.6 | Olivier Goffart | 2009-11-13 | 99 | -146/+249 |
| | |\ |
|
| | | * | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-11-13 | 1 | -2/+3 |
| | | |\ |
|
| | | * | | Phonon; Integrate changes to .desktop file | Justin McPherson | 2009-11-12 | 1 | -0/+42 |
|
|