Opened 11 years ago
Closed 11 years ago
#5206 closed enhancement (fixed)
Qt-5.3.1
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Qt 5.3.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 5.3.0. ... **************************************************************************** * General * **************************************************************************** General Improvements -------------------- - [QTBUG-38140] Changed btchat example to use full service discovery to increase chance of finding remote services. Some platforms such as Android may not be able to find remote services via a minimal service discovery. **************************************************************************** * Library * **************************************************************************** QtBluetooth ----------- - QML BluetoothDiscoveryModel: * Fixed inconsistent behavior whereby the QML model never reset its content while the underlying QBluetoothServiceDiscoveryAgent instance did reset. This caused the QML model to show an incomplete list of remote Bluetooth services during its second run. - QDebug helper for QBluetoothUuid became aware of QT_NO_DEBUG_STREAM define. - QBluetoothSocket: * Fixed duplicate emission of unconnected state in the reconnection case. - Fixed crash when calling listen() on the QML BluetoothService type. - Added some documentation improvements. - Added "classname" entry to all qmldir files enabling QML plug-ins when doing static builds (on iOS). **************************************************************************** * Platform Specific Changes * **************************************************************************** BlackBerry ---------- ... Linux ----- - Fixed accidental double up of remote services entries by QBluetoothServiceDiscoveryAgent due to missing duplication check. - QBluetoothSocket: * Fixed internal read buffer corruption during timeouts. * Fixed a crash on reconnect. - [QTBUG-38402] Fixed incorrect detection of connected devices and their changes by QBluetoothLocalDevice - Implemented handling of <url> xml tag by QBluetoothServiceInfo. This tag is used by Bluez to indicate the SDP entries for DocumentationUrl, ClientExecutableUrl and IconUrl. So far these entries where being ignored. - [QTBUG-38399] Ensured correct handling of removed Bluetooth dongles by already instantiated QBluetoothLocalDevice objects.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at 13334.