summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-041-1/+1
* CMake: Make qtconnectivity tests standalone projectsAlexandru Croitor2023-07-111-0/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-10/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-271-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-27/+2
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-2/+2
* Port simple cases of count() to size()Marc Mutz2022-04-111-14/+14
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-11/+11
* Omit Bluetooth socket peername testcase exact check on WindowsJuha Vuolle2022-03-241-0/+6
* Align the bluez dbus socket error codes with other platformsJuha Vuolle2022-02-221-0/+11
* Accommodate different bluez socket types in autotest [secFlags]Juha Vuolle2022-02-221-1/+9
* Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-221-1/+1
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-6/+7
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+5
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-24/+24
* remove QtConcurrent dependencyAndreas Buhr2021-03-041-1/+0
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-152-18/+0
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-211-3/+3
* Update tests/auto/qbluetoothsocket/CMakeLists.txt with pro2cmakeOliver Wolff2020-07-031-1/+1
* tst_qbluetoothsocket: Fix one ORed preprocessor conditionOliver Wolff2020-07-031-1/+1
* Regenerate projects to handle private depswip/cmakeAlexandru Croitor2020-02-051-3/+1
* Regenerate projectsAlexandru Croitor2019-11-151-3/+3
* Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+35
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-241-1/+1
* Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-062-3/+1
* The BlueZ feature implies that QtDBus is enabledAlex Blasche2017-04-051-1/+1
* Convert qtconnectivity to the new configure systemLars Knoll2016-11-011-3/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+47
|\
| * QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-261-0/+47
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-291-1/+1
* | Updated license headersAntti Kokko2016-01-201-17/+12
|/
* Add test for QBluetoothSocket::preferredSecurityFlags() and setterAlex Blasche2015-07-062-1/+32
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-4/+2
* QBluetoothSocket - auto test on OS XTimur Pocheptsov2014-12-031-1/+0
* Bluetooth auto test - OS X and iOSTimur Pocheptsov2014-12-031-0/+1
* Merge remote-tracking branch 'gerrit/5.4' into HEADAlex Blasche2014-10-161-20/+57
|\
| * Fix QBluetoothSocket unit test failures on AndroidAlex Blasche2014-10-131-8/+22
| * Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-12/+35
* | QtBluetooth - enable auto tests on OS X.Timur Pocheptsov2014-10-011-0/+1
|/
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Utilize QStringLiteral where possibleAlex Blasche2014-05-151-2/+2
* Remove insignificant flag from working unit test.Alex Blasche2014-03-041-1/+0
* Remove btclientAlex Blasche2014-02-271-2/+0
* Fix qbluetoothsocket unit testAlex Blasche2014-02-272-437/+139
* Error handling for QBluetoothServerFabian Bumberger2013-09-201-3/+1