summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Fix SDP BrowseGroupList entryAlex Blasche2018-10-161-2/+3
* Update plugins.qmltypesKai Koehne2018-09-191-2/+2
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-245-22/+19
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-8/+1
* General QML version bump in docs and qmltypesAlex Blasche2018-04-191-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-8/+6
|\
| * Update QML versions for QtBluetooth and QtNfc in step with Qt versionAlex Blasche2017-12-152-8/+6
* | Convert most old-style QObject::connect() to pointer syntaxAlex Blasche2017-11-133-23/+42
* | Use QStringLiteral where needed to avoid QString allocationsAlex Blasche2017-11-061-2/+2
|/
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-1/+1
* Add error flag for use case when the remote peer closes the connectionAlex Blasche2017-07-102-0/+2
* Improve qmlchat doc describing the BluetoothSocket handling snippetAlex Blasche2017-06-201-1/+3
* Update QML export versions in QtConnectivity APIsAlex Blasche2017-02-282-5/+5
* Bump/introduce the QML plugin verion 5.8 for the next releaseAlex Blasche2016-12-062-6/+6
* Fix loading of QML pluginsv5.8.0-alpha1Simon Hausmann2016-08-261-1/+1
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-092-50/+211
|\
| * Adds a better state transition support to the BluetoothModelAlex Blasche2016-06-092-50/+211
* | Do not pin the QML plugins import version.Alex Blasche2016-05-042-4/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-161-266/+1
|\|
| * Update qml types for QtConnectivity 5.6.0 releasev5.6.0-rc1v5.6.0Alex Blasche2016-02-051-266/+1
* | Bump QML types to version 5.7Alex Blasche2016-02-122-4/+4
* | Updated license headersAntti Kokko2016-01-207-100/+142
* | Enable using the module in a statically built applicationAndy Shaw2016-01-112-0/+13
|/
* Fix trivial typosKonstantin Ritt2015-12-041-2/+2
* Introduce QML Bluetooth 5.6 version.Alex Blasche2015-08-252-5/+5
* Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-233-7/+5
* Update qmltypes for QtBluetoothAlex Blasche2015-06-101-1/+267
* Emit missing BluetoothService.detailsChanged signalAlex Blasche2015-05-271-0/+2
* Don't mention non-existing `servicePort` property in the docsKonstantin Ritt2015-05-261-1/+0
* Update copyright headersJani Heikkinen2015-02-167-49/+49
* Bump QtBluetooth QML versions to 5.5Alex Blasche2015-02-052-5/+5
* Add missing InvalidBluetoothAdapterError to QML discovery modelAlex Blasche2014-11-213-3/+30
* New QML based Bt chat clientAlex Blasche2014-09-301-1/+0
* Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-031-0/+6
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-283-0/+33
|\
| * Add missing private headers warningSamuel Gaist2014-08-183-0/+33
* | Update license headers and add new licensesJani Heikkinen2014-08-247-133/+77
* | Merge branch 'stable' into devAlex Blasche2014-05-084-41/+25
|\|
| * Add missing classname tag to Bluetooth and NFC qml moduleAlex Blasche2014-05-071-0/+1
| * Fix crash in QDeclarativeBluetoothServiceOleg Shparber2014-04-222-41/+23
| * Fix inconsistent behavior between BtDiscoveryModel & BtServiceDiscoveryAgentAlex Blasche2014-04-141-0/+1
* | Replace all occurrences of Q_EMIT with emitOleg Shparber2014-04-291-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-242-3/+9
|\|
| * Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-182-3/+9
* | Bump latest Bluetooth QML API version to 5.4Alex Blasche2014-02-252-5/+5
|/
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-1/+2
* Merge "Merge remote-tracking branch 'gerrit/stable' into dev" into refs/stagi...Alex Blasche2014-02-061-3/+2
|\
| * Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-031-3/+2
| |\
| | * Stop SDP search if QML Model is turned offAlex Blasche2014-01-221-3/+2
* | | Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
|/ /