summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2009-11-10 15:47:59 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 17:34:35 (GMT)
commit5f8c83668f7d90115d7d8c59fce897e9968d4d13 (patch)
tree57ee0892d2d9e1981bd112dfff3ac51df10f41e9 /dist/changes-4.6.0
parent811a39434ab1fc4594dd8589c452286806d7902c (diff)
downloadQt-5f8c83668f7d90115d7d8c59fce897e9968d4d13.zip
Qt-5f8c83668f7d90115d7d8c59fce897e9968d4d13.tar.gz
Qt-5f8c83668f7d90115d7d8c59fce897e9968d4d13.tar.bz2
Changelog update
Changelog update contains all major changes in QtWebkit, QtScript and brief information about the state machine framework. Reviewed-by: Simon Hausmann
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.041
1 files changed, 40 insertions, 1 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 54b48fa..06fe500 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -51,6 +51,8 @@ information about a particular change.
- QAbstractVideoSurface, QVideoFrame
* New abstract video output classes.
+ - New state machine framework added to QtCore
+
Third party components
----------------------
@@ -197,7 +199,7 @@ QtGui
* Cached items are now always invalidated when update() is called.
* Added input hints.
-- QGraphicsLayout
+ - QGraphicsLayout
* Introduced QGraphicsLayout::addChildLayoutItem()
- QGraphicsObject
@@ -497,6 +499,11 @@ QtOpenGL
- Added lots of OpenGL autotests.
+QtScript
+ * A lot of internal changes and optimizations.
+ * Improved ECMA script compliance.
+ * New method, QScriptString::toArrayIndex(), for converting QScriptString to a QtScript array index.
+
QtSql
* [QTBUG-3162] Views for Sql table models should not reset state on failed queries.
* [QTBUG-5251] Fix retrieval of SQL 'TIME' information for PostgreSQL.
@@ -536,6 +543,35 @@ QtSvg
- QSvgPaintEngine
* [257052] Changed drawImage() to ignore aspect ratio.
+QtWebKit
+ - Many bug fixes.
+
+ - QWebElement
+ * New class; introduced to implement DOM like operations on a web page.
+
+ - QWebFrame
+ * New properties for an URL and a focus management.
+ * New signals delivering current loading status.
+
+ - QWebInspector
+ * New class for embedding the WebInspector as a QWidget
+
+ - QWebHistory
+ * Streaming operators for saving and restoring QWebHistory's state.
+
+ - QWebPage
+ * New property; preferredContentsSize for setting layout of the page in the viewport.
+ * New slot; shouldInterruptJavaScript, called when JavaScript program is running too long.
+
+ - QWebSecurityOrigin:
+ * New functions for defining local URL schemes.
+
+ - QWebSettings
+ * New options for text encoding, printing shrink factor and off-line web application cache (HTML5).
+
+ - QWebView
+ * Support for render hints.
+
QtXml
- QDomDocument
@@ -1012,6 +1048,9 @@ Qt for Windows CE
Animation framework for animation. The hellogl and overpainting examples
now compile on OpenGL/ES 1.1. Also common code is factored.
+- Changed QWebFrame::setHtml() and setContent() to not affect the back/forward
+ and the session history.
+
- qmake no longer adds Qt internal dependencies to the linker when Qt
is built in shared mode (not static). This means that applications
that made use of platform-specific API may need to adjust the LIBS