diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-13 01:00:53 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-13 01:00:53 (GMT) |
commit | a301ccba853e34147d1a6276a77d9fd26ac0f6a1 (patch) | |
tree | 181058ad716bc9a81ac160ce427211d28b262541 /dist | |
parent | 1cb8e4b9a569023ad44060252df0b891c1a331d1 (diff) | |
parent | 06b513193715d5f442a6fd749667aed83944927a (diff) | |
download | Qt-a301ccba853e34147d1a6276a77d9fd26ac0f6a1.zip Qt-a301ccba853e34147d1a6276a77d9fd26ac0f6a1.tar.gz Qt-a301ccba853e34147d1a6276a77d9fd26ac0f6a1.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
QtWebKit changelog for Qt 4.6.1
Make compile on HPUX
Modifies the google chat example to use the DOM API
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index b3095c4..0f8c2bc 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -101,6 +101,18 @@ QtOpenGL compressed textures if the appropriate extensions are present in the GL implementation. +QtwebKit +-------- + + - Fixed user agent string on Symbian (webkit.org/b/31961) + - QWebInspector: Don't disable when hiding (webkit.org/b/31851) + - Fix JavaScript prompt behaviour for empty/null strings (webkit.org/b/30914) + - Fixed lastIndexOf() on Symbian (webkit.org/b/31773) + - Fixed crash with Flash on Windows with MinGW + - Fixed wrapping of QObjects with recurring identity (webkit.org/b/31681) + - Fixed compilation with ICC + - Fixed assertion when dragging SVG images (webkit.org/b/32511) + QtScript -------- |