summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.1.1
blob: 85309074ed9063cb03430e65874418c076348bd6 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Qt 5.1.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.1.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.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                                        *
****************************************************************************

 - Add support for Visual Studio 2013
 - Remove obsolete 'register' C keyword
 - Speed up font database loading with fontconfig
 - [QTBUG-32284] Fix incomplete override of QIODevice::open in QProcess and QLocalSocket

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

QtCore
------

 - Add basic conversion functions from QVariant(QJsonValue)
 - Fix crash when re-creating QThreadData after initially destroying it
 - Fix the host_bins variable in the QtCore pkg-config file
 - QUrl stringprep: fix handling of U+0080: it's prohibited
 - QUrl stringprep: avoid recalculating the surrogates we already know
 - QUrl stringprep: fix handling of prohibited characters
 - QUrl stringprep: fix case folding from non-BMP to BMP
 - QUrl stringprep: recalculate the current position if the size changes
 - [QTBUG-24345] Prevent negative size in QBitArray, QVector and QVarLengthArray ctors
 - [QTBUG-25732] Mention QRect's int min/max constraints in detailed description
 - [QTBUG-29391] fix infinite loop in QProcessPrivate::drainOutputPipes
 - [QTBUG-29391] QWinOverlappedIoNotifier: fix race condition
 - [QTBUG-31341] Fix watch of files/folders with special characters
 - [QTBUG-31606] Fix dead lock in the Qt event handling
 - [QTBUG-31926] Fix the number precision in QJsonDocument.toJson() again
 - [QTBUG-32100] Remove default argument from declarations of qHash as friend
 - [QTBUG-32314] QDir::mkpath shouldn't fail if parent directory denies access
 - [QTBUG-32354] fix endless loop in QProcess/Win drainOutputPipes
 - [QTBUG-32500] Ensure that the user codecs are listed in QTextCodec::availableCodecs

QtDBus
------

 - [QTBUG-27973] Fix disconnectFrom{Peer,Bus} when the connection failed
 - [QTBUG-31932] Don't crash if the relayed signal was emitted from the wrong thread
 - [QTBUG-32374] Fix QDBusAbstractInterface::isValid() for peer connections

QtGui
-----

 - Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engine
 - QIcon: Avoid fetching twice the same pixmap
 - Fix FBO restoring in QOpenGLTextureGlyphCache
 - [QTBUG-28284] Set projection matrix for systems with OpenGL 3.1
 - [QTBUG-31443] QPdfWriter: Fix setting of paper size
 - [QTBUG-32193] REG: Fix crash when mixing projected/unprojected text painting
 - [QTBUG-32433] Detect popup window correctly in modal window blocked handling

QtNetwork
---------

 - Correct algorithm for digest auth when using the CONNECT verb
 - Add reconnect attempts in more cases in QHttpNetworkConnectionChannel
 - [QTBUG-32404] HTTP internals: do not access reply that was deleted already
 - [QTBUG-32534] QHttpMultiPart: fix data corruption in readData method

QtPrintSupport
--------------

 - [QTBUG-31790] Initialize UI of widget-based dialog.

QtWidgets
---------

 - Display sizegrip on QMdiSubWindows, even on OS X 10.7 and later
 - Check if widget inherits from QTextEdit when drawing the frame
 - Fix QWidget::isActiveWindow for window containers
 - Hide placeholder text when QLineEdit has preedit text
 - [QTBUG-19036] Make *ItemBoundingRect modes work with custom shapes.
 - [QTBUG-29945] Fix dropshadow and blur graphics effects
 - [QTBUG-31044] QDockWidget: Keep position when undocking
 - [QTBUG-31569] If a QWidget is ignored for auto-quit, ignore its corresponding QWindow
 - [QTBUG-31664] Recognize separator item in QMenu
 - [QTBUG-31904] Fix rotation of text in vertical QDockWidget titlebars in QFusionStyle
 - [QTBUG-32054] Set correct cell when selecting custom color cell with arrow keys
 - [QTBUG-32061] Fix the cursor position of an empty QLineEdit with a placeholder text
 - [QTBUG-32177] Search toplevel when setting the active window from focus window
 - [QTBUG-32260] Consider virtual screen when determining dock widget visibility


