summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* ndefeditor: fix dropdown menu problemsIvan Solovev2022-06-022-6/+27
* Add NFCReaderUsageDescription key to NFC example appsJuha Vuolle2022-06-026-0/+98
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-122-9/+6
* Make bluetooth errors visible on pingpong example applicationJuha Vuolle2022-04-121-5/+10
* Port simple cases of count() to size()Marc Mutz2022-04-111-1/+1
* Add bluetooth example app Qt::Gui linkage on iOSJuha Vuolle2022-03-181-2/+2
* Improve examples CMakeLists.txtKai Köhne2022-02-218-70/+34
* Avoid multiple client sockets in pingpong bluetooth exampleJuha Vuolle2022-02-121-2/+6
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* btscanner example: Add option to stop a running scanOliver Wolff2022-01-263-2/+20
* PingPong example: let the parent QObject do the cleanupIvan Solovev2022-01-211-2/+1
* Store the serviceinfo in pingpong exampleJuha Vuolle2022-01-211-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-152-8/+8
* BtChat: fix crash when no adapter is foundIvan Solovev2021-11-161-2/+12
* macOS specific Info.plist file for Bluetooth ExamplesJuha Vuolle2021-11-1110-18/+101
* Fix 'width' of 'null' QML warnings in lowenergyscanner exampleJuha Vuolle2021-10-253-3/+3
* Polish the btscanner exampleFriedemann Kleint2021-10-196-120/+97
* Remove float => double truncation compilation warning on MSVCJuha Vuolle2021-09-171-7/+7
* Bluetooth (examples): update CMakeLists.txt to include Info.plistTimur Pocheptsov2021-09-104-0/+26
* Remove error messages on lowenergyscanner example app exitJuha Vuolle2021-09-092-6/+6
* QtBluetooth (examples): add Info.plist for iOSTimur Pocheptsov2021-09-092-0/+43
* CoreBluetooth: provide a description (in Info.plist) of BT usageTimur Pocheptsov2021-09-092-0/+41
* Heart-rate example: add a proper Info.plistTimur Pocheptsov2021-09-074-0/+90
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-178-8/+8
* QtNFC: fix AndroidManifest files for the examplesIvan Solovev2021-07-212-64/+0
* Fix wrong image in QML pingpong example documentationAndreas Buhr2021-06-242-1/+1
* Increase timeout of lowenergyscannerAndreas Buhr2021-06-141-1/+1
* AnnotatedUrl: add QNdefFilter supportIvan Solovev2021-06-147-7/+72
* NdefEditor: update UI for better usability on mobile platformsIvan Solovev2021-06-1411-54/+266
* AnnotatedUrl: refactor UIIvan Solovev2021-06-115-92/+98
* AnnotatedUrl: handle adapter stateIvan Solovev2021-06-096-5/+43
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-046-25/+4
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-032-7/+0
* Update Annotated URL exampleIvan Solovev2021-05-3110-20/+161
* QtNFC: remove QNearFieldTarget::ndefMessagesWritten signalIvan Solovev2021-05-273-8/+10
* Doc: Fix documentation warningsTopi Reinio2021-04-301-2/+1
* Fix binary name clash with qtscxml exampleAlex Blasche2021-04-261-7/+8
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-083-9/+9
* rename error signals to errorOccurredAndreas Buhr2021-03-225-20/+15
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-2/+2
* Update screenshots in QtBluetooth Example documentationAndreas Buhr2021-03-114-0/+0
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-115-17/+17
* Pingpong example: update documentationAndreas Buhr2021-03-111-5/+5
* Pingpong example: Add convex paddles and speedupAndreas Buhr2021-03-051-2/+50
* Pingpong example: Restart game at endAndreas Buhr2021-03-051-8/+11
* Pingpong example: Gamelogic works on unit squareAndreas Buhr2021-03-053-138/+66
* Pingpong example: User 600x600 window by default, fullscreen on mobileAndreas Buhr2021-03-032-4/+4
* Pingpong example: enlarge MouseArea for paddlesAndreas Buhr2021-03-031-2/+6
* Pingpong example: use square area for playingAndreas Buhr2021-03-031-73/+82
* Pingpong example: nicer ball visualizationAndreas Buhr2021-03-031-9/+3