summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/mmfphonon' into 4.6Gareth Stockwell2010-01-1223-226/+1145
|\
| * Added enable/disable parameter to each effect in Phonon MMF backendGareth Stockwell2010-01-1112-68/+74
| * Simplified error handling for audio effectsGareth Stockwell2010-01-1112-31/+33
| * Implemented stereo widening effect in Phonon MMF backendGareth Stockwell2010-01-114-1/+163
| * Implemented reverb effect in Phonon MMF backendGareth Stockwell2010-01-116-2/+285
| * Implemented loudness effect in Phonon MMF backendGareth Stockwell2010-01-114-0/+148
| * Implemented bass boost in Phonon MMF backendGareth Stockwell2010-01-115-11/+42
| * Refactored AbstractAudioEffect to reduce redundancy in derived classesGareth Stockwell2010-01-116-41/+37
| * Removed unnecessary check in Phonon MMF backendGareth Stockwell2010-01-111-5/+3
| * Added a macro to reduce boilerplate code in Phonon MMF backendGareth Stockwell2010-01-115-17/+35
| * Removed dependency of EffectFactory on native effect headersGareth Stockwell2010-01-116-60/+48
| * Delayed creation of audio effect object until audio is initializedGareth Stockwell2010-01-118-23/+63
| * Modified effect parameter handling to improve user experienceGareth Stockwell2010-01-119-23/+175
| * Added comments to clarify usage of Phonon::EffectParameter APIGareth Stockwell2010-01-111-8/+9
| * Shortened description of audio equalizer bandsGareth Stockwell2010-01-111-1/+1
| * Implemented audio effects capability querying in Phonon MMF backendGareth Stockwell2010-01-0811-132/+226
| * Corrected parameter name ordering in internal Phonon MMF function signaturesGareth Stockwell2010-01-082-4/+4
| * Fixed typo in Phonon::EffectWidget implementationGareth Stockwell2010-01-081-1/+1
* | Added absolute path to sqlite3.sis in s60installs.proMiikka Heikkinen2010-01-121-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-113-33/+8
|\ \
| * | Fix for QTBUG-7267 Qs60Style::drawControl() does not align CE_ItemViewItemJani Hautakangas2010-01-111-1/+1
| * | Fix for QTBUG-6408 QFontEngineS60::QFontEngineS60 called hundreds ofJani Hautakangas2010-01-112-32/+7
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-113-4/+14
|\ \ \
| * | | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-113-4/+14
* | | | (Sqlite2) Fix for QTBUG-6421Bill King2010-01-111-4/+12
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Add texture glyph width cache default.Stefano Pironato2010-01-081-1/+5
* | | | Merge commit 'origin/mmfphonon' into 4.6Gareth Stockwell2010-01-086-31/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed build breakage on S60 3.1 due to audio effects changesGareth Stockwell2010-01-086-31/+10
* | | | Added a flag to avoid construction of application panes.axis2010-01-085-5/+26
* | | | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
* | | | Fixed a doc error.axis2010-01-081-1/+0
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0832-508/+871
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for QTBUG-5870 QGraphicsProxyWidget does not show children onJani Hautakangas2010-01-081-3/+10
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0731-505/+861
| |\ \ \
| | * | | Deploy sqlite3.sis instead of sqlite3.dll in SymbianMiikka Heikkinen2010-01-072-4/+3
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0729-501/+858
| | |\ \ \
| | | * \ \ Merge branch 'mmfphonon' into 4.6Gareth Stockwell2010-01-0629-501/+858
| | | |\ \ \ | | | | |/ /
| | | | * | Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-0820-194/+348
| | | | * | Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
| | | | * | Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-082-2/+25
| | | | * | Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-0812-170/+129
| | | | * | Changed call sequence of seeking in Phonon MMF backend, for streamingGareth Stockwell2009-12-082-19/+11
| | | | * | Implemented buffer status notifications in Phonon MMF backendGareth Stockwell2009-12-089-62/+162
| | | | * | Added support for streaming playback to Phonon MMF backendGareth Stockwell2009-12-088-6/+30
| | | | * | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp...Gareth Stockwell2009-12-082-34/+34
| | | | |\ \
| | | | | * | Symbian: More i18n strings work.Frans Englich2009-12-072-34/+34
| | | | * | | Phonon MMF: leaves during object construction throw exceptionsGareth Stockwell2009-12-082-9/+7
| | | | * | | Removed stale TODO comments from Phonon MMF backendGareth Stockwell2009-12-083-4/+1
| | | | |/ /
| | | | * | Fixed bug which caused Phonon backend error messages to be suppressedGareth Stockwell2009-12-022-6/+7