summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'gerrit/stable' into dev" into refs/stagi...Alex Blasche2014-02-154-5/+3
|\
| * Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-144-5/+3
| |\
| | * Fix missing QBluetoothSocket::state update after unsuccessful SDP searchold/5.2Alex Blasche2014-02-131-0/+1
| | * Fix interaction with Android devicesAlex Blasche2014-02-131-1/+3
| | * Reduce debug output on BluezAlex Blasche2014-02-111-2/+0
| | * Explicitly declare the parameter type of QBluetoothServer::error().Alex Blasche2014-02-111-1/+1
* | | Fix namespaced buildsAlex Blasche2014-02-141-1/+1
|/ /
* | Adjust strings for translationAlex Blasche2014-02-138-24/+24
* | Port QtBluetooth to AndroidAlex Blasche2014-02-1338-63/+3870
* | Merge branch 'stable' into devAlex Blasche2014-02-075-27/+64
|\|
| * QBluetoothServer fixesAlex Blasche2014-02-073-8/+39
| * Fix broken QBluetoothServiceInfo::serviceClassUuids() callAlex Blasche2014-02-072-19/+25
* | Merge "Merge remote-tracking branch 'gerrit/stable' into dev" into refs/stagi...Alex Blasche2014-02-068-85/+135
|\ \
| * | Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-038-85/+135
| |\|
| | * Use qt_error_string rather than strerror.Alex Blasche2014-01-303-9/+9
| | * Synchronize setting of QBluetoothSocket's error string, code and signalAlex Blasche2014-01-303-21/+22
| | * Don't cache the QBluetoothSocket::localName() & peerName()Alex Blasche2014-01-293-15/+3
| | * 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-221-0/+3
| | * 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
* | | Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-2/+2
|/ /
* | Add documentation for picture transfer example and minor QML fixesAlex Blasche2014-01-282-1/+5
* | Suppress warning from QObject attempting to connect null objectAlex Blasche2014-01-241-3/+5
* | Remove const modifier from QBluetoothLocalDevice signals.Alex Blasche2014-01-242-5/+5
* | Don't stop Bt discoveries while we have InvalidBluetoothAdapterErrorAlex Blasche2014-01-202-1/+4
* | whitespace fixesOswald Buddenhagen2014-01-2011-15/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-172-18/+5
|\|
| * 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
* | Emit PoweredOffError if required during device discovery start on BluezAlex Blasche2014-01-161-0/+12
* | Document a somewhat peculiar signal behavior mismatch during Bt discoveryAlex Blasche2014-01-152-3/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-103-5/+3
|\|
| * Fix remaining compiler warnings in QtConnectivity moduleFabian Bumberger2014-01-072-3/+2
| * Don't set the internal service discovery state twice to the sameAlex Blasche2014-01-071-2/+0
* | BlackBerry: Fix compilationSergio Ahumada2014-01-082-8/+8
* | Fix remaining uncategorized debug/warning messages (catchup in dev)Alex Blasche2014-01-083-8/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-0624-230/+197
|\|
| * 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
* | Improve and fix documentation for the Bluetooth discovery classes.Alex Blasche2013-12-202-12/+25
* | Check the local adapter's BluetoothAdress before doing the discoveryFabian Bumberger2013-12-204-3/+36
* | Fix error state of default QBluetoothServiceDiscoveryAgentAlex Blasche2013-12-201-1/+1