2012-12-22 15:28:15 +00:00
|
|
|
|
Qt 5.0.1 is a bug-fix release. It maintains both forward and backward
|
|
|
|
|
compatibility (source and binary) with Qt 5.0.0.
|
|
|
|
|
|
|
|
|
|
For more details, refer to the online documentation included in this
|
|
|
|
|
distribution. The documentation is also available online:
|
|
|
|
|
|
|
|
|
|
http://qt-project.org/doc/qt-5.0/
|
|
|
|
|
|
|
|
|
|
Some of the changes listed in this file include issue tracking numbers
|
|
|
|
|
corresponding to tasks in the Qt Bug Tracker:
|
|
|
|
|
|
|
|
|
|
http://bugreports.qt-project.org/
|
|
|
|
|
|
|
|
|
|
Each of these identifiers can be entered in the bug tracker to obtain more
|
|
|
|
|
information about a particular change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* General *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
General Improvements
|
|
|
|
|
--------------------
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
- [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.
|
2013-01-21 15:56:02 +00:00
|
|
|
|
- Various documentation improvements.
|
2012-12-22 15:28:15 +00:00
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* Library *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
- Don't try to grab Windows with invalid or a zero size
|
|
|
|
|
- Do not crash on some animation changes
|
2012-12-22 15:28:15 +00:00
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* Platform Specific Changes *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
Qt for Windows
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
- [QTBUG-28611] Stabilize QQuickLoader test on Windows.
|
|
|
|
|
- [QTBUG-28611] Fix tst_qqmlbundle on Windows.
|
|
|
|
|
- [QTBUG-28611] Fix tst_qqmllanguage for MSVC.
|
2012-12-22 15:28:15 +00:00
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* Compiler Specific Changes *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
- 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.
|
2012-12-22 15:28:15 +00:00
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* Tools *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
- Modify qmlscene usage text to be consistent
|
2012-12-22 15:28:15 +00:00
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
|
* Plugins *
|
|
|
|
|
****************************************************************************
|
|
|
|
|
|
2013-01-09 20:51:42 +00:00
|
|
|
|
- Accessibility: Work with QQuickWindow
|
|
|
|
|
- Accessibility: Send value updates
|
|
|
|
|
- Accessibility: Improve interface handling in Quick
|