summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-017-15/+54
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-281-0/+5
| |\
| | * Fixed an endless loop if printing web pages.Trond Kjernåsen2010-01-281-0/+5
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-252-3/+5
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-256-13/+45
| |/
* | Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-012-2/+2
|\ \
| * | build fix for phonon on winceThierry Bastian2010-01-252-2/+2
| * | Merge branch '4.6'Thiago Macieira2010-01-219-24/+70
| |\ \
| * \ \ Merge branch '4.6'Thiago Macieira2010-01-1814-14/+52
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-1342-242/+1614
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-1229-501/+837
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-087-9/+54
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-0514-24/+1618
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-2611-29/+142
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-0227-30/+331
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge commit 'origin/4.6' into oslo1-masterRohan McGovern2010-02-0198-779/+4648
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-214-3/+27
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-209-24/+70
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Workaround for compiler error with MWCC (Symbian emulator)Shane Kearns2010-01-188-12/+12
| * | | | | | | Remove qmake warning by using appropriate variable.axis2010-01-181-1/+1
| * | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-144-1/+18
| * | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-133-1/+22
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-1222-226/+1136
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge commit 'origin/mmfphonon' into 4.6Gareth Stockwell2010-01-1222-226/+1136
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | 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-113-1/+161
| | | * | | | | Implemented reverb effect in Phonon MMF backendGareth Stockwell2010-01-115-2/+283
| | | * | | | | Implemented loudness effect in Phonon MMF backendGareth Stockwell2010-01-113-0/+146
| | | * | | | | 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-118-23/+173
| | | * | | | | 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-0810-132/+225
| | | * | | | | 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
| * | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-1210-1/+292
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0914-16/+187
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-0711-16/+124
| | * | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-077-1/+64
| | | |_|_|_|/ | | |/| | | |
| * | | | | | 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
| * | | | | | 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