summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-138-369/+16
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-5/+3
* Make bluetooth errors visible on pingpong example applicationJuha Vuolle2022-04-121-5/+10
* Improve examples CMakeLists.txtKai Köhne2022-02-211-10/+4
* Avoid multiple client sockets in pingpong bluetooth exampleJuha Vuolle2022-02-121-2/+6
* 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
* Remove float => double truncation compilation warning on MSVCJuha Vuolle2021-09-171-7/+7
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Fix wrong image in QML pingpong example documentationAndreas Buhr2021-06-242-1/+1
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-043-12/+2
* Fix binary name clash with qtscxml exampleAlex Blasche2021-04-261-7/+8
* rename error signals to errorOccurredAndreas Buhr2021-03-221-6/+4
* Update screenshots in QtBluetooth Example documentationAndreas Buhr2021-03-112-0/+0
* 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
* Pingpong example: move properties and event handlersAndreas Buhr2021-03-031-37/+37
* Pingpong example: make paddle shape independent of scaleAndreas Buhr2021-03-031-2/+2
* Unify logging preparation across bluetooth examplesAndreas Buhr2021-02-251-1/+1
* QtBluetooth examples: make server device discoverableAndreas Buhr2021-02-221-0/+4
* Fix btchat standalone build: find AndroidExtras before linking itAndreas Buhr2021-02-151-0/+1
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-151-2/+0
* Fix namespace buildAndreas Buhr2020-12-211-1/+1
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-211-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-2/+6
* Remove usage of AA_EnableHighDpiScalingAlex Blasche2020-10-151-1/+0
* Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+56
* Update Bluetooth examples for high-DPI displays and nullptrAndre de la Rocha2019-06-061-0/+1
* Fix outdated BSD license headerKai Koehne2017-10-177-14/+84
* Fix outdated FDL license headerKai Koehne2017-10-161-5/+5
* Improve pingpong exampleAlex Blasche2017-06-284-21/+32
* Adjust pingpong example to Android UUID SDP discovery bugAlex Blasche2017-06-233-1/+14
* Update copyright headersJani Heikkinen2015-02-168-27/+27
* QtBluetooth : pingpong example on OS XTimur Pocheptsov2014-09-261-12/+12
* Fix pingpong exampleAlex Blasche2014-09-262-3/+3
* Merge branch 'stable' into devAlex Blasche2014-05-081-2/+4
|\
| * Doc: Improved example documentationJerome Pasion2014-04-141-2/+4
* | Replace all occurrences of Q_EMIT with emitOleg Shparber2014-04-291-12/+12
|/
* QML PingPong example addedNedim Hadzic2014-04-0212-0/+1185