summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.13.0v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Alex Blasche2019-05-071-0/+59
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-256-8/+97
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-206-8/+97
| |\
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+42
| | |\
| | | * Add changes file for Qt 5.12.3v5.12.3Alex Blasche2019-04-031-0/+42
| | * | CoreBluetooth: add a missing -peripheral:didModifyServices: methodTimur Pocheptsov2019-04-164-0/+43
| | * | winrt: Fix reading of descriptor valuesOliver Wolff2019-04-151-8/+12
* | | | Fix nfc corkboard example on AndroidAlex Blasche2019-04-251-1/+1
|/ / /
* | | winrt: Remove unused functionv5.13.0-beta3Oliver Wolff2019-04-151-28/+0
* | | winrt: Move byteArrayFromBuffer into qbluetoothutils_winrtOliver Wolff2019-04-156-82/+43
* | | winrt: Avoid asserts in helper functionsOliver Wolff2019-04-151-8/+24
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-134-44/+78
|\| |
| * | Don't create QBluetoothServiceInfo when uuid is nullAlex Blasche2019-04-121-1/+4
| * | Android: Don't filter SPP uuidAlex Blasche2019-04-121-11/+12
| * | Streamline QBluetoothServiceDiscoveryAgentPrivate::populateDiscoveredServicesAlex Blasche2019-04-101-32/+33
| * | Android: Increase chance of establishing serial connection w/o SPP uuidAlex Blasche2019-04-102-3/+32
| * | Fix clang-cl errors about narrowing conversionsKai Koehne2019-04-081-1/+1
* | | Update plugins.qmltypes for Qt 5.13Kai Koehne2019-04-122-4/+4
* | | winrt: Avoid asserts in discoverServiceDetailsOliver Wolff2019-04-101-15/+26
* | | winrt: Avoid asserts in writeCharacteristicOliver Wolff2019-04-101-9/+18
* | | winrt: Avoid asserts in readCharacteristicOliver Wolff2019-04-101-8/+8
* | | winrt: Avoid asserts in writeDescriptorOliver Wolff2019-04-101-24/+59
* | | winrt: Avoid asserts in readDescriptorOliver Wolff2019-04-101-25/+71
* | | winrt: Avoid deprecated functions and asserts in discoverServicesOliver Wolff2019-04-101-10/+27
* | | winrt: Avoid deprecated functions and asserts in obtainIncludedServicesOliver Wolff2019-04-101-9/+20
* | | winrt: Avoid asserts in getNativeCharacteristicOliver Wolff2019-04-101-2/+23
* | | winrt: unregister status change callbacks on disconnectOliver Wolff2019-04-102-10/+20
* | | winrt: Avoid asserts in connectToDeviceOliver Wolff2019-04-101-102/+106
* | | winrt: Do not assert/crash in registerforValueChanges/unregisterFromValueChangesOliver Wolff2019-04-101-1/+13
* | | winrt: Proper error handling in obtainCharListOliver Wolff2019-04-102-147/+254
* | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-066-38/+44
|\| |
| * | Use QAndroidJniExceptionCleaner instead of QAndroidJniEnvironmentBogDan Vatra2019-04-051-11/+4
| * | Fix possible leakBogDan Vatra2019-04-051-2/+1
| * | Check the reverted UUID when filteringBogDan Vatra2019-04-053-25/+33
| * | Enable bttestui to test QBluetoothSocket::bytesWritten() signalAlex Blasche2019-04-011-0/+6
| |/
* | winrt: More corrections for handling device disconnectionsOliver Wolff2019-03-282-4/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-278-69/+65
|\|
| * Convert bttestui to Qt5 style connect() syntaxAlex Blasche2019-03-251-45/+45
| * Ensure DBus based QBluetoothSocket emits bytesWritten() signalAlex Blasche2019-03-251-0/+2
| * Update SensorTag documentation URLAlex Blasche2019-03-251-2/+3
| * qlowenergycontroller_android_p.h: Remove unrelated preprocessor blocksOliver Wolff2019-03-251-16/+0
| * Bump versionKari Oikarinen2019-03-211-1/+1
| * Address compile error on gcc 4.8Alex Blasche2019-03-193-6/+12
| * LE/Android: add consistency check in method called from Qt APIKonstantin Ritt2019-03-191-0/+3
* | Remove winrt TODOs about manufacturer dataOliver Wolff2019-03-252-3/+0
* | winrt: Fix deprecation warningOliver Wolff2019-03-251-6/+5
* | winrt: Fix notifications in Bluetooth LEOliver Wolff2019-03-191-5/+5
* | winrt: Stop LE device watcher when discovery is finishedOliver Wolff2019-03-191-4/+5
* | winrt: Handle device disconnection properlyOliver Wolff2019-03-194-14/+42
* | winrt: Use correct worker signal slot disconnectionOliver Wolff2019-03-191-4/+3