File: changes-5.0.1

package info (click to toggle)
qtdeclarative-opensource-src 5.15.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 259,220 kB
  • sloc: javascript: 512,396; cpp: 493,894; xml: 8,892; python: 3,304; ansic: 2,764; sh: 206; makefile: 59; php: 27
file content (71 lines) | stat: -rw-r--r-- 2,971 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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
--------------------

 - [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.
 - Various documentation improvements.

****************************************************************************
*                          Library                                         *
****************************************************************************

 - 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