summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-11-192-17/+35
|\
| * Fixed handling of QInputMethodEvents with nonzero replacementLength.axis2010-11-192-2/+22
| * Added qmake check for presence of RHttpDownloadMgr headerGareth Stockwell2010-10-083-7/+30
| * Progressive download in Phonon MMF backend: integrated with playerGareth Stockwell2010-10-088-43/+211
| * Progressive download in Phonon MMF backend: added download managersGareth Stockwell2010-10-082-0/+305
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-08-055-3/+47
| * Fixed build break on Symbian versions earlier than S^3Gareth Stockwell2010-08-021-1/+1
| * Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-023-9/+9
| * Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-0212-20/+123
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-07-274-20/+47
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-07-134-2/+27
| * Use lower case for including system header filesGareth Stockwell2010-07-076-6/+6
| * Added trace statements to Phonon MMF backendGareth Stockwell2010-07-071-0/+17
| * MMF Phonon backend: call winId() from VideoWidget constructorGareth Stockwell2010-07-072-4/+2
| * Fixed crash which occurs when switching between video clipsGareth Stockwell2010-07-072-13/+32
| * Close media clip before creating new player objectGareth Stockwell2010-07-075-1/+9
| * Enable bufferStatus signal during video clip loading on NGA platformsGareth Stockwell2010-07-072-2/+2
| * Prevent crash when video is played without a VideoWidgetGareth Stockwell2010-07-073-4/+18
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-06-268-18/+84
| * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 4b88f595a...Simon Hausmann2010-06-251-3/+5
| * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to a80fd59e3...Simon Hausmann2010-06-241-1/+1
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-06-227-58/+74
| |\
| | * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to f0dcb906f...Simon Hausmann2010-06-221-4/+3
| | * Clean up HB_Anchor's DeviceTables on failure when loading format 3Andreas Kling2010-06-221-1/+2
| | * Make sure ValueRecord's DeviceTables are cleaned up on failureAndreas Kling2010-06-221-2/+3
| | * Fix null HB_Device** dereference on exit in Harfbuzz GPOS codeAndreas Kling2010-06-214-17/+21
| | * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b6...Simon Hausmann2010-06-203-33/+8
| | * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-06-203-1/+37
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int...Justin McPherson2010-06-2217-101/+365
| |\ \ | | |/
| | * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f5...Simon Hausmann2010-06-182-17/+31
| | * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-06-183-1/+15
| | * Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 508b02a25...Simon Hausmann2010-06-183-55/+57
| | * Re-enable data structure packing in Harfbuzz for RVCTSimon Hausmann2010-06-183-15/+15
| | * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-06-1812-14/+248
| * | Phonon(qt7); Don't try and display video frames when audio only.Justin McPherson2010-06-221-7/+9
| |/
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-06-163-2/+15
* | Merge remote branch 'qt/4.7' into 4.7Jason McDonald2010-11-1810-78/+0
|\ \
| * | Don't pack Harfbuzz structs, this causes unaligned access crashes.Andreas Kling2010-11-1210-78/+0
* | | Bump Qt version to 4.7.2.Jason McDonald2010-11-121-2/+2
|/ /
* | Fix Malayalam Rendering - 'Ra' is PreBaseJiang Jiang2010-11-021-1/+1
* | Phonon MMF backend: set _q_DummyWindowSurface property on VideoWidgetGareth Stockwell2010-10-261-0/+2
* | Phonon MMF backend: removed redundant trace outputGareth Stockwell2010-10-251-14/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-071-1/+5
|\ \
| * | Fixes assert in QDeclarativeWebViewThomas Hartmann2010-10-061-1/+5
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-067-6/+41
|\ \ \ | |/ / |/| |
| * | QtScript/JavaScriptCore: Backport random number generator seeding fixKent Hansen2010-10-057-6/+41
* | | Added qmake check for presence of RHttpDownloadMgr headerGareth Stockwell2010-10-033-7/+30
* | | Progressive download in Phonon MMF backend: integrated with playerGareth Stockwell2010-10-018-43/+211
* | | Progressive download in Phonon MMF backend: added download managersGareth Stockwell2010-10-012-0/+305
|/ /
* | Removing libconninet 3rdparty component.Aaron McCarthy2010-09-2835-6854/+0