From: Sergio Ahumada Date: Wed, 9 Jan 2013 20:51:42 +0000 (+0100) Subject: Update changes file for 5.0.1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c78f9717581ca579a88a6a47902f5dc99b696f15;p=konrad%2Fqtdeclarative.git Update changes file for 5.0.1 release Change-Id: I704cc948c37af639d9686c783a5341e2ab89903e Reviewed-by: Friedemann Kleint --- diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1 index 9959c36..d19b58f 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