2013-04-08 09:21:25 +00:00
|
|
|
Qt 5.1 introduces many new features and improvements as well as bugfixes
|
|
|
|
over the 5.0.x series. 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.1
|
|
|
|
|
|
|
|
The Qt version 5.1 series is binary compatible with the 5.0.x series.
|
|
|
|
Applications compiled for 5.0 will continue to run with 5.1.
|
|
|
|
|
|
|
|
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
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
|
|
Third party components
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Important Behavior Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
2013-03-27 08:57:59 +00:00
|
|
|
- A Window declared nested inside another Item or Window automatically
|
|
|
|
becomes transient for (centered upon) its parent's window, if x and y
|
|
|
|
were not explicitly specified
|
2013-05-07 06:15:29 +00:00
|
|
|
- The resources property of Item is now its own property independent
|
|
|
|
of QObject. It no longer returns all QObject children, or explicitly
|
|
|
|
sets QObject parent. The resources property now behaves as documented.
|
2013-04-08 09:21:25 +00:00
|
|
|
|
2013-05-06 20:55:40 +00:00
|
|
|
- As part of a fix for QTBUG-30555, ListView and GridView properties, such
|
|
|
|
as count, which are based off of the data model will no longer update
|
|
|
|
immediately if queried. Updates are batched to happen once per frame (or
|
|
|
|
when properties are being set).
|
2013-05-15 15:28:35 +00:00
|
|
|
|
|
|
|
- tryCompare now correctly fails when it only gets two parameters
|
|
|
|
|
2013-05-30 07:36:09 +00:00
|
|
|
- If a QObject has a property and a slot (or invokable method) with the same
|
|
|
|
name, in QML the previous behavior was to let the property obscure the
|
|
|
|
method; from Qt 5.1 things work in the opposite way, that is a property can
|
|
|
|
never obscure a method having the same name. This is especially important
|
|
|
|
for objects having dynamic properties, such as QQmlPropertyMap. This change
|
|
|
|
was a consequence of the fix for QTBUG-29836.
|
|
|
|
|
2013-04-08 09:21:25 +00:00
|
|
|
****************************************************************************
|
|
|
|
* Library *
|
|
|
|
****************************************************************************
|
2013-05-09 22:46:43 +00:00
|
|
|
- QTBUG-30837: The Flickable type no longer fixes up the content area on
|
|
|
|
startup to move it inside the viewport.
|
2013-04-08 09:21:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Database Drivers *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Platform Specific Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Compiler Specific Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Tools *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Plugins *
|
|
|
|
****************************************************************************
|
|
|
|
|