summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Fix doc warningSergio Ahumada2014-03-271-1/+1
* Android: Fix error signal handling for rfcomm socketsAlex Blasche2014-03-271-2/+2
* Remove building of doc snippets on AndroidAlex Blasche2014-03-241-6/+8
* QNX: Remove nested event loopFabian Bumberger2014-03-241-2/+0
* Android: Improve QBluetoothLocalDevice::connectedDevices()Alex Blasche2014-03-242-2/+88
* QNX connected state fixv5.3.0-beta1Nedim Hadzic2014-03-181-0/+1
* Qt Bluetooth: Show correct names when compiling the moduleSze Howe Koh2014-03-181-2/+2
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-182-3/+9
* Ensure examples behave on default backend and/or with no local Bt deviceAlex Blasche2014-03-143-4/+19
* Convert internal function parameter to const &Alex Blasche2014-03-133-4/+7
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-137-12/+15
* Fix code snippet error in docs and point out supported NFC platformsAlex Blasche2014-03-113-5/+27
* Improve NFC documentationAlex Blasche2014-03-1113-78/+167
* Android: Fix crashes due to concurrency issuesAlex Blasche2014-03-116-10/+33
* Android: Don't directly use java field valuesAlex Blasche2014-03-113-25/+44
* Android: Don't directly use the action string values but refer to the fields.Alex Blasche2014-03-118-57/+260
* Update .gitignore for qtconnectivity after several binary adds/removalsAlex Blasche2014-03-111-2/+6
* Update QtBluetooth docs for Qt 5.3Alex Blasche2014-03-107-21/+36
* Build the bluetooth doc snippet.Alex Blasche2014-03-106-58/+73
* Add screenshots and description to the QML scanner example.Alex Blasche2014-03-103-1/+21
* Improve BtTestUI device and service discovery outputAlex Blasche2014-03-071-2/+13
* Android: Fix ommission of found services during SDP discoveryAlex Blasche2014-03-071-5/+5
* Add missing Standard BT service/profile uuidsAlex Blasche2014-03-063-62/+93
* Fix uuid value of ServiceClassId PnpInformationAlex Blasche2014-03-062-2/+2
* Remove insignificant flag from working unit test.Alex Blasche2014-03-041-1/+0
* Fix some typosSergio Ahumada2014-03-035-6/+6
* Create QBluetoothServer unit test from QRfcommServer/QL2CAPServer testsAlex Blasche2014-03-0310-804/+16
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-037-16/+16
* Fix not working listen() on Bluez with default Bluetooth addressesAlex Blasche2014-03-031-1/+1
* Fix qrfcomm unit testAlex Blasche2014-03-016-208/+158
* Add dependencies to project file.Alex Blasche2014-02-281-2/+5
* Normalize signal & slot signaturesAlex Blasche2014-02-272-3/+3
* Remove btclientAlex Blasche2014-02-277-646/+0
* Fix qbluetoothsocket unit testAlex Blasche2014-02-274-440/+174
* Fix wrong error message.Alex Blasche2014-02-271-1/+1
* Fix crash when interrupting QBluetoothSocket's input stream threadAlex Blasche2014-02-277-101/+253
* Android: Fix crash in QBluetoothServer::close()Alex Blasche2014-02-278-161/+302
* Utilize new QBluetoothSocket::OperationError on QNX and BluezAlex Blasche2014-02-272-3/+33
* Add copy operator to QBluetoothHostInfo.Alex Blasche2014-02-273-0/+33
* Remove QBluetoothSocketPrivate::socketDescriptor()Alex Blasche2014-02-266-21/+1
* QNX Service registered value fixNedim Hadzic2014-02-262-5/+23
* Fix crash when calling QBluetoothLocalDevice::connectedDevices()Alex Blasche2014-02-261-0/+3
* Max pending connection check for QNX server implementedNedim Hadzic2014-02-262-1/+3
* Revert "Bump latest Nfc QML API version to 5.4"Alex Blasche2014-02-262-5/+7
* QNX QBluetoothSocket state fixNedim Hadzic2014-02-262-1/+4
* Bump latest Nfc QML API version to 5.4v5.3.0-alpha1Alex Blasche2014-02-252-7/+5
* QNX pairing status fix implementedNedim Hadzic2014-02-211-3/+34
* QBluetoothServer QNX closing error fixNedim Hadzic2014-02-211-10/+15
* Socket memory leak fix for QBluetoothServer QNXNedim Hadzic2014-02-211-3/+3
* Don't refuse the connect attempt while in ServiceLookupState.Alex Blasche2014-02-201-1/+1