summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* BlueZ: use new qdbusxml2cpp namespace optionIvan Solovev2025-03-121-9/+11
* BlueZ: rename generated DBus propperites interface classIvan Solovev2025-02-121-9/+9
* BlueZ: treat AuthenticationCanceled as a PairingErrorIvan Solovev2023-11-101-1/+9
* Merge duplicate qHash(QBluetoohAddress) definitionsMarc Mutz2023-07-081-5/+0
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Change qbluetoothlocaldevice error signal name usage to errorOccurredJuha Vuolle2022-02-211-1/+1
* Rename variables and methods having Bluez5 in their nameAndreas Buhr2021-08-301-65/+59
* rename error signals to errorOccurredAndreas Buhr2021-03-221-6/+6
* Remove Pairing agent related API from QBluetoothLocalDeviceAlex Blasche2021-03-151-88/+0
* Improve QBluetoothLocalDevice::setHostMode() on BlueZ 5Alex Blasche2021-03-121-2/+7
* Add infrastructure to register BlueZ custom data typesAlex Blasche2021-03-101-5/+3
* Remove BlueZ 4 implementation for QBluetoothLocalDeviceAlex Blasche2021-03-101-561/+41
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-7/+7
* Fix up broken PropertiesChanged connectionsv5.14.1Alex Blasche2020-01-141-1/+2
* Fix QSet and QList related warningsAlex Blasche2019-08-081-1/+1
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-30/+30
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-25/+16
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-4/+7
* Make Adapter1.RemoveDevice() call asyncAlex Blasche2018-05-041-7/+11
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-3/+3
* Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-4/+4
* Ensure the passkey and pincode for pairing are randomAlex Blasche2017-03-141-2/+2
* Match connected device changes based on local device instanceAlex Blasche2017-02-171-23/+38
* Updated license headersAntti Kokko2016-01-201-14/+20
* Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-0/+2
|\
| * Don't register meta types during static init time5.5Alex Blasche2015-11-301-0/+2
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-15/+33
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Avoid potential memory leak on variable 'device'Sergio Ahumada2015-02-101-3/+11
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Merge branch '5.3' into devAlex Blasche2014-06-271-6/+50
|\
| * Bluez4: Ensure QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-271-6/+50
* | Bluez5: Simplify lookup of default adapterAlex Blasche2014-06-021-43/+6
* | Bluez5: QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-281-2/+24
* | Use Alias as Device/Adapter name on Bluez 5Alex Blasche2014-05-261-1/+1
* | Utilize Qt global discovery mode session in QBluetootLocalDevice.Alex Blasche2014-05-231-21/+8
* | Utilize QStringLiteral where possibleAlex Blasche2014-05-151-22/+22
* | Merge branch 'stable' into devAlex Blasche2014-05-081-26/+22
|\|
| * Bluez4: Fix incorrect list of connected devices in QBluetoothLocalDeviceAlex Blasche2014-04-221-23/+18
* | Add Bluez5 support for QBluetoothLocalDeviceAlex Blasche2014-05-061-107/+645
* | Fix coding style in QBluetoothOleg Shparber2014-04-231-114/+152
|/
* Fix crash when calling QBluetoothLocalDevice::connectedDevices()Alex Blasche2014-02-261-0/+3
* Suppress warning from QObject attempting to connect null objectAlex Blasche2014-01-241-3/+5
* whitespace fixesOswald Buddenhagen2014-01-201-1/+1
* Fix remaining uncategorized debug/warning messages (catchup in dev)Alex Blasche2014-01-081-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-19/+21
|\
| * Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-201-19/+21
* | Added new API for device "connected" statusOleksandr Matasov2013-11-121-1/+117
|/
* Remove compiler warningsAlex Blasche2013-09-201-0/+1