Update changes file for 5.0.1 release
Change-Id: I704cc948c37af639d9686c783a5341e2ab89903e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
b514999057
commit
c78f971758
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue