summaryrefslogtreecommitdiffstats
path: root/src/connectivity/nfc/qnearfieldmanager_emulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Don't emit targetLost() for targets that the application has deleted.Aaron McCarthy2011-03-221-3/+5
* Add new function QNearFieldManager::isAvailable().Aaron McCarthy2011-03-211-6/+5
* Factor out common code.Aaron McCarthy2011-03-041-146/+3
* Rename registerTargetDetectedHandler to registerNdefMessageHandler.Aaron McCarthy2011-02-171-6/+6
* Change startTargetDetect() to return an bool.Aaron McCarthy2011-02-011-2/+3
* Partial QNearFieldTagType2 implementation (emulator).Aaron McCarthy2010-12-161-4/+14
* Split emulator backend code into multiple source files.Aaron McCarthy2010-12-141-212/+8
* Convert writeNdefMessages() to async API.Aaron McCarthy2010-12-141-1/+1
* Port readNdefMessages() to async API.Aaron McCarthy2010-12-131-2/+6
* Asynchronous API for QNearFieldTarget.Aaron McCarthy2010-12-081-61/+97
* Simplify CRC comparisons.Aaron McCarthy2010-11-251-4/+2
* Remove tagType parameter from registerTargetDetectHandler().Aaron McCarthy2010-11-101-11/+2
* Add functions to start and stop target detection.Aaron McCarthy2010-11-101-1/+15
* Implement dynamic memory model for Tag Type 1.Aaron McCarthy2010-10-261-3/+7
* Add targetLost signals.Aaron McCarthy2010-10-201-1/+18
* Add NfcTagType1 static memory model functions.Aaron McCarthy2010-10-191-0/+17
* Add emulator backend for NFC.Aaron McCarthy2010-10-181-0/+356