summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-051-0/+3
|\
| * Merge remote branch 'staging/4.6' into 4.6Samuel Rødal2010-02-041-0/+3
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-031-0/+3
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-031-0/+3
| | | |\
| | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-021-0/+3
| | | | |\
| | | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-011-0/+3
| | | | | |\
| | | | | | * fix crash in Phonon::DS9 backendJoerg Bornemann2010-02-011-0/+3
* | | | | | | Initial support for S60 softkey icons.Janne Anttila2010-02-041-0/+112
|/ / / / / /
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-032-2/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added descriptions of translatable strings for Phonon MMF reverb effectGareth Stockwell2010-02-031-1/+21
| * | | | | Corrected namespace for Phonon::MMF translatable error stringsGareth Stockwell2010-02-031-1/+1
| |/ / / /
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-031-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6ck2010-02-028-12/+181
| |\ \ \ \ | | |/ / /
| * | | | Webkit: Fix missing namespace.ck2010-02-021-0/+2
| | |/ / | |/| |
* | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-02-024-11/+30
* | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-02-022-2/+2
| |/ / |/| |
* | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-02-018-12/+181
|/ /
* | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-2913-59/+183
|/
* 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
|/
* 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