summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-131-1/+1
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Kurt Korbatits2010-01-1351-601/+996
| |\
| * | Fix example in QAudioOutput/QAudioInput docsKurt Korbatits2010-01-132-2/+2
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-131-0/+2
|\ \ \
| * | | Make compile on HPUXPierre Rossi2010-01-121-0/+2
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-1224-227/+1146
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | | | Fix D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-1/+1
* | | | | Fix an issue with HTTP headers like "private, max-age=300".Thiago Macieira2010-01-121-1/+1
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-1232-91/+459
|\ \ \ \ \
| * | | | | 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-123346-3634/+4118
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Prevent a crash when creating an inputContext from the QApplication dtor.Simon Hausmann2010-01-122-2/+2
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-113346-3632/+4116
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | QNAM HTTP Code: Cache socket state inside ensureConnection()Markus Goetz2010-01-111-4/+6
| | | * | | QNAM HTTP Code: When starting new request, prefer connected sockets.Markus Goetz2010-01-111-5/+17
| | | * | | typo fixRitt Konstantin2010-01-111-1/+1
| | | * | | Fix code exampleBernhard Rosenkraenzer2010-01-111-1/+1
| | | * | | fix typo in qreadwritelock's documentationRitt Konstantin2010-01-111-3/+3
| | | * | | QNAM HTTP: Don't call d_func() so oftenMarkus Goetz2010-01-111-27/+30
| | | * | | QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-1110-1/+54
| | | * | | QNAM HTTP: Optimize eatWhitespace()Markus Goetz2010-01-111-3/+10
| | | * | | QNAM HTTP: Check if socket already tries to connect.Markus Goetz2010-01-111-5/+12
| | | * | | network internals: fix build on S60Peter Hartmann2010-01-111-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
* | | | | | doc: Updated the descriptions of the connection types.Martin Smith2010-01-122-31/+44
| |_|_|/ / |/| | | |
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-1149-547/+933
|\ \ \ \ \