summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add small binary performing the SDP scan.Alex Blasche2014-07-233-0/+356
* Merge branch '5.3' into devAlex Blasche2014-07-179-21/+113
|\
| * Reduce system header dependenciesAlex Blasche2014-07-165-9/+92
| * Remove usage of BluetoothSocket.isConnected()Alex Blasche2014-07-101-9/+8
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-072-2/+0
* | Merge "Merge branch '5.3' into dev" into refs/staging/devAlex Blasche2014-07-018-10/+68
|\ \
| * | Merge branch '5.3' into devAlex Blasche2014-06-278-10/+68
| |\|
| | * Bluez4: Ensure QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-273-7/+62
| | * Process Bluez5 URLs during SDP scanAlex Blasche2014-05-271-1/+1
| | * Add a few Qt 6 TODO entriesAlex Blasche2014-05-153-0/+3
| | * Fix uncategorised usage of qWarning().Alex Blasche2014-05-091-2/+2
* | | Remove usage of QObject::tr() in qbluetoothsocket_bluez.cpp.Friedemann Kleint2014-06-301-1/+1
|/ /
* | Bluez5: Add Object-Push supportAlex Blasche2014-06-1714-58/+629
* | Avoid empty service namesAlex Blasche2014-06-031-1/+15
* | Bluez5: Simplify lookup of default adapterAlex Blasche2014-06-025-117/+99
* | Bluez5: Add service (un)registration supportAlex Blasche2014-06-026-26/+228
* | Don't stop processing of Bluez services if one service is invalidAlex Blasche2014-05-281-1/+1
* | Bluez5: QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-281-2/+24
* | Port QBluetoothSocket/QBluetoothServer to Bluez 5Alex Blasche2014-05-261-40/+50
* | Add QBluetoothUuid::protocolToString()Alex Blasche2014-05-262-0/+46
* | Use Alias as Device/Adapter name on Bluez 5Alex Blasche2014-05-262-2/+2
* | Use proper include syntax for system headersAlex Blasche2014-05-231-3/+3
* | Fix crash during call to QBluetoothServiceDiscoveryAgent::stop()Alex Blasche2014-05-231-5/+1
* | Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-235-56/+29
* | Utilize Qt global discovery mode session in QBluetootLocalDevice.Alex Blasche2014-05-232-22/+8
* | Simplify detection of Bluetooth Base UUID derived uuidsAlex Blasche2014-05-222-27/+6
* | Bluez5: Ensure device discovery returns meaningfull RSSI dataAlex Blasche2014-05-224-1/+55
* | Service discovery via Bluez5Alex Blasche2014-05-2210-110/+717
* | Ensure that QBluetoothAddress debug operator can handle const refsAlex Blasche2014-05-162-2/+2
* | 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
| |/