index
:
qt/qtconnectivity.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
btle
dev
neard
old/5.2
wip/cmake
wip/win
Qt Connectivity
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
bluetooth
/
btchat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct license for examples files
Lucie Gérard
2024-04-04
1
-1
/
+1
*
Examples: Use versioned CMake targets for Qt modules
Kai Köhne
2024-01-17
1
-3
/
+3
*
Examples: Use Qt's canonical CamelCase headers
Kai Köhne
2024-01-10
9
-31
/
+34
*
Bluetooth Chat example: update UI
Ivan Solovev
2023-11-27
27
-25
/
+160
*
Doc: Use the \examplecategory macro to tag examples
Topi Reinio
2023-04-11
1
-1
/
+1
*
BtChat: adapt to using new QBluetoothPermission
Ivan Solovev
2023-04-05
4
-6
/
+54
*
BtChat: fix a potential crash when deleting uninitialized pointer
Ivan Solovev
2023-04-05
2
-2
/
+1
*
BtChat example: document service lookup
Ivan Solovev
2023-03-22
2
-1
/
+34
*
BtChat example: revamp documentation
Ivan Solovev
2023-03-20
1
-52
/
+67
*
BtChat example: improve code
Ivan Solovev
2023-03-20
10
-47
/
+54
*
examples: port bluetooth examples to new connection style
Samuel Gaist
2022-11-25
1
-4
/
+6
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
2
-2
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
10
-467
/
+20
*
Remove unsupported Android bluetooth codepaths
Juha Vuolle
2022-05-12
1
-4
/
+3
*
Port simple cases of count() to size()
Marc Mutz
2022-04-11
1
-1
/
+1
*
Improve examples CMakeLists.txt
Kai Köhne
2022-02-21
1
-7
/
+4
*
BtChat: fix crash when no adapter is found
Ivan Solovev
2021-11-16
1
-2
/
+12
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
1
-1
/
+1
*
Remove AndroidExtras dependencies and port to new Qt 6 Android APIs
Ville Voutilainen
2021-06-04
3
-13
/
+2
*
rename error signals to errorOccurred
Andreas Buhr
2021-03-22
1
-3
/
+1
*
Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enums
Andreas Buhr
2021-03-12
1
-2
/
+2
*
Update screenshots in QtBluetooth Example documentation
Andreas Buhr
2021-03-11
1
-0
/
+0
*
Use scoped enum for constants in QBluetoothUuid
Andreas Buhr
2021-03-11
1
-5
/
+5
*
Unify logging preparation across bluetooth examples
Andreas Buhr
2021-02-25
1
-2
/
+2
*
Bring btchat example documentation in line with implementation
Andreas Buhr
2021-02-24
1
-1
/
+1
*
QtBluetooth examples: make server device discoverable
Andreas Buhr
2021-02-22
1
-2
/
+4
*
Beautify btchat output: Remove double newline
Andreas Buhr
2021-02-17
1
-1
/
+1
*
Beautify btchat: Leave focus on text input on send message
Andreas Buhr
2021-02-15
2
-0
/
+4
*
Beautify btchat example: print a newline after error messages
Andreas Buhr
2021-02-15
1
-1
/
+1
*
Beautify btchat example: Print name of leaving clients
Andreas Buhr
2021-02-15
2
-2
/
+6
*
Adapt btchat example for Android
Andreas Buhr
2021-02-12
3
-1
/
+30
*
Fix btchat standalone build: find AndroidExtras before linking it
Andreas Buhr
2021-02-11
1
-0
/
+1
*
Remove all *.pro files and all "special case" markers in CMakeLists.txt
Andreas Buhr
2021-01-15
1
-2
/
+0
*
Update CMake scripts in QtConnectivity
Andreas Buhr
2020-12-21
1
-0
/
+4
*
CMake: Regenerate examples to use qt_add_executable
Alexandru Croitor
2020-10-20
1
-2
/
+6
*
Remove usage of AA_EnableHighDpiScaling
Alex Blasche
2020-10-15
1
-1
/
+0
*
Port qtconnectivity to cmake
Oliver Wolff
2019-10-24
1
-0
/
+41
*
Eradicate Java-style iterators and mark the module free of them
Marc Mutz
2019-06-18
1
-6
/
+4
*
Update Bluetooth examples for high-DPI displays and nullptr
Andre de la Rocha
2019-06-06
1
-0
/
+1
*
Fix the BluetoothProfileDescriptorStructure
Alex Blasche
2018-10-15
1
-3
/
+7
*
Remove unused snippet section markers
Alex Blasche
2018-10-15
1
-3
/
+0
*
Clean up btchat example
Oliver Wolff
2018-08-16
9
-70
/
+90
*
Replace foreach with for loop and set QT_NO_FOREACH
Oliver Wolff
2018-08-15
1
-1
/
+1
*
qtlite: Skip building examples when configured with no-feature-itemviews
Rainer Keller
2018-01-12
1
-0
/
+1
*
Fix outdated BSD license header
Kai Koehne
2017-10-17
9
-27
/
+117
*
Fix outdated FDL license header
Kai Koehne
2017-10-16
1
-5
/
+5
*
Btchat example should be fullscreen on mobile
Alex Blasche
2017-06-29
1
-0
/
+4
*
Adjust btchat example to Android UUID SDP discovery bug
Alex Blasche
2017-06-28
2
-0
/
+15
[next]