Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtConnectivity
Commits
4feae652
Commit
4feae652
authored
7 years ago
by
Liang Qi
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: .qmake.conf Change-Id: I7a55929aefa1f7a4dc96f841317b78b248899f67
parents
7761bb88
b0089abb
dev
5.10
5.11
5.12
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
6.2
6.2.0
6.2.1
6.2.2
btle
wip/cmake
wip/win
v5.15.0-alpha1
v5.14.1
v5.14.0
v5.14.0-rc2
v5.14.0-rc1
v5.14.0-beta3
v5.14.0-beta2
v5.14.0-beta1
v5.14.0-alpha1
v5.13.2
v5.13.1
v5.13.0
v5.13.0-rc3
v5.13.0-rc2
v5.13.0-rc1
v5.13.0-beta4
v5.13.0-beta3
v5.13.0-beta2
v5.13.0-beta1
v5.13.0-alpha1
v5.12.7
v5.12.6
v5.12.5
v5.12.4
v5.12.3
v5.12.2
v5.12.1
v5.12.0
v5.12.0-rc2
v5.12.0-rc1
v5.12.0-beta4
v5.12.0-beta3
v5.12.0-beta2
v5.12.0-beta1
v5.12.0-alpha1
v5.11.3
v5.11.2
v5.11.1
v5.11.0
v5.11.0-rc2
v5.11.0-rc1
v5.11.0-beta4
v5.11.0-beta3
v5.11.0-beta2
v5.11.0-beta1
v5.11.0-alpha1
v5.10.1
v5.10.0
v5.10.0-rc3
v5.10.0-rc2
v5.10.0-rc1
v5.10.0-beta4
v5.10.0-beta3
v5.10.0-beta2
v5.10.0-beta1
v5.10.0-alpha1
No related merge requests found
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
dist/changes-5.9.1
+67
-0
dist/changes-5.9.1
examples/bluetooth/btchat/btchat.pro
+1
-0
examples/bluetooth/btchat/btchat.pro
examples/bluetooth/btchat/chat.cpp
+14
-0
examples/bluetooth/btchat/chat.cpp
examples/bluetooth/btchat/main.cpp
+4
-0
examples/bluetooth/btchat/main.cpp
examples/bluetooth/chat/Search.qml
+3
-0
examples/bluetooth/chat/Search.qml
examples/bluetooth/chat/chat.pro
+1
-0
examples/bluetooth/chat/chat.pro
examples/bluetooth/chat/chat.qml
+21
-4
examples/bluetooth/chat/chat.qml
examples/bluetooth/chat/doc/src/chat.qdoc
+1
-1
examples/bluetooth/chat/doc/src/chat.qdoc
examples/bluetooth/chat/qmlchat.cpp
+18
-0
examples/bluetooth/chat/qmlchat.cpp
examples/bluetooth/lowenergyscanner/device.cpp
+18
-18
examples/bluetooth/lowenergyscanner/device.cpp
examples/bluetooth/pingpong/assets/Dialog.qml
+1
-1
examples/bluetooth/pingpong/assets/Dialog.qml
examples/bluetooth/pingpong/assets/Menu.qml
+7
-4
examples/bluetooth/pingpong/assets/Menu.qml
examples/bluetooth/pingpong/main.cpp
+3
-0
examples/bluetooth/pingpong/main.cpp
examples/bluetooth/pingpong/pingpong.cpp
+32
-16
examples/bluetooth/pingpong/pingpong.cpp
examples/bluetooth/pingpong/pingpong.h
+2
-1
examples/bluetooth/pingpong/pingpong.h
examples/bluetooth/pingpong/pingpong.pro
+1
-0
examples/bluetooth/pingpong/pingpong.pro
src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
+2
-0
...rc/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
+1
-1
src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
src/bluetooth/android/inputstreamthread.cpp
+6
-0
src/bluetooth/android/inputstreamthread.cpp
src/bluetooth/android/inputstreamthread_p.h
+1
-0
src/bluetooth/android/inputstreamthread_p.h
with
204 additions
and
46 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets