summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix crash due to inconsistent state in QLEController during JobDisconnectDeviceAlex Blasche2017-10-172-3/+17
* | | Convert most old-style QObject::connect() to pointer syntaxAlex Blasche2017-11-135-39/+60
* | | Use QStringLiteral where needed to avoid QString allocationsAlex Blasche2017-11-062-3/+3
* | | Do not return from void functions/expressionsAlex Blasche2017-11-062-2/+2
* | | Normalize Q_ARG arguments (const modifier removed)Alex Blasche2017-11-032-18/+18
* | | Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-0311-180/+60
* | | Consolidate the QLEControllerPrivate instanciationsAlex Blasche2017-11-031-49/+23
* | | Reorder the qlowenergycontroller_p.h includesAlex Blasche2017-11-035-35/+24
* | | Various cleanups following the recent QLEControllerPrivate header splitsAlex Blasche2017-11-036-45/+5
* | | Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-034-4/+5
* | | Provide UWP specific header for QLEControllerPrivateAlex Blasche2017-11-038-60/+210
* | | Provide own header for QLEControllerPrivate on AndroidAlex Blasche2017-11-038-85/+236
* | | Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-0312-379/+636
* | | Rename various QLEControllerPrivate classesAlex Blasche2017-11-0317-214/+214
* | | Move common helper function from QLECPrivate to QLECPrivateBaseAlex Blasche2017-11-036-136/+128
* | | Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-0316-157/+654
* | | Hook new gatt dbus classes into build systemAlex Blasche2017-11-021-0/+6
* | | Run a general update of all dbus interface classesAlex Blasche2017-11-0232-186/+190
* | | Setup GattService1, GattChar1 & GattDesc1 dbus interface classesAlex Blasche2017-11-027-0/+311
* | | Add DBus XML descriptions for Gatt interfacesAlex Blasche2017-11-023-0/+45
* | | Convert Q_ARG params to normalized formAlex Blasche2017-10-202-4/+4
* | | Add default assignment operator for QBluetoothUuidAlex Blasche2017-10-191-0/+2
* | | Merge remote-tracking branch 'gerrit/5.10' into devAlex Blasche2017-10-1724-75/+130
|\| |
| * | Merge remote-tracking branch 'gerrit/5.9' into 5.10v5.10.0-beta3Alex Blasche2017-10-1724-75/+111
| |\|
| | * Fix outdated FDL license headerKai Koehne2017-10-1612-56/+56
| | * IOBluetooth: warn about incorrent thread/runloopTimur Pocheptsov2017-10-117-2/+32
| | * Replace mixing of const_iterator by for-eachAndré Klitzing2017-10-091-4/+2
| | * CoreBluetooth - use the right enumerators/constants with SDK 10.13Timur Pocheptsov2017-09-061-2/+2
| | * Enable macOS 10.13 in QtBluetoothAlex Blasche2017-08-312-7/+7
| | * winrt: Make sure that "finished" is emitted for device discoveryOliver Wolff2017-08-181-4/+12
| * | CoreBluetooth - fix compilation errors for 10.13 SDKv5.10.0-beta2v5.10.0-beta1Timur Pocheptsov2017-10-041-0/+19
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2932-86/+86
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-227-32/+32
* | | Android: remove support for local/debug deploymentJake Petroules2017-09-0610-47/+32
* | | Simplify system frameworks includesJake Petroules2017-09-041-15/+2
* | | Remove 10.9 SDK workaroundJake Petroules2017-09-041-24/+0
|/ /
* | Bail out early if Bluetooth is used on an unsupported Windows versionv5.10.0-alpha1Oliver Wolff2017-08-302-1/+39
* | Add missing qtnfcglobal_p.hOliver Wolff2017-08-302-0/+60
* | Add missing qtbluetoothglobal_p.hOliver Wolff2017-08-302-0/+60
* | Rename qnfcglobal.h to qtnfcglobal.hOliver Wolff2017-08-3021-21/+21
* | Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-3023-23/+23
* | windows: Make sure everything is properly CoInitialized on desktop useOliver Wolff2017-08-302-0/+15
* | Add configure test to detect presence of winrt APIOliver Wolff2017-08-309-6/+101
* | Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-08-075-1/+29
|\|
| * Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()Alex Blasche2017-08-042-0/+11
| * winrt: Fix crash in QBluetoothServer::nextPendingConnectionOliver Wolff2017-08-041-0/+2
| * winrt: Check for valid m_socketObject before accessing socket informationOliver Wolff2017-08-021-0/+15
| * Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* | winrt: Ensure that QLowEnergyController::RemoteHostClosedError is emittedOliver Wolff2017-08-021-0/+5
* | Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-07-265-43/+142
|\|