summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-0435-35/+35
* Bluetooth autotests: do _not_ request permissions to use BTTimur Pocheptsov2023-09-053-14/+18
* QBluetoothUuid: inherit all ctors from QUuidMarc Mutz2023-08-181-3/+3
* tst_QBluetoothUuid: add tests for (QString) ctorMarc Mutz2023-08-121-0/+6
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-031-0/+17
* CMake: Make qtconnectivity tests standalone projectsAlexandru Croitor2023-07-1122-0/+132
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-074-9/+9
* QBluetoothUuid - add platform-specific conversion functionsTimur Pocheptsov2023-04-032-0/+22
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-243-8/+115
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-151-12/+0
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-132-17/+14
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-203-3/+3
* QBluetoothUuid: simplify one attribute creationThiago Macieira2022-11-281-1/+1
* tst_QBluetoothUuid: replace macros with lambdasThiago Macieira2022-11-281-43/+41
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-067-13/+13
* Port from container::count() and length() to size()Marc Mutz2022-10-069-89/+89
* Skip few Bluetooth autotests on Android emulatorJuha Vuolle2022-09-275-49/+39
* Fix failing BT LE autotest on CI & RHEL 9Juha Vuolle2022-09-191-0/+18
* Add Android support for BT LE RSSI readJuha Vuolle2022-09-131-0/+29
* Skip parts of Bluetooth autotests on Android 12+ emulatorJuha Vuolle2022-08-305-20/+23
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2325-25/+25
* Android: skip tst_qbluetooth{device,service}discoveryagent failing casesAssam Boudjelthia2022-08-182-0/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2723-31/+31
* Android: skip some bluetooth test cases that fail on Android 12 CIAssam Boudjelthia2022-07-142-0/+23
* Add license headers to cmake filesLucie Gérard2022-07-0825-0/+75
* Use SPDX license identifiersLucie Gérard2022-06-1035-1079/+72
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-2/+2
* Revise bluetooth hostmode autotest to pass on Android 12Juha Vuolle2022-05-171-8/+20
* Android bluetooth local device always to use "Paired"Juha Vuolle2022-05-171-1/+7
* QtNfc: Get rid of NearFieldTarget classIevgenii Meshcheriakov2022-05-161-1/+1
* Windows: implement the missing APIs for QBluetoothLocalDeviceIvan Solovev2022-05-121-0/+56
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-071-26/+34
* Bluetooth pairing mode improvements on WindowsJuha Vuolle2022-05-021-3/+6
* tst_qbluetoothdevicediscoveryagent to reliably pass on AndroidJuha Vuolle2022-04-221-27/+42
* Enable tst_qbluetoothlocaldevice pairing test function on WindowsJuha Vuolle2022-04-201-8/+6
* Enable QBluetoothLocalDevice::hostMode autotest on WindowsJuha Vuolle2022-04-201-21/+36
* Enable tst_qbluetoothlocaldevice power on/off testing on WindowsJuha Vuolle2022-04-201-17/+13
* Remove tst_qbluetoothlocaldevice Windows-only pairing status checksJuha Vuolle2022-04-201-13/+0
* BT LE descriptor and characteristic autotests to pass on AndroidJuha Vuolle2022-04-132-11/+24
* Disable bluetooth address check on autotest on AndroidJuha Vuolle2022-04-122-7/+3
* Fix last remaining count() calls to use size()Marc Mutz2022-04-111-3/+3
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-114-13/+13
* Fix int/qsizetype mismatches in tst_QBluetoothLocalDevice/tst_QBluetoothDevic...Marc Mutz2022-04-112-3/+3
* Fix int/qsizetype mismathes in tst_QLowEnergyCharacteristic::tst_assignCompare()Marc Mutz2022-04-111-14/+17
* Fix int/qsizetype mismatches in tst_QBluetoothServiceDiscoveryAgent::tst_serv...Marc Mutz2022-04-111-11/+9
* Fix int/qsizetype mismatches in tst_QLowEnergyDescriptor::tst_assignCompare()Marc Mutz2022-04-111-3/+3
* De-pessimize tst_QNdefNfcSmartPosterRecord::checkLocale()Marc Mutz2022-04-111-10/+6
* Fix signed/unsigned warnings in testsMarc Mutz2022-04-112-5/+5
* Port simple cases of count() to size()Marc Mutz2022-04-1111-219/+220