summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Utilize QStringLiteral where possibleAlex Blasche2014-05-1511-120/+121
* Bluez5 support for QBluetoothDeviceDiscoveryAlex Blasche2014-05-099-20/+495
* Merge branch 'stable' into devAlex Blasche2014-05-0822-126/+307
|\
| * Add missing classname tag to Bluetooth and NFC qml moduleAlex Blasche2014-05-072-0/+2
| * BlackBerry C API added for OS>10.2.1Nedim Hadzic2014-04-294-19/+154
| * Check for QT_NO_DEBUG_STREAM for QBluetoothUuid QDebug helperOleg Shparber2014-04-281-0/+3
| * Fix a renamed qdoc tag and improve grammar/spellingAlex Blasche2014-04-252-4/+4
| * Build snippet outside of example build configurations too.Alex Blasche2014-04-241-5/+0
| * Remove duplicate function definitionLouai Al-Khanji2014-04-241-4/+5
| * Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-2/+27
| |\
| | * Fix discovery hanging in unrecoverable state due to incorrect error handlingAlex Blasche2014-04-162-1/+11
| | * Do not always filter Serial Port profiles out anymore on AndroidAlex Blasche2014-04-151-1/+16
| * | Fix crash in QDeclarativeBluetoothServiceOleg Shparber2014-04-222-41/+23
| * | Bluez4: Fix incorrect list of connected devices in QBluetoothLocalDeviceAlex Blasche2014-04-222-25/+18
| * | Provide correct code snippet for QBluetoothServiceDiscoveryAgentOleg Shparber2014-04-223-4/+29
| * | Fix a crash in QBluetoothSocket on reconnection attempt (BlueZ)Oleg Shparber2014-04-161-0/+6
| * | Fix internal buffer corruption in QBluetoothSocket (BlueZ)Oleg Shparber2014-04-161-2/+1
| * | Refactor disconnection signals emittance in QBluetoothSocketOleg Shparber2014-04-153-17/+10
| * | Don't double up the internal list of discovered servicesAlex Blasche2014-04-151-4/+19
| * | Fix inconsistent behavior between BtDiscoveryModel & BtServiceDiscoveryAgentAlex Blasche2014-04-141-0/+1
| * | Build snippets during developer builds with examples only.Alex Blasche2014-04-141-3/+8
| |/
* | Add Bluez5 support for QBluetoothLocalDeviceAlex Blasche2014-05-0617-110/+1440
* | Replace Q_SIGNALS/Q_SLOTS with signals/slots in private headersOleg Shparber2014-04-2917-21/+21
* | Replace all occurrences of Q_EMIT with emitOleg Shparber2014-04-299-23/+23
* | Add QDebug helper for QBluetoothAddressOleg Shparber2014-04-292-0/+16
* | Fix coding style in QBluetoothOleg Shparber2014-04-2324-447/+512
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-118-42/+101
|\|
| * Temporary file copy fix BluezNedim Hadzic2014-04-041-1/+10
| * Cleaning headers in QBluetoothTransferReplyQnx classNedim Hadzic2014-04-031-4/+1
| * Implemented sending buffer files in QBluetoothTransferReply QNXNedim Hadzic2014-04-034-20/+62
| * Remove old Bluetooth tennis exampleAlex Blasche2014-04-022-12/+6
| * QML PingPong example addedNedim Hadzic2014-04-022-0/+4
| * Equalize the docs front page layout with qtlocation and qtsensors.Alex Blasche2014-04-022-8/+21
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-014-6/+6
|\|
| * Replace double quote with single quote for single charactersSergio Ahumada2014-03-292-3/+3
| * Doc: Fix doc warningSergio Ahumada2014-03-271-1/+1
| * Android: Fix error signal handling for rfcomm socketsAlex Blasche2014-03-271-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2411-20/+118
|\|
| * 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-141-1/+3
| * Convert internal function parameter to const &Alex Blasche2014-03-133-4/+7
* | Merge branch 'stable' into devAlex Blasche2014-03-1331-175/+519
|\|
| * 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-1110-69/+143