summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-07-08 07:57:45 (GMT)
committerJiang Jiang <jiang.jiang@nokia.com>2011-07-08 07:57:45 (GMT)
commit978e22d6529d7cbe9472749352d632eefd22cd07 (patch)
treeac92a4f489c0a93a48eb502457c679659e472ac0 /dist
parentcb11bb0df08f134bbded52fd4140197a01570a0e (diff)
parent1dd26ea2486db87b61e8e9f70a1e04f7386405ef (diff)
downloadQt-978e22d6529d7cbe9472749352d632eefd22cd07.zip
Qt-978e22d6529d7cbe9472749352d632eefd22cd07.tar.gz
Qt-978e22d6529d7cbe9472749352d632eefd22cd07.tar.bz2
Merge remote branch 'mainline/4.8' into staging
Conflicts: dist/changes-4.8.0
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.018
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index f59e09a..a0cebbc 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -76,6 +76,17 @@ QtGui
like UltraLight. [QTBUG-19366]
- Visual text cursor movement behavior is added to QTextEdit and QLineEdit controls,
which can be used as an optional mode for bi-directional text editing. [QTBUG-13859]
+ - Fixed a rare race condition when showing toplevel windows on X11
+ - Accessibility: Fix potential crash in QDockWidget.
+ - Accessibility: Fix crash when asking for relations of child accessibles.
+ - Accessibility: More consistency in reporting names (especially when widget is invisible).
+ - Accessibility: Make focus handling more consistent.
+ - Accessibility: Send updates when text changes.
+ - Accessibility: Add IAccessible2 events.
+ - Accessibility: Fix crash when accessing ItemViews during initialization.
+ - Accessibility: Make QTabWidget child hierarchy consistent.
+ - Accessibility: Report correct window title and application name.
+ - Accessibility: Return text attributes for QTextEdit.
QtNetwork
---------
@@ -99,6 +110,7 @@ QtNetwork
OpenGL/ES 2.0 API.
- Including <QtOpenGL> will not work in combination with GLEW, as
QGLFunctions will undefine GLEW's defines.
+ - Optimize behavior of QGLTextureCache
QtScript
--------
@@ -120,6 +132,7 @@ Qt for Linux/X11
GNOME desktop.
- Various fixes to FontConfig font matching code to make it consistent
with other X11 programs. [QTBUG-2148, QTBUG-19947, QTBUG-14269]
+ - Added experimental support for armCC
Qt for Windows
--------------
@@ -137,6 +150,8 @@ Qt for Embedded Linux
---------------------
- Added support for QNX 6.5 with multi-process support, and much improved mouse,
keyboard and screen drivers.
+ - Improved support for INTEGRITY RTOS
+ - Allow hard-coding the temp path in mkspecs (QT_UNIX_TEMP_PATH_OVERRIDE define)
Qt for Symbian
--------------
@@ -212,6 +227,9 @@ Qt for Windows CE
- qt3to4
+- qmlplugindump
+ * New tool to generate text descriptions of the QML components defined
+ in plugins loaded by a QML module.
****************************************************************************
* Plugins *