diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-01-09 21:51:42 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-12 21:08:43 +0100 |
commit | c78f9717581ca579a88a6a47902f5dc99b696f15 (patch) | |
tree | 2990dfee9cc8c108d01232b6ebbc0fca4ba4ab23 /dist | |
parent | b514999057ab9d70dee1135357c773aae754493d (diff) | |
download | qtdeclarative-c78f9717581ca579a88a6a47902f5dc99b696f15.tar.gz qtdeclarative-c78f9717581ca579a88a6a47902f5dc99b696f15.tar.bz2 qtdeclarative-c78f9717581ca579a88a6a47902f5dc99b696f15.zip |
Update changes file for 5.0.1 release
Change-Id: I704cc948c37af639d9686c783a5341e2ab89903e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.0.1 | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1 index 9959c36a1..d19b58f0d 100644 --- a/dist/changes-5.0.1 +++ b/dist/changes-5.0.1 @@ -22,35 +22,49 @@ information about a particular change. General Improvements -------------------- -Third party components ----------------------- + - [QTBUG-23485, QTBUG-28611] Fix tst_qquicktextinput on Windows and Mac. + - Documentation for scene graph examples. + - Improve example with key navigation. + - qmltest: Added the possibility to use QApplication + - [QTBUG-28611] Quick tests: Introduce QQmlMessageHandler. + - Compile with QT_NO_WHEELEVENT. **************************************************************************** * Library * **************************************************************************** -Qt QML ------- - -Qt Quick --------- + - Don't try to grab Windows with invalid or a zero size + - Do not crash on some animation changes **************************************************************************** * Platform Specific Changes * **************************************************************************** +Qt for Windows +-------------- + + - [QTBUG-28611] Stabilize QQuickLoader test on Windows. + - [QTBUG-28611] Fix tst_qqmlbundle on Windows. + - [QTBUG-28611] Fix tst_qqmllanguage for MSVC. **************************************************************************** * Compiler Specific Changes * **************************************************************************** + - Fix other warnings in qtdeclarative found by GCC 4.7 + - Fix warnings in QtQml due to ?: with enums of different types + - Fix compiler warnings in declarative tests. **************************************************************************** * Tools * **************************************************************************** + - Modify qmlscene usage text to be consistent **************************************************************************** * Plugins * **************************************************************************** + - Accessibility: Work with QQuickWindow + - Accessibility: Send value updates + - Accessibility: Improve interface handling in Quick |