****************************************************************************
*                      Platform Specific Changes                           *
****************************************************************************

Qt for Linux
------------

 - XCB: Don't use Xlib's XBell() function
 - XCB: Append 0-character to atom name string
 - Resolve modifier mask conflicts on X11
 - Fix system tray icon on X11
 - [QTBUG-31418] Fix for when we don't have XSettings
 - [QTBUG-32274] Fix handling of non-latin1 shortcuts

Qt for Mac
----------

 - Disable window restoration for the Mac font panel
 - Simplify qt_mac_cgimage_to_nsimage code
 - QMacStyle: fix auto-default button animation
 - Make the macx-xcode spec a wrapper around the default spec
 - Scope cached Mac SDK tool values by mkspec
 - Further followup to Q_OS_MACX changes
 - Fix QSpinBox clipping issue on Mac when frame=false
 - QMacStyle: enable scroll style changes for non-QScrollBars
 - Support Mac key equivalent Cmd+Period
 - Re-establish platform menu QObject hierarchy
 - [QTBUG-28336] Fixed broken prl files in debug-and-release framework builds of qt
 - [QTBUG-31477] Let Cocoa pick the right pixmap for menu item icons
 - [QTBUG-31532] Don't update the menubar when popups are shown
 - [QTBUG-31619] Cocoa save file dialog behavior fix
 - [QTBUG-31819] Fix shared color panel usage
 - [QTBUG-31562] Fix for OS X QFileDialog showing bundle as directory
 - [QTBUG-32440] Avoid a potential crash in unignoredChildren
 - [QTBUG-32831] Don't release the printer after using it to change a property

Qt for Windows
--------------

 - Clear window under mouse in destruction of platform window
 - Prevent activation of windows with Qt::WindowDoesNotAcceptFocus
 - Better errorhandling for the fontengine on WINCE
 - Windows: Synthesize expose event for shrinking windows
 - Windows font database: Resolve aliases for extra fonts
 - Bugfix QDesktopServices on Windows
 - ActiveQt: Pass native parent handle property from widget to widget window
 - REG: Fix character size when exporting PDF on Windows
 - Fix crash caused by ~QWindowsWindow flushing the event queue
 - Show native file dialog on Windows XP Professional x64 Edition
 - Fix detection of synthesized mouse events for MSVC / 64bit
 - Display a message box if platform plugin cannot be found
 - Fix auto-enabling of windows style
 - Fixes QKeyEvent::count() on Windows

Qt for BlackBerry
-----------------

 - Disable xkbcommon when building for QNX from Windows
 - [QTBUG-32385] Handle Qt::WindowDoesNotAcceptFocus correctly

Qt for Android
--------------

 - Get SSL root certificates from TrustManager
 - Adjust to new SDK layout on Windows
 - Make PCRE's JIT work on Android devices

Qt for iOS
----------

 - iOS: Make sure we're deleting framebuffers in the right context

****************************************************************************
*                          Tools                                           *
****************************************************************************

- configure

 * [QTBUG-5366] Complain about bad arguments to -make/-nomake
 * [QTBUG-21778] Catch accidental use of -no-make
 * [QTBUG-28763] Don't enable EGL support if OpenGL is disabled

- cmake config files

 * Use absolute path in the /usr move workaround if -libdir is specified
 * Always use forward slashes in paths passed to cmake
 * Make clients use the QT_NO_DEBUG flag when using QtCore in release mode
 * [QTBUG-32134] Add path to the headers in frameworks to the include dirs
 * [QTBUG-32466] Don't check for the existence of private include directories

- qmake

 * [QTBUG-5301] basic manifest tool support in vc(x)proj generator
 * [QTBUG-19352] Resolve output of .depend_command relative to $$OUT_PWD
 * [QTBUG-29826] Only add the res_file to the generated files if there is no rc_file
 * [QTBUG-29988] VPATH resolution: don't crash when $(FOO) expands to nothing
 * [QTBUG-30993] Changed project dependencies for solution files
 * [QTBUG-31877] Make $$list() more backwards-compatible regarding backslashes
 * [QTBUG-31975] MANIFEST:NO is not written to vcproj
 * [QTBUG-32326] Escape paths coming from prl files