aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.1
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.1')
-rw-r--r--dist/changes-5.0.128
1 files changed, 21 insertions, 7 deletions
diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1
index 9959c36a11..d19b58f0de 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