added -b<file> option to moc to support additional include files
[profile/ivi/qtbase.git] / dist / changes-5.0.0
1 Some of the changes listed in this file include issue tracking numbers
2 corresponding to tasks in the Qt Bug Tracker:
3
4   http://bugreports.qt.nokia.com/
5
6 Each of these identifiers can be entered in the bug tracker to obtain more
7 information about a particular change.
8
9
10 ****************************************************************************
11 *                       Source incompatible changes                        *
12 ****************************************************************************
13
14 - QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() now
15   return a QStringList instead of a QString
16
17 - Unite clipping support has been removed from QPainter. The alternative is
18   to unite QRegion's and using the result on QPainter.
19
20 - QLibrary::resolve() now returns a function pointer instead of a void
21   pointer.
22
23 - QSslCertificate::alternateSubjectNames() is deprecated (but can be enabled
24   via QT_DISABLE_DEPRECATED_BEFORE), use
25   QSslCertificate::subjectAlternativeNames() instead.
26
27 - QLibraryInfo::buildKey() has been removed. Likewise, the QT_BUILD_KEY
28   preprocessor #define has also been removed. The build-key is obsolete
29   and is no longer necessary.
30
31 ****************************************************************************
32 *                           General                                        *
33 ****************************************************************************
34
35 General Improvements
36 --------------------
37
38 -
39
40 Third party components
41 ----------------------
42
43 -
44
45
46 ****************************************************************************
47 *                          Library                                         *
48 ****************************************************************************
49
50 QtCore
51 ------
52 * drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
53   value is returned for an unassigned codepoints now.
54
55 QtGui
56 -----
57
58 QtNetwork
59 ---------
60
61 QtOpenGL
62 --------
63
64 QtScript
65 --------
66
67
68 ****************************************************************************
69 *                          Database Drivers                                *
70 ****************************************************************************
71
72
73 ****************************************************************************
74 *                      Platform Specific Changes                           *
75 ****************************************************************************
76
77 Qt for Linux/X11
78 ----------------
79
80
81 Qt for Windows
82 --------------
83
84
85 Qt for Mac OS X
86 ---------------
87
88
89 Qt for Embedded Linux
90 ---------------------
91
92
93 Qt for Windows CE
94 -----------------
95
96
97 ****************************************************************************
98 *                      Compiler Specific Changes                           *
99 ****************************************************************************
100
101
102 ****************************************************************************
103 *                          Tools                                           *
104 ****************************************************************************
105
106 - Build System
107
108 - Assistant
109
110 - Designer
111
112 - Linguist
113
114 - rcc
115
116
117 - moc
118
119 * [QTBUG-20785] The moc now has a -b<file> option to #include an additional
120   file at the beginning of the generated file.
121
122
123 - uic
124
125
126 - uic3
127
128
129 - qmake
130
131
132 - configure
133
134
135 - qtconfig
136
137
138 ****************************************************************************
139 *                          Plugins                                         *
140 ****************************************************************************
141
142
143 ****************************************************************************
144 *                   Important Behavior Changes                             *
145 ****************************************************************************
146