summaryrefslogtreecommitdiffstats
path: root/src/nfc
Commit message (Expand)AuthorAgeFilesLines
* Misc fixes for the new corkboard exampleAlex Blasche2014-02-032-0/+4
* whitespace fixesOswald Buddenhagen2014-01-203-3/+3
* Fix remaining compiler warnings in QtConnectivity moduleFabian Bumberger2014-01-071-1/+1
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Build Bluetooth and NFC only for BlackberryAndreas Holzammer2013-11-011-1/+1
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Doc: Fix module name formatv5.2.0-beta1Sze Howe Koh2013-10-212-2/+2
* Doc: language and style review doc qtconnectivityNico Vertriest2013-10-145-11/+11
* QtNfc QML Api starts with version 5.2Alex Blasche2013-10-142-2/+2
* Fix unit test error in qndefrecord.Alex Blasche2013-10-112-14/+12
* Remove the "registerNdefMessageHandler" template function and doc fixesAlex Blasche2013-10-112-12/+1
* Rename QDeclarativeNdefRecord -> QQmlNdefRecordSze Howe Koh2013-10-045-63/+63
* Alter the way type and TNF are treated in the qml APIFabian Bumberger2013-09-302-32/+107
* QNX: Extend documentation for NDEF message handlersv5.2.0-alpha1Fabian Bumberger2013-09-251-0/+15
* QNX: Set the correct target id for the invoke filterFabian Bumberger2013-09-251-2/+7
* Doc: Removed version from \inqmlmodule.Jerome Pasion2013-09-251-1/+1
* Changing the way nfc target detection worksFabian Bumberger2013-09-1915-70/+33
* Lower the verbosity of bluetoothFabian Bumberger2013-09-181-1/+1
* Remove LLCP from the public APIFabian Bumberger2013-09-1613-123/+147
* Fix qdoc warningsAlex Blasche2013-09-161-7/+5
* Remove transactionDetected signalFabian Bumberger2013-09-112-12/+0
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-0971-155/+147
* Move qNfcChecksum() definition into a .cpp fileSze Howe Koh2013-09-094-72/+24
* Add copy constructor to QNdefNfcSmartPosterRecord to avoid compile errorAlex Blasche2013-08-132-0/+9
* Doc: Setting \qtvariable in module page.Jerome Pasion2013-08-021-0/+1
* QNX: Fix compiler warningsFabian Bumberger2013-07-313-4/+7
* Remove code related to dead or currently unsupported platformsAlex Blasche2013-07-2532-4215/+8
* Don't export QNearFieldTagType* classes.Alex Blasche2013-07-2514-21/+69
* Add support for NFC smart posterStuart Burge2013-07-101-1/+1
* Add unit test and signal for/to QDeclarativeNdefRecordAlex Blasche2013-07-102-1/+20
* Fixing QNearFieldTarget::waitForRequestCompletedFabian Bumberger2013-07-103-25/+14
* Add support for NFC smart posterStuart Burge2013-07-028-5/+1004
* QNX: Fix compilation with new NDKFabian Bumberger2013-07-023-3/+3
* Fix QNearFieldTarget::AccessMethods flags to permit OR concatenationAlex Blasche2013-06-272-3/+5
* Fix test error in qnearfieldtagtype2 auto test due to race condition.Alex Blasche2013-06-271-1/+1
* Export qHash(QNdefRecord)Alex Blasche2013-06-271-1/+1
* Remove workaround for improper namespace macro parsing by qdocAlex Blasche2013-06-265-20/+0
* Fix links to general qtdoc related pages for NFC and BluetoothAlex Blasche2013-06-262-1/+6
* Enable Qt NFC in the CI system.Alex Blasche2013-06-263-5/+9
* Remove not needed symbol 'qHash(const QNdefRecord&)'Alex Blasche2013-06-252-9/+0
* Fix parsing of QNdefMessage::fromByteArray()Alex Blasche2013-06-251-1/+3
* Update Copyright headersAlex Blasche2013-06-2576-88/+169
* Improve/Fix QtNFC documentationAlex Blasche2013-06-2016-48/+411
* Fix signals usage caught by tst_HeadersSergio Ahumada2013-03-131-1/+1
* fix examples regarding namespace macro useOswald Buddenhagen2013-03-131-1/+1
* QNX bugfixes and cleanups for QNearFieldTargetFabian Bumberger2013-02-251-23/+49
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-1473-154/+154
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-0327-104/+1
* QNX: Fix requestCompleted signal and traget detectionFabian Bumberger2013-01-302-15/+5
* QNX: Adding ndef registration over the invocation frameworkFabian Bumberger2013-01-307-65/+308