summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...Tarja Sundqvist2023-04-241-2/+0
|\
| * Remove QBluetoothSocket::connected double-emit on macOSJuha Vuolle2022-03-211-2/+0
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-3/+2
|\|
| * Always call setOpenMode before setSocketStateAndreas Buhr2021-03-231-2/+2
| * Fix bug: Let QBluetoothsocket::close emit disconnected only onceAndreas Buhr2021-03-221-1/+0
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* QBluetoothSocket(macOS) - fix _q_writeNotify's invocationTimur Pocheptsov2019-10-241-1/+1
* QBluetoothSocket - deduplicate the code (macOS)Timur Pocheptsov2019-07-151-547/+292
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-311-7/+9
|\
| * fix use of default constructed QBluetoothSocketEric Lemanissier2018-07-231-7/+9
* | Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-251-5/+3
|/
* Add missing emission of readChannelFinished()Alex Blasche2018-05-041-0/+3
* Merge remote-tracking branch 'gerrit/5.10' into devAlex Blasche2017-10-171-0/+8
|\
| * Merge remote-tracking branch 'gerrit/5.9' into 5.10v5.10.0-beta3Alex Blasche2017-10-171-0/+8
| |\
| | * IOBluetooth: warn about incorrent thread/runloopTimur Pocheptsov2017-10-111-0/+8
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-1/+1
|/ /
* | Add debug output for QBluetoothSocket::UnsupportedProtocolErrorAlex Blasche2017-07-101-0/+3
* | Add error flag for use case when the remote peer closes the connectionAlex Blasche2017-07-101-0/+3
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-4/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+24
| |\
| | * QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-261-4/+24
* | | QtBluetooth - get rid of outdated Q_FUNC_INFO use patternTimur Pocheptsov2016-06-031-6/+6
|/ /
* / Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Add preferredSecurityFlags to QBluetoothSocketAlex Blasche2015-07-031-0/+12
* Bluetooth socket - fix invalid invokeMethod call on OS XTimur Pocheptsov2015-03-231-1/+1
* OSX: Minor signal and readability fix for QBluetoothSocketAlex Blasche2015-03-191-5/+3
* OSX: Ensure service discovery is stopped when socket disconnectsAlex Blasche2015-03-191-0/+13
* Shift all OSX & iOS translations into C++ filev5.5.0-alpha1Alex Blasche2015-03-061-8/+9
* Update copyright headersJani Heikkinen2015-02-161-22/+14
* QBluetoothSocket - cleanup (OS X)Timur Pocheptsov2014-12-181-24/+24
* QBluetoothSocket - fix open mode on OS XTimur Pocheptsov2014-10-271-0/+2
* OSX: Set openMode() when the QBluetoothSocket connection is establishedAlex Blasche2014-10-171-15/+18
* QBluetoothSocket - bugfix and mods for OS X.Timur Pocheptsov2014-10-011-17/+45
* Port QBluetoothSocket to OS X.Timur Pocheptsov2014-09-261-0/+735