summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnx/qnxnfcmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove BlackBerry as supported platform from QtNfcAlex Blasche2015-06-181-484/+0
| | | | | | | | [ChangeLog][QtNfc][Platform Specific Changes] Removed support for Blackberry 10 from QtNfc. Change-Id: Ideca878656826de7d04dda96bd213895433a3737 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* Update copyright headersJani Heikkinen2015-02-161-6/+6
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I3822a6484e8f7a420330de1cb1aeb0c3d1cf41b7 Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I7a8b8b787fcae9a178794364efdefe1021d10b1b Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Merge branch 'dev' into btleAlex Blasche2014-05-261-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/bluetooth/bluetooth.pro src/bluetooth/bluez/bluez.pri src/bluetooth/doc/src/bluetooth-index.qdoc src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp src/bluetooth/qbluetoothdeviceinfo.cpp src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp src/bluetooth/qbluetoothservicediscoveryagent_p.h src/bluetooth/qbluetoothservicediscoveryagent_qnx.cpp Change-Id: I88b22c51a4ee95b067ef8d2b2fddb5cbff4566f8
| * Replace all occurrences of Q_EMIT with emitOleg Shparber2014-04-291-1/+1
| | | | | | | | | | Change-Id: Ieec72048837abe70b0187086b265bcde96c7d6cd Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
| * Replace double quote with single quote for single charactersSergio Ahumada2014-03-291-2/+2
| | | | | | | | | | | | | | | | Adding single characters to a QString is faster if the characters are QChars and not QStrings. Change-Id: I31a9e24b31bad76726231c8d164584abddde6c28 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
* | Merge branch 'dev' into btleAlex Blasche2014-02-171-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/bluetooth/bluetooth.pro src/bluetooth/doc/src/examples.qdoc src/bluetooth/qbluetoothdevicediscoveryagent_qnx.cpp src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp src/bluetooth/qbluetoothservicediscoveryagent_p.h src/bluetooth/qbluetoothservicediscoveryagent_qnx.cpp Change-Id: Ie1577e4b0f469cd5a6b05a61cbe94f180a64448d
| * Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
| | | | | | | | | | | | | | Profiling shows Qt Creator spends 2% of its load time normalizing Change-Id: I50c4f66f30debd49c37109dd2460925dc22af605 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
| * Fix remaining compiler warnings in QtConnectivity moduleFabian Bumberger2014-01-071-1/+1
| | | | | | | | | | Change-Id: Iafadb39642c6b2944e8a873bdee49fb87e3ed5e9 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* | Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-0/+1
|/ | | | | | | | | Bluez v4.x does not have total support for LE devices, a new approach, using gatttool command was implemented. Auto-tests and documentation will be in other commits. Change-Id: Iee711cc111199e15956052eebb7593bd3a5e27c8 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Set the correct target id for the invoke filterFabian Bumberger2013-09-251-2/+7
| | | | | Change-Id: I328703f2578ffef10e9b475d0015a30ec6671b5b Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Changing the way nfc target detection worksFabian Bumberger2013-09-191-2/+1
| | | | | | | | | On Android and BB10 the target detection does not distinguish between NFC tag types when it comes to target detection but rather between the protocols the tags use. This patch removes the parameters used for target detection. Change-Id: I4609cde61d34159bc66b29a27f8d76df816e2c23 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-2/+2
| | | | | | | | This is based on namespace discussions on the Qt project dev mailing list. We continue to use the Qt namespace. Change-Id: I6119d06662f7682c11f42d759f3218be1f5a7d6c Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* QNX: Fix compiler warningsFabian Bumberger2013-07-311-3/+5
| | | | | Change-Id: Ia73b3a89464d5913bec4cc528047283475297083 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-2/+2
| | | | | | | | Renamed to the namespace macros to follow what syncqt expects. This fixes missing namespace macro warnings printed by syncqt. Change-Id: I7be5a700e8435a559cb4c2e74938851233095887 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* QNX: Fix requestCompleted signal and traget detectionFabian Bumberger2013-01-301-0/+1
| | | | | Change-Id: Ifd3992d050a9d17158b8007999ee6ae63f1d8599 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* QNX: Adding ndef registration over the invocation frameworkFabian Bumberger2013-01-301-48/+133
| | | | | Change-Id: Ie809c19acf96993d8569cd655d92aed5d1b5e6e4 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* QNX adding llcp functionalityFabian Bumberger2013-01-301-23/+149
| | | | | | Change-Id: I9af864e425634a9072bd5b46358bde1c68c5976c Reviewed-by: Bernd Weimer <bweimer@rim.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Adding QNearFieldManager backend for QNXFabian Bumberger2012-11-261-7/+13
| | | | | Change-Id: If786de1373ac55e4448d8a893e65b1dcdb4f5815 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* QNX adding NearFieldTargetFabian Bumberger2012-11-261-4/+2
| | | | | Change-Id: I1ba061d04f0245e4797789b9d47508d055fe1691 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Preparing the NFC QNX portFabian Bumberger2012-11-221-0/+269
This commit contains parts of the backend to the QNX NFC port Change-Id: I7f6a0a7ca83445bd32da006ecdcbbe6e66660d70 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>