summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refine documentation for QBluetoothSocket::localXYZ() functions.Alex Blasche2014-01-281-1/+12
* Initialize QBluetoothSocket::socketError properly.Alex Blasche2014-01-282-0/+2
* Fix crash in Bluez implementation for QBluetoothSocketAlex Blasche2014-01-281-2/+3
* Fix broken SDP discovery on QBluetoothSocketAlex Blasche2014-01-282-2/+4
* Fix crash during SDP discovery on BluezAlex Blasche2014-01-241-7/+22
* Stop SDP search if QML Model is turned offAlex Blasche2014-01-222-3/+5
* Add missing documentation for QQmlNdefRecord::Unknown enum value.Alex Blasche2014-01-221-0/+1
* Do not clear result lists while the SDP search is ongoing.Alex Blasche2014-01-201-1/+6
* Improve QBluetoothServiceDiscoveryAgent documentationAlex Blasche2014-01-201-16/+34
* Cleanup dead code in Bluez SDP discovery backendAlex Blasche2014-01-201-12/+4
* Fix memory leaks in Bluez specific device and SDP discovery classes.Alex Blasche2014-01-202-3/+18
* Cleanup more duplicated code in SDP discovery class.Alex Blasche2014-01-171-16/+5
* Reduce SDP discovery debug output on BluezAlex Blasche2014-01-171-2/+0
* Use QLoggingCategory in Bluetooth QML import plugin.Alex Blasche2014-01-084-19/+30
* Fix remaining compiler warnings in QtConnectivity moduleFabian Bumberger2014-01-073-4/+3
* Don't set the internal service discovery state twice to the sameAlex Blasche2014-01-071-2/+0
* Translate so far untranslated error strings.Alex Blasche2013-12-203-7/+7
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-2022-225/+188
* Improve error reporting.Alex Blasche2013-12-202-1/+6
* QNX: Fix a dangling pointer use in QBluetoothServiceDiscoveryAgent on QNXRobin Burchell2013-12-051-4/+4
* Unwarn on clangv5.2.0-rc1v5.2.0Alex Blasche2013-11-111-5/+3
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-062-2/+2
* Build Bluetooth and NFC only for BlackberryAndreas Holzammer2013-11-012-2/+2
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Doc: Fix module name formatv5.2.0-beta1Sze Howe Koh2013-10-213-3/+3
* Remove not needed error enum and avoid future enum value collisionsAlex Blasche2013-10-153-7/+5
* Update Bluetooth QML meta data for Qt CreatorAlex Blasche2013-10-151-7/+16
* Doc: language and style review doc qtconnectivityNico Vertriest2013-10-149-25/+28
* Use recommended way of using \brief statements in QML Types.Alex Blasche2013-10-148-8/+8
* Update Nfc QML meta data for Qt CreatorAlex Blasche2013-10-141-25/+33
* QtNfc QML Api starts with version 5.2Alex Blasche2013-10-149-15/+20
* QtBluetooth QML API starts with 5.2.Alex Blasche2013-10-146-12/+21
* Fix unit test error in qndefrecord.Alex Blasche2013-10-112-14/+12
* Update QML type description for Bluetooth QML API due to API changes.Alex Blasche2013-10-111-32/+14
* Document the data roles offered by the BluetoothDiscoveryModel.Alex Blasche2013-10-111-3/+25
* BluetoothDiscoveryModel API fixesAlex Blasche2013-10-112-15/+12
* Remove the "registerNdefMessageHandler" template function and doc fixesAlex Blasche2013-10-112-12/+1
* Improve handling of invalid Bt address by QBluetoothTransferManagerAlex Blasche2013-10-112-2/+19
* Make the QBluetoothTransferRequest constructor explicitFabian Bumberger2013-10-111-1/+1
* Fix Bluetooth doc errors.Alex Blasche2013-10-102-8/+4
* Fix MSVC64-warning about truncation from size_t to int.Friedemann Kleint2013-10-101-1/+1
* QNX: Fix update progressFabian Bumberger2013-10-081-4/+8
* Fix QDeclarativeBluetoothSocket stringData propertyAlex Blasche2013-10-062-27/+9
* Rename QDeclarativeNdefRecord -> QQmlNdefRecordSze Howe Koh2013-10-0417-105/+105
* Change the service properties in btchat exampleFabian Bumberger2013-10-012-2/+8
* QNX: Fix socket connection with a service info objectFabian Bumberger2013-10-012-3/+7
* QNX: Fix uuid filter in service discoveryFabian Bumberger2013-09-301-1/+1
* Don't throw an error when a low energy device is discoveredFabian Bumberger2013-09-301-4/+11
* QML Near Field: Allow detecting NDEF messages without setting a filterFabian Bumberger2013-09-301-7/+5
* Alter the way type and TNF are treated in the qml APIFabian Bumberger2013-09-306-58/+146